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