From aeb8964dda7128a1f6090c3fc3d8091f6f0b45c4 Mon Sep 17 00:00:00 2001 From: Mario Emmenlauer Date: Wed, 5 May 2021 10:50:02 +0200 Subject: THRIFT-5407: Minor changes in .NET to support netcoreapp3.1 Client: netstd Patch: Mario Emmenlauer This closes #2384 --- tutorial/netstd/Client/Client.csproj | 1 + tutorial/netstd/Server/Server.csproj | 1 + 2 files changed, 2 insertions(+) (limited to 'tutorial') diff --git a/tutorial/netstd/Client/Client.csproj b/tutorial/netstd/Client/Client.csproj index 8a923e156..e91b7a969 100644 --- a/tutorial/netstd/Client/Client.csproj +++ b/tutorial/netstd/Client/Client.csproj @@ -20,6 +20,7 @@ net5.0 + 9.0 Client Client Exe diff --git a/tutorial/netstd/Server/Server.csproj b/tutorial/netstd/Server/Server.csproj index 9da32491f..b63967b5a 100644 --- a/tutorial/netstd/Server/Server.csproj +++ b/tutorial/netstd/Server/Server.csproj @@ -20,6 +20,7 @@ net5.0 + 9.0 Server Server Exe -- cgit v1.2.1