mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
docs: added support for .net standard 2.0 as well (#6620)
.net standard 2.0 support
This commit is contained in:
parent
be7074873a
commit
1eabcc0eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ $ pip install ansible-modules-hashivault
|
|||
|
||||
### C#
|
||||
|
||||
* [VaultSharp](https://github.com/rajanadar/VaultSharp) (.NET Core >= 1.0.0, .NET 4.5, .NET 4.6, Mono, iOS, Android, Mac, UWP etc.)
|
||||
* [VaultSharp](https://github.com/rajanadar/VaultSharp) (.NET Standard 2.0 & 1.3, .NET Core >= 1.0.0, .NET 4.5, .NET 4.6, Mono, iOS, Android, Mac, UWP etc.)
|
||||
|
||||
```shell
|
||||
$ Install-Package VaultSharp
|
||||
|
|
|
|||
Loading…
Reference in a new issue