Skip to content

Commit a2c9f95

Browse files
Bump xunit from 2.7.0 to 2.8.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.7.0 to 2.8.0. - [Commits](xunit/xunit@2.7.0...2.8.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 f6ff7ab commit a2c9f95

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
@@ -22,7 +22,7 @@
2222
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="4.10.0" />
2323
<PackageReference Include="FsUnit.xUnit" Version="6.0.0" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
25-
<PackageReference Include="xunit" Version="2.7.0" />
25+
<PackageReference Include="xunit" Version="2.8.0" />
2626
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
<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
@@ -64,7 +64,7 @@
6464
<PackageReference Update="FSharp.Core" Version="6.0.1" />
6565
<PackageReference Include="FsUnit.xUnit" Version="6.0.0" />
6666
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
67-
<PackageReference Include="xunit" Version="2.7.0" />
67+
<PackageReference Include="xunit" Version="2.8.0" />
6868
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
6969
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7070
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)