File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
NativeAOTCompatibility.Test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments