Skip to content

Commit 40f4489

Browse files
Switch all test projects to net11 (yes, ref asm v10 is needed even when switching to net11)
1 parent 3bb31bb commit 40f4489

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<TargetFramework>net10.0-windows</TargetFramework>
10+
<TargetFramework>net11.0-windows</TargetFramework>
1111
<LangVersion>preview</LangVersion>
1212
<RuntimeIdentifier Condition="$(IsWindowsX64) == true">win-x64</RuntimeIdentifier>
1313
<RuntimeIdentifier Condition="$(IsWindowsARM64) == true">win-arm64</RuntimeIdentifier>

ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<TargetFramework>net10.0-windows</TargetFramework>
10+
<TargetFramework>net11.0-windows</TargetFramework>
1111
<RuntimeIdentifier Condition="$(IsWindowsX64) == true">win-x64</RuntimeIdentifier>
1212
<RuntimeIdentifier Condition="$(IsWindowsARM64) == true">win-arm64</RuntimeIdentifier>
1313

ILSpy.Tests/ILSpy.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<TargetFramework>net10.0-windows</TargetFramework>
10+
<TargetFramework>net11.0-windows</TargetFramework>
1111
<IsPackable>false</IsPackable>
1212
<RuntimeIdentifier Condition="$(IsWindowsX64) == true">win-x64</RuntimeIdentifier>
1313
<RuntimeIdentifier Condition="$(IsWindowsARM64) == true">win-arm64</RuntimeIdentifier>

0 commit comments

Comments
 (0)