From 9b8e90643892acccab01afb72313dcb02d27af06 Mon Sep 17 00:00:00 2001 From: nenoNaninu Date: Sun, 18 Dec 2022 01:41:42 +0900 Subject: [PATCH] update examples to .NET 7 --- examples/ConsoleApp/ConsoleApp.csproj | 2 +- examples/Server/Server.csproj | 2 +- examples/Shared/Shared.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ConsoleApp/ConsoleApp.csproj b/examples/ConsoleApp/ConsoleApp.csproj index 8fc5f1d..c7661d5 100644 --- a/examples/ConsoleApp/ConsoleApp.csproj +++ b/examples/ConsoleApp/ConsoleApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable diff --git a/examples/Server/Server.csproj b/examples/Server/Server.csproj index 802d161..9c51303 100644 --- a/examples/Server/Server.csproj +++ b/examples/Server/Server.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable ddffc1a4-3fbf-4f69-b764-7989d00717e9 diff --git a/examples/Shared/Shared.csproj b/examples/Shared/Shared.csproj index 5591d35..3a098a0 100644 --- a/examples/Shared/Shared.csproj +++ b/examples/Shared/Shared.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable