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

Configurations.props « src « System.Text.Json « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d11c064f1e0e4fb775184f402d1e4982568edfe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project DefaultTargets="Build">
  <PropertyGroup>
    <BuildConfigurations>
      netcoreapp-Unix;
      netcoreapp-Windows_NT;
      uap-Windows_NT;
      <!-- Only included for testing and validating that the sources are netstandard compatible. -->
      <!-- This is meant to help with producing a source package and not to ship a netstandard compatible binary. -->
      netstandard;
    </BuildConfigurations>
  </PropertyGroup>
</Project>