Skip to content

Commit 4994b03

Browse files
Bump xunit.runner.visualstudio from 2.4.3 to 2.8.2 (#321)
* Bump xunit.runner.visualstudio from 2.4.3 to 2.8.2 Bumps xunit.runner.visualstudio from 2.4.3 to 2.8.2. --- 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 xunit.runner.visualstudio ->2.8.2 in Doc.csproj --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: atakavci <58048133+atakavci@users.noreply.github.com>
1 parent dfc75d2 commit 4994b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Doc/Doc.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1818
<PackageReference Include="xunit" Version="2.4.2" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
19+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

tests/NRedisStack.Tests/NRedisStack.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PrivateAssets>all</PrivateAssets>
2727
</PackageReference>
2828
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
29-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
29+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
3030
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
3131
<PackageReference Include="xunit" Version="2.4.1" />
3232
<PackageReference Include="xunit.assert" Version="2.4.1" />

0 commit comments

Comments
 (0)