I created a nuget package which contains 3rd party assemblies so that I don't have to put them in a lib folder in every repo where I want to reference them. The nature of the 3rd party libraries is that I cannot have their references set to copy to the output directory (it causes an error done the line with their deploy scripts).I created a nuget package which contains 3rd pa