Skip to content

Commit

Permalink
fixed the build
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Mar 18, 2024
1 parent fbcd404 commit 256dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SuperSocket.Server/Host/HostBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using SuperSocket.ProtoBase;
using SuperSocket.Server;
using SuperSocket.Connection;
using SuperSocket.Server.Abstractions;
using SuperSocket.Server.Abstractions.Connections;
using SuperSocket.Server.Abstractions.Host;
using SuperSocket.Server.Abstractions.Session;
using SuperSocket.Server.Connection;
Expand Down

0 comments on commit 256dfeb

Please sign in to comment.