You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET 8 has been released and System.Json.Text has changed its targeting frameworks. Though the current targeting framework net6.0 and netstandard2.x would still work, it would be good to exam over any breaking changes and change the targeting framework accordingly.
We need to:
Go over breaking changes in the System.Text.Json package of .NET 7
Change targeting framework accordingly
Target test projects to .NET 8
Target benchmark project to .NET 8
Update Github Actions to build and test in .NET 8
Remove .NET 5 from all projects
The text was updated successfully, but these errors were encountered:
.NET 8 has been released and
System.Json.Text
has changed its targeting frameworks. Though the current targeting frameworknet6.0
andnetstandard2.x
would still work, it would be good to exam over any breaking changes and change the targeting framework accordingly.We need to:
System.Text.Json
package of .NET 7The text was updated successfully, but these errors were encountered: