Skip to content

Commit b1b6672

Browse files
Bump xunit from 2.6.1 to 2.7.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.7.0. - [Commits](xunit/xunit@2.6.1...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 641c284 commit b1b6672

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="5.6.0" />
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
25-
<PackageReference Include="xunit" Version="2.6.1" />
25+
<PackageReference Include="xunit" Version="2.7.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
@@ -60,7 +60,7 @@
6060
<PackageReference Update="FSharp.Core" Version="6.0.1" />
6161
<PackageReference Include="FsUnit.xUnit" Version="5.6.0" />
6262
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
63-
<PackageReference Include="xunit" Version="2.6.1" />
63+
<PackageReference Include="xunit" Version="2.7.0" />
6464
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
6565
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6666
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)