Skip to content

Commit

Permalink
chore(deps): update dependency csharpfunctionalextensions to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 8498677 commit 62c5eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpFunctionalExtensions" Version="3.4.3" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.5.1" />
</ItemGroup>

</Project>
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="9.0.2" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.4.3" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.5.1" />
</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.4.3" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 62c5eb2

Please sign in to comment.