commit | e26b4a83847175db15b08cd51fc796f5e39e37fe | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Nov 12 23:53:04 2024 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Nov 22 23:25:49 2024 +0100 |
tree | 33a497f611059fcbc5a489e12e4c31a7fffa4e15 | |
parent | 23e0e5ce75300451f49727ee438edbc76fcbb372 [diff] [blame] |
THRIFT-5832 Drop net6 support and add net9 instead Client: netstd Patch: Jens Geyer
diff --git a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift5794.thrift b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift5794.thrift index 7263360..6a73a9b 100644 --- a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift5794.thrift +++ b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift5794.thrift
@@ -19,7 +19,7 @@ // Testcase for THRIFT-5794 uncompilable code generated w/o net8 option -namespace * Thrift5794.net6 +namespace * Thrift5794 struct foo { 1: double a;