Skip to content

Commit 17b3ccc

Browse files
Bump the xunit group with 2 updates
Bumps the xunit group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.8.0 to 2.8.1 - [Commits](xunit/xunit@2.8.0...2.8.1) Updates `xunit.runner.visualstudio` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c698fb commit 17b3ccc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
18+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="xunit" Version="2.8.0" />
22+
<PackageReference Include="xunit" Version="2.8.1" />
2323
<PackageReference Include="FluentAssertions" Version="6.12.0" />
2424
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2525
</ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
19+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="xunit" Version="2.8.0" />
23+
<PackageReference Include="xunit" Version="2.8.1" />
2424
<PackageReference Include="FluentAssertions" Version="6.12.0" />
2525
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />

test/FluentRest.Tests/FluentRest.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="xunit" Version="2.8.0" />
21+
<PackageReference Include="xunit" Version="2.8.1" />
2222
<PackageReference Include="FluentAssertions" Version="6.12.0" />
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)