| 12345678910111213141516171819202122232425262728293031 |
- {
- "sdk": {
- "version": "3.0.100"
- },
- "tools": {
- "dotnet": "3.0.100",
- "runtimes": {
- "dotnet/x64": [
- "$(MicrosoftNETCoreAppRuntimeVersion)"
- ],
- "dotnet/x86": [
- "$(MicrosoftNETCoreAppRuntimeVersion)"
- ]
- },
- "Git": "2.22.0",
- "jdk": "11.0.3",
- "vs": {
- "version": "16.0",
- "components": [
- "Microsoft.VisualStudio.Component.VC.ATL",
- "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
- "Microsoft.VisualStudio.Component.Windows10SDK.17134"
- ]
- }
- },
- "msbuild-sdks": {
- "Yarn.MSBuild": "1.15.2",
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19530.2",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19530.2"
- }
- }
|