Skip to content

Commit d7cccb9

Browse files
committed
Revert "Update to .NET10, update dependencies (-25mb disk space usage)"
This reverts commit 85fa50f.
1 parent 4e5b021 commit d7cccb9

19 files changed

Lines changed: 59 additions & 58 deletions

File tree

build_release.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rem sign code
3232
rmdir /Q /S unigetui_bin
3333

3434
mkdir unigetui_bin
35-
robocopy src\UniGetUI\bin\x64\Release\net10.0-windows10.0.26100.0\win-x64\publish unigetui_bin *.* /MOVE /E
35+
robocopy src\UniGetUI\bin\x64\Release\net8.0-windows10.0.26100.0\win-x64\publish unigetui_bin *.* /MOVE /E
3636

3737

3838
set /p signfiles="Do you want to sign the files? [Y/n]: "

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project>
22
<PropertyGroup>
33
<ImplicitUsings>enable</ImplicitUsings>
4-
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
4+
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
66
<!-- IF BUILD FAILS DUE TO MISSING Microsoft.Management.Deployment NAMESPACE,
77
TOGGLE THE LAST NUMBER OF THE LINE BELOW 1 UNIT UP OR DOWN, AND REBUILD-->
88
<WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion>
99

10-
<SdkVersion>10.0.2</SdkVersion>
10+
<SdkVersion>8.0.407</SdkVersion>
1111
<Authors>Martí Climent and the contributors</Authors>
1212
<PublisherName>Martí Climent</PublisherName>
1313
<Nullable>enable</Nullable>

src/Solution.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
3+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
66
<RuntimeIdentifier>win-$(Platform)</RuntimeIdentifier>

src/UniGetUI.Core.Classes.Tests/UniGetUI.Core.Classes.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
1515
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
16-
<PackageReference Include="xunit.analyzers" Version="1.27.0">
16+
<PackageReference Include="xunit.analyzers" Version="1.24.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

src/UniGetUI.Core.Data.Tests/UniGetUI.Core.Data.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.analyzers" Version="1.27.0">
17+
<PackageReference Include="xunit.analyzers" Version="1.24.0">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
21+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

src/UniGetUI.Core.IconEngine.Tests/UniGetUI.Core.IconEngine.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
<PackageReference Include="PhotoSauce.MagicScaler" Version="0.15.0" />
1717
<PackageReference Include="xunit" Version="2.9.3" />
18-
<PackageReference Include="xunit.analyzers" Version="1.27.0">
18+
<PackageReference Include="xunit.analyzers" Version="1.24.0">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
22+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>

src/UniGetUI.Core.IconStore/UniGetUI.Core.IconEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="PhotoSauce.MagicScaler" Version="0.15.0" />
16-
<PackageReference Include="System.Drawing.Common" Version="10.0.2" Aliases="DrawingCommon" />
16+
<PackageReference Include="System.Drawing.Common" Version="9.0.8" Aliases="DrawingCommon" />
1717

1818
</ItemGroup>
1919
</Project>

src/UniGetUI.Core.Language.Tests/UniGetUI.Core.LanguageEngine.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.analyzers" Version="1.27.0">
17+
<PackageReference Include="xunit.analyzers" Version="1.24.0">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
21+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

src/UniGetUI.Core.Logging.Tests/UniGetUI.Core.Logging.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.analyzers" Version="1.27.0">
17+
<PackageReference Include="xunit.analyzers" Version="1.24.0">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
21+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

src/UniGetUI.Core.Settings.Tests/UniGetUI.Core.Settings.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)