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
I ran this repo with dotnet restore and had the same errors when I tried it with trails.
Guess the dependencies have changed and Program.cs now has a Main Method.
Was wondering if this repo was for your bash script, or you might update it,
to work with dotnet restore like here: https://github.com/aspnet/cli-samples
dotnet console hello world was easy to run but as soon as I tried to use it with
web projects I got all sorts of library exceptions.
The text was updated successfully, but these errors were encountered:
I ran this repo with dotnet restore and had the same errors when I tried it with trails.
Guess the dependencies have changed and Program.cs now has a Main Method.
Was wondering if this repo was for your bash script, or you might update it,
to work with dotnet restore like here:
https://github.com/aspnet/cli-samples
dotnet console hello world was easy to run but as soon as I tried to use it with
web projects I got all sorts of library exceptions.
The text was updated successfully, but these errors were encountered: