Skip to content
Eugene Bekker edited this page Dec 28, 2015 · 2 revisions

.NET Framework

.NET Framework 4.5

The ACMESharp client library requires .NET 4.5 or greater due to various features of the .NET framework that are used and also due to external dependencies (libraries) that have this minimum requirement.

.NET Core

The current version and development effort is focused on completing all components to be fully compliant .NET 4.5, after which time the library will be evaluated for what will be necessary to support the next major version of the .NET platform, potentially across all the supported platforms, not just Windows. During the current development, any significant design and implementation decisions do take into consideration their compatibility with .NET Core and any future rework that may be necessary to support it.

PowerShell

The ACMESharp PowerShell Module requires PowerShell 4.0 or greater, which is the first PS version that is compatible with, and itself requires, the .NET 4.5 Framework. During the current development, tests have been executed on both 4.0 and 5.0 platforms. Very shortly, automated CI tests will be setup to execute under both PS versions across the various Windows versions on which they are supported, thanks to the support of PowerShell.org and their Community Build Server (ACMESharp PS Builds).

Clone this wiki locally