Created
September 6, 2021 23:24
-
-
Save xiillii/933277ece7e7443367093327b6707f80 to your computer and use it in GitHub Desktop.
Creating the project
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
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