mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-06 13:44:35 +00:00
Newer versions of .NET #850
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!
@DrBenvey commented on GitHub (Feb 17, 2023):
Hi, have the same problem.
I tried to re-build ElectronNET.CLI from sourses for net-7.0, but it didn't worked.
https://github.com/ElectronNET/Electron.NET/issues/740
as an option, you can find linux on which you can still install the sdk net 5 (ubuntu 20.04 for ex (https://www.makeuseof.com/install-dotnet-5-ubuntu-linux/)), although it is officially not incredible. Create a virtual machine with it and build the project on it.
@riboyama commented on GitHub (Feb 20, 2023):
I don't think this repository is maintained anymore.
You can try ElectronSharp, which is a fork of this project based on .NET 7.
@GregorBiswanger commented on GitHub (Feb 20, 2023):
The new version with .NET 7 support will be released in the next few days.
@riboyama Why don't you make a pull request with your code?
@somasundar1997 commented on GitHub (Feb 21, 2023):
@GregorBiswanger Will the need for .NET 5.0 SDK to build electron app will be removed in mentioned release?
@GregorBiswanger commented on GitHub (Feb 23, 2023):
@somasundar1997 For .NET 5 Support use the latest version please.
@somasundar1997 commented on GitHub (Feb 23, 2023):
@GregorBiswanger No... I am not asking for .NET 5.0 Support I am using .NET 6.0 Only but it asks for .NET 5.0 also. what is meant to ask was if any newer version gets released will it have/need any of the previous support for taking build.
@bangclash commented on GitHub (Mar 1, 2023):
Great news!
@riboyama commented on GitHub (Mar 10, 2023):
This isn't my work in any way. I was looking at this project's forks and noticed:
This one by theolivenbaum
Which is updated way more frequently...
@GregorBiswanger commented on GitHub (Mar 10, 2023):
@riboyama I found a new co-developer for the project and we have a new refresh. A big update is coming in the next few weeks with some new innovations. Please just be patient.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!