asp.net - Youtube api V3 nuget error visual studio 2012 -
i'm trying install youtube api v3 using nuget bundle manager console
i'm typing there install-package google.apis.youtube.v3
but got error
install-package : 'microsoft.bcl 1.1.9' bundle requires nuget client version '2.8.1' or above, current nuget version '2.6.40627.9000'. @ line:1 char:1 + install-package google.apis.youtube.v3 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : notspecified: (:) [install-package], nugetversionnotsatisfiedexception + fullyqualifiederrorid : nugetcmdletunhandledexception,nuget.powershell.commands.installpackagecommand
is there way solve that?
i need because i'm getting error when i'm including:
using google.apis.auth.oauth2; using google.apis.youtube.v3; using google.apis.services; using google.apis.youtube.v3.data; using google.apis.upload;
error 2 type or namespace name 'apis' not exist in namespace 'google' (are missing assembly reference?)
you need update version of nuget installed visual studio.
go tools menu , select "extensions , updates", find "nuget bundle manager" (at to the lowest degree that's assume it's called, based on see in vs2013) should offered alternative update it. updated version should fine utilize install dependencies need.
asp.net visual-studio-2012 youtube youtube-api
No comments:
Post a Comment