Skip to content

Commit dd0d464

Browse files
Bump xunit.runner.visualstudio from 2.5.7 to 3.0.1 (#270)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.7 to 3.0.1. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.7...3.0.1) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7f4e10 commit dd0d464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/MyNihongo.FluentHttp.Tests.Integration/MyNihongo.FluentHttp.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Serilog.Sinks.XUnit" Version="3.0.5" />
1818
<PackageReference Include="Verify.Xunit" Version="22.11.1" />
1919
<PackageReference Include="xunit" Version="2.7.0" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

tests/MyNihongo.FluentHttp.Tests.Unit/MyNihongo.FluentHttp.Tests.Unit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1313
<PackageReference Include="MoqMicrosoftConfiguration" Version="1.0.5" />
1414
<PackageReference Include="xunit" Version="2.7.0" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)