From 293f23a57447d3f92c9e059793c4e88a0fb56f5b Mon Sep 17 00:00:00 2001 From: jdomnitz <380352+jdomnitz@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:39:36 -0400 Subject: [PATCH] Version 0.32 with additional .net 8.0 target --- Browser/Browser.csproj | 2 +- README.md | 2 +- Spike/Spike.csproj | 2 +- doc/Documentation.csproj | 2 +- src/Mdns.csproj | 8 ++++---- test/MdnsTests.csproj | 2 +- traffic/traffic.csproj | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Browser/Browser.csproj b/Browser/Browser.csproj index 269577d..db2448d 100644 --- a/Browser/Browser.csproj +++ b/Browser/Browser.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net6.0; net8.0 diff --git a/README.md b/README.md index cfdebf1..83e3992 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ service or service instance. ## Features -- Targets .NET Standard 6.0 +- Targets .NET Standard 6.0, 8.0 - Supports IPv6 and IPv4 platforms - Detects new and/or removed network interfaces - Supports multicasting on multiple network interfaces diff --git a/Spike/Spike.csproj b/Spike/Spike.csproj index 1bb4063..8666028 100644 --- a/Spike/Spike.csproj +++ b/Spike/Spike.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net6.0; net8.0 diff --git a/doc/Documentation.csproj b/doc/Documentation.csproj index fb38c0a..dadaf18 100644 --- a/doc/Documentation.csproj +++ b/doc/Documentation.csproj @@ -1,7 +1,7 @@ - net6.0 + net6.0; net8.0 diff --git a/src/Mdns.csproj b/src/Mdns.csproj index 0e348dd..2832e5e 100644 --- a/src/Mdns.csproj +++ b/src/Mdns.csproj @@ -1,7 +1,7 @@ - net6.0 + net6.0; net8.0 true Makaretu.Dns.Multicast.New Makaretu.Dns @@ -9,8 +9,8 @@ full true - 0.31 - 0.31 + 0.32 + 0.32 Makaretu.Dns.Multicast.New @@ -30,7 +30,7 @@ - + diff --git a/test/MdnsTests.csproj b/test/MdnsTests.csproj index 5b363f4..8d7421d 100644 --- a/test/MdnsTests.csproj +++ b/test/MdnsTests.csproj @@ -1,7 +1,7 @@ - net6.0 + net6.0; net8.0 false portable diff --git a/traffic/traffic.csproj b/traffic/traffic.csproj index e98eb0e..be9bf4d 100644 --- a/traffic/traffic.csproj +++ b/traffic/traffic.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net6.0; net8.0