Bump xunit.runner.visualstudio from 2.5.6 to 2.5.8 (#162)

* Bump xunit.runner.visualstudio from 2.5.6 to 2.5.8

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.8.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.8)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2024-04-26 15:20:54 +10:00 коммит произвёл GitHub
Родитель 709a883a06
Коммит 3f4157f2fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -7,8 +7,8 @@ What's changed since v0.6.0:
- Engineering:
- Bump xunit to v2.6.6.
[#152](https://github.com/microsoft/PSRule.Monitor/pull/152)
- Bump xunit.runner.visualstudio to v2.5.6.
[#149](https://github.com/microsoft/PSRule.Monitor/pull/149)
- Bump xunit.runner.visualstudio to v2.5.8.
[#162](https://github.com/microsoft/PSRule.Monitor/pull/162)
- Bump Microsoft.NET.Test.Sdk to v17.9.0.
[#155](https://github.com/microsoft/PSRule.Monitor/pull/155)
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v8.0.0.

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

@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>