Washi1337 / OldRod

An automated KoiVM disassembler and devirtualisation utility
GNU General Public License v3.0
350 stars 80 forks source link

Update AsmResolver and other NuGet packages #68

Closed ElektroKill closed 1 year ago

ElektroKill commented 1 year ago

System.Drawing.Common 7.0.0 shows a compiler warning regarding the lack of support for .NET Core 3.1 so it was upgraded to 6.0.0 which does not show such a warning.

A small fix was introduced for a crash that occurred when running OldRod in the Windows Terminal when the remaining buffer space was not enough for the aligned screen.

Washi1337 commented 1 year ago

Thanks!