You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.json 1.2 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "warningsAsErrors": true,
  5. "compile": {
  6. "include": "../Shared/*.cs"
  7. }
  8. },
  9. "dependencies": {
  10. "xunit": "2.2.0-*",
  11. "Microsoft.AspNetCore.Http": "1.1.0-*",
  12. "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
  13. "dotnet-test-xunit": "2.2.0-*",
  14. "Cap.Consistency": "1.0.0-*",
  15. "Moq": "4.6.36-*",
  16. "Microsoft.Extensions.Logging": "1.1.0-*",
  17. "Cap.Consistency.EntityFrameworkCore": "1.0.0-*",
  18. "Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*",
  19. "Microsoft.Extensions.Configuration": "1.1.0-*",
  20. "Microsoft.Extensions.Configuration.FileExtensions": "1.1.0-*",
  21. "Microsoft.Extensions.Configuration.Json": "1.1.0-*",
  22. "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
  23. "System.Data.SqlClient": "4.3.0",
  24. "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
  25. "Microsoft.AspNetCore.Testing": "1.2.0-preview1-22815"
  26. },
  27. "frameworks": {
  28. "netcoreapp1.1": {
  29. "imports": [ "dnxcore50", "portable-net451+win8" ],
  30. "dependencies": {
  31. "Microsoft.NETCore.App": {
  32. "version": "1.1.0",
  33. "type": "platform"
  34. }
  35. }
  36. }
  37. },
  38. "testRunner": "xunit"
  39. }