RehanSaeed / Schema.NET

Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
MIT License
640 stars 80 forks source link

Split target of dotnet library versions #607

Open Turnerj opened 1 year ago

Turnerj commented 1 year ago

This will make only .NET 7 pull in v7 of core .NET libraries. Fixes #598

The downside to this is that Renovate and Dependabot will likely struggle updating System.Text.Json now so we will need to be extra careful.

kirk-marple commented 1 year ago

@RehanSaeed Would there be a chance to get this merged in? We've been holding off upgrading to latest package for months because of this, and would really appreciate it, thanks!

RehanSaeed commented 12 months ago

Strange that we have to do this. Approved.