-
Notifications
You must be signed in to change notification settings - Fork 48
Add support for NET 8.0 #316
Comments
Maybe just remove |
I think this is not possible, because My suggestion: |
I may have been too hasty with my solution. Do you agree with my suggestion so that I can create a PR afterwards? |
@RomanLeonB What is the status with this? I have an open issue that may be partially addressed, if retargeted to I certainly would prefer to build on any changes made for A quick hack on a local copy appears to build fine with only It must work, right? 😉 |
@RomanLeonB you should be able to just consume this .Net6/standard package in a .Net8 app or lib without changing this lib's target. That said, IMHO, it would simplify maintenance of this lib to remove .Net6, and just target .netstandard since standard has no sunset of support. .netstandard support policy: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-0#net-5-and-net-standard It also makes the packages a tad smaller since it only contains a single .dll at that point. |
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: