Skip to content

Commit de78264

Browse files
dependabot[bot]abelbraaksma
authored andcommitted
Bump xunit from 2.4.2 to 2.5.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0. - [Commits](xunit/xunit@2.4.2...2.5.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 a4eeed1 commit de78264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="FSharp.Control.TaskSeq" Version="0.4.0-alpha.1" />
1717
<PackageReference Include="FsUnit.xUnit" Version="5.1.0" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
19-
<PackageReference Include="xunit" Version="2.4.2" />
19+
<PackageReference Include="xunit" Version="2.5.0" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>

src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="3.2.0" />
5959
<PackageReference Include="FsUnit.xUnit" Version="5.1.0" />
6060
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
61-
<PackageReference Include="xunit" Version="2.4.2" />
61+
<PackageReference Include="xunit" Version="2.5.0" />
6262
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
6363
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6464
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)