Bump PowerShellStandard.Library from 5.1.0 to 5.1.1 (#65)

Bumps [PowerShellStandard.Library](https://github.com/PowerShell/PowerShellStandard) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/PowerShell/PowerShellStandard/releases)
- [Commits](https://github.com/PowerShell/PowerShellStandard/commits)

---
updated-dependencies:
- dependency-name: PowerShellStandard.Library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-09 20:25:17 +10:00 коммит произвёл GitHub
Родитель b232c9a499
Коммит ed9841a036
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@ This project uses GitHub Issues to track bugs and feature requests. See GitHub p
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>