Skip to content

Commit

Permalink
chore(deps): update dependency csharpfunctionalextensions to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 4695dfb commit 3680892
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 @@ -5,7 +5,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpFunctionalExtensions" Version="3.2.0" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.3.0" />
</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.0" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.2.0" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.3.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.2.0" />
<PackageReference Include="CSharpFunctionalExtensions" Version="3.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3680892

Please sign in to comment.