aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.IntegrationTesting.Server/project.json.template
blob: 10ed5493477ad92978c8109266f402a27d9259f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%YAML 1.2
--- |
  {
    <%include file="../build_options.include" args="executable=True,includeData=True"/>
    "dependencies": {
      "Grpc.IntegrationTesting": {
        "target": "project"
      }
    },
    "frameworks": {
      "net45": { },
      "netstandard1.5": {
        "imports": [
          "portable-net45",
          "net45"
        ],
        "dependencies": {
          "NETStandard.Library": "1.5.0-rc2-24027"
        }
      }
    }
  }