Created
December 4, 2021 17:21
-
-
Save tonysneed/b64853a48bb9e24745cc610c1a2bf9fa to your computer and use it in GitHub Desktop.
Nuget Test Commands
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 classlib --name FolderCopyTest | |
cd FolderCopyTest | |
dotnet add package EntityFrameworkCore.Scaffolding.Handlebars --version 6.0.0-preview3 | |
dotnet build | |
cd bin/Debug/net6.0 | |
ls -R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment