Skip to content

Commit ba20105

Browse files
dependabot[bot]FlorianHockmann
authored andcommitted
Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.8 to 2.8.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.8...2.8.0) --- 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>
1 parent b324c33 commit ba20105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/JanusGraph.Net.IntegrationTest/JanusGraph.Net.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
99
<PackageReference Include="Testcontainers" Version="3.8.0" />
1010
<PackageReference Include="xunit" Version="2.8.0" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" />
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
1212
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
1313
</ItemGroup>
1414
<ItemGroup>

test/JanusGraph.Net.UnitTest/JanusGraph.Net.UnitTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
88
<PackageReference Include="xunit" Version="2.8.0" />
9-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" />
9+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
1010
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
1111
</ItemGroup>
1212
<ItemGroup>

0 commit comments

Comments
 (0)