WillNZ
WillNZ

Reputation: 765

Will updating nuget on one project affect the other projects in a solution

Will updating nuget on one project affect the other projects in a solution? I am using VS2013 update 4 via the "Manage Nuget Packages" screen to update the packages. Will this affect anything other than the selected project?

Upvotes: 0

Views: 201

Answers (1)

Mike Wertman
Mike Wertman

Reputation: 76

It won't but if the projects depend on each other you will probably end up with dll versioning issues at runtime.

Although in your question you say you're using manage nuget packages, which will be solution wide, not project specific.

Upvotes: 2

Related Questions