Updated to .NET 9.0

This commit is contained in:
flash 2025-04-25 15:49:46 +00:00
commit 1c23ffbbe8
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
61 changed files with 344 additions and 753 deletions

View file

@ -37,7 +37,7 @@ namespace SharpChat {
}
ListenerSocket = new SocketWrapper(socket);
SupportedSubProtocols = Array.Empty<string>();
SupportedSubProtocols = [];
}
public ISocket ListenerSocket { get; set; }