Answers for "dotnet core terminal app"

C#
1

create a dotnet core web app command

dotnet new webapp -o aspnetcoreapp
cd aspnetcoreapp
dotnet watch run --urls "http://*:80;https://*:443"
Posted by: Guest on August-30-2021

C# Answers by Framework

Browse Popular Code Answers by Language