aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Tests/project.json
blob: 0c5d9354358ae4c58fa97aea5082a48467f97fef (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
{
  "compile": "**/*.cs",
  "compilationOptions": {
    "emitEntryPoint": true
  },

  "content": "../nativelibs/**",

  "dependencies": {
    "Grpc.Core": "0.14.0-anexperiment",
    "NUnit": "3.2.0",
    "NUnitLite": "3.2.0-*"
  },
  "frameworks": {
    "net45": { },
    "dotnet54": {
      "imports": [
        "portable-net45"
      ],
      "dependencies": {
        "Microsoft.NETCore.App": {
          "type": "platform",
          "version": "1.0.0-rc2-23931"
        }
      }
    }
  }
}