fraxiinus / ReplayBook

Play, manage, and inspect League of Legends replays
https://www.fraxiinus.dev/ReplayBook/
GNU General Public License v3.0
340 stars 53 forks source link

Upgrade to .NET 6 #135

Closed fraxiinus closed 2 years ago

fraxiinus commented 2 years ago

What does this mean? This is an under the hood upgrade to a new software framework. Hopefully, there should be no appearance or behavior changes after the upgrade.

Why? ReplayBook has been running on .NET Framework 4.7.2 since 2019. That is 3 years ago and that version was already a year old by then (ROFLPlayer runs on 4.7.1!). I've been stuck using C# version 7.3 when it's already at version 10 now. Upgrading to .NET 6 will make future upgrades easier to accomplish.

fraxiinus commented 2 years ago

140