NetSparkleUpdater / NetSparkle

NetSparkle is a C# cross-platform software update framework for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
585 stars 81 forks source link

Fix build error of `NetSparkle.Samples.NetFramework.WinForms` #566

Closed kenjiuno closed 4 months ago

kenjiuno commented 4 months ago
  1. Moving to .NET Framework 4.6.2 due to:

    error : Project '..\NetSparkle\NetSparkle.csproj' targets 'net8.0;net7.0;net6.0;netstandard2.0;net462'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.5.2'.

  2. Enable Auto-generate binding redirects due to:

    Consider app.config remapping of assembly "System.Runtime.CompilerServices.Unsafe, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.4.1" [] to Version "6.0.0.0" [src\bin\Debug\NetSparkle\net462\System.Runtime.CompilerServices.Unsafe.dll] to solve conflict and get rid of warning.

Deadpikle commented 4 months ago

Thank you!!