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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -