Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 4, 2021 17:21
Embed
What would you like to do?
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