mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Upgrade to NET 5 #574
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 @realLiangshiwei on GitHub (Oct 22, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Hi team.
Are there any plans to upgrade to NET 5?
@GregorBiswanger commented on GitHub (Oct 25, 2020):
Hi @realLiangshiwei, definitely!
@realLiangshiwei commented on GitHub (Oct 26, 2020):
https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-2/
RC2 is a “go live” release; we are supported using it in production. We can upgrade now.
@techmind-git commented on GitHub (Nov 14, 2020):
I was wondering if we can use it with .net 5 with the current latest version since it was presented like that here: https://www.youtube.com/watch?v=KHSJQ0nELlY. Are there things that might not work since you've got this issue open and marked for a future milestone? I was a bit confused so maybe you can share some more on this. Thank you.
@aschaefer94 commented on GitHub (Nov 19, 2020):
Any ETA on this feature? We're wanting to update to 5.0 but can't until we can build our electron package.
@scottkuhl commented on GitHub (Nov 21, 2020):
I've submitted a PR to address the upgrade to .NET and also upgraded TypeScript and all NuGet packages to the latest version.
@aschaefer94 commented on GitHub (Nov 23, 2020):
Just for everyone to know - I found that if you are updating your .NET project to .NET 5, as long as you have dotnet 3.1 on your machine (or your build server or whatever you're using) you can still run your project in the current version of Electron.NET.