From 7b7a0460edfcef8afe1ef7f5b5b0f3e109751926 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 8 Dec 2022 11:39:22 -0600 Subject: [PATCH] Bump .Net verison to 7.0 for multicast testing --- 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 f30066151..d08b4c72a 100644 --- a/bindings/csharp/multicast/multicast.csproj +++ b/bindings/csharp/multicast/multicast.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net7.0