hi, this is my first coding C#, i'm in Ubuntu 16.04, i've already have dotnet intalled in my machine,
i make my first boilerplate project with https://aspnetboilerplate.com/Templates, and cd learnasp.Web
i got.
ayam@laptop:~/Downloads/learnasp/learnasp.Web$ dotnet run
/home/ayam/Downloads/learnasp/learnasp.Web/learnasp.Web.csproj(537,3): error MSB4019: The imported project "/usr/share/dotnet/sdk/1.0.4/Microsoft/VisualStudio/v10.0/WebApplications/Microsoft.WebApplication.targets" was not found. Confirm that the path in the<Import> declaration is correct, and that the file exists on disk.
The build failed. Please fix the build errors and run again.
i try to cd to /usr/share/dotnet/sdk/1.0.4/ , but Microsoft folder isnt Exist, thanks.