Leveraging Google Youtube .NET Client SDK targetting .NET 4.0

157 Views Asked by At

The Google YouTube v3 client SDK for .NET is targeted for .NET 4.5, however I am looking at using it in my application which targets .Net 4.0.

Does Google provide any SDK targeting 4.0, or does the application implement it?

1

There are 1 best solutions below

6
Mike Meinz On

I use it with .NET 4.0. I installed via the Visual Studio NuGet Package Manager Console using the command:

       Install-Package Google.Apis.YouTube.v3 

Also, I had to install Windows 7 update KB2468871 and all outstanding updates via Windows Update.