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