Support for non-LTS .NET releases #215
Closed
alanssitis
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @alanssitis , what the goal you trying to achieve? For instance, .NET 6 dependency can be used without any problem from .NET 7 project. Currently, dotNext 5.x supports .NET 8 natively. In the time of .NET 5 I tried to produce multi-target release (3.1 and 5) but the experience was not good for many reasons:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi dotNext maintainers!
I am a new-ish C# developer looking to integrate this library into my company's code base. One issue I've found is that you only support LTS versions at the moment, we migrate to the next version yearly, which makes us less likely to use dotNext. Would you be open to contributions to support non-LTS versions, and if so, show me the ropes?
Beta Was this translation helpful? Give feedback.
All reactions