| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "sdk": {
- "version": "10.0.100"
- },
- "tools": {
- "dotnet": "10.0.100",
- "runtimes": {
- "dotnet/x86": [
- "$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
- ],
- "dotnet": [
- "$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
- ]
- },
- "vs": {
- "version": "17.13",
- "components": [
- "Microsoft.VisualStudio.Component.VC.ATL",
- "Microsoft.VisualStudio.Component.VC.ATL.ARM64",
- "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
- "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
- ]
- },
- "xcopy-msbuild": "17.13.0"
- },
- "native-tools": {
- "jdk": "latest"
- },
- "msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25604.105",
- "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25604.105",
- "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25604.105",
- "Microsoft.Build.NoTargets": "3.7.0",
- "Microsoft.Build.Traversal": "3.4.0",
- "Microsoft.WixToolset.Sdk": "5.0.2-dotnet.2811440"
- }
- }
|