File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<Import Project =" Sdk.targets" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
13
13
<Import Project =" eng\testing\linker\trimmingTests.targets" Condition =" '$(IsPublishedAppTestProject)' == 'true'" />
14
-
15
- <ItemGroup >
16
- <FrameworkReference Update =" Microsoft.NETCore.App"
17
- Condition =" '$(TargetFramework)' == 'net9.0' and '$(StabilizePackageVersion)' != 'true'"
18
- RuntimeFrameworkVersion =" $(MicrosoftNETCoreAppRuntimewinx64Version)"
19
- TargetingPackVersion =" $(MicrosoftNETCoreAppRefVersion)" />
20
- </ItemGroup >
21
14
22
15
<Target Name =" GetCustomAssemblyAttributes"
23
16
BeforeTargets =" GetAssemblyAttributes"
Original file line number Diff line number Diff line change 8
8
<DefaultNetCoreTargetFramework >net9.0</DefaultNetCoreTargetFramework >
9
9
</PropertyGroup >
10
10
11
+ <ItemGroup >
12
+ <FrameworkReference Update =" Microsoft.NETCore.App"
13
+ Condition =" '$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)'"
14
+ RuntimeFrameworkVersion =" $(MicrosoftNETCoreAppRuntimewinx64Version)"
15
+ TargetingPackVersion =" $(MicrosoftNETCoreAppRefVersion)" />
16
+ </ItemGroup >
17
+
11
18
</Project >
You can’t perform that action at this time.
0 commit comments