Skip to content

Commit a4eeed1

Browse files
dependabot[bot]abelbraaksma
authored andcommitted
Bump xunit.runner.visualstudio from 2.4.3 to 2.5.0
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 2.5.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@v2.4.3...2.5.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 182c7a8 commit a4eeed1

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
@@ -17,7 +17,7 @@
1717
<PackageReference Include="FsUnit.xUnit" Version="5.1.0" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
1919
<PackageReference Include="xunit" Version="2.4.2" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

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

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

0 commit comments

Comments
 (0)