notes/dotnet_core.md
Paul Trowbridge 2a6f1c5dcf redis
2020-01-12 21:28:28 -05:00

11 lines
363 B
Markdown

dotnet new console -n "name of directory or project"
dotnet build
create exe targeting a runtime: create an executable if not already exists and build dll in bin/Release/win10-x64
--------------------------------------------
dotnet publish -c Release -r win10-x64
dotnet publish -c Release -f netcoreapp2.1
`dotnet restore` -> update/sync packages