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: 378b925ce8078f9ddd1e46b62e268fea1dd0bda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "tools": {
    "dotnet": "3.0.101",
    "runtimes": {
      "dotnet": [ "3.0.0" ]
    }
  },
  "msbuild-sdks": {
    "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20105.2",
    "Microsoft.NET.Sdk.IL": "3.0.0-preview4-27520-71"
  }
}