Skip to content

Upgrade to .NET 8 and replace ILMerge with single-file deployment #5

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CodingMarco
Copy link

I did what the title says in an upstreamable manner (at least I hope so).
Also, I updated the NuGet package versions.
By upgrading to .NET 8, we can make the tool cross-platform, and also we can simplify the build process by using single-file deployment instead of ILMerge.
I decided to not use a self-contained build (.NET 8.0 runtime will be required) but this decision can be discussed.

A possible future improvement could be to add a GitHub Action that builds the executables for Windows and Linux.

Solves #3

@titanix
Copy link

titanix commented Nov 8, 2024

Funny I just ported the soft to .NET 8.0 few minutes ago... and found your PR when wanting to submit mine (just in case it would be useful for someone else) 😆

@CodingMarco you might want to have a look at my comment here too to fix the behavior of the program: #2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants