Skip to content

Commit 597ad7a

Browse files
Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /src (#776)
* Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /src Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * revert unrelated changes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mauro Servienti <[email protected]>
1 parent 47df17a commit 597ad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceComposer.AspNetCore.Tests/ServiceComposer.AspNetCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="xunit" Version="2.9.2" />
4242
<!-- this is needed to allow tests to correctly load the xunit.runner.utility required by Verify.Xunit -->
4343
<PackageReference Include="xunit.runner.utility" Version="2.9.2" />
44-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
44+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4747
</PackageReference>

0 commit comments

Comments
 (0)