Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Dec 15, 2024
1 parent 82da3b8 commit 2a61504
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@

<ItemGroup>
<Using Include="System" />
<Using Include="System.Collections.Generic" />
<Using Include="System.Diagnostics.CodeAnalysis" />
<Using Include="System.Linq" />
<Using Include="System.Text.Json.Serialization" />
</ItemGroup>

</Project>
2 changes: 0 additions & 2 deletions lib/Logitar.Identity.Core/Roles/Events/RoleUpdated.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using Logitar.EventSourcing;
using MediatR;
using System.Collections.Generic;
using System.Text.Json.Serialization;

namespace Logitar.Identity.Core.Roles.Events;

Expand Down
1 change: 0 additions & 1 deletion lib/Logitar.Identity.Core/Roles/Role.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Logitar.EventSourcing;
using Logitar.Identity.Core.Roles.Events;
using System.Collections.Generic;

namespace Logitar.Identity.Core.Roles;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using FluentValidation;
using FluentValidation.Validators;
using System.Linq;

namespace Logitar.Identity.Core.Validators;

Expand Down

0 comments on commit 2a61504

Please sign in to comment.