Skip to content

Instantly share code, notes, and snippets.

@salaros
Last active June 25, 2023 13:23
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 salaros/e76ce0cb5f5e4c9ecf5c4a35138a7c02 to your computer and use it in GitHub Desktop.
Save salaros/e76ce0cb5f5e4c9ecf5c4a35138a7c02 to your computer and use it in GitHub Desktop.
.NET new templates
dotnet new gitignore --force
dotnet new globaljson --roll-forward major --force --sdk-version 7.0
dotnet new blazorwasm --use-program-main --use-local-db --no-https --pwa --auth Individual --hosted --force --output .\src\ --framework net7.0 --name CodeCave.Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment