PageRenderTime 49ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/MongoDB.Driver.Tests.Dotnet/project.json

http://github.com/mongodb/mongo-csharp-driver
JSON | 40 lines | 38 code | 2 blank | 0 comment | 0 complexity | 360e9ebfe4fcc0651222ff1cb111b29d MD5 | raw file
Possible License(s): Apache-2.0
  1. {
  2. "version": "1.0.0-*",
  3. "testRunner": "xunit",
  4. "dependencies": {
  5. "dotnet-test-xunit": "2.2.0-preview2-build1029",
  6. "FluentAssertions": "4.11.0",
  7. "MongoDB.Bson.Dotnet": "1.0.0-*",
  8. "MongoDB.Bson.TestHelpers.Dotnet": "1.0.0-*",
  9. "MongoDB.Driver.Core.Dotnet": "1.0.0-*",
  10. "MongoDB.Driver.Core.TestHelpers.Dotnet": "1.0.0-*",
  11. "MongoDB.Driver.Dotnet": "1.0.0-*",
  12. "MongoDB.Driver.TestHelpers.Dotnet": "1.0.0-*",
  13. "Moq": "4.6.36-alpha",
  14. "NETStandard.Library": "1.6.0",
  15. "xunit": "2.2.0-beta2-build3300"
  16. },
  17. "frameworks": {
  18. "netcoreapp1.0": {
  19. "dependencies": {
  20. "Microsoft.NETCore.App": {
  21. "type": "platform",
  22. "version": "1.0.0"
  23. }
  24. },
  25. "imports": [ "dnxcore50", "portable-net45+win8" ],
  26. "buildOptions": {
  27. "compile": {
  28. "include": [ "../MongoDB.Driver.Tests/**/*.cs" ]
  29. },
  30. "define": [ "DEBUG", "TRACE", "NETSTANDARD1_6" ],
  31. "embed": {
  32. "include": [ "./Specifications/**/*.json" ]
  33. },
  34. "copyToOutput": [ "../MongoDB.Driver.Tests/testcert.pfx" ]
  35. }
  36. }
  37. },
  38. }