c# - Why do I need to use nuget to add ASP.NET Core packages into my project if I already have the SDK installed? -


this doesn't make sense me. if they're on system, shouldn't using declaration enough?

i think didn't use asp.net core project template ("file", "new project", "web", "asp.net core web application (.net core)". did , choosed "empty project" after that, , had reference .netcoreapp (1.0.1 in case)


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -