简体   繁体   中英

unable to add nuget packages in blank ASP.NET core project

I've had Visual Studio 2015 generate me a blank ASP.NET Core app, with no template. However, when I right click on my project file and try to add Nuget packages, the option to do so is grayed out/disabled.

Does the latest version of Core use Bower packages instead of Nuget or something? When I open the Bower packages, that list is empty as well.

错误消息屏幕Visual Studio 2015,核心应用程序

Are you running Visual Studio Update 3?

Do you have the latest .NET Core templates installed?

Do you have the latest 'preview' .NET Core tooling installed?

If you do have the dotnet CLI installed, open a command/powershell prompt in the project directory and run dotnet restore .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM