microsoft / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818 stars 218 forks source link

Ship signed version of Newtonsoft.Json.dll #1474

Closed gregg-miskelly closed 1 month ago

gregg-miskelly commented 1 month ago

The packages that ship MIEngine with the C++ extension didn't include the signed version of Newtonsoft.Json.dll. This fixes it so they do.