thrift/tutorial/netcore/Interfaces/project.json
Volodymyr Gotra b587a12a11 THRIFT-3933 Microsoft .Net Core library port and generator for this library
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
2017-01-04 19:40:30 +01:00

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"
]
}
}