@fossa-app/bridge 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/dist/Models/ApiModels.d.ts +199 -0
  2. package/dist/Models/ApiModels.js +350 -0
  3. package/dist/Models/ApiModels.js.map +1 -0
  4. package/dist/Services/Clients/BranchClient.d.ts +16 -0
  5. package/dist/Services/Clients/BranchClient.js +63 -0
  6. package/dist/Services/Clients/BranchClient.js.map +1 -0
  7. package/dist/Services/Clients/CompanyClient.d.ts +13 -0
  8. package/dist/Services/Clients/CompanyClient.js +36 -0
  9. package/dist/Services/Clients/CompanyClient.js.map +1 -0
  10. package/dist/Services/Clients/CompanyLicenseClient.d.ts +10 -0
  11. package/dist/Services/Clients/CompanyLicenseClient.js +28 -0
  12. package/dist/Services/Clients/CompanyLicenseClient.js.map +1 -0
  13. package/dist/Services/Clients/CompanySettingsClient.d.ts +13 -0
  14. package/dist/Services/Clients/CompanySettingsClient.js +36 -0
  15. package/dist/Services/Clients/CompanySettingsClient.js.map +1 -0
  16. package/dist/Services/Clients/DepartmentClient.d.ts +16 -0
  17. package/dist/Services/Clients/DepartmentClient.js +63 -0
  18. package/dist/Services/Clients/DepartmentClient.js.map +1 -0
  19. package/dist/Services/Clients/EmployeeClient.d.ts +18 -0
  20. package/dist/Services/Clients/EmployeeClient.js +87 -0
  21. package/dist/Services/Clients/EmployeeClient.js.map +1 -0
  22. package/dist/Services/Clients/IdentityClient.d.ts +9 -0
  23. package/dist/Services/Clients/IdentityClient.js +25 -0
  24. package/dist/Services/Clients/IdentityClient.js.map +1 -0
  25. package/dist/Services/Clients/SystemLicenseClient.d.ts +9 -0
  26. package/dist/Services/Clients/SystemLicenseClient.js +24 -0
  27. package/dist/Services/Clients/SystemLicenseClient.js.map +1 -0
  28. package/dist/Services/Endpoints.d.ts +10 -0
  29. package/dist/Services/Endpoints.js +14 -0
  30. package/dist/Services/Endpoints.js.map +1 -0
  31. package/dist/Services/IHttpTransport.d.ts +6 -0
  32. package/dist/Services/IHttpTransport.js +3 -0
  33. package/dist/Services/IHttpTransport.js.map +1 -0
  34. package/dist/Services/UrlHelpers.d.ts +1 -0
  35. package/dist/Services/UrlHelpers.js +19 -0
  36. package/dist/Services/UrlHelpers.js.map +1 -0
  37. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.d.ts +125 -0
  38. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js +1371 -0
  39. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js.map +1 -0
  40. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.d.ts +27 -0
  41. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js +172 -0
  42. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js.map +1 -0
  43. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.d.ts +59 -0
  44. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js +194 -0
  45. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js.map +1 -0
  46. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.d.ts +129 -0
  47. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js +428 -0
  48. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js.map +1 -0
  49. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.d.ts +27 -0
  50. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js +165 -0
  51. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js.map +1 -0
  52. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.d.ts +3 -0
  53. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js +27 -0
  54. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js.map +1 -0
  55. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.d.ts +66 -0
  56. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js +271 -0
  57. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js.map +1 -0
  58. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.d.ts +121 -0
  59. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js +231 -0
  60. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js.map +1 -0
  61. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.d.ts +8 -0
  62. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js +192 -0
  63. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js.map +1 -0
  64. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.d.ts +9 -0
  65. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js +26 -0
  66. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js.map +1 -0
  67. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.d.ts +70 -0
  68. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js +812 -0
  69. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js.map +1 -0
  70. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.d.ts +65 -0
  71. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js +345 -0
  72. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js.map +1 -0
  73. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.d.ts +18 -0
  74. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js +143 -0
  75. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js.map +1 -0
  76. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.d.ts +63 -0
  77. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js +322 -0
  78. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js.map +1 -0
  79. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.d.ts +11 -0
  80. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js +60 -0
  81. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js.map +1 -0
  82. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.d.ts +12 -0
  83. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js +178 -0
  84. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js.map +1 -0
  85. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.d.ts +31 -0
  86. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js +109 -0
  87. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js.map +1 -0
  88. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.d.ts +7 -0
  89. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js +53 -0
  90. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js.map +1 -0
  91. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.d.ts +12 -0
  92. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js +38 -0
  93. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js.map +1 -0
  94. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.d.ts +30 -0
  95. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js +185 -0
  96. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js.map +1 -0
  97. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.d.ts +45 -0
  98. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js +33 -0
  99. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js.map +1 -0
  100. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.d.ts +10 -0
  101. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js +152 -0
  102. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js.map +1 -0
  103. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.d.ts +29 -0
  104. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js +148 -0
  105. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js.map +1 -0
  106. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.d.ts +143 -0
  107. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js +1404 -0
  108. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js.map +1 -0
  109. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.d.ts +3 -0
  110. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js +52 -0
  111. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js.map +1 -0
  112. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.d.ts +25 -0
  113. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js +104 -0
  114. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js.map +1 -0
  115. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.d.ts +178 -0
  116. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js +1525 -0
  117. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js.map +1 -0
  118. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.d.ts +12 -0
  119. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js +141 -0
  120. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js.map +1 -0
  121. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.d.ts +52 -0
  122. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js +355 -0
  123. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js.map +1 -0
  124. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.d.ts +39 -0
  125. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js +246 -0
  126. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js.map +1 -0
  127. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.d.ts +3 -0
  128. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js +18 -0
  129. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js.map +1 -0
  130. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.d.ts +20 -0
  131. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js +87 -0
  132. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js.map +1 -0
  133. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.d.ts +32 -0
  134. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js +128 -0
  135. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js.map +1 -0
  136. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.d.ts +29 -0
  137. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js +127 -0
  138. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js.map +1 -0
  139. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.d.ts +38 -0
  140. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js +186 -0
  141. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js.map +1 -0
  142. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.d.ts +12 -0
  143. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js +56 -0
  144. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js.map +1 -0
  145. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.d.ts +119 -0
  146. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js +529 -0
  147. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js.map +1 -0
  148. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.d.ts +10 -0
  149. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js +144 -0
  150. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js.map +1 -0
  151. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.d.ts +38 -0
  152. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js +191 -0
  153. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js.map +1 -0
  154. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.d.ts +164 -0
  155. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js +1501 -0
  156. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js.map +1 -0
  157. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.d.ts +18 -0
  158. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js +129 -0
  159. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js.map +1 -0
  160. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.d.ts +190 -0
  161. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js +1931 -0
  162. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js.map +1 -0
  163. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.d.ts +59 -0
  164. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js +677 -0
  165. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js.map +1 -0
  166. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.d.ts +85 -0
  167. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js +390 -0
  168. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js.map +1 -0
  169. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.d.ts +40 -0
  170. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js +204 -0
  171. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js.map +1 -0
  172. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.d.ts +121 -0
  173. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js +367 -0
  174. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js.map +1 -0
  175. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.d.ts +15 -0
  176. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js +138 -0
  177. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js.map +1 -0
  178. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.d.ts +35 -0
  179. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js +210 -0
  180. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js.map +1 -0
  181. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.d.ts +19 -0
  182. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js +72 -0
  183. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js.map +1 -0
  184. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.d.ts +51 -0
  185. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js +205 -0
  186. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js.map +1 -0
  187. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.d.ts +2 -0
  188. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js +8 -0
  189. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js.map +1 -0
  190. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.d.ts +32 -0
  191. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js +170 -0
  192. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js.map +1 -0
  193. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.d.ts +243 -0
  194. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js +903 -0
  195. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js.map +1 -0
  196. package/package.json +5 -2
  197. package/.build.ps1 +0 -308
  198. package/.gitattributes +0 -43
  199. package/.github/dependabot.yml +0 -38
  200. package/.github/release-drafter.yml +0 -52
  201. package/.github/workflows/cicd.yml +0 -87
  202. package/.github/workflows/lint.yml +0 -34
  203. package/.github/workflows/release-drafter.yml +0 -27
  204. package/Bridge.slnx +0 -8
  205. package/Directory.Build.props +0 -25
  206. package/Images/Icon.png +0 -0
  207. package/build.ps1 +0 -11
  208. package/dotnet-tools.json +0 -27
  209. package/format.ps1 +0 -11
  210. package/gig.ps1 +0 -17
  211. package/global.json +0 -6
  212. package/lint.ps1 +0 -20
  213. package/pack.ps1 +0 -11
  214. package/publish.ps1 +0 -11
  215. package/restore.ps1 +0 -11
  216. package/src/Bridge/Bridge.fsproj +0 -26
  217. package/src/Bridge/Models/ApiModels.fs +0 -142
  218. package/src/Bridge/Services/Clients/BranchClient.fs +0 -46
  219. package/src/Bridge/Services/Clients/CompanyClient.fs +0 -24
  220. package/src/Bridge/Services/Clients/CompanyLicenseClient.fs +0 -17
  221. package/src/Bridge/Services/Clients/CompanySettingsClient.fs +0 -24
  222. package/src/Bridge/Services/Clients/DepartmentClient.fs +0 -48
  223. package/src/Bridge/Services/Clients/EmployeeClient.fs +0 -71
  224. package/src/Bridge/Services/Clients/IdentityClient.fs +0 -11
  225. package/src/Bridge/Services/Clients/SystemLicenseClient.fs +0 -11
  226. package/src/Bridge/Services/Endpoints.fs +0 -13
  227. package/src/Bridge/Services/IHttpTransport.fs +0 -10
  228. package/src/Bridge/Services/UrlHelpers.fs +0 -18
  229. package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.deps.json +0 -98
  230. package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
  231. package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +0 -357
  232. package/src/Bridge/obj/Bridge.fsproj.nuget.g.props +0 -29
  233. package/src/Bridge/obj/Bridge.fsproj.nuget.g.targets +0 -2
  234. package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +0 -31
  235. package/src/Bridge/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
  236. package/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs +0 -20
  237. package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +0 -14
  238. package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +0 -1
  239. package/src/Bridge/obj/Release/net10.0/Fossa.Bridge.xml +0 -6
  240. package/src/Bridge/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
  241. package/src/Bridge/obj/project.assets.json +0 -501
  242. package/src/Directory.Build.props +0 -23
  243. package/test.ps1 +0 -11
  244. package/tests/Bridge.Tests/Bridge.Tests.fsproj +0 -19
  245. package/tests/Bridge.Tests/Main.fs +0 -7
  246. package/tests/Bridge.Tests/UrlHelpersTests.fs +0 -33
  247. package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  248. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
  249. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.deps.json +0 -819
  250. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.runtimeconfig.json +0 -14
  251. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
  252. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +0 -712
  253. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props +0 -30
  254. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets +0 -11
  255. package/tests/Bridge.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
  256. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.T.A317E392.Up2Date +0 -0
  257. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.AssemblyInfo.fs +0 -19
  258. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
  259. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +0 -1
  260. package/tests/Bridge.Tests/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
  261. package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
  262. package/tests/Bridge.Tests/obj/project.assets.json +0 -2144
  263. package/trigger.ps1 +0 -32
  264. package/tsconfig.json +0 -18
  265. package/version.ps1 +0 -11
@@ -1,712 +0,0 @@
1
- {
2
- "format": 1,
3
- "restore": {
4
- "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj": {}
5
- },
6
- "projects": {
7
- "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
8
- "version": "1.0.0",
9
- "restore": {
10
- "projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
11
- "projectName": "Fossa.Bridge",
12
- "projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
13
- "packagesPath": "/home/runner/.nuget/packages/",
14
- "outputPath": "/home/runner/work/Bridge/Bridge/src/Bridge/obj/",
15
- "projectStyle": "PackageReference",
16
- "configFilePaths": [
17
- "/home/runner/.nuget/NuGet/NuGet.Config"
18
- ],
19
- "originalTargetFrameworks": [
20
- "net10.0"
21
- ],
22
- "sources": {
23
- "/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
24
- "https://api.nuget.org/v3/index.json": {}
25
- },
26
- "frameworks": {
27
- "net10.0": {
28
- "targetAlias": "net10.0",
29
- "projectReferences": {}
30
- }
31
- },
32
- "warningProperties": {
33
- "allWarningsAsErrors": true
34
- },
35
- "restoreAuditProperties": {
36
- "enableAudit": "true",
37
- "auditLevel": "low",
38
- "auditMode": "all"
39
- },
40
- "SdkAnalysisLevel": "10.0.100"
41
- },
42
- "frameworks": {
43
- "net10.0": {
44
- "targetAlias": "net10.0",
45
- "dependencies": {
46
- "FSharp.Core": {
47
- "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
48
- "target": "Package",
49
- "version": "[10.0.102, )",
50
- "generatePathProperty": true
51
- },
52
- "Fable.Core": {
53
- "target": "Package",
54
- "version": "[4.5.0, )",
55
- "generatePathProperty": true
56
- }
57
- },
58
- "imports": [
59
- "net461",
60
- "net462",
61
- "net47",
62
- "net471",
63
- "net472",
64
- "net48",
65
- "net481"
66
- ],
67
- "assetTargetFallback": true,
68
- "warn": true,
69
- "frameworkReferences": {
70
- "Microsoft.NETCore.App": {
71
- "privateAssets": "all"
72
- }
73
- },
74
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
75
- "packagesToPrune": {
76
- "Microsoft.CSharp": "(,4.7.32767]",
77
- "Microsoft.VisualBasic": "(,10.4.32767]",
78
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
79
- "Microsoft.Win32.Registry": "(,5.0.32767]",
80
- "runtime.any.System.Collections": "(,4.3.32767]",
81
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
82
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
83
- "runtime.any.System.Globalization": "(,4.3.32767]",
84
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
85
- "runtime.any.System.IO": "(,4.3.32767]",
86
- "runtime.any.System.Reflection": "(,4.3.32767]",
87
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
88
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
89
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
90
- "runtime.any.System.Runtime": "(,4.3.32767]",
91
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
92
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
93
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
94
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
95
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
96
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
97
- "runtime.aot.System.Collections": "(,4.3.32767]",
98
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
99
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
100
- "runtime.aot.System.Globalization": "(,4.3.32767]",
101
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
102
- "runtime.aot.System.IO": "(,4.3.32767]",
103
- "runtime.aot.System.Reflection": "(,4.3.32767]",
104
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
105
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
106
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
107
- "runtime.aot.System.Runtime": "(,4.3.32767]",
108
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
109
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
110
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
111
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
112
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
113
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
114
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
115
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
116
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
117
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
118
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
119
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
120
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
121
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
122
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
123
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
124
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
125
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
126
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
127
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
128
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
129
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
130
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
131
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
132
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
133
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
134
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
135
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
136
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
137
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
138
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
139
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
140
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
141
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
142
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
143
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
144
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
145
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
146
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
147
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
148
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
149
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
150
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
151
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
152
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
153
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
154
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
155
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
156
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
157
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
158
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
159
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
160
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
161
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
162
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
163
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
164
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
165
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
166
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
167
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
168
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
169
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
170
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
171
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
172
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
173
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
174
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
175
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
176
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
177
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
178
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
179
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
180
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
181
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
182
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
183
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
184
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
185
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
186
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
187
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
188
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
189
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
190
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
191
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
192
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
193
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
194
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
195
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
196
- "runtime.unix.System.Console": "(,4.3.32767]",
197
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
198
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
199
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
200
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
201
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
202
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
203
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
204
- "runtime.win.System.Console": "(,4.3.32767]",
205
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
206
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
207
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
208
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
209
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
210
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
211
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
212
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
213
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
214
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
215
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
216
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
217
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
218
- "System.AppContext": "(,4.3.32767]",
219
- "System.Buffers": "(,5.0.32767]",
220
- "System.Collections": "(,4.3.32767]",
221
- "System.Collections.Concurrent": "(,4.3.32767]",
222
- "System.Collections.Immutable": "(,10.0.32767]",
223
- "System.Collections.NonGeneric": "(,4.3.32767]",
224
- "System.Collections.Specialized": "(,4.3.32767]",
225
- "System.ComponentModel": "(,4.3.32767]",
226
- "System.ComponentModel.Annotations": "(,4.3.32767]",
227
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
228
- "System.ComponentModel.Primitives": "(,4.3.32767]",
229
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
230
- "System.Console": "(,4.3.32767]",
231
- "System.Data.Common": "(,4.3.32767]",
232
- "System.Data.DataSetExtensions": "(,4.4.32767]",
233
- "System.Diagnostics.Contracts": "(,4.3.32767]",
234
- "System.Diagnostics.Debug": "(,4.3.32767]",
235
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
236
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
237
- "System.Diagnostics.Process": "(,4.3.32767]",
238
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
239
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
240
- "System.Diagnostics.Tools": "(,4.3.32767]",
241
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
242
- "System.Diagnostics.Tracing": "(,4.3.32767]",
243
- "System.Drawing.Primitives": "(,4.3.32767]",
244
- "System.Dynamic.Runtime": "(,4.3.32767]",
245
- "System.Formats.Asn1": "(,10.0.32767]",
246
- "System.Formats.Tar": "(,10.0.32767]",
247
- "System.Globalization": "(,4.3.32767]",
248
- "System.Globalization.Calendars": "(,4.3.32767]",
249
- "System.Globalization.Extensions": "(,4.3.32767]",
250
- "System.IO": "(,4.3.32767]",
251
- "System.IO.Compression": "(,4.3.32767]",
252
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
253
- "System.IO.FileSystem": "(,4.3.32767]",
254
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
255
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
256
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
257
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
258
- "System.IO.IsolatedStorage": "(,4.3.32767]",
259
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
260
- "System.IO.Pipelines": "(,10.0.32767]",
261
- "System.IO.Pipes": "(,4.3.32767]",
262
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
263
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
264
- "System.Linq": "(,4.3.32767]",
265
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
266
- "System.Linq.Expressions": "(,4.3.32767]",
267
- "System.Linq.Parallel": "(,4.3.32767]",
268
- "System.Linq.Queryable": "(,4.3.32767]",
269
- "System.Memory": "(,5.0.32767]",
270
- "System.Net.Http": "(,4.3.32767]",
271
- "System.Net.Http.Json": "(,10.0.32767]",
272
- "System.Net.NameResolution": "(,4.3.32767]",
273
- "System.Net.NetworkInformation": "(,4.3.32767]",
274
- "System.Net.Ping": "(,4.3.32767]",
275
- "System.Net.Primitives": "(,4.3.32767]",
276
- "System.Net.Requests": "(,4.3.32767]",
277
- "System.Net.Security": "(,4.3.32767]",
278
- "System.Net.ServerSentEvents": "(,10.0.32767]",
279
- "System.Net.Sockets": "(,4.3.32767]",
280
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
281
- "System.Net.WebSockets": "(,4.3.32767]",
282
- "System.Net.WebSockets.Client": "(,4.3.32767]",
283
- "System.Numerics.Vectors": "(,5.0.32767]",
284
- "System.ObjectModel": "(,4.3.32767]",
285
- "System.Private.DataContractSerialization": "(,4.3.32767]",
286
- "System.Private.Uri": "(,4.3.32767]",
287
- "System.Reflection": "(,4.3.32767]",
288
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
289
- "System.Reflection.Emit": "(,4.7.32767]",
290
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
291
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
292
- "System.Reflection.Extensions": "(,4.3.32767]",
293
- "System.Reflection.Metadata": "(,10.0.32767]",
294
- "System.Reflection.Primitives": "(,4.3.32767]",
295
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
296
- "System.Resources.Reader": "(,4.3.32767]",
297
- "System.Resources.ResourceManager": "(,4.3.32767]",
298
- "System.Resources.Writer": "(,4.3.32767]",
299
- "System.Runtime": "(,4.3.32767]",
300
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
301
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
302
- "System.Runtime.Extensions": "(,4.3.32767]",
303
- "System.Runtime.Handles": "(,4.3.32767]",
304
- "System.Runtime.InteropServices": "(,4.3.32767]",
305
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
306
- "System.Runtime.Loader": "(,4.3.32767]",
307
- "System.Runtime.Numerics": "(,4.3.32767]",
308
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
309
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
310
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
311
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
312
- "System.Security.AccessControl": "(,6.0.32767]",
313
- "System.Security.Claims": "(,4.3.32767]",
314
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
315
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
316
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
317
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
318
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
319
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
320
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
321
- "System.Security.Principal": "(,4.3.32767]",
322
- "System.Security.Principal.Windows": "(,5.0.32767]",
323
- "System.Security.SecureString": "(,4.3.32767]",
324
- "System.Text.Encoding": "(,4.3.32767]",
325
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
326
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
327
- "System.Text.Encodings.Web": "(,10.0.32767]",
328
- "System.Text.Json": "(,10.0.32767]",
329
- "System.Text.RegularExpressions": "(,4.3.32767]",
330
- "System.Threading": "(,4.3.32767]",
331
- "System.Threading.AccessControl": "(,10.0.32767]",
332
- "System.Threading.Channels": "(,10.0.32767]",
333
- "System.Threading.Overlapped": "(,4.3.32767]",
334
- "System.Threading.Tasks": "(,4.3.32767]",
335
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
336
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
337
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
338
- "System.Threading.Thread": "(,4.3.32767]",
339
- "System.Threading.ThreadPool": "(,4.3.32767]",
340
- "System.Threading.Timer": "(,4.3.32767]",
341
- "System.ValueTuple": "(,4.5.32767]",
342
- "System.Xml.ReaderWriter": "(,4.3.32767]",
343
- "System.Xml.XDocument": "(,4.3.32767]",
344
- "System.Xml.XmlDocument": "(,4.3.32767]",
345
- "System.Xml.XmlSerializer": "(,4.3.32767]",
346
- "System.Xml.XPath": "(,4.3.32767]",
347
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
348
- }
349
- }
350
- }
351
- },
352
- "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj": {
353
- "version": "1.0.0",
354
- "restore": {
355
- "projectUniqueName": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
356
- "projectName": "Fossa.Bridge.Tests",
357
- "projectPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
358
- "packagesPath": "/home/runner/.nuget/packages/",
359
- "outputPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/obj/",
360
- "projectStyle": "PackageReference",
361
- "configFilePaths": [
362
- "/home/runner/.nuget/NuGet/NuGet.Config"
363
- ],
364
- "originalTargetFrameworks": [
365
- "net10.0"
366
- ],
367
- "sources": {
368
- "/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
369
- "https://api.nuget.org/v3/index.json": {}
370
- },
371
- "frameworks": {
372
- "net10.0": {
373
- "targetAlias": "net10.0",
374
- "projectReferences": {
375
- "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
376
- "projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj"
377
- }
378
- }
379
- }
380
- },
381
- "warningProperties": {
382
- "allWarningsAsErrors": true
383
- },
384
- "restoreAuditProperties": {
385
- "enableAudit": "true",
386
- "auditLevel": "low",
387
- "auditMode": "all"
388
- },
389
- "SdkAnalysisLevel": "10.0.100"
390
- },
391
- "frameworks": {
392
- "net10.0": {
393
- "targetAlias": "net10.0",
394
- "dependencies": {
395
- "Expecto": {
396
- "target": "Package",
397
- "version": "[10.2.3, )",
398
- "generatePathProperty": true
399
- },
400
- "FSharp.Core": {
401
- "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
402
- "target": "Package",
403
- "version": "[10.0.102, )",
404
- "generatePathProperty": true
405
- },
406
- "Microsoft.NET.Test.Sdk": {
407
- "target": "Package",
408
- "version": "[18.3.0, )",
409
- "generatePathProperty": true
410
- },
411
- "YoloDev.Expecto.TestSdk": {
412
- "target": "Package",
413
- "version": "[0.15.5, )",
414
- "generatePathProperty": true
415
- }
416
- },
417
- "imports": [
418
- "net461",
419
- "net462",
420
- "net47",
421
- "net471",
422
- "net472",
423
- "net48",
424
- "net481"
425
- ],
426
- "assetTargetFallback": true,
427
- "warn": true,
428
- "frameworkReferences": {
429
- "Microsoft.NETCore.App": {
430
- "privateAssets": "all"
431
- }
432
- },
433
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
434
- "packagesToPrune": {
435
- "Microsoft.CSharp": "(,4.7.32767]",
436
- "Microsoft.VisualBasic": "(,10.4.32767]",
437
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
438
- "Microsoft.Win32.Registry": "(,5.0.32767]",
439
- "runtime.any.System.Collections": "(,4.3.32767]",
440
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
441
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
442
- "runtime.any.System.Globalization": "(,4.3.32767]",
443
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
444
- "runtime.any.System.IO": "(,4.3.32767]",
445
- "runtime.any.System.Reflection": "(,4.3.32767]",
446
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
447
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
448
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
449
- "runtime.any.System.Runtime": "(,4.3.32767]",
450
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
451
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
452
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
453
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
454
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
455
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
456
- "runtime.aot.System.Collections": "(,4.3.32767]",
457
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
458
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
459
- "runtime.aot.System.Globalization": "(,4.3.32767]",
460
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
461
- "runtime.aot.System.IO": "(,4.3.32767]",
462
- "runtime.aot.System.Reflection": "(,4.3.32767]",
463
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
464
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
465
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
466
- "runtime.aot.System.Runtime": "(,4.3.32767]",
467
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
468
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
469
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
470
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
471
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
472
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
473
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
474
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
475
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
476
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
477
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
478
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
479
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
480
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
481
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
482
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
483
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
484
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
485
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
486
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
487
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
488
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
489
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
490
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
491
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
492
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
493
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
494
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
495
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
496
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
497
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
498
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
499
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
500
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
501
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
502
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
503
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
504
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
505
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
506
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
507
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
508
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
509
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
510
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
511
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
512
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
513
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
514
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
515
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
516
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
517
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
518
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
519
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
520
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
521
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
522
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
523
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
524
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
525
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
526
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
527
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
528
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
529
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
530
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
531
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
532
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
533
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
534
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
535
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
536
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
537
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
538
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
539
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
540
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
541
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
542
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
543
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
544
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
545
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
546
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
547
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
548
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
549
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
550
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
551
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
552
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
553
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
554
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
555
- "runtime.unix.System.Console": "(,4.3.32767]",
556
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
557
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
558
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
559
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
560
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
561
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
562
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
563
- "runtime.win.System.Console": "(,4.3.32767]",
564
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
565
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
566
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
567
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
568
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
569
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
570
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
571
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
572
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
573
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
574
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
575
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
576
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
577
- "System.AppContext": "(,4.3.32767]",
578
- "System.Buffers": "(,5.0.32767]",
579
- "System.Collections": "(,4.3.32767]",
580
- "System.Collections.Concurrent": "(,4.3.32767]",
581
- "System.Collections.Immutable": "(,10.0.32767]",
582
- "System.Collections.NonGeneric": "(,4.3.32767]",
583
- "System.Collections.Specialized": "(,4.3.32767]",
584
- "System.ComponentModel": "(,4.3.32767]",
585
- "System.ComponentModel.Annotations": "(,4.3.32767]",
586
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
587
- "System.ComponentModel.Primitives": "(,4.3.32767]",
588
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
589
- "System.Console": "(,4.3.32767]",
590
- "System.Data.Common": "(,4.3.32767]",
591
- "System.Data.DataSetExtensions": "(,4.4.32767]",
592
- "System.Diagnostics.Contracts": "(,4.3.32767]",
593
- "System.Diagnostics.Debug": "(,4.3.32767]",
594
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
595
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
596
- "System.Diagnostics.Process": "(,4.3.32767]",
597
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
598
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
599
- "System.Diagnostics.Tools": "(,4.3.32767]",
600
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
601
- "System.Diagnostics.Tracing": "(,4.3.32767]",
602
- "System.Drawing.Primitives": "(,4.3.32767]",
603
- "System.Dynamic.Runtime": "(,4.3.32767]",
604
- "System.Formats.Asn1": "(,10.0.32767]",
605
- "System.Formats.Tar": "(,10.0.32767]",
606
- "System.Globalization": "(,4.3.32767]",
607
- "System.Globalization.Calendars": "(,4.3.32767]",
608
- "System.Globalization.Extensions": "(,4.3.32767]",
609
- "System.IO": "(,4.3.32767]",
610
- "System.IO.Compression": "(,4.3.32767]",
611
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
612
- "System.IO.FileSystem": "(,4.3.32767]",
613
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
614
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
615
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
616
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
617
- "System.IO.IsolatedStorage": "(,4.3.32767]",
618
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
619
- "System.IO.Pipelines": "(,10.0.32767]",
620
- "System.IO.Pipes": "(,4.3.32767]",
621
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
622
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
623
- "System.Linq": "(,4.3.32767]",
624
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
625
- "System.Linq.Expressions": "(,4.3.32767]",
626
- "System.Linq.Parallel": "(,4.3.32767]",
627
- "System.Linq.Queryable": "(,4.3.32767]",
628
- "System.Memory": "(,5.0.32767]",
629
- "System.Net.Http": "(,4.3.32767]",
630
- "System.Net.Http.Json": "(,10.0.32767]",
631
- "System.Net.NameResolution": "(,4.3.32767]",
632
- "System.Net.NetworkInformation": "(,4.3.32767]",
633
- "System.Net.Ping": "(,4.3.32767]",
634
- "System.Net.Primitives": "(,4.3.32767]",
635
- "System.Net.Requests": "(,4.3.32767]",
636
- "System.Net.Security": "(,4.3.32767]",
637
- "System.Net.ServerSentEvents": "(,10.0.32767]",
638
- "System.Net.Sockets": "(,4.3.32767]",
639
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
640
- "System.Net.WebSockets": "(,4.3.32767]",
641
- "System.Net.WebSockets.Client": "(,4.3.32767]",
642
- "System.Numerics.Vectors": "(,5.0.32767]",
643
- "System.ObjectModel": "(,4.3.32767]",
644
- "System.Private.DataContractSerialization": "(,4.3.32767]",
645
- "System.Private.Uri": "(,4.3.32767]",
646
- "System.Reflection": "(,4.3.32767]",
647
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
648
- "System.Reflection.Emit": "(,4.7.32767]",
649
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
650
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
651
- "System.Reflection.Extensions": "(,4.3.32767]",
652
- "System.Reflection.Metadata": "(,10.0.32767]",
653
- "System.Reflection.Primitives": "(,4.3.32767]",
654
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
655
- "System.Resources.Reader": "(,4.3.32767]",
656
- "System.Resources.ResourceManager": "(,4.3.32767]",
657
- "System.Resources.Writer": "(,4.3.32767]",
658
- "System.Runtime": "(,4.3.32767]",
659
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
660
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
661
- "System.Runtime.Extensions": "(,4.3.32767]",
662
- "System.Runtime.Handles": "(,4.3.32767]",
663
- "System.Runtime.InteropServices": "(,4.3.32767]",
664
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
665
- "System.Runtime.Loader": "(,4.3.32767]",
666
- "System.Runtime.Numerics": "(,4.3.32767]",
667
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
668
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
669
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
670
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
671
- "System.Security.AccessControl": "(,6.0.32767]",
672
- "System.Security.Claims": "(,4.3.32767]",
673
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
674
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
675
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
676
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
677
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
678
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
679
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
680
- "System.Security.Principal": "(,4.3.32767]",
681
- "System.Security.Principal.Windows": "(,5.0.32767]",
682
- "System.Security.SecureString": "(,4.3.32767]",
683
- "System.Text.Encoding": "(,4.3.32767]",
684
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
685
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
686
- "System.Text.Encodings.Web": "(,10.0.32767]",
687
- "System.Text.Json": "(,10.0.32767]",
688
- "System.Text.RegularExpressions": "(,4.3.32767]",
689
- "System.Threading": "(,4.3.32767]",
690
- "System.Threading.AccessControl": "(,10.0.32767]",
691
- "System.Threading.Channels": "(,10.0.32767]",
692
- "System.Threading.Overlapped": "(,4.3.32767]",
693
- "System.Threading.Tasks": "(,4.3.32767]",
694
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
695
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
696
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
697
- "System.Threading.Thread": "(,4.3.32767]",
698
- "System.Threading.ThreadPool": "(,4.3.32767]",
699
- "System.Threading.Timer": "(,4.3.32767]",
700
- "System.ValueTuple": "(,4.5.32767]",
701
- "System.Xml.ReaderWriter": "(,4.3.32767]",
702
- "System.Xml.XDocument": "(,4.3.32767]",
703
- "System.Xml.XmlDocument": "(,4.3.32767]",
704
- "System.Xml.XmlSerializer": "(,4.3.32767]",
705
- "System.Xml.XPath": "(,4.3.32767]",
706
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
707
- }
708
- }
709
- }
710
- }
711
- }
712
- }