Skip to content

Commit c5d87a0

Browse files
Bump the tests group with 2 updates
Bumps FluentAssertions from 8.3.0 to 8.4.0 Bumps xunit.runner.visualstudio from 3.1.0 to 3.1.1 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2e9870 commit c5d87a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Sidio.Text.Base32.Tests/Sidio.Text.Base32.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="FluentAssertions" Version="8.3.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
17+
<PackageReference Include="FluentAssertions" Version="8.4.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1919
<PackageReference Include="xunit" Version="2.9.3" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)