Skip to content

Commit

Permalink
Merge branch 'main' into ABL-440-admin-api-for-listing-all-tokens-of-…
Browse files Browse the repository at this point in the history
…an-identity
  • Loading branch information
mergify[bot] authored Jan 7, 2025
2 parents b746f06 + 4f2f9e2 commit 407d4fc
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.4.3" />
</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.4.3" />
</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.4.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 407d4fc

Please sign in to comment.