I have installed Visual Studio 2015 on my system.Now I want to work with Azure Batch Service.I have tried to install the NuGet Package Microsoft.azure.batch in VisualStudio 2015 but got the following error:
Failed to add reference. The package 'Microsoft.Rest.ClientRuntime'tried to add a framework reference to 'System.Runtime' which was notfound in the GAC. This is possibly a bug in the package. Pleasecontact the package owners for assistance.
I found that it works fine on Visual Studio 2017.My question is:Is there any way by which I can write code for Azure Batch Service in Visual Studio 2015?Like, by installing any SDK or other NuGet package?
Thanks