Is there a build of google-api-dotnet-client that is compatible with .Net Framework 4.8

My project w/c uses google-api-dotnet-client need to be upgrade from .Net Framework 4.5 to 4.8 in order to utilize TLS1.3. Is there a version of google-api-dotnet-client that is compatible w/ .Net Framework 4.8?


Solution 1:

The Google api .net client library supports 4.5+ so yes it supports .net framework 4.8 just keep an eye on the EOL for that version of .net framework at some point support for EOL versions is removed.

enter image description here

Even if it does not longer support it you should be able to use an outdate package on Nuget those packages should still work unless there is some major change within the api you are using, which doesnt happen often.