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?
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?
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.