dotnet / HttpRepl

The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported and is used for making HTTP requests to test ASP.NET Core web APIs and view their results.
MIT License
700 stars 69 forks source link

Fix CG alert with Newtonsoft #570

Closed tlmii closed 2 years ago

tlmii commented 2 years ago

Have a CG alert because Microsoft.HttpRepl is building with an old version of Newtonsoft.Json. Our direct references pull in something newer in other places and we ship the newer one, but this package still builds this way so we need to correct it.