PowerShell / SecretManagement

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

Publish the library as netstandard20 #211

Open SteveL-MSFT opened 1 year ago

SteveL-MSFT commented 1 year ago

Summary of the new feature / enhancement

Currently, the module is built against net461 which will work in PS7, but the library needs to support netstandard20 so that pure .NET projects can use it.

The library currently is published for extension vaults, but should also have APIs suitable for cmdlets and other .NET projects to use for secrets.