From bd4bd55e044a9aa4b8656741214c989a5ee50ded Mon Sep 17 00:00:00 2001 From: Claire Novotny <1427284+clairernovotny@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:53:52 -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 1ecab479..7fe24953 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Zeroconf ========== -# Bonjour/mDNS discovery support for .NET v4.8, UWP, Xamarin & .NET Standard 2.0 +# Bonjour/mDNS discovery support for .NET 6, .NET 8, .NET Maui, .NET v4.8, UWP, , Xamarin & .NET Standard 2.0 The core logic is implemented primarily .NET Standard 2.0. Due to networking APIs being platform-specific on earlier platforms, a platform-specific version is required. Just make sure that you also install the NuGet to your main app and you'll be all set.