RicoSuter / NJsonSchema

JSON Schema reader, generator and validator for .NET
http://NJsonSchema.org
MIT License
1.38k stars 532 forks source link

Bump Fluid.Core #1730

Open rexcfnghk opened 1 week ago

rexcfnghk commented 1 week ago

Fluid.Core has a breaking change between 2.9.0 and 2.11.1 because Parlot, the library Fluid.Core depends on, has a breaking change which propagated to Fluid.Core between 2.9.0 and 2.11.1.

This change bumps Fluid.Core and transitively upgraded Parlot to bring in the change.

lahma commented 1 week ago

There's already #1719

rexcfnghk commented 1 week ago

Would it better to separate #1719 and this PR? To me #1719 seems more like a housekeeping PR but this PR fixes an actual issue due to transitive dependencies