Welcome to mirror list, hosted at ThFree Co, Russian Federation.

global.json - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fb0faf6d58eee26071c98ed8cbef87c488f10bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "sdk": {
    "version": "7.0.100-preview.3.22179.4",
    "allowPrerelease": true,
    "rollForward": "major"
  },
  "tools": {
    "dotnet": "7.0.100-preview.3.22179.4"
  },
  "msbuild-sdks": {
    "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22266.1",
    "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22266.1",
    "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22266.1",
    "Microsoft.Build.NoTargets": "3.5.0",
    "Microsoft.Build.Traversal": "3.1.6",
    "Microsoft.NET.Sdk.IL": "7.0.0-preview.5.22272.3"
  }
}