Skip to content

Commit

Permalink
Update depends
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 committed Nov 30, 2023
1 parent c3a3e2d commit ff0fb4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions CCSODiscordBot/CCSODiscordBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.12.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Discord.Net" Version="3.13.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="Zitadel" Version="5.2.25" />
<PackageReference Include="Zitadel" Version="5.2.26" />
<PackageReference Include="MailKit" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using Grpc.Net.Client;
using CCSODiscordBot.Services.Database.DataTables;
using Zitadel.User.V2Alpha;
using Grpc.Net.Client;
using Zitadel.User.V2Beta;
using Grpc.Core;
using Zitadel.Credentials;

namespace CCSODiscordBot.Services.SSO.Implementations.Zitadel
{
Expand Down

0 comments on commit ff0fb4f

Please sign in to comment.