notes/dotnet_core.md

11 lines
353 B
Markdown
Raw Normal View History

2018-09-11 12:28:28 -04:00
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
2019-04-30 15:42:59 -04:00
dotnet publish -c Release -f netcoreapp2.1
`dotnet restore` -> update/sync packages