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.
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.