Can't install Windows.Azure.Storage assembly via NuGet -
error unable find version of 'microsoft.data.odata' compatible 'microsoft.aspnet.webapi.odata 5.2.2 constraint: microsoft.data.odata (≥ 5.6.0)', 'microsoft.data.services.client 5.6.4 constraint: microsoft.data.odata (= 5.6.4)', 'windowsazure.mobileservices.backend.tables 1.0.470 constraint: microsoft.data.odata (= 5.6.2)', 'windowsazure.storage 6.0.0 constraint: microsoft.data.odata (≥ 5.6.4)'. 0
how solve please?
well, once can't solve issue via nuget went solution. let have 2 projects - primaryproject , template project. then
- i've created new template project template "azure mobile serivce"
- then install there windows.azure.storage assembly via nuget. installs without issues!
- close project , move folder.
- copying $(projectdir)\packages.config , $(solutiondir)\packages folder primary project's destination folders
- open primaryproject.csproj in text editor , replace there itemgroup tag contents reference children template.csproj
now works.
Comments
Post a Comment