dotnet / dotNext

Next generation API for .NET
https://dotnet.github.io/dotNext/
MIT License
1.56k stars 119 forks source link

Support for non-LTS .NET releases #214

Closed alanssitis closed 5 months ago

alanssitis commented 5 months ago

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?

sakno commented 5 months ago

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: