23 lines
403 B
JSON
23 lines
403 B
JSON
{
|
|
"title": "Greeter",
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
},
|
|
"dependencies": {
|
|
"Google.Protobuf": "3.0.0-beta3",
|
|
"Grpc": "1.0.0-pre1",
|
|
},
|
|
"frameworks": {
|
|
"net45": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.IO": ""
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1"
|
|
}
|
|
}
|
|
}
|
|
}
|