From 1185f671900d21280878244266ee66d2ea3817b3 Mon Sep 17 00:00:00 2001 From: Tochemey Date: Sat, 11 May 2024 16:43:29 +0100 Subject: [PATCH] docs: include NET8 in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 804abdf..c8c6194 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ ## Introduction DotNetFreeSwitch is a socket library that helps interact with the FreeSwitch via its [mod_event_socket](https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket). -It has been written to run both on .Net7 and .Net6 as well. The library is written using [DotNetty](https://github.com/Azure/DotNetty). +It has been written to run both on .Net8, .Net7 and .Net6 as well. The library is written using [DotNetty](https://github.com/Azure/DotNetty). ## Features