googleads / googleads-dotnet-lib

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

.NET Core 6.0 Support #256

Open shreekanthgaanji opened 8 months ago

shreekanthgaanji commented 8 months ago

Hi Team,

I am not sure. It is the right place to ask the question here. In one of my products developed in .NET core 6.0, I want to integrate the Google Ad Manger API reporting. I went through the readMe file. It says supported version as .NET Core 4.5.2 and Standard 2.0. I am unable install the nuget packages in my application.

https://admanager.google.com/ I would like to write a .NET integration for Google AdManger 360.Please let me know if this is the right client library to use. If not, please point me to the right repo.

links referred - https://developers.google.com/ad-manager/api/reporting

christopherseeley commented 8 months ago

The library is compatible with .NET core 6.0. I just created a new project targeting net6.0 to verify. Do you have any details about the error?

AnashOommen commented 8 months ago

.NET Standard 2.0 is 100% compatible with .NET 6.0. If you are seeing a conflict, then pls make a demo project and share the project as attachment. We can take a look.