Github user aloneguid commented on the issue:

    https://github.com/apache/thrift/pull/1355
  
    @gideonkorir 1.1 is fine unless we hit some limitations. Generally 1.4 is 
the "safe" version of .net standard, which can be  used on embedded devices, 
clusters, desktops etc. However, it's not compatible with .NET 4.5, which by 
itself reached end of support stage, and is a pain in the neck in terms of 
security and compatibility. If you need to support .NET 4.5 it's generally 
better to cross-compile to .net standard and .net 4.5 instead of just targeting 
.net standard, currently I do this in 
https://github.com/elastacloud/parquet-dotnet


---

Reply via email to