-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .NET 6 / 7 #77
Comments
true why are you still stuck at such old stack when dotnet 8 is in launch pipeline. |
i have ported this razorpay client to standard version here https://github.com/aloksharma1/RazopayClient.Standard
i have ported this razorpay client library to standard version here https://github.com/aloksharma1/RazopayClient.Standard so now it supports 3.1 to dotnet 7. i tested it with 6/7 and its working ok. |
@aloksharma1 Cool bro. Your port works. May be a PR would be helpful for everyone |
hey, thanks for checking out the implementation i did. unfortunately i don't think a PR would work here (with this repo) due to the framework differences and i have done a lot of changes to the code to upgrade it for latest c# standards, including new nullable patterns, ridding the code smells away etc. I will put a nuget package by this week. |
Please add support for .NET 6 or 7
The text was updated successfully, but these errors were encountered: