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