We are using an application and because the app cannot be upgraded now we need to interface with WindowsAzure.ServiceBus. The application that will use WindowsAzure.ServiceBus is .Net Framework 4.5.2. When I go to Nuget - Solution and attempt to add WindowsAzure.ServiceBus I get a message that a 'System.AggregateException was thrown when trying to add source C:\Program Files (x86)\Microsoft SDKs\NuGetPackages. Please verify all your online package sources are available'.
My Nuget Package source is 'https://api.nuget.org/v3/index.json'.
What Nuget packages need to be installed before I install WindowsAzure.ServiceBus -Version 4.1.11?
Regards
John