mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 09:37:45 +00:00
10 lines
666 B
XML
10 lines
666 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion>
|
|
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">$(MicrosoftNETCoreApp30PackageVersion)</RuntimeFrameworkVersion>
|
|
<NETStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion>
|
|
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
|
|
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
|
|
</PropertyGroup>
|
|
</Project>
|