NetSparkleUpdater / NetSparkle

NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
611 stars 84 forks source link

Include .NET Core 3.1 and .NET 5 in target frameworks #145

Closed Deadpikle closed 3 years ago

Deadpikle commented 3 years ago

This is done. UI libs reference net5;netcoreapp3.1;net452 (or just net5-windows in the case of WPF), and the core lib references netstandard2.0;net452, which covers .NET Core 3.1 and .NET 5.