PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
335 stars 47 forks source link

Preview6 changes #76

Closed PaulHigin closed 4 years ago

PaulHigin commented 4 years ago

This PR modifies the SecretManagement binary build to target the net461 framework, so that it can be compatible with WindowsPowerShell as well as PowerShell core.

The Microsoft.PowerShell.SecretManagement.Library reference library has also been re-targeted to net461 and published to nuget (version 0.5.5-preview.6), to support extension vaults such as Microsoft.PowerShell.SecretStore.

This is likely a breaking change where other extension vaults that build binaries will have to be rebuilt against the new Microsoft.PowerShell.SecretManagement.Library 0.5.5-preview.6 reference library.