summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorzembord <zedward@outlook.com>2019-11-06 14:29:41 +0300
committerJens Geyer <jensg@apache.org>2019-11-08 19:24:59 +0100
commit50caa4de84210d792632c61941c3bb4180f0c665 (patch)
tree98354ff6d83b6f925b0b0777fa3c256c61d3af9c /tutorial
parent963812ae62579f6040b805218d9e798e1e66b324 (diff)
downloadthrift-50caa4de84210d792632c61941c3bb4180f0c665.tar.gz
THRIFT-4990: Upgrade to .NET Core 3.0
Client: netstsd Patch: Edward Zhuravlov This closes #1921
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/netstd/Interfaces/Interfaces.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj
index 2d8a44088..4ebeb4f42 100644
--- a/tutorial/netstd/Interfaces/Interfaces.csproj
+++ b/tutorial/netstd/Interfaces/Interfaces.csproj
@@ -19,7 +19,7 @@
-->
<PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Interfaces</AssemblyName>
<PackageId>Interfaces</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>