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