From 2b8570e4c0eda44ca2fc7d13e52d346d7724ffc4 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 6 Feb 2024 23:37:33 -0500 Subject: [PATCH] Remove reference from linux/macos/windows frameworks from Quic example projects --- examples/protobuf/Quic/Client/Client.csproj | 3 --- examples/protobuf/Quic/Server/Server.csproj | 3 --- examples/slice/Quic/Client/Client.csproj | 3 --- examples/slice/Quic/Server/Server.csproj | 3 --- 4 files changed, 12 deletions(-) diff --git a/examples/protobuf/Quic/Client/Client.csproj b/examples/protobuf/Quic/Client/Client.csproj index 7efb94cdf..56faba9d8 100644 --- a/examples/protobuf/Quic/Client/Client.csproj +++ b/examples/protobuf/Quic/Client/Client.csproj @@ -9,9 +9,6 @@ true True - net8.0-linux - net8.0-macos - net8.0-windows diff --git a/examples/protobuf/Quic/Server/Server.csproj b/examples/protobuf/Quic/Server/Server.csproj index 5b82f37cc..7f4c3d8d2 100644 --- a/examples/protobuf/Quic/Server/Server.csproj +++ b/examples/protobuf/Quic/Server/Server.csproj @@ -9,9 +9,6 @@ true True - net8.0-linux - net8.0-macos - net8.0-windows diff --git a/examples/slice/Quic/Client/Client.csproj b/examples/slice/Quic/Client/Client.csproj index ec7db8a26..5a977430d 100644 --- a/examples/slice/Quic/Client/Client.csproj +++ b/examples/slice/Quic/Client/Client.csproj @@ -9,9 +9,6 @@ true True - net8.0-linux - net8.0-macos - net8.0-windows diff --git a/examples/slice/Quic/Server/Server.csproj b/examples/slice/Quic/Server/Server.csproj index 495c8858b..f7c536ce9 100644 --- a/examples/slice/Quic/Server/Server.csproj +++ b/examples/slice/Quic/Server/Server.csproj @@ -9,9 +9,6 @@ true True - net8.0-linux - net8.0-macos - net8.0-windows