Skip to content

Instantly share code, notes, and snippets.

@olejorgensen
Created February 8, 2021 07:49
Show Gist options
  • Save olejorgensen/5a5b257ab7f097704635a65aa406b7de to your computer and use it in GitHub Desktop.
Save olejorgensen/5a5b257ab7f097704635a65aa406b7de to your computer and use it in GitHub Desktop.
dotnet commandlines
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