Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Compatibility

Léo Peyronnet edited this page Sep 1, 2020 · 2 revisions

Compatibility

Introduction

LeoCorpLibrary 2.0 and +, enables you to use it on two frameworks:

  • .NET Framework 4.7.2
  • .NET Core 3.1

Some features may or may not be available in .NET Core or in .NET Framework. That's why in each features' documentation, we added a little table to indicate it's compatibilty.

Note: The above framework list can be updated at any time.

Compatible Operating Systems

Here's the OS and their compatibility levels:

OS Compatibility
Windows ✔ Compatible
macOS ❌ Incompatible
Linux ❌ Incompatible

LeoCorpLibrary uses Microsoft.NET.Sdk.WindowsDesktop which means that LeoCorpLibrary is only compatible in Windows Desktop Applications.

Note: Even if some methods and features of LeoCorpLibrary don't need the Windows Desktop SDK, doesn't mean that they are compatible with other OSs.