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: 0c487eaf4e12c28ace0c37a7638455e1f0c117cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "sdk": {
    "version": "7.0.100-preview.4.22252.9",
    "allowPrerelease": true,
    "rollForward": "major"
  },
  "tools": {
    "dotnet": "7.0.100-preview.4.22252.9"
  },
  "msbuild-sdks": {
    "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22269.3",
    "Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
    "Microsoft.NET.Sdk.IL": "7.0.0-preview.6.22279.1"
  }
}