Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 4, 2021 17:21
Show Gist options
  • Save tonysneed/b64853a48bb9e24745cc610c1a2bf9fa to your computer and use it in GitHub Desktop.
Save tonysneed/b64853a48bb9e24745cc610c1a2bf9fa to your computer and use it in GitHub Desktop.
Nuget Test Commands
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