Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1

This commit is contained in:
Pranav K
2017-11-17 13:00:25 -08:00
parent 9b1509a52b
commit 0de9f0e3ce
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<Project>
<PropertyGroup>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">$(MicrosoftNETCoreApp21PackageVersion)</RuntimeFrameworkVersion>
</PropertyGroup>
</Project>