docs: added support for .net standard 2.0 as well (#6620)

.net standard 2.0 support
This commit is contained in:
Raja Nadar 2019-04-23 11:50:16 -07:00 committed by Chris Hoffman
parent be7074873a
commit 1eabcc0eb4

View File

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