Skip to content

Commit 1c00dc1

Browse files
Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 in /src (#680)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa7ff7a commit 1c00dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ConfigReader.Tests/ConfigReader.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectReference Include="..\ConfigReader\ConfigReader.csproj" />
99
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
1010
<PackageReference Include="Verify.Xunit" Version="22.8.0" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" PrivateAssets="All" />
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" PrivateAssets="All" />
1212
<PackageReference Include="Xunit" Version="2.6.2" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1414
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />

src/MarkdownSnippets.Tool.Tests/MarkdownSnippets.Tool.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReference Include="Argon" Version="0.14.0" />
88
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
99
<PackageReference Include="Verify.Xunit" Version="22.8.0" />
10-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" PrivateAssets="All" />
10+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" PrivateAssets="All" />
1111
<PackageReference Include="Xunit" Version="2.6.2" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1313
<ProjectReference Include="..\MarkdownSnippets.Tool\MarkdownSnippets.Tool.csproj" />

0 commit comments

Comments
 (0)