Myriad.Core currently targets net9.0:
|
<TargetFramework>net9.0</TargetFramework> |
This is OK for consumers on .NET SDK 9.0 or 10.0, but it is incompatible with 8.0.
However, .NET 8.0 is LTS within support until November 2026 (same EoL as .NET 9.0).
Could the target framework be moved down to 8.0 until then?
This would not affect consumers on 9.0 or 10.0.
Thanks 👍
Myriad.Corecurrently targetsnet9.0:Myriad/src/Myriad.Core/Myriad.Core.fsproj
Line 4 in 99863b0
This is OK for consumers on .NET SDK
9.0or10.0, but it is incompatible with8.0.However, .NET
8.0is LTS within support until November 2026 (same EoL as .NET 9.0).Could the target framework be moved down to
8.0until then?This would not affect consumers on
9.0or10.0.Thanks 👍