Updated to support .net standard 2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
# EonaCat.Connections
|
||||
|
||||
A high-performance, production-ready .NET Framework 4.8+ / .NET 8 compatible library for building scalable TCP/UDP servers and clients with optional TLS encryption and application-layer AES encryption.
|
||||
A high-performance, production-ready .netStandard 2.0, .NET Framework 4.8+ / .NET 8 compatible library for building scalable TCP/UDP servers and clients with optional TLS encryption and application-layer AES encryption.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -904,6 +904,7 @@ public enum DisconnectReason
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- ** .NET Standard 2.0** - Full support
|
||||
- **.NET Framework 4.8+** - Full support
|
||||
- **.NET 8.0** - Full support
|
||||
- **Platforms**: Windows, Linux, macOS (with .NET Core)
|
||||
|
||||
Reference in New Issue
Block a user