Skip to content

Commit

Permalink
Add Missing Change
Browse files Browse the repository at this point in the history
  • Loading branch information
bentran1vn committed Oct 10, 2024
1 parent dca4269 commit 90605ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions MBS_COMMAND.Domain/Entities/MentorSkills.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using MBS_AUTHORIZATION.Domain.Entities;
using MBS_COMMAND.Contract.Services.MentorSkills;
using MBS_COMMAND.Domain.Abstractions.Aggregates;
using MBS_COMMAND.Domain.Abstractions.Entities;
using DomainEventShared = MBS_CONTRACT.SHARE.Services.Mentors.DomainEvent;
Expand Down
3 changes: 1 addition & 2 deletions MBS_COMMAND.Domain/Entities/Schedule.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using MBS_AUTHORIZATION.Domain.Entities;
using MBS_COMMAND.Domain.Abstractions.Entities;
using MBS_COMMAND.Domain.Abstractions.Entities;

namespace MBS_COMMAND.Domain.Entities;

Expand Down
1 change: 1 addition & 0 deletions MBS_COMMAND.Infrastucture/MBS_COMMAND.Infrastucture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<ItemGroup>
<PackageReference Include="CloudinaryDotNet" Version="1.26.2" />
<PackageReference Include="MailKit" Version="4.8.0" />
<PackageReference Include="MassTransit" Version="8.2.5" />
<PackageReference Include="MassTransit.Newtonsoft" Version="8.2.5" />
<PackageReference Include="MassTransit.RabbitMQ" Version="8.2.5" />
Expand Down

0 comments on commit 90605ac

Please sign in to comment.