aboutsummaryrefslogblamecommitdiff
path: root/csharp/src/Google.Protobuf.Test/project.json
blob: eaa7f79d162c3506bf107e2cba47a08c80c42a40 (plain) (tree)





















                                               

                                        




                        
                 














                                                                          
{
  "buildOptions": {
    "debugType": "portable",
    "keyFile": "../../keys/Google.Protobuf.snk"
  },

  "configurations": {
    "Debug": {
      "buildOptions": {
        "define": [ "DEBUG", "TRACE" ]
      }
    },
    "Release": {
      "buildOptions": {
        "define": [ "RELEASE", "TRACE" ],
        "optimize": true
      }
    }
  },

  "dependencies": {
    "Google.Protobuf": { "target": "project" },
    "dotnet-test-nunit": "3.4.0-beta-3",
    "NUnit": "3.6.0"
  },

  "testRunner": "nunit",

  "frameworks": {
    "net451": {},
    "netcoreapp1.0": {
      "imports" : [ "dnxcore50", "netcoreapp1.0", "portable-net45+win8" ],
      "buildOptions": {
        "define": [ "PCL" ]
      },
      "dependencies": {
        "Microsoft.NETCore.App": { 
          "version": "1.0.0",
          "type": "platform"
        },
        "System.Console": "4.0.0"
      }
    }
  }
}