aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Reflection.Tests/project.json.template
blob: 2869609138b3c7d3ffeb635dd485089c80fc3469 (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
%YAML 1.2
--- |
  {
    <%include file="../build_options.include" args="executable=True"/>
    "dependencies": {
      "Grpc.Reflection": {
        "target": "project"
      },
      "NUnit": "3.2.0",
      "NUnitLite": "3.2.0-*"
    },
    "frameworks": {
      "net45": { },
      "netcoreapp1.0": {
        "imports": [
          "portable-net45"
        ],
        "dependencies": {
          "Microsoft.NETCore.App": {
            "type": "platform",
            "version": "1.0.0"
          }
        }
      }
    }
  }