OpenAPI.NET icon indicating copy to clipboard operation
OpenAPI.NET copied to clipboard

.NET compatibility for 1.3.0-preview release

Open ShaunLoganOracle opened this issue 4 years ago • 2 comments

Saw this in the release announcement for 1.3.0-preview:

Updated framework dependencies to just .net standard 2.0

Does this affect the compatibility of using the library in applications that target .NET Framework 4.x (eg. 4.7)?

ShaunLoganOracle avatar May 25 '21 18:05 ShaunLoganOracle

Application using .NET framework 4.6.1 and up can use libraries that are .NET Standard 2.0. https://docs.microsoft.com/en-us/dotnet/standard/net-standard

darrelmiller avatar Jun 25 '21 16:06 darrelmiller

Thank you. We are able to use the new version for .NET Standard 2.0. Note for watchers: if your project targets .NET Framework <4.7.2, you end up with an extra DLL, netstandard.dll To avoid this, you have to re-target your project to 4.7.2 or later.

AlexDavisOracle avatar Apr 20 '22 23:04 AlexDavisOracle