Skip to content

Commit 07faa11

Browse files
Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /src (#316)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48a0039 commit 07faa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net7.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
7+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
99
<PackageReference Include="Xunit" Version="2.9.3" />
1010
<PackageReference Include="XunitContext" Version="3.3.2" />

0 commit comments

Comments
 (0)