PageRenderTime 488ms CodeModel.GetById 14ms RepoModel.GetById 8ms app.codeStats 0ms

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

http://github.com/mongodb/mongo-csharp-driver
JSON | 36 lines | 34 code | 2 blank | 0 comment | 0 complexity | df3c4f79b9395206d089a366eb046640 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.TestHelpers.Dotnet": "1.0.0-*",
  10. "Moq": "4.6.36-alpha",
  11. "NETStandard.Library": "1.6.0",
  12. "xunit": "2.2.0-beta2-build3300"
  13. },
  14. "frameworks": {
  15. "netcoreapp1.0": {
  16. "dependencies": {
  17. "Microsoft.NETCore.App": {
  18. "type": "platform",
  19. "version": "1.0.0"
  20. }
  21. },
  22. "imports": [ "dnxcore50", "portable-net45+win8" ],
  23. "buildOptions": {
  24. "compile": {
  25. "include": [ "../MongoDB.Driver.Core.Tests/**/*.cs" ]
  26. },
  27. "define": [ "DEBUG", "TRACE", "NETSTANDARD1_6" ],
  28. "embed": {
  29. "include": [ "./Specifications/**/*.json" ]
  30. }
  31. }
  32. }
  33. }
  34. }