can someone briefly explain what the difference is between these packages? The project pages don\'t seem to offer any clues?
Is there a benefit to hosting an internal (re开发者_Python百科mote) NuGet feed through an IIS website vs simply using a shared network folder?If shared UNC access is available, then it is definitely t
So I got prompted to download the latest NuGet Package Manager in VS2010. All previous updates (including this) has failed with:
I\'m trying to uninstall some packages installed by NuGet. According to the doc described here, I should see 开发者_运维百科an Uninstall button (first screenshot below) when I select the installed pac
I\'m creating a nuget package that I want to be compatible for both MVC2 and MVC3 applications (all on .net 4.0).
i see when i install fluent nhibernate 1.2 from Nuget, it downloads nhibernate 3.1.If i want to use nhibernate 3.2, how would i do that through nuget and it is compatible with f开发者_如何学运维luent
I have the version of NuGet that comes with MVC3 (1.0), but when I try to 开发者_如何转开发upgrade to the latest version (currently 1.4) it failes and I get this in the log file:
I am developing a nuget package which will set up the current project to use my company\'s assembly versioning standard. I\'ve got it doing everything I want (so far) smoothly apart from adding in a c
I want a custom directory structure for my Content in my MVC project for example: \\Content --\\js --\\css
I created an MVC3 project and pulled in a few libraries using NuGet (NHibernate, AutoFac, etc.) It seems that these libraries are set up to install binaries into the bin folder rather than to referenc