25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

32 satır
723 B

  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "warningsAsErrors": true,
  5. "compile": {
  6. "include": "../Shared/TestConsistencyMessage.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. },
  18. "frameworks": {
  19. "netcoreapp1.1": {
  20. "imports": [ "dnxcore50", "portable-net451+win8" ],
  21. "dependencies": {
  22. "Microsoft.NETCore.App": {
  23. "version": "1.1.0",
  24. "type": "platform"
  25. }
  26. }
  27. }
  28. },
  29. "testRunner": "xunit"
  30. }