Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6cf037e

Browse files
authoredFeb 16, 2024
Bump xunit from 2.6.6 to 2.7.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0. - [Commits](xunit/xunit@2.6.6...2.7.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4c1274 commit 6cf037e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="xunit" Version="2.6.6" />
37-
<PackageReference Include="xunit.extensibility.execution" Version="2.6.6" />
36+
<PackageReference Include="xunit" Version="2.7.0" />
37+
<PackageReference Include="xunit.extensibility.execution" Version="2.7.0" />
3838
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
3939
</ItemGroup>
4040

0 commit comments

Comments
 (0)
Please sign in to comment.