alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Explicitly reference System.Text.Json dependency #156

Closed alexnoddings closed 3 months ago

alexnoddings commented 3 months ago

Build is currently failing from transitive dependencies on System.Text.Json >= 8.0.0 which are being resolved at 8.0.0, which is vulnerable.

We'll need to explicitly reference the System.Text.Json dependency for now.