-
Notifications
You must be signed in to change notification settings - Fork 21
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
Use Refit to generate API calls #54
Comments
I will try to implement this. I have reviewed Refit and it looks VERY impressive. |
@tforsberg Sounds good! |
I created a branch called "Refit" in my fork. Can I remove the .NET 5 support in this project? |
If possible I would like to keep both for now. Is there something that doesn't work in .NET 5 regarding refit? |
No. It should all work in .NET 5 also. The reason I'd like to use .NET 6 only is there are several improvements in the C# version 10 language. .NET 5 uses C# version 9 |
You can remove the .NET 5 support. |
Ok.
|
-Updated packages -Added .NET 7 target -Dropped .NET 5 target -Added console app project for testing
The text was updated successfully, but these errors were encountered: