Skip to content

Commit 62c452e

Browse files
Bump xunit.runner.visualstudio from 3.0.2 to 3.1.0 in the xunit group
Bumps the xunit group with 1 update: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit.runner.visualstudio` from 3.0.2 to 3.1.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7e0a77 commit 62c452e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/FluentRest.Factory.Tests/FluentRest.Factory.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
19+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>

test/FluentRest.Fake.Tests/FluentRest.Fake.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PackageReference>
1818
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>

test/FluentRest.Tests/FluentRest.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="System.Text.Json" Version="9.0.4" />
2020
<PackageReference Include="Testcontainers" Version="4.4.0" />
2121
<PackageReference Include="XUnit.Hosting" Version="2.0.0" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
22+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)