Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ccf735e

Browse files
authored
Switch to using MicrosoftNETCorePlatformsPackageVersion as the RuntimeFrameworkVersion parameter in the test wrappers and SDK props file (#19130)
1 parent e7d8e4d commit ccf735e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/dir.sdkbuild.props

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

88
<PropertyGroup>
99
<TargetFramework>netcoreapp3.0</TargetFramework>
10-
<RuntimeFrameworkVersion>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</RuntimeFrameworkVersion>
10+
<RuntimeFrameworkVersion>$(MicrosoftNETCorePlatformsPackageVersion)</RuntimeFrameworkVersion>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
1313

tests/runtest.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $(_XunitEpilog)
8080
8181
<PropertyGroup>
8282
<OutputPath>$(XUnitTestBinBase)\$(CategoryWithSlash)</OutputPath>
83-
<RuntimeFrameworkVersion>$(MicrosoftNETCoreRuntimeCoreCLRPackageVersion)</RuntimeFrameworkVersion>
83+
<RuntimeFrameworkVersion>$(MicrosoftNETCorePlatformsPackageVersion)</RuntimeFrameworkVersion>
8484
</PropertyGroup>
8585
8686
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" />

0 commit comments

Comments
 (0)