.net - VS2013 - Nuget - Installing Google.Apis.Datastore.v1beta2 gives error -


peace upon you,

i have vs2013 ultimate, tried install google.apis.datastore.v1beta2 using package manager console command stated here

install-package google.apis.datastore.v1beta2 -pre 

and got these results:

attempting resolve dependency 'google.apis (≥ 1.7.0-beta)'. attempting resolve dependency 'google.apis.core (≥ 1.7.0-beta)'. attempting resolve dependency 'newtonsoft.json (≥ 5.0.5)'. attempting resolve dependency 'microsoft.bcl (≥ 1.0.19)'. attempting resolve dependency 'microsoft.bcl.build (≥ 1.0.4)'. attempting resolve dependency 'microsoft.bcl.async (≥ 1.0.16)'. attempting resolve dependency 'microsoft.net.http (≥ 2.1.10)'. attempting resolve dependency 'zlib.portable (≥ 1.9.2)'. attempting resolve dependency 'log4net (≥ 2.0.0)'. install-package : remote server returned error: (404) not found. @ line:1 char:1 + install-package google.apis.datastore.v1beta2 -pre + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + categoryinfo          : notspecified: (:) [install-package], webexception     + fullyqualifiederrorid : nugetcmdletunhandledexception,nuget.powershell.commands.installpackagecommand 

it seems log4net package, although installed separately!

it not log4net. looks google.apis.datastore.v1beta2.1.7.0.7 not available on nuget:

https://az320820.vo.msecnd.net/packages/google.apis.datastore.v1beta2.1.7.0.7-beta.nupkg throws 404 specified blob not exist, looks issue on nuget site. should report package owners or nuget team.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -