mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
How to upgrade existing app to new ElectronNET.API? #368
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @win32nipuh on GitHub (Jul 30, 2019).
The problem:
I have an application based on ElectronNET.API 5.22.13 and NET.Core 2.1 (ElectronNET.API requires this version).
The new version ElectronNET.API 5.22.14 is released and I need to upgrade my app to this package.
It requires NET Core 2.2. I have changed the NET Core 2.1 -> NET Core 2.2 in the project properties, then updated the ElectronNET.API to 5.22.14.
Then try to run
How to fix it:
After these actions:
@GregorBiswanger commented on GitHub (Jul 30, 2019):
Thank you very much for your support!
@hojlind commented on GitHub (Jul 16, 2020):
This still applies, and should definitely have a more prominent place, perhaps in the readme?
@srameh commented on GitHub (May 22, 2021):
This fixed my problem. Thank you very much!
@FlorianRappl commented on GitHub (Nov 1, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.