GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/1379
THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial
update netcore projects, get them running with make cross
Client: netcore
This is purely experimental. I wanted to know what was involved. I moved
everything to the latest version which may not be useful. I got netcore with
dotnet-2.0.0-sdk and netcoreapp2.0 targeted applications runnign in make cross
(as client only).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift THRIFT-4350-dotnetcore-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1379.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1379
----
commit 592d4c73107ef06355cee438fb3e326dbb43ba0f
Author: James E. King, III <[email protected]>
Date: 2017-09-28T11:57:42Z
THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore
projects, get them running with make cross
Client: netcore
----
---