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