aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
blob: e023a9815b1ddf732ff78ef92af393adbe5330b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compile": "**/*.cs",
  "compilationOptions": {
    "emitEntryPoint": true
  },

  "content": "../nativelibs/**",

  "dependencies": {
    "Grpc.IntegrationTesting": "1.0.0"
  },
  "frameworks": {
    "net45": { }
  }
}