aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
blob: d8e47b1169b5fc4110bb83256b1ca1510d632c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "buildOptions": {
    "compile": "**/*.cs",
    "copyToOutput": {
      "mappings": {
        "nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll",
        "nativelibs/windows_x86/grpc_csharp_ext.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll"
      }
    },
    "emitEntryPoint": true
  },
  "dependencies": {
    "Grpc.IntegrationTesting": {
      "target": "project"
    }
  },
  "frameworks": {
    "net45": { },
    "netstandard1.5": {
      "imports": [
        "portable-net45",
        "net45"
      ],
      "dependencies": {
        "NETStandard.Library": "1.5.0-rc2-24027"
      }
    }
  },
  "runtimes": {
    "win7-x64": { }
  }
}