googleads / googleads-dotnet-lib

Google Ad Manager SOAP API .NET client library
Apache License 2.0
108 stars 199 forks source link

NET Standard 2.0 #194

Closed fabiomaulo closed 5 years ago

fabiomaulo commented 5 years ago

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 image

Thanks.

AnashOommen commented 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.

fabiomaulo commented 5 years ago

In the case of .NET Standard "lower is better" is not the case. BTW this is your project. Be happy.