Skip to content

Commit

Permalink
Update NuGet Packages - Minor Updates (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent fa2b271 commit 2213be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/LazyCart/LazyCart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<!-- Package References -->
<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.82">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.84">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions tests/LazyCart.Tests/LazyCart.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="FluentAssertions.Analyzers" Version="0.23.1">
<PackageReference Include="FluentAssertions.Analyzers" Version="0.24.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="FsCheck" Version="2.16.6" />
<PackageReference Include="FsCheck.XUnit" Version="2.16.6" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.82">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.84">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 2213be1

Please sign in to comment.