global.json 944 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "sdk": {
  3. "version": "7.0.100-preview.3.22159.27"
  4. },
  5. "tools": {
  6. "dotnet": "7.0.100-preview.3.22159.27",
  7. "runtimes": {
  8. "dotnet": [
  9. "2.1.30",
  10. "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
  11. ],
  12. "dotnet/x86": [
  13. "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
  14. ],
  15. "aspnetcore": [
  16. "3.1.21"
  17. ]
  18. },
  19. "Git": "2.22.0",
  20. "jdk": "11.0.3",
  21. "vs": {
  22. "version": "16.8",
  23. "components": [
  24. "Microsoft.VisualStudio.Component.VC.ATL",
  25. "Microsoft.VisualStudio.Component.VC.ATL.ARM64",
  26. "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
  27. "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
  28. ]
  29. },
  30. "xcopy-msbuild": "16.5.0-alpha"
  31. },
  32. "msbuild-sdks": {
  33. "Yarn.MSBuild": "1.22.10",
  34. "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22154.3",
  35. "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22154.3"
  36. }
  37. }