PreviousNext

Quickly add a reference to a NuGet packages in Visual Studio 2015

by bill-s, 2016-06-11T07:44:01.000Z

With the recent updates of Visual Studio 2015 (Update 3 RC),  we can now install and add references for Nuget Packages as part of quick fix light bulb.  Like wise, adding references from installed assemblies, Visual Studio now also suggests Nuget Packages for references for the specific types. Then you can install  and refer the latest version automatically or take help of package manager to install specific versions for the same Nuget Package.

Read More