From 8f63b77b84be1289125d64f637924fdddf7f9be4 Mon Sep 17 00:00:00 2001 From: Chris Sienkiewicz Date: Thu, 26 Jul 2018 09:57:19 -0700 Subject: [PATCH] Switch to using MicrosoftNETCorePlatformsPackageVersion as the RuntimeFrameworkVersion parameter in the test wrappers and SDK props file (dotnet/coreclr#19130) Commit migrated from https://github.com/dotnet/coreclr/commit/ccf735e789dff2c3fce183c599c192a79bf64752 --- src/coreclr/tests/dir.sdkbuild.props | 2 +- src/coreclr/tests/runtest.proj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/tests/dir.sdkbuild.props b/src/coreclr/tests/dir.sdkbuild.props index 486e882..9e235e6 100644 --- a/src/coreclr/tests/dir.sdkbuild.props +++ b/src/coreclr/tests/dir.sdkbuild.props @@ -7,7 +7,7 @@ netcoreapp3.0 - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) + $(MicrosoftNETCorePlatformsPackageVersion) false false diff --git a/src/coreclr/tests/runtest.proj b/src/coreclr/tests/runtest.proj index 1260a00..b1a402c 100644 --- a/src/coreclr/tests/runtest.proj +++ b/src/coreclr/tests/runtest.proj @@ -80,7 +80,7 @@ $(_XunitEpilog) $(XUnitTestBinBase)\$(CategoryWithSlash) - $(MicrosoftNETCoreRuntimeCoreCLRPackageVersion) + $(MicrosoftNETCorePlatformsPackageVersion) -- 2.7.4