I created an empty ASP.NET Core Web Application for the first time in Visual Studio 2017 Community Edition. Upon building the project, it is throwing the error
The below command is throwing error
PM> Install-Package Microsoft.AspNetCore.Razor.Design
Error NU1101 Unable to find package Microsoft.AspNetCore.Razor.Design. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages SF.CoreWebApps D:\DellVostro15\SandFirms\SandFirms\SF.CoreWebApps\SF.CoreWebApps.csproj 1
Tried downloading the packages using packet Manager Console.
The packages are not getting downloaded and the Dependencies section is with warning symbol.
I am opening it in Admin Mode.