Updated to support .net standard 2.0

This commit is contained in:
2026-06-17 08:29:00 +02:00
committed by Jeroen Saey
parent 72aabf5de9
commit bd7d63736a
5 changed files with 16 additions and 8 deletions
+2 -1
View File
@@ -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)