aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Examples.MathServer/project.json.template
blob: 67151dbcfa8eea2511a5c860bf1630d632d84381 (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"/>
    "dependencies": {
      "Grpc.Examples": {
        "target": "project"
      }
    },
    "frameworks": {
      "net45": { },
      "netcoreapp1.0": {
        "imports": [
          "portable-net45"
        ],
        "dependencies": {
          "Microsoft.NETCore.App": "1.0.0",
          "NETStandard.Library": "1.6.0"
        }
      }
    }
  }