Skip to content

Commit

Permalink
chore(deps): update dependency csharpfunctionalextensions to v3 (#855)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and mergify[bot] authored Sep 9, 2024
1 parent 3538bb7 commit 577a77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Devices/src/Devices.Domain/Devices.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="CSharpFunctionalExtensions" Version="2.42.5" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Modules/Quotas/src/Quotas.Domain/Quotas.Domain.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="CSharpFunctionalExtensions" Version="2.42.5" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 577a77d

Please sign in to comment.