2018-05-08 01:12:13 +03:00
|
|
|
<Project>
|
2017-11-01 00:43:19 +03:00
|
|
|
<PropertyGroup>
|
2018-11-17 03:27:58 +03:00
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
|
2018-04-20 02:39:47 +03:00
|
|
|
<NETStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion>
|
2017-11-01 00:43:19 +03:00
|
|
|
</PropertyGroup>
|
2017-08-30 00:13:32 +03:00
|
|
|
</Project>
|