Skip to content

Commit 339d633

Browse files
authored
Merge pull request #1522 from microsoft/dev/andarno/net10AOT
Retarget NativeAOT testing to .NET 10
2 parents 001a60b + 8f355fd commit 339d633

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/NativeAOTCompatibility.Test/NativeAOTCompatibility.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\AOT.props" />
33
<PropertyGroup>
4-
<TargetFrameworks>net9.0</TargetFrameworks>
4+
<TargetFrameworks>net10.0</TargetFrameworks>
55
<IsTestProject>false</IsTestProject>
66
</PropertyGroup>
77
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">
8-
<TargetFrameworks>$(TargetFrameworks);net9.0-windows</TargetFrameworks>
8+
<TargetFrameworks>$(TargetFrameworks);net10.0-windows</TargetFrameworks>
99
</PropertyGroup>
1010

1111
<ItemGroup>

test/dirs.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ItemGroup>
33
<ProjectReference Include="**\*.csproj" Exclude="NativeAOTCompatibility.Test\**" Publish="false" />
44

5-
<MultiRIDProjectReference Include="NativeAOTCompatibility.Test\NativeAOTCompatibility.Test.csproj" TargetFramework="net9.0" />
6-
<MultiRIDProjectReference Include="NativeAOTCompatibility.Test\NativeAOTCompatibility.Test.csproj" TargetFramework="net9.0-windows" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
5+
<MultiRIDProjectReference Include="NativeAOTCompatibility.Test\NativeAOTCompatibility.Test.csproj" TargetFramework="net10.0" />
6+
<MultiRIDProjectReference Include="NativeAOTCompatibility.Test\NativeAOTCompatibility.Test.csproj" TargetFramework="net10.0-windows" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
77
</ItemGroup>
88
</Project>

0 commit comments

Comments
 (0)