You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet new console -o hello
dotnet publish -r win-x64 hello
However hello.dll is also created. I would prefer a single binary. Is this
possible? With C and C++ you can pass -static to the compiler but it is not
clear in this case.
The text was updated successfully, but these errors were encountered:
I can create hello.exe like this:
However hello.dll is also created. I would prefer a single binary. Is this
possible? With C and C++ you can pass -static to the compiler but it is not
clear in this case.
The text was updated successfully, but these errors were encountered: