the using directives doesn't work in Version 2.* using eBay.ApiClient.Auth.OAuth2; I can't use any function, because type and namespaces are not found. (Using C#, VS 2022, Console App, .Net 7.0)
the using directives doesn't work in Version 2.*
using eBay.ApiClient.Auth.OAuth2;
I can't use any function, because type and namespaces are not found.
(Using C#, VS 2022, Console App, .Net 7.0)