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: 8b480467734bf6bd3f7ecc84fb8a07744c7d89bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "tools": {
    "dotnet": "5.0.100-preview.5.20251.2",
    "runtimes": {
      "dotnet": [
        "3.0.0"
      ]
    }
  },
  "msbuild-sdks": {
    "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20256.5",
    "Microsoft.NET.Sdk.IL": "5.0.0-preview.5.20260.5"
  }
}