Bump xunit.runner.visualstudio from 2.4.5 to 2.5.6 (#229)

* Bump xunit.runner.visualstudio from 2.4.5 to 2.5.6

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

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

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-01-19 23:07:43 +10:00 коммит произвёл GitHub
Родитель 9784c8c16a
Коммит b310319ec4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -15,6 +15,8 @@ What's changed since pre-release v0.4.0-B0016:
[#224](https://github.com/microsoft/PSRule.Rules.GitHub/pull/224)
- Bump coverlet.collector to v6.0.0.
[#204](https://github.com/microsoft/PSRule.Rules.GitHub/pull/204)
- Bump xunit.runner.visualstudio to v2.5.6.
[#229](https://github.com/microsoft/PSRule.Rules.GitHub/pull/229)
## 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.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>