summaryrefslogtreecommitdiff
path: root/tests/dir.sdkbuild.props
diff options
context:
space:
mode:
authorChris Sienkiewicz <chsienki@microsoft.com>2018-07-31 11:23:43 -0700
committerGitHub <noreply@github.com>2018-07-31 11:23:43 -0700
commitf37ac492ea66ad59bb6da1be58c24c5d275c1fd5 (patch)
tree793b6e207e4d14139e9b5965a065a89c7065730b /tests/dir.sdkbuild.props
parent2e2aba88ac8b9478be1edb23deef1d3b50e35d0d (diff)
downloadcoreclr-f37ac492ea66ad59bb6da1be58c24c5d275c1fd5.tar.gz
coreclr-f37ac492ea66ad59bb6da1be58c24c5d275c1fd5.tar.bz2
coreclr-f37ac492ea66ad59bb6da1be58c24c5d275c1fd5.zip
Add netcoreapp dependencies (#19177)
* Add MicrosoftNETCoreAppPackageVersion to dependencies.props - Add MicrosoftNETCoreAppPackageVersion property - Add required coresetup dependency build infos * Change test projects to use new MicrosoftNETCoreAppPackageVersion property
Diffstat (limited to 'tests/dir.sdkbuild.props')
-rw-r--r--tests/dir.sdkbuild.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dir.sdkbuild.props b/tests/dir.sdkbuild.props
index 9e235e60d9..c4cc31ec9f 100644
--- a/tests/dir.sdkbuild.props
+++ b/tests/dir.sdkbuild.props
@@ -7,7 +7,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
- <RuntimeFrameworkVersion>$(MicrosoftNETCorePlatformsPackageVersion)</RuntimeFrameworkVersion>
+ <RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>