laurencee / Livestream.Monitor

A windows GUI for livestreamer/streamlink
GNU General Public License v2.0
59 stars 8 forks source link

Investigate upgrading to .NET Core 5.0 #53

Closed laurencee closed 2 years ago

laurencee commented 4 years ago

Now that .NET core supports WPF we can look at moving over to that for some free performance improvements and access to additional libraries.

https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/

laurencee commented 3 years ago

.NET Core 3 wasn't really viable due to the large number of extra libs that would need to be packaged for release, will take a look again at .NET 5 when that's out