Google API with .NET Core application

Viewed 3221

I want to add gmail connectivity to my .NET Core application. I'm looking at the nuget package

Google.Apis.Gmail.v1 Client Library

There is mention of .NET Standard 1.3 support, but no mention of .NET Core either in Supported Platforms or Incompatible Platforms. Confused...

Thanks

1 Answers
Related