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

Configurations.props « ref « System.Runtime « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78fe5293a554c20015f0b40f50f9782ff7e9298e (plain)
1
2
3
4
5
6
7
8
9
<Project>
  <PropertyGroup>
    <BuildConfigurations>
      netcoreapp;
      netcoreappaot;
      uap;
    </BuildConfigurations>
  </PropertyGroup>
</Project>