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

Add support for NET 8.0 #316

Open
RomanLeonB opened this issue Dec 17, 2024 · 2 comments
Open

Add support for NET 8.0 #316

RomanLeonB opened this issue Dec 17, 2024 · 2 comments
Assignees

Comments

@RomanLeonB
Copy link

RomanLeonB commented Dec 17, 2024

Describe the problem to solve
I want to add NLog.Targets.Syslog to a NET 8.0 application

Describe the enhancement proposed
Upgrade *.csproj to NET 8.0

I can also upgrade the *.csproj files if that's okay with you.

@RomanLeonB RomanLeonB changed the title Support for NET8 Add support for NET 8.0 Dec 17, 2024
@snakefoot
Copy link
Contributor

Maybe just remove net6.0 and just rely on netstandard2.0 ?

@RomanLeonB
Copy link
Author

RomanLeonB commented Dec 18, 2024

I think this is not possible, because 'TestAppWithGU' and 'TestAppWithTUI' does explicitly use net6.0 or net6.0-windows

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

No branches or pull requests

3 participants