Created
February 8, 2021 07:49
-
-
Save olejorgensen/5a5b257ab7f097704635a65aa406b7de to your computer and use it in GitHub Desktop.
dotnet commandlines
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 web -o Service1 | |
dotnet new web -o Service2 | |
dotnet new sln | |
dotnet sln add Service1 | |
dotnet sln add Service2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment