Skip to content

Commit

Permalink
Update MongoDB Driver
Browse files Browse the repository at this point in the history
  • Loading branch information
deividgp committed Jun 15, 2024
1 parent 053a3eb commit 71b2b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/API/Controllers/ConversationController.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Threading.Channels;

namespace API.Controllers;

[ApiController]
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="MongoDB.Driver" Version="2.25.0" />
<PackageReference Include="MongoDB.Driver" Version="2.26.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.0" />
</ItemGroup>

Expand Down

0 comments on commit 71b2b92

Please sign in to comment.