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: 66180e8dc342443b828dde107fd091775b7fbadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "tools": {
    "dotnet": "6.0.100-preview.4.21179.4",
    "runtimes": {
      "dotnet": [
        "5.0.0"
      ]
    }
  },
  "msbuild-sdks": {
    "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21216.2",
    "Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
    "Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21211.7"
  }
}