2017-11-02 04:05:30 +03:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
|
2017-11-18 00:00:26 +03:00
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">$(MicrosoftNETCoreApp21PackageVersion)</RuntimeFrameworkVersion>
|
2017-11-02 04:05:30 +03:00
|
|
|
</PropertyGroup>
|
2017-08-30 00:17:25 +03:00
|
|
|
</Project>
|