Github user gideonkorir commented on the issue:
https://github.com/apache/thrift/pull/1355
@jeking3 netstandard 2.0 only targets .net framework 461 and .net core 2.0
only [see](https://github.com/dotnet/standard/blob/master/docs/versions.md).
Targeting 1.1 targets a bigger audience also I think (unless I got you wrong)
there is a difference between netstandard (which is a versioned set of APIs)
and .net core (with is the cross platform runtime). ---
