Skip to content

Commit a68282d

Browse files
Bump FluentAssertions and 2 others
Bumps FluentAssertions from 8.2.0 to 8.3.0 Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.0 Bumps xunit.runner.visualstudio from 3.0.2 to 3.1.0 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4d9fbf commit a68282d

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.2.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
17+
<PackageReference Include="FluentAssertions" Version="8.3.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1919
<PackageReference Include="xunit" Version="2.9.3" />
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; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)