OpenAPI.NET
OpenAPI.NET copied to clipboard
.NET compatibility for 1.3.0-preview release
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)?
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
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.