Answers for "bash terminal in windows use dotnet command"

C#
0

asp.netcore: develop on win10 run on ubuntu

dotnet publish **path to your solution** --configuration Release --framework netcoreapp3.0 --output .**output path** --self-contained false --runtime linux-x64 --verbosity quiet
Posted by: Guest on March-23-2020

Code answers related to "bash terminal in windows use dotnet command"

C# Answers by Framework

Browse Popular Code Answers by Language