-
Notifications
You must be signed in to change notification settings - Fork 101
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 for .net core 2 #663
Comments
Now that I have the limits on JSON.NET cleared up, getting the project on some version of .NET Standard is a top priority. I have a few days off work coming up in two weeks dedicated to open source development, so I'm going to try to do this work during that window. The part that requires the most effort is to make remove all bits that are still using System.Web and only use HTTPClient/Flurl. Many of the older clients marked for deprecation would likely need to be dropped at this point, but I would like to make sure no capabilities are dropped either. |
Hi, any timeline on this? |
Would you be open to a pull request for this? |
I'd be interested in getting a copy of the .NET Standard version, if that's possible @AlanParr |
@knasher https://github.com/AlanParr/openstack.net-netstandard I hope this work is useful to you. |
@AlanParr That's great, thank you! |
I recently updated my application to use .net core and I would like to use your API.
Could you please create a version that supports .net core projects ?
The text was updated successfully, but these errors were encountered: