Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Build.targets « MusicStore « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3367fc79e4237885dfb3bce6a43e716c503633ba (plain)
1
2
3
4
5
6
7
8
9
<Project>
  <PropertyGroup>
    <!-- This is the one repo where we plan to continue testing all the TFMs for regression coverage. -->
    <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>