Skip to content

Instantly share code, notes, and snippets.

@xiillii
Created September 6, 2021 23:24
Show Gist options
  • Save xiillii/933277ece7e7443367093327b6707f80 to your computer and use it in GitHub Desktop.
Save xiillii/933277ece7e7443367093327b6707f80 to your computer and use it in GitHub Desktop.
Creating the project
mkdir Demo.Passwords
cd Demo.Passwords
dotnet new globaljson --output src/Demo.Passwords.Api
dotnet new sln
dotnet sln Demo.Passwords.sln add src/Demo.Passwords.Api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment