2018-05-08 01:14:10 +03:00
|
|
|
<Project>
|
2017-11-02 04:05:30 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
|
2017-11-18 00:00:26 +03:00
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">$(MicrosoftNETCoreApp21PackageVersion)</RuntimeFrameworkVersion>
|
2018-05-08 01:14:10 +03:00
|
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.2' ">$(MicrosoftNETCoreApp22PackageVersion)</RuntimeFrameworkVersion>
|
2018-04-20 02:43:26 +03:00
|
|
|
<NETStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion>
|
2018-05-08 01:14:10 +03:00
|
|
|
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
|
|
|
|
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
|
2017-11-02 04:05:30 +03:00
|
|
|
</PropertyGroup>
|
2017-08-30 00:17:25 +03:00
|
|
|
</Project>
|