aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
238 stars 79 forks source link

AWSPowerShell.NetCore now compatible with PowerShell 3.0-6.2 #2

Closed matteo-prosperi closed 5 years ago

matteo-prosperi commented 5 years ago

AWSPowerShell.NetCore, starting with version 3.3.485.0, can be loaded on PowerShell 3.0 - 5.1 as well as PowerShell Core 6.0 and 6.2. Because of the dependency on .NET Standard 2.0 and PowerShell Standard, AWSPowerShell.NetCore can be imported on Windows Server 2008 R2 SP1 (or newer) with .NET Framework 4.7.2.

We made the decision to target .NET Framework 4.7.2 since both .NET Framework 4.6.1 and 4.7.2 support the same range of Windows versions (going back to Windows Server 2008 R2 SP1) and packaging the shim DLLs would further increase the size of the already large AWSPowerShell.NetCore module. Moreover Microsoft caution against relying on the .NET Standard 2.0 support in .NET Frameworks earlier than 4.7.2.

Please leave your feedback here.