2017-11-01 03:57:26 +03:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
|
2017-11-18 00:00:24 +03:00
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">$(MicrosoftNETCoreApp21PackageVersion)</RuntimeFrameworkVersion>
|
2017-11-01 03:57:26 +03:00
|
|
|
</PropertyGroup>
|
2017-08-28 22:27:30 +03:00
|
|
|
</Project>
|