aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
blob: 74b928110f1c9d7ea25badb592c6ab3b11d876ef (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
34
35
%YAML 1.2
--- |
  {
    <%include file="../build_options.include" args="executable=True,includeData=True"/>
    "dependencies": {
      "Grpc.Auth": {
        "target": "project"
      },
      "Grpc.Core": {
        "target": "project"
      },
      "Google.Protobuf": "3.2.0",
      "CommandLineParser": "2.1.1-beta",
      "Moq": "4.7.0",
      "NUnit": "3.6.0",
      "NUnitLite": "3.6.0"
    },
    "frameworks": {
      "net45": {
        "frameworkAssemblies": {}
      },
      "netcoreapp1.0": {
        "imports": [
          "portable-net45"
        ],
        "dependencies": {
          "Microsoft.NETCore.App": {
            "type": "platform",
            "version": "1.0.0"
          },
          "System.Linq.Expressions": "4.1.0"
        }
      }
    }
  }