dotnet notes
This commit is contained in:
parent
3c8a2adb31
commit
a3ff1795f5
@ -1 +1,9 @@
|
|||||||
dotnet new console -n "name of directory or project"
|
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
|
Loading…
Reference in New Issue
Block a user