Updated to .NET 9.0
This commit is contained in:
parent
b026bad176
commit
1c23ffbbe8
61 changed files with 344 additions and 753 deletions
SharpChat
|
@ -37,7 +37,7 @@ namespace SharpChat {
|
|||
}
|
||||
|
||||
ListenerSocket = new SocketWrapper(socket);
|
||||
SupportedSubProtocols = Array.Empty<string>();
|
||||
SupportedSubProtocols = [];
|
||||
}
|
||||
|
||||
public ISocket ListenerSocket { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue