What is the latest version that fully supports .NET 5.0?
Posted: Tue Sep 26, 2023 5:44 am
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.
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.