Skip to content

Commit aba7ba0

Browse files
Bump the all group with 2 updates
Bumps FluentAssertions from 8.8.0 to 8.9.0 Bumps Verlite.MsBuild from 2.6.0 to 2.7.0 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Verlite.MsBuild dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53a42d2 commit aba7ba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<VerliteEnableShadowRepo>true</VerliteEnableShadowRepo>
4949
</PropertyGroup>
5050
<ItemGroup>
51-
<PackageReference Include="Verlite.MsBuild" Version="2.6.0" PrivateAssets="All" />
51+
<PackageReference Include="Verlite.MsBuild" Version="2.7.0" PrivateAssets="All" />
5252
</ItemGroup>
5353

5454
<!-- Reproducible builds -->

tests/UnitTests/UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="FluentAssertions" Version="8.8.0" />
29+
<PackageReference Include="FluentAssertions" Version="8.9.0" />
3030
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)