I have an ASP.NET MVC 4 application developed in VS 2012. The application consists of a main project (MyProject), a unit-test project (MyProject.Tests), an Azure deployment project (MyProject.Azure), and a couple of common library projects.
When I right-click on a solution or main project and select "Manage NuGet Packages", I see a bunch of Microsoft updates that have obviously become available in the last month or so. If I click the Update All button, the updates will apparently be installed without any obvious problems, but when I create the solution, I get this error message. TWICE:
warning : All projects referencing MyProject.csproj must install nuget package Microsoft.Bcl.Build
So, I have two projects that reference MyProject: MyProject.Tests and MyProject.Azure. I can right-click MyProject.Tests, select ManageNuGet Packages and add Microsoft.Bcl.Build. This eliminates one of two warnings. But VS does not give me the ability to manage NuGet packages for the MyProject.Azure project .
How to add Microsoft.Bcl.Build package to Azure deployment project?
EDIT:
Thanks to the user swell, I now know that the Microsoft Connect problem for this problem was open.
visual-studio visual-studio-2012 nuget
Bob.at.Indigo.Health Jun 18 '13 at 22:45 2013-06-18 22:45
source share