Skip to content

Commit 6403cbb

Browse files
Bump xunit.runner.visualstudio from 2.5.4 to 2.5.6 (Azure#2619)
* Bump xunit.runner.visualstudio from 2.5.4 to 2.5.6 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.4...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump change log --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <[email protected]>
1 parent 42a3e23 commit 6403cbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/CHANGELOG-v1.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ What's changed since v1.32.1:
3737
- Engineering:
3838
- Bump xunit to v2.6.4.
3939
[#2618](https://github.com/Azure/PSRule.Rules.Azure/pull/2618)
40+
- Bump xunit.runner.visualstudio to v2.5.6.
41+
[#2619](https://github.com/Azure/PSRule.Rules.Azure/pull/2619)
4042

4143
## v1.32.1
4244

tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
1515
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
1616
<PackageReference Include="xunit" Version="2.6.4" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)