commit | 56700e469d5d0659994a3963ad5a111740cf8277 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat Feb 22 16:51:51 2020 +0100 |
committer | Jens Geyer <jensg@apache.org> | Fri Feb 28 19:18:34 2020 +0100 |
tree | db903818e332aa6887f2efd2797163ffa4268d67 | |
parent | 4903d18fca988871bcedce3b420fef2cd9682ca1 [diff] |
THRIFT-4982 Remove deprecated C# bindings from the code base Client: csharp Patch: Jens Geyer This closes #2027
diff --git a/tutorial/netstd/Makefile.am b/tutorial/netstd/Makefile.am index e305556..f295cc0 100644 --- a/tutorial/netstd/Makefile.am +++ b/tutorial/netstd/Makefile.am
@@ -20,7 +20,7 @@ SUBDIRS = . all-local: - $(DOTNETCORE) build + $(DOTNETCORE) build -c Release clean-local: $(RM) Interfaces.dll