We just upgraded to Visual Studio 2012 and installed the Azure 2.1 SDK. When we opened our Azure project in VS 2012 it upgraded the Azure project to use the 2.1 version (from 1.6) but the ASP.Net MVC project and other class library projects that utilize
the SDK as well did not have any of their references changed to use the new libraries. They all still point to the 1.6 bits. Is there a way to upgrade all references to libraries used to the 2.1 SDK? We have references to Windows Azure Storage Clients, Caching
Clients, Diagnostics etc and I'm afraid we will miss something just removing old references and adding new ones.
↧