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
C:\PLAy\asdf>dotnet --version
2.0.0-preview1-005694
C:\PLAy\asdf>dotnet new console
The template "Console Application" was created successfully.
C:\PLAy\asdf>dotnet restore
...
C:\PLAy\asdf>dotnet run
Hello World!
C:\PLAy\asdf>dotnet publish
Microsoft (R) Build Engine version 15.2.47.30403
Copyright (C) Microsoft Corporation. All rights reserved.
asdf -> C:\PLAy\asdf\bin\Debug\netcoreapp2.0\asdf.dll
Shouldn't I have a console .exe? How do I run this dll?
rakkarage, xtofl, aharpervc, leocavalcante, MV10 and 2 more