global.json 723 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "sdk": {
  3. "version": "3.0.100"
  4. },
  5. "tools": {
  6. "dotnet": "3.0.100",
  7. "runtimes": {
  8. "dotnet/x64": [
  9. "$(MicrosoftNETCoreAppRuntimeVersion)"
  10. ],
  11. "dotnet/x86": [
  12. "$(MicrosoftNETCoreAppRuntimeVersion)"
  13. ]
  14. },
  15. "Git": "2.22.0",
  16. "jdk": "11.0.3",
  17. "vs": {
  18. "version": "16.0",
  19. "components": [
  20. "Microsoft.VisualStudio.Component.VC.ATL",
  21. "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
  22. "Microsoft.VisualStudio.Component.Windows10SDK.17134"
  23. ]
  24. }
  25. },
  26. "msbuild-sdks": {
  27. "Yarn.MSBuild": "1.15.2",
  28. "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19530.2",
  29. "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19530.2"
  30. }
  31. }