project.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "version": "3.0.0-*",
  3. "title": "Microsoft.Reactive.Testing - Testing Helper Library",
  4. "description":
  5. "Reactive Extensions Testing Library containing interfaces and classes providing functionality to test applications and libraries built using Reactive Extensions.",
  6. "authors": ["Microsoft"],
  7. "copyright": "Copyright (C) Microsoft Corporation",
  8. "tags": ["Rx", "Reactive", "Extensions", "Observable", "LINQ", "Events"],
  9. "iconUrl": "http://go.microsoft.com/fwlink/?LinkId=261274",
  10. "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
  11. "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
  12. "requireLicenseAcceptance": true,
  13. "dependencies": {
  14. "System.Reactive.Linq": { "target": "project" },
  15. "System.Reactive.PlatformServices": { "target": "project" },
  16. "xunit": "2.1.0"
  17. },
  18. "frameworks": {
  19. "net45": {
  20. "compilationOptions": {
  21. "define": [
  22. "NO_EVENTARGS_CONSTRAINT",
  23. "HAS_EDI",
  24. "HAS_WINRT",
  25. "HAS_PROGRESS",
  26. "PREFER_ASYNC",
  27. "HAS_AWAIT",
  28. "HAS_APTCA",
  29. "HAS_DISPATCHER_PRIORITY",
  30. "HAS_WINFORMS",
  31. "USE_TIMER_SELF_ROOT",
  32. "DESKTOPCLR",
  33. "DESKTOPCLR45"
  34. ]
  35. },
  36. "frameworkAssemblies": {
  37. "System.Runtime": "4.0.0.0"
  38. }
  39. },
  40. "net46": {
  41. "compilationOptions": {
  42. "define": [
  43. "NO_EVENTARGS_CONSTRAINT",
  44. "HAS_EDI",
  45. "HAS_WINRT",
  46. "HAS_PROGRESS",
  47. "PREFER_ASYNC",
  48. "HAS_AWAIT",
  49. "HAS_APTCA",
  50. "HAS_DISPATCHER_PRIORITY",
  51. "HAS_TPL46",
  52. "HAS_WINFORMS",
  53. "USE_TIMER_SELF_ROOT",
  54. "DESKTOPCLR",
  55. "DESKTOPCLR46"
  56. ]
  57. }
  58. },
  59. "dotnet5.1": {
  60. "compilationOptions": {
  61. "define": [
  62. "NO_EVENTARGS_CONSTRAINT",
  63. "HAS_EDI",
  64. "HAS_WINRT",
  65. "HAS_PROGRESS",
  66. "PREFER_ASYNC",
  67. "HAS_AWAIT",
  68. "HAS_APTCA",
  69. "NO_REMOTING",
  70. "NO_SERIALIZABLE",
  71. "NO_THREAD",
  72. "CRIPPLED_REFLECTION",
  73. "NO_CDS_COLLECTIONS",
  74. "USE_TIMER_SELF_ROOT",
  75. "PLIB"
  76. ]
  77. },
  78. "dependencies": {
  79. "System.Linq": "4.0.0",
  80. "System.Collections.Concurrent": "4.0.0",
  81. "System.ComponentModel": "4.0.0",
  82. "System.Threading": "4.0.0",
  83. "System.Threading.Timer": "4.0.0",
  84. "System.Runtime": "4.0.0",
  85. "System.Runtime.Extensions": "4.0.0"
  86. }
  87. },
  88. "dotnet5.4": {
  89. "compilationOptions": {
  90. "define": [
  91. "NO_EVENTARGS_CONSTRAINT",
  92. "HAS_EDI",
  93. "HAS_WINRT",
  94. "HAS_PROGRESS",
  95. "PREFER_ASYNC",
  96. "HAS_AWAIT",
  97. "HAS_APTCA",
  98. "NO_REMOTING",
  99. "NO_SERIALIZABLE",
  100. "NO_THREAD",
  101. "CRIPPLED_REFLECTION",
  102. "PLIB",
  103. "USE_TIMER_SELF_ROOT"
  104. ]
  105. },
  106. "dependencies": {
  107. "System.Diagnostics.Tools": "4.0.1-beta-23516",
  108. "System.Linq": "4.0.1-beta-23516",
  109. "System.Linq.Expressions": "4.0.11-beta-23516",
  110. "System.Resources.ResourceManager": "4.0.1-beta-23516",
  111. "System.Threading": "4.0.11-beta-23516",
  112. "System.Runtime": "4.0.21-beta-23516"
  113. }
  114. }
  115. }
  116. }