Skip to content

Commit 61cb77a

Browse files
Bump xunit.runner.visualstudio from 3.1.0 to 3.1.5 (#422)
Updated [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.1.0 to 3.1.5. <details> <summary>Release notes</summary> _Sourced from [xunit.runner.visualstudio's releases](https://github.com/xunit/visualstudio.xunit/releases)._ ## 3.1.5 Release notes: https://xunit.net/releases/visualstudio/3.1.5 Commits viewable in [compare view](https://github.com/xunit/visualstudio.xunit/commits/3.1.5). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88fed6a commit 61cb77a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/FMData.Rest.Tests/FMData.Rest.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</PackageReference>
5555
<PackageReference Include="xunit" Version="2.9.3" />
5656
<PackageReference Include="xunit.runner.console" Version="2.9.3" />
57-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
57+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
5858
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
5959
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
6060
</ItemGroup>

tests/FMData.Xml.Tests/FMData.Xml.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PackageReference>
2020
<PackageReference Include="xunit" Version="2.9.3" />
2121
<PackageReference Include="xunit.runner.console" Version="2.9.3" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
22+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)