Last active
June 25, 2023 13:23
-
-
Save salaros/e76ce0cb5f5e4c9ecf5c4a35138a7c02 to your computer and use it in GitHub Desktop.
.NET new templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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