40 lines
973 B
JSON
40 lines
973 B
JSON
{
|
|
"version": "1.2.4",
|
|
"title": "gRPC C# Core Testing",
|
|
"authors": [ "Google Inc." ],
|
|
"copyright": "Copyright 2017, Google Inc.",
|
|
"packOptions": {
|
|
"summary": "Testing support for gRPC C#",
|
|
"description": "Useful when testing code that uses gRPC.",
|
|
"owners": [ "grpc-packages" ],
|
|
"licenseUrl": "https://github.com/grpc/grpc/blob/master/LICENSE",
|
|
"projectUrl": "https://github.com/grpc/grpc",
|
|
"requireLicenseAcceptance": false,
|
|
"tags": [ "gRPC test testing" ]
|
|
},
|
|
"buildOptions": {
|
|
"define": [ "SIGNED" ],
|
|
"keyFile": "../keys/Grpc.snk",
|
|
"xmlDoc": true,
|
|
"compile": {
|
|
"includeFiles": [ "../Grpc.Core/Version.cs" ]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Grpc.Core": "1.2.4"
|
|
},
|
|
"frameworks": {
|
|
"net45": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.IO": ""
|
|
}
|
|
},
|
|
"netstandard1.5": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0"
|
|
}
|
|
}
|
|
}
|
|
}
|