diff options
author | Mario Emmenlauer <memmenlauer@biodataanalysis.de> | 2021-05-05 10:50:02 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2021-05-05 20:43:44 +0200 |
commit | aeb8964dda7128a1f6090c3fc3d8091f6f0b45c4 (patch) | |
tree | b3be9ad4991e49701180a8c91a542c051d24cf6f /tutorial | |
parent | ecf273f0609151115a31e8fdedcff285305ffa66 (diff) | |
download | thrift-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.csproj | 1 | ||||
-rw-r--r-- | tutorial/netstd/Server/Server.csproj | 1 |
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> |