Skip to content

Commit 7478172

Browse files
Bump xunit from 2.5.1-pre.4 to 2.5.3
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1-pre.4 to 2.5.3. - [Commits](https://github.com/xunit/xunit/commits) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b715bb commit 7478172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="xunit" Version="2.5.1-pre.4" />
31+
<PackageReference Include="xunit" Version="2.5.3" />
3232
<PackageReference Include="xunit.extensibility.execution" Version="2.5.1-pre.4" />
3333
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
33
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
4-
<PackageReference Include="xunit" Version="2.5.1-pre.4" />
4+
<PackageReference Include="xunit" Version="2.5.3" />
55
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
66
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)