• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "buildOptions": {
3    "debugType": "portable",
4    "keyFile": "../../keys/Google.Protobuf.snk"
5  },
6
7  "configurations": {
8    "Debug": {
9      "buildOptions": {
10        "define": [ "DEBUG", "TRACE" ]
11      }
12    },
13    "Release": {
14      "buildOptions": {
15        "define": [ "RELEASE", "TRACE" ],
16        "optimize": true
17      }
18    }
19  },
20
21  "dependencies": {
22    "Google.Protobuf": { "target": "project" },
23    "NUnit": "3.4.0",
24    "dotnet-test-nunit": "3.4.0-alpha-2",
25  },
26
27  "testRunner": "nunit",
28
29  "frameworks": {
30    "netcoreapp1.0": {
31      "imports" : [ "dnxcore50", "netcoreapp1.0", "portable-net45+win8" ],
32      "buildOptions": {
33        "define": [ "PCL" ]
34      },
35      "dependencies": {
36        "Microsoft.NETCore.App": {
37          "version": "1.0.0",
38          "type": "platform"
39        },
40        "System.Console": "4.0.0"
41      }
42    }
43  }
44}