-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add dotnet 8 support #298
Add dotnet 8 support #298
Conversation
Goltom
commented
Jan 16, 2024
- Add support for .net8
- IPNetwork renamed to IPNetwork2
- Update nuget package Microsoft.NET.Test.Sdk
- Unittest fix
- add support for .net8 - update nuget package Microsoft.NET.Test.Sdk
Well, everyone tracking ipnetwork nuget will get its build broken:
|
Thanks for you help |
@lduchosal The better solution should have been to move everything out of the System namespace entirely. Because it is intended to only be used by Microsoft. Otherwise we are just waiting for Microsoft to add their own IPNetwork2 and then we have the same issue once again. |
Sure, PR welcome ! @Maxwell175 |
You are welcome :) |