You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using .NET7 for my WPF app and Autoupdater.NET v1.9.0. I publish app with self-contained and compress all files to a .zip file for auto update. Everything runs smoothly but now I want to upgrade my app to .NET8. I try to do in local with these steps:
Install app v1 (.NET7)
Upgrade to .NET8 then auto update v2 => updated new version and all features can run
Do auto update v3 (.NET8) => can not update new version, please see the below image
Could you help me this issue?
Note: currently PC is installed windows desktop runtime 7(x64)
The text was updated successfully, but these errors were encountered:
Please update the AutoUpdater.NET to latest version. It should fix the issue. It compiles the ZipExtractor in .NET Framework 4.5 so it can natively run on Windows 8 and above without installing anything. Before this, it was using the same .NET version as the host app.
Please update the AutoUpdater.NET to latest version. It should fix the issue. It compiles the ZipExtractor in .NET Framework 4.5 so it can natively run on Windows 8 and above without installing anything. Before this, it was using the same .NET version as the host app.
Thanks @ravibpatel for your quickly reply. I will try the latest version.
Hi @ravibpatel,
I'm using .NET7 for my WPF app and Autoupdater.NET v1.9.0. I publish app with self-contained and compress all files to a .zip file for auto update. Everything runs smoothly but now I want to upgrade my app to .NET8. I try to do in local with these steps:
Could you help me this issue?
Note: currently PC is installed windows desktop runtime 7(x64)
The text was updated successfully, but these errors were encountered: