From f3d3893c0ccc56556494f84576c039b4267d709e Mon Sep 17 00:00:00 2001 From: Aaron Scherer <896295+cryptiklemur@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:06:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2db00aa..9d63ac6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A slightly work-in-progress websocket client library for C# which isn't limited to either old or new .NET versions like similar libraries. -Supports .NET Framework 3.5 through (and beyond) .NET 6. +Supports .NET Framework 3.5 through (and beyond) .NET 9. Available on [my nuget repo](https://nuget.samboy.dev/packages/websocketdotnet/) for bleeding-edge stuff - add `https://nuget.samboy.dev/v3/index.json` as a package source.