Skip to content

Commit

Permalink
chore(deps): update dependency csharpfunctionalextensions to 3.1.0 (#898
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 Oct 2, 2024
1 parent 2c44972 commit 141acd7
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="3.0.0" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.1.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="3.0.0" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 141acd7

Please sign in to comment.