mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Newer versions of .NET #847
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 @rushfrisby on GitHub (Feb 14, 2023).
Originally assigned to: @GregorBiswanger on GitHub.
Will this be recompiled using newer versions of .NET since .NET 5 is out of support?
I'm trying to build an electron app in Azure DevOps but the azure pipelines agent doesn't have .NET 5 installed by default any more. I can install it using a task before building the electron app but would rather see the package updated to a newer version of .NET.
Thanks!