-
-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to .NET 8.0 #846
Upgrade to .NET 8.0 #846
Conversation
* nuke 6.2.1 -> 8.0.0
.net 6 -> .net 8
Quick question: What does work by having this changed? Right now you can use Electron.NET with .NET 6 onwards; this change would make it only compatible to .NET 8 onwards. I don't see any .NET 8 API being used, so I wonder - is that really necessary? |
Now, (Relate issue: #837) |
Yeah I agree the CLI should work on more targets. Potentially making the CLI independent of .NET (i.e., self-contained) would just solve this. This way we could go for .NET 8, but as its deployed as a self-contained CLI it would also work on any (older - or more recent) platform - escaping the need to install a fixed version of .NET. I would say let's merge this and let's improve the CLI in the future. |
self-contained
Added: <PublishSelfContained>true</PublishSelfContained> |
No description provided.