Page 1 of 1

What is the latest version that fully supports .NET 5.0?

Posted: Tue Sep 26, 2023 5:44 am
by 15685014
Hello.
In some of our projects we are limited to .NET 5.0. What is the latest version that fully supports it?
Version 4.2023.4.13 is the last one that targets .NET 5.0 directly.
Version 4.2023.4.18 drops .NET 5.0 target but still target .NETCoreApp 2.0 and .NETCoreApp 3.1 - so technically I can install that package to my .NET 5.0 app. But was it intended to use that way?

P. S. Starting from version 4.2023.5.23 package drops both .NET 5.0 and .NETCoreApp 2.0/.NETCoreApp 3.1 - so it becomes clear that minimum runtime version was increased to .NET 6.0.

Re: What is the latest version that fully supports .NET 5.0?

Posted: Wed Sep 27, 2023 9:40 am
by Marc
Hello,

Reviewing release builds it seems there was a problem with NET5 support specifically with the 4.2023.4.18 release. Subsequent builds build for NET5 projects. We recommend anyway, moving to NET6+ when possible.

Regards,
Marc Meumann