PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://github.com/mongodb/mongo-csharp-driver
JSON | 22 lines | 20 code | 2 blank | 0 comment | 0 complexity | 638106968616735d094e996ce411e0bd MD5 | raw file
Possible License(s): Apache-2.0
  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. "FluentAssertions": "4.11.0",
  5. "MongoDB.Bson.Dotnet": "1.0.0-*",
  6. "NETStandard.Library": "1.6.0",
  7. "xunit": "2.2.0-beta2-build3300"
  8. },
  9. "frameworks": {
  10. "netstandard1.6": {
  11. "imports": "dnxcore50",
  12. "buildOptions": {
  13. "compile": {
  14. "include": [ "../MongoDB.Bson.TestHelpers/**/*.cs" ]
  15. },
  16. "define": [ "DEBUG", "TRACE" ]
  17. }
  18. }
  19. }
  20. }