Skip to content

Instantly share code, notes, and snippets.

@pferreirafabricio
Created June 22, 2022 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pferreirafabricio/4f4cde70108ce7653fbea35345a244f5 to your computer and use it in GitHub Desktop.
Save pferreirafabricio/4f4cde70108ce7653fbea35345a244f5 to your computer and use it in GitHub Desktop.
Example of global.json file for configuring a dotnet core application to use the the latest dotnet core SDK version 3.1
{
"sdk": {
"version": "3.1.0",
"rollForward": "latestFeature"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment