Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Managing Nuget packages for the solution #3

Description

@russcam

Within a Visual Studio solution, you have the ability to manage the nuget packages for all projects at once. You can:

  1. right click the solution

manage-packages

  1. select the installed package and click Manage

manage-packages-2

  1. install or uninstall the package for each project in the solution

manage-packages-3

This can be a very long-winded process.

The need to do this normally arises when adding a new project to the solution and wishing to copy the nuget package references from an existing project to the new project. It would be great if Nuget References supported this functionality as it would drastically speed up the process compared to above.

I see it working similarly to the "Copy References" functionality that is already part of Visual Studio, except that it will reference the assembly in the packages directory and add the appropriate packages.config entry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions