ngld / OverlayPlugin

Yet another OverlayPlugin fork.
Other
231 stars 39 forks source link

bump .NET to 4.8 & update nuget packages #226

Closed ShadyWhite closed 2 years ago

ngld commented 2 years ago

Targeting .NET 4.8 is fine since the parser switched to that as well but the NuGet updates are an issue. Some of the packages (like SharpCompress and Markdig) add new dependencies in their most recent versions which would add even more DLLs to OverlayPlugin which seems pointless considering that I don't need the new features. Updating Newtonsoft.JSON is complicated as always since other plugins rely on it as well (for example Makar's Discord Triggers) which means I could end up breaking those plugins if I just update my version of Newtonsoft.JSON.