Closed fabiomaulo closed 5 years ago
I don't think this is the case, Google.Apis.Core being on .NET Standard 1.6 does not imply this library is on .NET Standard 1.6.
Also, .NET Standard is a "standard", not a "build release number / version". So lower is better for wider support.
In the case of .NET Standard "lower is better" is not the case. BTW this is your project. Be happy.
This uses NET Standard 1.6 and not 2.0. The reason, probably, is because of your Google.Apis.Core. Please use NET Standard 2.0 for more compatibility with the .NET ecosystem. This is what happen when you try to reference this package
Thanks.