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

NoTargetsSdk.BeforeTargets.targets « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b516d31887207580468232f9b2d5ee760609aec (plain)
1
2
3
4
5
6
7
8
<Project>

  <PropertyGroup>
    <!-- NoTargets SDK needs a TFM set. Set a default if the project doesn't multi target. -->
    <TargetFramework Condition="'$(TargetFramework)' == '' and '$(TargetFrameworks)' == ''">$(NetCoreAppCurrent)</TargetFramework>
  </PropertyGroup>

</Project>