PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

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

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