thrift/tutorial/netcore/Server/Properties/launchSettings.json
Volodymyr Gotra b62247e0ea THRIFT-4039 Update of Apache Thrift .Net Core lib
Client: NetCore
Patch: Volodymyr Gotra <vgotra@gmail.com>

This closes #1163

Changes:
- Added framed transport, updated docs, updated global.json with SDKversion
- Added usage to multiplexer to tutorial
- Changed sdk to current sdk 1.0.0-preview2-1-003177
2017-01-25 00:04:45 +01:00

8 lines
119 B
JSON

{
"profiles": {
"Server": {
"commandName": "Project",
"commandLineArgs": "-p:multiplexed"
}
}
}