Last active
September 6, 2021 23:39
-
-
Save xiillii/d9a7083085084e4ad923d33616e10d12 to your computer and use it in GitHub Desktop.
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 xunit -o src/Demo.Passwords.Tests | |
dotnet sln Demo.Passwords.sln add src/Demo.Passwords.Tests | |
dotnet add src/Demo.Passwords.Tests reference src/Demo.Passwords.Api | |
dotnet add src/Demo.Passwords.Tests package Moq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment