Hello,
I'm new to Visual Studio, and I'm developping my first app. I'm facing a problem and I hope you can help me solve it.
Just as a previous information, I'm following a guide, which is official, and I didn't change anything.
I currently use the package Microsoft.Azure.Mobile.Server, which has dependencies requiring higher than a specific version.
I need to install the package WindowsAzure.MobileServices.Backend, which dependencies requires a specific and lower version of the previous dependencies.
How can I deal with this situation ?
PS : Sorry I can't post links yet, you can search for "Get started with authentication in Mobile Services" for the guide link and check nuget package webpage for the precises dependencies.