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

GillesDV

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.

error message screen Visual Studio 2015, Core app

Phil Ricketts

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Cannot add Nuget packages to ASP.NET vNext project

.Net Core project Nuget Packages Can not restore

How to find and use downloaded packages from nuget in vs2017 software (and in an asp.net core project)?

How to create ASP.NET Core MVC project in Visual Studio with pre installed NuGet packages and Data folder

Why am I unable to remove nuget packages from a .NET project?

Where is Asp.net core 3.0 nuget packages?

Use NuGet build tool packages with ASP.NET Core

Problem with restoring nuget packages with asp.net core 2.2

How to add TypeScript Definitions to .NET Core Nuget Packages

Unable to run asp.net core project

How to add nuget packages to c# project files with nuget.core

How to install nuget package in ASP.NET Core project by the CLI

List all the nuget packages with "dependencies recursively" for a given project/Solution for .NET Core project in VS2017

Can't add IdentityServer4 NuGet package to ASP.NET Core project properly and VS Code is not showing intellisense

How to add nuget packages to shared project

.NET Core c# Project - where does all nuget packages are located?

Search for .NET Core or Standard NuGet packages

Are my NuGet packages compatible with .NET Core?

Nuget Packages with content in ASP.net 5

Unable to create a new ASP.NET Core project

Unable to bind ASP.NET 5 / Core 1.0 project with SonarLint

.Net Framework Nuget Package in .Net Core Project

Reference DLL from NuGet folder inside ASP.NET Core project on full .NET framework

How to add reference in ASP.NET Core project

Add web.config file to Asp.Net Core project

Nuget restore fails for ASP.NET Core 2.0 project on build server

ASP.NET Core 2.2 - How to retreive NuGet Package Dependencies from Assembly that a Project References

Visual Studio 2017 VSIX with ASP.NET Core 2 Web Application template just installs a blank project

Nuget package contentFiles not copied to .NET Core project

TOP Ranking

  1. 1

    Failed to listen on localhost:8000 (reason: Cannot assign requested address)

  2. 2

    How to import an asset in swift using Bundle.main.path() in a react-native native module

  3. 3

    Loopback Error: connect ECONNREFUSED 127.0.0.1:3306 (MAMP)

  4. 4

    pump.io port in URL

  5. 5

    Spring Boot JPA PostgreSQL Web App - Internal Authentication Error

  6. 6

    BigQuery - concatenate ignoring NULL

  7. 7

    ngClass error (Can't bind ngClass since it isn't a known property of div) in Angular 11.0.3

  8. 8

    Do Idle Snowflake Connections Use Cloud Services Credits?

  9. 9

    maven-jaxb2-plugin cannot generate classes due to two declarations cause a collision in ObjectFactory class

  10. 10

    Compiler error CS0246 (type or namespace not found) on using Ninject in ASP.NET vNext

  11. 11

    Can't pre-populate phone number and message body in SMS link on iPhones when SMS app is not running in the background

  12. 12

    Generate random UUIDv4 with Elm

  13. 13

    Jquery different data trapped from direct mousedown event and simulation via $(this).trigger('mousedown');

  14. 14

    Is it possible to Redo commits removed by GitHub Desktop's Undo on a Mac?

  15. 15

    flutter: dropdown item programmatically unselect problem

  16. 16

    Change dd-mm-yyyy date format of dataframe date column to yyyy-mm-dd

  17. 17

    EXCEL: Find sum of values in one column with criteria from other column

  18. 18

    Pandas - check if dataframe has negative value in any column

  19. 19

    How to use merge windows unallocated space into Ubuntu using GParted?

  20. 20

    Make a B+ Tree concurrent thread safe

  21. 21

    ggplotly no applicable method for 'plotly_build' applied to an object of class "NULL" if statements

HotTag

Archive