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

* 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 16:11:19 +10:00 коммит произвёл GitHub
Родитель 9d6c4426ff
Коммит 194ace92cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -21,8 +21,8 @@ What's changed since pre-release v0.4.0-B0016:
[#249](https://github.com/microsoft/PSRule.Rules.GitHub/pull/249)
- Bump xunit to v2.7.1.
[#246](https://github.com/microsoft/PSRule.Rules.GitHub/pull/246)
- Bump xunit.runner.visualstudio to v2.5.6.
[#229](https://github.com/microsoft/PSRule.Rules.GitHub/pull/229)
- Bump xunit.runner.visualstudio to v2.5.8.
[#245](https://github.com/microsoft/PSRule.Rules.GitHub/pull/245)
## v0.4.0-B0016 (pre-release)

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

@ -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.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>