project.json 4.5 KB

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