Kasenjo
0
Q:

how to change the default version dotnet version

dotnet new globaljson --sdk-version [Type version number here] --force

version number examples:
- 2.1.509
- 3.0.100-preview-010184
1
{
  "sdk": {
    "version": "3.0.0"
  }
}
0
{
  "sdk": {
    "version": "2.1.103"
  }
}
0

New to Communities?

Join the community