I\'m currently trying to get the latest facebook sdk for my website to work. I\'m using NuGet to download and install this onto my website.
I am using RazorScriptManager - 0.6.1 to minify my js and css files for my asp.net mvc 3 application.
I\'d like to remove an entire nuget package, and cleanly install it in my project again. Sadly, for some reason it skips r开发者_StackOverflowemoving files that have been \"modified\", and then skips
I\'m trying to install the nuget package Castle Transaction Services, which has a dependency on Rx-Core that cannot be resolved.
I\'m trying to install NuGet packages like Unity or EntityFramework, but after downloading Nuget cannot install those and returns this error message:
For my application web.config file is generated by t4 template. And as a result my config file is nested from web.tt file:
I would like to set Visual Studio project property \"Output Path\" from nuget powershell console. How could it be done?
I\'ve got a multi-project ASP.NET Web Forms Application solution. I need to share a master page (3 files), some user controls and some images, scripts and CSS files out to the other projects in the so
I want to create a NuGet package to contain MVC3 Html helper extensions that I hav开发者_如何学编程e written.It would (or could) contain class, css, javascript and image files.What would be the best w
Maybe I am missing something very simple but how 开发者_如何学Godo you update a package in multiple projects in a solution?Old question, but for those that are interested, works out of the box now wit