-
Not sure if this question has been asked before, but what is the intention for .NET version support for PiranhaCMS? Is it to ONLY support .NET (LTS) versions therefore skipping the latest .NET 7 for .NET 8 (LTS) later next year? I assume its LTS as .NET 6 (even number LTS) is currently supported, but just wanted to clarify for future roadmap requirements. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We usually try to support the latest version of .NET available, however we haven't had time to test it against .NET 7 as it was just released last week. It's however unlikely that we will do a force upgrade for EDIT We can probably do a multi-framework target for both |
Beta Was this translation helpful? Give feedback.
We usually try to support the latest version of .NET available, however we haven't had time to test it against .NET 7 as it was just released last week. It's however unlikely that we will do a force upgrade for
.NET 7
as 6 is the LTS version (just like you wrote).EDIT
We can probably do a multi-framework target for both
.NET6.0
and.NET7.0
, however at the moment we need to wait forPomelo.EntityFrameworkCore.MySql
to release a version that supports 7.0.