summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-05-05 10:50:02 +0200
committerJens Geyer <jensg@apache.org>2021-05-05 20:43:44 +0200
commitaeb8964dda7128a1f6090c3fc3d8091f6f0b45c4 (patch)
treeb3be9ad4991e49701180a8c91a542c051d24cf6f /tutorial
parentecf273f0609151115a31e8fdedcff285305ffa66 (diff)
downloadthrift-aeb8964dda7128a1f6090c3fc3d8091f6f0b45c4.tar.gz
THRIFT-5407: Minor changes in .NET to support netcoreapp3.1
Client: netstd Patch: Mario Emmenlauer This closes #2384
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/netstd/Client/Client.csproj1
-rw-r--r--tutorial/netstd/Server/Server.csproj1
2 files changed, 2 insertions, 0 deletions
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 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
+ <LangVersion>9.0</LangVersion>
<AssemblyName>Client</AssemblyName>
<PackageId>Client</PackageId>
<OutputType>Exe</OutputType>
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 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
+ <LangVersion>9.0</LangVersion>
<AssemblyName>Server</AssemblyName>
<PackageId>Server</PackageId>
<OutputType>Exe</OutputType>