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

global.json - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fea61540ea8bc0f9d83a9c7bd83508fb056b21a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "tools": {
    "dotnet": "5.0.100-preview.6.20310.4",
    "runtimes": {
      "dotnet": [
        "3.0.0"
      ]
    }
  },
  "msbuild-sdks": {
    "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20364.3",
    "Microsoft.NET.Sdk.IL": "5.0.0-preview.8.20361.2"
  }
}