Nuget handling of libraries in Visual Studio 2013 -
we have set of functionality in regular dll file, in nuget package. naturally, want pull using nuget instead of having download , update dll:s manually. projects handled in vs 2013, have access through bundle manager.
now, need go on projects in source tree update reference nuget reference instead of old dll reference. can on solution level using bundle manager, since there several dozens of solutions , on hundred projects i'd rather not manually.
is there way automate this? is, iterate through source tree, find every .sln file , update references in underlying project files?
you can writing little c# program. install nuget.core , nuget.visualstudio bundle programme utilize functions in nuget.core.dll , nuget.visualstudio.dll, plus dte functions.
visual-studio visual-studio-2013 nuget
No comments:
Post a Comment