mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
b587a12a11
Client: .NET Core Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149 This closes #1088 This closes #1149
23 lines
446 B
JSON
23 lines
446 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0",
|
|
"System.ServiceModel.Primitives": "4.0.0",
|
|
"Thrift": "1.0.0-*",
|
|
//"Thrift": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
},
|
|
|
|
"scripts": {
|
|
"precompile": [
|
|
//"%project:Directory%/../../thrift.exe -r -out %project:Directory% --gen netcore:wcf %project:Directory%/tutorial.thrift"
|
|
]
|
|
}
|
|
}
|