zoho / zohocrm-csharp-sdk-6.0

Apache License 2.0
2 stars 2 forks source link

Upgrade to net6 #2

Closed dampee closed 8 months ago

dampee commented 9 months ago

Isn't it appropriate to have a .net6 implementation for the v6 api version? I thought it was a good idea :-) If you really want to support the .net framework we could use multi targetting using .net standard 2 maybe. Haven't looked into that.

I also added a .gitignore file to prevent adding unneeded files

Feel free to comments or update the PR as you wish.

raja-7453 commented 8 months ago

@dampee Thank you for your contribution. Currently, We do not provide netstandard2.0 as it is not supported in older versions of Visual Studio (before 2017). However, we will support it from the next API version.