summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-05-25 23:06:29 +0200
committerJens Geyer <Jens-G@users.noreply.github.com>2022-05-26 10:17:13 +0200
commit80018c544d921da6ee75567fbfe628337977628e (patch)
treedb0ddc69939ede9e0bddd5cb8723feae19643fcd
parent4646a3557b822c3893dc6773882a689118b77611 (diff)
downloadthrift-80018c544d921da6ee75567fbfe628337977628e.tar.gz
THRIFT-5585 net5.0 end of support May 2022
Client: netstd Patch: Jens Geyer
-rw-r--r--lib/netstd/Thrift/Thrift.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netstd/Thrift/Thrift.csproj b/lib/netstd/Thrift/Thrift.csproj
index cf06452cf..69ddbc2f7 100644
--- a/lib/netstd/Thrift/Thrift.csproj
+++ b/lib/netstd/Thrift/Thrift.csproj
@@ -19,7 +19,7 @@
-->
<PropertyGroup>
- <TargetFrameworks>netstandard2.1;netstandard2.0;net5.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.1;netstandard2.0;net6.0</TargetFrameworks>
<AssemblyName>Thrift</AssemblyName>
<PackageId>ApacheThrift</PackageId>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>