2018-05-08 21:02:12 +03:00
|
|
|
<Project>
|
2017-10-31 23:00:27 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
|
2017-11-18 00:00:25 +03:00
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">$(MicrosoftNETCoreApp21PackageVersion)</RuntimeFrameworkVersion>
|
2018-05-08 21:02:12 +03:00
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.2' ">$(MicrosoftNETCoreApp22PackageVersion)</RuntimeFrameworkVersion>
|
2018-04-20 02:39:00 +03:00
|
|
|
<NETStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion>
|
2018-05-08 21:02:12 +03:00
|
|
|
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
|
|
|
|
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
|
2017-10-31 23:00:27 +03:00
|
|
|
</PropertyGroup>
|
2017-08-29 19:52:04 +03:00
|
|
|
</Project>
|