global.json 837 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "sdk": {
  3. "version": "8.0.119"
  4. },
  5. "tools": {
  6. "dotnet": "8.0.119",
  7. "runtimes": {
  8. "dotnet/x86": [
  9. "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
  10. ],
  11. "dotnet": [
  12. "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
  13. ]
  14. },
  15. "vs": {
  16. "version": "17.2",
  17. "components": [
  18. "Microsoft.VisualStudio.Component.VC.ATL",
  19. "Microsoft.VisualStudio.Component.VC.ATL.ARM64",
  20. "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
  21. "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
  22. ]
  23. },
  24. "xcopy-msbuild": "17.1.0"
  25. },
  26. "msbuild-sdks": {
  27. "Yarn.MSBuild": "1.22.19",
  28. "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25407.1",
  29. "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25407.1"
  30. },
  31. "native-tools": {
  32. "jdk": "latest"
  33. }
  34. }