Skip to content
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

Moving on from .Net Standard #390

Closed
gregsdennis opened this issue Mar 1, 2023 · 4 comments · Fixed by #619
Closed

Moving on from .Net Standard #390

gregsdennis opened this issue Mar 1, 2023 · 4 comments · Fixed by #619
Labels
documentation Improvements or additions to documentation

Comments

@gregsdennis
Copy link
Owner

From testing, it appears that updating to System.Text.Json v7 will require that I drop support for .Net Core 3.1.

I don't expect this will be a problem for most of my users as .Net Core 3.1 is end-of-life anyway, but I feel it deserves notification and a major version bump in the libraries.

This will come... eventually.

@gregsdennis gregsdennis added the documentation Improvements or additions to documentation label Mar 1, 2023
@m-gallesio
Copy link

Hello.
I just tried using this library in a .NET 7 project, and it pulled in System.Text.Json 7.0.0 with no apparent issues.
Unless there are specific reasons I don't think a forced upgrade is strictly required.

@gregsdennis gregsdennis changed the title Updating to System.Text.Json v7 Moving on from .Net Standard Nov 17, 2023
@gregsdennis
Copy link
Owner Author

Some further discussions in #532 revealed that it might be time to move on from .Net Standard. I need feedback from users.

This would probably apply to the entire suite.

@gregsdennis
Copy link
Owner Author

I now have a branch with everything working for net6.0.

Might try to multi-target with net8.0 later, but very happy this is working for now.

@gregsdennis
Copy link
Owner Author

This .Net 7 Regex stuff would be nice to have.

https://devblogs.microsoft.com/dotnet/regular-expression-improvements-in-dotnet-7/#stringsyntaxattribute-regex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants