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
brew install mono-libgdiplus
brew install dotnet-sdk
dotnet new webApp -o helloworld_dotnet --no-https
cd helloworld_dotnet
dotnet new gitignore
code .# edit to Hello World!
dotnet run