Skip to content
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

[FEATURE] Target newer .NET runtimes #41

Open
bdovaz opened this issue Nov 28, 2023 · 3 comments · May be fixed by #42
Open

[FEATURE] Target newer .NET runtimes #41

bdovaz opened this issue Nov 28, 2023 · 3 comments · May be fixed by #42
Labels
enhancement New feature or request

Comments

@bdovaz
Copy link
Contributor

bdovaz commented Nov 28, 2023

@madushans I am willing to create PR if you give me the go ahead.

Is your feature request related to a problem? Please describe.

I use the tool through CI and right now it requires that I have to install the .NET 6 runtime just for this tool (I am using .NET 7 and transitioning to .NET 8).

Describe the solution you'd like

The tool targets newer runtimes.

Describe alternatives you've considered

Install .NET 6 runtime.

@bdovaz bdovaz added the enhancement New feature or request label Nov 28, 2023
@madushans
Copy link
Owner

Hello, yes please do.
Put a PR against `dev' branch. I have a few small fixes planned for next version, including #39 and #32.

I'll add the fixes after you and can include all of it in the next release.

(And the docs update. Currently it says Requires .NET 6 Runtime but it should say "SDK" instead.)

@bdovaz bdovaz linked a pull request Dec 3, 2023 that will close this issue
@bdovaz
Copy link
Contributor Author

bdovaz commented Nov 13, 2024

@madushans I have updated the PR by including .net 8 / 9 and removing .net 6 because its EOL has arrived: https://devblogs.microsoft.com/dotnet/dotnet-6-end-of-support/

Can you merge the PR and release? Thanks!

@madushans
Copy link
Owner

Oops sorry I got a bit busy. I'll plan to do a release this or next weekend.

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

Successfully merging a pull request may close this issue.

2 participants