mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
473 B
23 lines
473 B
8 years ago
|
{
|
||
|
"buildOptions": {
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"Grpc.Auth": "__GRPC_NUGET_VERSION__",
|
||
|
"Grpc.Core": "__GRPC_NUGET_VERSION__",
|
||
|
// Necessary for native deps to get copied correctly.
|
||
|
"Microsoft.NETCore.Platforms": "1.0.1"
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"net45": { },
|
||
|
"netcoreapp1.0": {
|
||
|
"dependencies": {
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.0.0"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|