aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
blob: a5a87f9882de0398ed0b466f1777bb681050399c (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
33
{
  "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": {
      "version": "1.0.0",
      "taget": "project"
    }
  },
  "frameworks": {
    "net45": { },
    "netstandard1.5": {
      "imports": [
        "portable-net45",
        "net45"
      ],
      "dependencies": {
        "NETStandard.Library": "1.5.0-rc2-24027"
      }
    }
  },
  "runtimes": {
    "win7-x64": { }
  }
}