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