From 70708fdf7f388b1c80da10edc17daf53996e9ed2 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Wed, 25 Dec 2024 22:53:34 -0600 Subject: [PATCH] Update multicast.csproj to use .net 8 --- bindings/csharp/multicast/multicast.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/csharp/multicast/multicast.csproj b/bindings/csharp/multicast/multicast.csproj index d08b4c72a..21e08b007 100644 --- a/bindings/csharp/multicast/multicast.csproj +++ b/bindings/csharp/multicast/multicast.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0