-
Trouble integrating Google Analytics 4 .NET client library in a .NET framework 4.7.2 project
So, I’m trying to use NuGet to install the Google.Analytics.Data.V1Beta package but it’s been a no-go, it’s not installing.
I’m getting this: “Install failed. Rolling back… Could not install package ‘Grpc.Net.Client 2.46.0’. The package is meant to go into a project that targets ‘.NETFramework, Version=v4.7.2’, but the package isn’t compatible with that framework. Need info? Contact the package author.”
Looks like there’s a dependency in there that’s not playing nice with .Net Framework.
But when I check out this: https://www.nuget.org/packages/Google.Analytics.Data.V1Beta#supportedframeworks-body-tab,
it shows that Google.Analytics.Data.V1Beta should be compatible with net462 and beyond.Has anyone had any luck installing the .Net client library for a .Net Framework 4.7.2 project?
Log in to reply.