commit | aa0c8b35d8f78812de1d7803d6277a37d2ed593a | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Mon Jan 28 23:27:45 2019 +0100 |
committer | Jens Geyer <jensg@apache.org> | Mon Jan 28 23:12:28 2019 +0100 |
tree | b71ac06b6da5c135b11aea72bf12207e9cce0c2b | |
parent | 1231930abd1d72b422deec967559caf3dc02dac7 [diff] [blame] |
THRIFT-4723 Consolidate C#/netcore into new netstd language target Client: netstd Patch: Jens Geyer This closes #1710
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 0499460..17a9257 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -58,8 +58,9 @@ SUBDIRS += haxe endif -if WITH_DOTNETCORE +if WITH_DOTNET SUBDIRS += netcore +SUBDIRS += netstd endif if WITH_GO