global.json 897 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "sdk": {
  3. "version": "6.0.100-preview.6.21313.2"
  4. },
  5. "tools": {
  6. "dotnet": "6.0.100-preview.6.21313.2",
  7. "runtimes": {
  8. "dotnet/x64": [
  9. "2.1.27",
  10. "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
  11. ],
  12. "dotnet/x86": [
  13. "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
  14. ],
  15. "aspnetcore/x64": [
  16. "3.1.14"
  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.Tools.x86.x64",
  26. "Microsoft.VisualStudio.Component.Windows10SDK.17134"
  27. ]
  28. },
  29. "xcopy-msbuild": "16.5.0-alpha"
  30. },
  31. "msbuild-sdks": {
  32. "Yarn.MSBuild": "1.22.10",
  33. "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21319.2",
  34. "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21319.2"
  35. }
  36. }