Skip to content

Commit

Permalink
Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 (microsoft#1700)
Browse files Browse the repository at this point in the history
* Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.4...2.5.5)

---
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]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Dec 19, 2023
1 parent 0504d47 commit d109565
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ What's changed since pre-release v3.0.0-B0093:
- Engineering:
- Bump xunit to v2.6.3.
[#1699](https://github.com/microsoft/PSRule/pull/1699)
- Bump xunit.runner.visualstudio to v2.5.4.
[#1684](https://github.com/microsoft/PSRule/pull/1684)
- Bump xunit.runner.visualstudio to v2.5.5.
[#1700](https://github.com/microsoft/PSRule/pull/1700)
- Bump Microsoft.NET.Test.Sdk to v17.8.0.
[#1659](https://github.com/microsoft/PSRule/pull/1659)
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v8.0.0.
Expand Down
2 changes: 1 addition & 1 deletion tests/PSRule.Tests/PSRule.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d109565

Please sign in to comment.