@fossa-app/bridge 0.1.6 → 0.1.8

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 +54 -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 +38 -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 +30 -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 +38 -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 +54 -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 +63 -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 +26 -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 +26 -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 +25 -0
  35. package/dist/Services/UrlHelpers.js +103 -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,2144 +0,0 @@
1
- {
2
- "version": 3,
3
- "targets": {
4
- "net10.0": {
5
- "Expecto/10.2.3": {
6
- "type": "package",
7
- "dependencies": {
8
- "FSharp.Core": "7.0.200",
9
- "Mono.Cecil": "[0.11.4, 1.0.0)"
10
- },
11
- "compile": {
12
- "lib/net6.0/Expecto.dll": {
13
- "related": ".pdb;.xml"
14
- }
15
- },
16
- "runtime": {
17
- "lib/net6.0/Expecto.dll": {
18
- "related": ".pdb;.xml"
19
- }
20
- }
21
- },
22
- "Fable.Core/4.5.0": {
23
- "type": "package",
24
- "compile": {
25
- "lib/netstandard2.0/Fable.Core.dll": {
26
- "related": ".xml"
27
- }
28
- },
29
- "runtime": {
30
- "lib/netstandard2.0/Fable.Core.dll": {
31
- "related": ".xml"
32
- }
33
- },
34
- "contentFiles": {
35
- "contentFiles/any/any/_._": {
36
- "buildAction": "None",
37
- "codeLanguage": "any",
38
- "copyToOutput": false
39
- }
40
- }
41
- },
42
- "FSharp.Core/10.0.102": {
43
- "type": "package",
44
- "compile": {
45
- "lib/netstandard2.1/FSharp.Core.dll": {
46
- "related": ".xml"
47
- }
48
- },
49
- "runtime": {
50
- "lib/netstandard2.1/FSharp.Core.dll": {
51
- "related": ".xml"
52
- }
53
- },
54
- "resource": {
55
- "lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
56
- "locale": "cs"
57
- },
58
- "lib/netstandard2.1/de/FSharp.Core.resources.dll": {
59
- "locale": "de"
60
- },
61
- "lib/netstandard2.1/es/FSharp.Core.resources.dll": {
62
- "locale": "es"
63
- },
64
- "lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
65
- "locale": "fr"
66
- },
67
- "lib/netstandard2.1/it/FSharp.Core.resources.dll": {
68
- "locale": "it"
69
- },
70
- "lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
71
- "locale": "ja"
72
- },
73
- "lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
74
- "locale": "ko"
75
- },
76
- "lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
77
- "locale": "pl"
78
- },
79
- "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
80
- "locale": "pt-BR"
81
- },
82
- "lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
83
- "locale": "ru"
84
- },
85
- "lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
86
- "locale": "tr"
87
- },
88
- "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
89
- "locale": "zh-Hans"
90
- },
91
- "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
92
- "locale": "zh-Hant"
93
- }
94
- }
95
- },
96
- "Microsoft.ApplicationInsights/2.23.0": {
97
- "type": "package",
98
- "compile": {
99
- "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {
100
- "related": ".pdb;.xml"
101
- }
102
- },
103
- "runtime": {
104
- "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {
105
- "related": ".pdb;.xml"
106
- }
107
- }
108
- },
109
- "Microsoft.CodeCoverage/18.3.0": {
110
- "type": "package",
111
- "compile": {
112
- "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {}
113
- },
114
- "runtime": {
115
- "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {}
116
- },
117
- "build": {
118
- "build/netstandard2.0/Microsoft.CodeCoverage.props": {},
119
- "build/netstandard2.0/Microsoft.CodeCoverage.targets": {}
120
- }
121
- },
122
- "Microsoft.NET.Test.Sdk/18.3.0": {
123
- "type": "package",
124
- "dependencies": {
125
- "Microsoft.CodeCoverage": "18.3.0",
126
- "Microsoft.TestPlatform.TestHost": "18.3.0"
127
- },
128
- "compile": {
129
- "lib/net8.0/_._": {}
130
- },
131
- "runtime": {
132
- "lib/net8.0/_._": {}
133
- },
134
- "build": {
135
- "build/net8.0/Microsoft.NET.Test.Sdk.props": {},
136
- "build/net8.0/Microsoft.NET.Test.Sdk.targets": {}
137
- }
138
- },
139
- "Microsoft.Testing.Extensions.Telemetry/1.9.0": {
140
- "type": "package",
141
- "dependencies": {
142
- "Microsoft.ApplicationInsights": "2.23.0",
143
- "Microsoft.Testing.Platform": "1.9.0"
144
- },
145
- "compile": {
146
- "lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll": {
147
- "related": ".xml"
148
- }
149
- },
150
- "runtime": {
151
- "lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll": {
152
- "related": ".xml"
153
- }
154
- },
155
- "resource": {
156
- "lib/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
157
- "locale": "cs"
158
- },
159
- "lib/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
160
- "locale": "de"
161
- },
162
- "lib/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
163
- "locale": "es"
164
- },
165
- "lib/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
166
- "locale": "fr"
167
- },
168
- "lib/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
169
- "locale": "it"
170
- },
171
- "lib/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
172
- "locale": "ja"
173
- },
174
- "lib/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
175
- "locale": "ko"
176
- },
177
- "lib/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
178
- "locale": "pl"
179
- },
180
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
181
- "locale": "pt-BR"
182
- },
183
- "lib/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
184
- "locale": "ru"
185
- },
186
- "lib/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
187
- "locale": "tr"
188
- },
189
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
190
- "locale": "zh-Hans"
191
- },
192
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
193
- "locale": "zh-Hant"
194
- }
195
- },
196
- "build": {
197
- "buildTransitive/net9.0/Microsoft.Testing.Extensions.Telemetry.props": {}
198
- },
199
- "buildMultiTargeting": {
200
- "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {}
201
- }
202
- },
203
- "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.9.0": {
204
- "type": "package",
205
- "dependencies": {
206
- "Microsoft.Testing.Platform": "1.9.0"
207
- },
208
- "compile": {
209
- "lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
210
- "related": ".xml"
211
- }
212
- },
213
- "runtime": {
214
- "lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
215
- "related": ".xml"
216
- }
217
- }
218
- },
219
- "Microsoft.Testing.Extensions.VSTestBridge/1.9.0": {
220
- "type": "package",
221
- "dependencies": {
222
- "Microsoft.TestPlatform.AdapterUtilities": "17.13.0",
223
- "Microsoft.TestPlatform.ObjectModel": "17.13.0",
224
- "Microsoft.Testing.Extensions.Telemetry": "1.9.0",
225
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.9.0",
226
- "Microsoft.Testing.Platform": "1.9.0"
227
- },
228
- "compile": {
229
- "lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
230
- "related": ".xml"
231
- }
232
- },
233
- "runtime": {
234
- "lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
235
- "related": ".xml"
236
- }
237
- },
238
- "resource": {
239
- "lib/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
240
- "locale": "cs"
241
- },
242
- "lib/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
243
- "locale": "de"
244
- },
245
- "lib/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
246
- "locale": "es"
247
- },
248
- "lib/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
249
- "locale": "fr"
250
- },
251
- "lib/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
252
- "locale": "it"
253
- },
254
- "lib/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
255
- "locale": "ja"
256
- },
257
- "lib/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
258
- "locale": "ko"
259
- },
260
- "lib/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
261
- "locale": "pl"
262
- },
263
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
264
- "locale": "pt-BR"
265
- },
266
- "lib/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
267
- "locale": "ru"
268
- },
269
- "lib/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
270
- "locale": "tr"
271
- },
272
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
273
- "locale": "zh-Hans"
274
- },
275
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
276
- "locale": "zh-Hant"
277
- }
278
- }
279
- },
280
- "Microsoft.Testing.Platform/1.9.0": {
281
- "type": "package",
282
- "compile": {
283
- "lib/net9.0/Microsoft.Testing.Platform.dll": {
284
- "related": ".xml"
285
- }
286
- },
287
- "runtime": {
288
- "lib/net9.0/Microsoft.Testing.Platform.dll": {
289
- "related": ".xml"
290
- }
291
- },
292
- "resource": {
293
- "lib/net9.0/cs/Microsoft.Testing.Platform.resources.dll": {
294
- "locale": "cs"
295
- },
296
- "lib/net9.0/de/Microsoft.Testing.Platform.resources.dll": {
297
- "locale": "de"
298
- },
299
- "lib/net9.0/es/Microsoft.Testing.Platform.resources.dll": {
300
- "locale": "es"
301
- },
302
- "lib/net9.0/fr/Microsoft.Testing.Platform.resources.dll": {
303
- "locale": "fr"
304
- },
305
- "lib/net9.0/it/Microsoft.Testing.Platform.resources.dll": {
306
- "locale": "it"
307
- },
308
- "lib/net9.0/ja/Microsoft.Testing.Platform.resources.dll": {
309
- "locale": "ja"
310
- },
311
- "lib/net9.0/ko/Microsoft.Testing.Platform.resources.dll": {
312
- "locale": "ko"
313
- },
314
- "lib/net9.0/pl/Microsoft.Testing.Platform.resources.dll": {
315
- "locale": "pl"
316
- },
317
- "lib/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll": {
318
- "locale": "pt-BR"
319
- },
320
- "lib/net9.0/ru/Microsoft.Testing.Platform.resources.dll": {
321
- "locale": "ru"
322
- },
323
- "lib/net9.0/tr/Microsoft.Testing.Platform.resources.dll": {
324
- "locale": "tr"
325
- },
326
- "lib/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": {
327
- "locale": "zh-Hans"
328
- },
329
- "lib/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": {
330
- "locale": "zh-Hant"
331
- }
332
- },
333
- "build": {
334
- "buildTransitive/net9.0/Microsoft.Testing.Platform.props": {},
335
- "buildTransitive/net9.0/Microsoft.Testing.Platform.targets": {}
336
- },
337
- "buildMultiTargeting": {
338
- "buildMultiTargeting/Microsoft.Testing.Platform.props": {},
339
- "buildMultiTargeting/Microsoft.Testing.Platform.targets": {}
340
- }
341
- },
342
- "Microsoft.Testing.Platform.MSBuild/1.9.0": {
343
- "type": "package",
344
- "dependencies": {
345
- "Microsoft.Testing.Platform": "1.9.0"
346
- },
347
- "compile": {
348
- "lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll": {
349
- "related": ".xml"
350
- }
351
- },
352
- "runtime": {
353
- "lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll": {
354
- "related": ".xml"
355
- }
356
- },
357
- "resource": {
358
- "lib/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
359
- "locale": "cs"
360
- },
361
- "lib/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
362
- "locale": "de"
363
- },
364
- "lib/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
365
- "locale": "es"
366
- },
367
- "lib/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
368
- "locale": "fr"
369
- },
370
- "lib/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
371
- "locale": "it"
372
- },
373
- "lib/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
374
- "locale": "ja"
375
- },
376
- "lib/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
377
- "locale": "ko"
378
- },
379
- "lib/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
380
- "locale": "pl"
381
- },
382
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
383
- "locale": "pt-BR"
384
- },
385
- "lib/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
386
- "locale": "ru"
387
- },
388
- "lib/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
389
- "locale": "tr"
390
- },
391
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
392
- "locale": "zh-Hans"
393
- },
394
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
395
- "locale": "zh-Hant"
396
- }
397
- },
398
- "build": {
399
- "buildTransitive/Microsoft.Testing.Platform.MSBuild.props": {},
400
- "buildTransitive/Microsoft.Testing.Platform.MSBuild.targets": {}
401
- },
402
- "buildMultiTargeting": {
403
- "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props": {},
404
- "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets": {}
405
- }
406
- },
407
- "Microsoft.TestPlatform.AdapterUtilities/17.13.0": {
408
- "type": "package",
409
- "compile": {
410
- "lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll": {}
411
- },
412
- "runtime": {
413
- "lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll": {}
414
- },
415
- "resource": {
416
- "lib/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
417
- "locale": "cs"
418
- },
419
- "lib/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
420
- "locale": "de"
421
- },
422
- "lib/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
423
- "locale": "es"
424
- },
425
- "lib/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
426
- "locale": "fr"
427
- },
428
- "lib/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
429
- "locale": "it"
430
- },
431
- "lib/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
432
- "locale": "ja"
433
- },
434
- "lib/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
435
- "locale": "ko"
436
- },
437
- "lib/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
438
- "locale": "pl"
439
- },
440
- "lib/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
441
- "locale": "pt-BR"
442
- },
443
- "lib/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
444
- "locale": "ru"
445
- },
446
- "lib/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
447
- "locale": "tr"
448
- },
449
- "lib/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
450
- "locale": "zh-Hans"
451
- },
452
- "lib/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
453
- "locale": "zh-Hant"
454
- }
455
- }
456
- },
457
- "Microsoft.TestPlatform.ObjectModel/18.3.0": {
458
- "type": "package",
459
- "compile": {
460
- "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {},
461
- "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
462
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}
463
- },
464
- "runtime": {
465
- "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {},
466
- "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
467
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}
468
- },
469
- "resource": {
470
- "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
471
- "locale": "cs"
472
- },
473
- "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
474
- "locale": "cs"
475
- },
476
- "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
477
- "locale": "de"
478
- },
479
- "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
480
- "locale": "de"
481
- },
482
- "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
483
- "locale": "es"
484
- },
485
- "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
486
- "locale": "es"
487
- },
488
- "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
489
- "locale": "fr"
490
- },
491
- "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
492
- "locale": "fr"
493
- },
494
- "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
495
- "locale": "it"
496
- },
497
- "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
498
- "locale": "it"
499
- },
500
- "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
501
- "locale": "ja"
502
- },
503
- "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
504
- "locale": "ja"
505
- },
506
- "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
507
- "locale": "ko"
508
- },
509
- "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
510
- "locale": "ko"
511
- },
512
- "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
513
- "locale": "pl"
514
- },
515
- "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
516
- "locale": "pl"
517
- },
518
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
519
- "locale": "pt-BR"
520
- },
521
- "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
522
- "locale": "pt-BR"
523
- },
524
- "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
525
- "locale": "ru"
526
- },
527
- "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
528
- "locale": "ru"
529
- },
530
- "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
531
- "locale": "tr"
532
- },
533
- "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
534
- "locale": "tr"
535
- },
536
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
537
- "locale": "zh-Hans"
538
- },
539
- "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
540
- "locale": "zh-Hans"
541
- },
542
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
543
- "locale": "zh-Hant"
544
- },
545
- "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
546
- "locale": "zh-Hant"
547
- }
548
- }
549
- },
550
- "Microsoft.TestPlatform.TestHost/18.3.0": {
551
- "type": "package",
552
- "dependencies": {
553
- "Microsoft.TestPlatform.ObjectModel": "18.3.0",
554
- "Newtonsoft.Json": "13.0.3"
555
- },
556
- "compile": {
557
- "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {},
558
- "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {},
559
- "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {},
560
- "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
561
- "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {},
562
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {},
563
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {},
564
- "lib/net8.0/testhost.dll": {
565
- "related": ".deps.json"
566
- }
567
- },
568
- "runtime": {
569
- "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {},
570
- "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {},
571
- "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {},
572
- "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {},
573
- "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {},
574
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {},
575
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {},
576
- "lib/net8.0/testhost.dll": {
577
- "related": ".deps.json"
578
- }
579
- },
580
- "resource": {
581
- "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
582
- "locale": "cs"
583
- },
584
- "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
585
- "locale": "cs"
586
- },
587
- "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
588
- "locale": "cs"
589
- },
590
- "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
591
- "locale": "de"
592
- },
593
- "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
594
- "locale": "de"
595
- },
596
- "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
597
- "locale": "de"
598
- },
599
- "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
600
- "locale": "es"
601
- },
602
- "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
603
- "locale": "es"
604
- },
605
- "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
606
- "locale": "es"
607
- },
608
- "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
609
- "locale": "fr"
610
- },
611
- "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
612
- "locale": "fr"
613
- },
614
- "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
615
- "locale": "fr"
616
- },
617
- "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
618
- "locale": "it"
619
- },
620
- "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
621
- "locale": "it"
622
- },
623
- "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
624
- "locale": "it"
625
- },
626
- "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
627
- "locale": "ja"
628
- },
629
- "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
630
- "locale": "ja"
631
- },
632
- "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
633
- "locale": "ja"
634
- },
635
- "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
636
- "locale": "ko"
637
- },
638
- "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
639
- "locale": "ko"
640
- },
641
- "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
642
- "locale": "ko"
643
- },
644
- "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
645
- "locale": "pl"
646
- },
647
- "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
648
- "locale": "pl"
649
- },
650
- "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
651
- "locale": "pl"
652
- },
653
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
654
- "locale": "pt-BR"
655
- },
656
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
657
- "locale": "pt-BR"
658
- },
659
- "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
660
- "locale": "pt-BR"
661
- },
662
- "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
663
- "locale": "ru"
664
- },
665
- "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
666
- "locale": "ru"
667
- },
668
- "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
669
- "locale": "ru"
670
- },
671
- "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
672
- "locale": "tr"
673
- },
674
- "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
675
- "locale": "tr"
676
- },
677
- "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
678
- "locale": "tr"
679
- },
680
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
681
- "locale": "zh-Hans"
682
- },
683
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
684
- "locale": "zh-Hans"
685
- },
686
- "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
687
- "locale": "zh-Hans"
688
- },
689
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
690
- "locale": "zh-Hant"
691
- },
692
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
693
- "locale": "zh-Hant"
694
- },
695
- "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
696
- "locale": "zh-Hant"
697
- }
698
- },
699
- "build": {
700
- "build/net8.0/Microsoft.TestPlatform.TestHost.props": {},
701
- "build/net8.0/Microsoft.TestPlatform.TestHost.targets": {}
702
- }
703
- },
704
- "Mono.Cecil/0.11.4": {
705
- "type": "package",
706
- "compile": {
707
- "lib/netstandard2.0/Mono.Cecil.Mdb.dll": {
708
- "related": ".pdb"
709
- },
710
- "lib/netstandard2.0/Mono.Cecil.Pdb.dll": {
711
- "related": ".pdb"
712
- },
713
- "lib/netstandard2.0/Mono.Cecil.Rocks.dll": {
714
- "related": ".pdb"
715
- },
716
- "lib/netstandard2.0/Mono.Cecil.dll": {
717
- "related": ".Mdb.pdb;.pdb;.Pdb.pdb;.Rocks.pdb"
718
- }
719
- },
720
- "runtime": {
721
- "lib/netstandard2.0/Mono.Cecil.Mdb.dll": {
722
- "related": ".pdb"
723
- },
724
- "lib/netstandard2.0/Mono.Cecil.Pdb.dll": {
725
- "related": ".pdb"
726
- },
727
- "lib/netstandard2.0/Mono.Cecil.Rocks.dll": {
728
- "related": ".pdb"
729
- },
730
- "lib/netstandard2.0/Mono.Cecil.dll": {
731
- "related": ".Mdb.pdb;.pdb;.Pdb.pdb;.Rocks.pdb"
732
- }
733
- }
734
- },
735
- "Newtonsoft.Json/13.0.3": {
736
- "type": "package",
737
- "compile": {
738
- "lib/net6.0/Newtonsoft.Json.dll": {
739
- "related": ".xml"
740
- }
741
- },
742
- "runtime": {
743
- "lib/net6.0/Newtonsoft.Json.dll": {
744
- "related": ".xml"
745
- }
746
- }
747
- },
748
- "YoloDev.Expecto.TestSdk/0.15.5": {
749
- "type": "package",
750
- "dependencies": {
751
- "Expecto": "[10.2.2, 11.0.0)",
752
- "FSharp.Core": "7.0.200",
753
- "Microsoft.Testing.Extensions.VSTestBridge": "1.9.0",
754
- "Microsoft.Testing.Platform.MSBuild": "1.9.0"
755
- },
756
- "compile": {
757
- "lib/net8.0/_._": {}
758
- },
759
- "runtime": {
760
- "lib/net8.0/_._": {}
761
- },
762
- "build": {
763
- "build/net8.0/YoloDev.Expecto.TestSdk.props": {},
764
- "build/net8.0/YoloDev.Expecto.TestSdk.targets": {}
765
- }
766
- },
767
- "Fossa.Bridge/1.0.0": {
768
- "type": "project",
769
- "framework": ".NETCoreApp,Version=v10.0",
770
- "dependencies": {
771
- "FSharp.Core": "10.0.102",
772
- "Fable.Core": "4.5.0"
773
- },
774
- "compile": {
775
- "bin/placeholder/Fossa.Bridge.dll": {}
776
- },
777
- "runtime": {
778
- "bin/placeholder/Fossa.Bridge.dll": {}
779
- }
780
- }
781
- }
782
- },
783
- "libraries": {
784
- "Expecto/10.2.3": {
785
- "sha512": "mwGOvtkKfMwakKeONwWYy5RgnO7Ijx/THt50GHh8mkSPySVOW/BsOppHzNwby45uaO6X0IKpqS76BrlYgOqcIg==",
786
- "type": "package",
787
- "path": "expecto/10.2.3",
788
- "files": [
789
- ".nupkg.metadata",
790
- ".signature.p7s",
791
- "expecto-logo-small.png",
792
- "expecto.10.2.3.nupkg.sha512",
793
- "expecto.nuspec",
794
- "lib/net6.0/Expecto.dll",
795
- "lib/net6.0/Expecto.pdb",
796
- "lib/net6.0/Expecto.xml"
797
- ]
798
- },
799
- "Fable.Core/4.5.0": {
800
- "sha512": "ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
801
- "type": "package",
802
- "path": "fable.core/4.5.0",
803
- "files": [
804
- ".nupkg.metadata",
805
- ".signature.p7s",
806
- "LICENSE",
807
- "README.md",
808
- "content/CHANGELOG.md",
809
- "contentFiles/any/netstandard2.0/CHANGELOG.md",
810
- "fable.core.4.5.0.nupkg.sha512",
811
- "fable.core.nuspec",
812
- "fable_logo.png",
813
- "lib/netstandard2.0/Fable.Core.dll",
814
- "lib/netstandard2.0/Fable.Core.xml"
815
- ]
816
- },
817
- "FSharp.Core/10.0.102": {
818
- "sha512": "vd5vApQ869O7qKMOC6zKsBFQMXBLGp0cfw3YMxp+cp8kWbXcEgrVBBEbQYhHEYU5TLeUmm4nqQIThvPXvtSAEA==",
819
- "type": "package",
820
- "path": "fsharp.core/10.0.102",
821
- "files": [
822
- ".nupkg.metadata",
823
- ".signature.p7s",
824
- "Icon.png",
825
- "fsharp.core.10.0.102.nupkg.sha512",
826
- "fsharp.core.nuspec",
827
- "lib/netstandard2.0/FSharp.Core.dll",
828
- "lib/netstandard2.0/FSharp.Core.xml",
829
- "lib/netstandard2.0/cs/FSharp.Core.resources.dll",
830
- "lib/netstandard2.0/de/FSharp.Core.resources.dll",
831
- "lib/netstandard2.0/es/FSharp.Core.resources.dll",
832
- "lib/netstandard2.0/fr/FSharp.Core.resources.dll",
833
- "lib/netstandard2.0/it/FSharp.Core.resources.dll",
834
- "lib/netstandard2.0/ja/FSharp.Core.resources.dll",
835
- "lib/netstandard2.0/ko/FSharp.Core.resources.dll",
836
- "lib/netstandard2.0/pl/FSharp.Core.resources.dll",
837
- "lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll",
838
- "lib/netstandard2.0/ru/FSharp.Core.resources.dll",
839
- "lib/netstandard2.0/tr/FSharp.Core.resources.dll",
840
- "lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll",
841
- "lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll",
842
- "lib/netstandard2.1/FSharp.Core.dll",
843
- "lib/netstandard2.1/FSharp.Core.xml",
844
- "lib/netstandard2.1/cs/FSharp.Core.resources.dll",
845
- "lib/netstandard2.1/de/FSharp.Core.resources.dll",
846
- "lib/netstandard2.1/es/FSharp.Core.resources.dll",
847
- "lib/netstandard2.1/fr/FSharp.Core.resources.dll",
848
- "lib/netstandard2.1/it/FSharp.Core.resources.dll",
849
- "lib/netstandard2.1/ja/FSharp.Core.resources.dll",
850
- "lib/netstandard2.1/ko/FSharp.Core.resources.dll",
851
- "lib/netstandard2.1/pl/FSharp.Core.resources.dll",
852
- "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll",
853
- "lib/netstandard2.1/ru/FSharp.Core.resources.dll",
854
- "lib/netstandard2.1/tr/FSharp.Core.resources.dll",
855
- "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll",
856
- "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll"
857
- ]
858
- },
859
- "Microsoft.ApplicationInsights/2.23.0": {
860
- "sha512": "nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==",
861
- "type": "package",
862
- "path": "microsoft.applicationinsights/2.23.0",
863
- "files": [
864
- ".nupkg.metadata",
865
- ".signature.p7s",
866
- "icon.png",
867
- "lib/net452/Microsoft.ApplicationInsights.dll",
868
- "lib/net452/Microsoft.ApplicationInsights.pdb",
869
- "lib/net452/Microsoft.ApplicationInsights.xml",
870
- "lib/net46/Microsoft.ApplicationInsights.dll",
871
- "lib/net46/Microsoft.ApplicationInsights.pdb",
872
- "lib/net46/Microsoft.ApplicationInsights.xml",
873
- "lib/netstandard2.0/Microsoft.ApplicationInsights.dll",
874
- "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb",
875
- "lib/netstandard2.0/Microsoft.ApplicationInsights.xml",
876
- "microsoft.applicationinsights.2.23.0.nupkg.sha512",
877
- "microsoft.applicationinsights.nuspec"
878
- ]
879
- },
880
- "Microsoft.CodeCoverage/18.3.0": {
881
- "sha512": "23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g==",
882
- "type": "package",
883
- "path": "microsoft.codecoverage/18.3.0",
884
- "files": [
885
- ".nupkg.metadata",
886
- ".signature.p7s",
887
- "Icon.png",
888
- "PACKAGE.md",
889
- "ThirdPartyNotices.txt",
890
- "build/netstandard2.0/CodeCoverage/CodeCoverage.config",
891
- "build/netstandard2.0/CodeCoverage/CodeCoverage.exe",
892
- "build/netstandard2.0/CodeCoverage/CodeCoverageMessages.dll",
893
- "build/netstandard2.0/CodeCoverage/Cov_x86.config",
894
- "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe",
895
- "build/netstandard2.0/CodeCoverage/amd64/Cov_x64.config",
896
- "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll",
897
- "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll",
898
- "build/netstandard2.0/CodeCoverage/arm64/Cov_arm64.config",
899
- "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll",
900
- "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll",
901
- "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll",
902
- "build/netstandard2.0/CodeCoverage/covrun32.dll",
903
- "build/netstandard2.0/CodeCoverage/msdia140.dll",
904
- "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll",
905
- "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.Core.dll",
906
- "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll",
907
- "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll",
908
- "build/netstandard2.0/Microsoft.CodeCoverage.props",
909
- "build/netstandard2.0/Microsoft.CodeCoverage.targets",
910
- "build/netstandard2.0/Microsoft.DiaSymReader.dll",
911
- "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll",
912
- "build/netstandard2.0/Mono.Cecil.Pdb.dll",
913
- "build/netstandard2.0/Mono.Cecil.Rocks.dll",
914
- "build/netstandard2.0/Mono.Cecil.dll",
915
- "build/netstandard2.0/System.Memory.dll",
916
- "build/netstandard2.0/System.Text.Json.dll",
917
- "build/netstandard2.0/ThirdPartyNotices.txt",
918
- "build/netstandard2.0/alpine/x64/Cov_x64.config",
919
- "build/netstandard2.0/alpine/x64/libCoverageInstrumentationMethod.so",
920
- "build/netstandard2.0/alpine/x64/libInstrumentationEngine.so",
921
- "build/netstandard2.0/arm64/MicrosoftInstrumentationEngine_arm64.dll",
922
- "build/netstandard2.0/cs/Microsoft.CodeCoverage.Core.resources.dll",
923
- "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
924
- "build/netstandard2.0/de/Microsoft.CodeCoverage.Core.resources.dll",
925
- "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
926
- "build/netstandard2.0/es/Microsoft.CodeCoverage.Core.resources.dll",
927
- "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
928
- "build/netstandard2.0/fr/Microsoft.CodeCoverage.Core.resources.dll",
929
- "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
930
- "build/netstandard2.0/it/Microsoft.CodeCoverage.Core.resources.dll",
931
- "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
932
- "build/netstandard2.0/ja/Microsoft.CodeCoverage.Core.resources.dll",
933
- "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
934
- "build/netstandard2.0/ko/Microsoft.CodeCoverage.Core.resources.dll",
935
- "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
936
- "build/netstandard2.0/macos/x64/Cov_x64.config",
937
- "build/netstandard2.0/macos/x64/libCoverageInstrumentationMethod.dylib",
938
- "build/netstandard2.0/macos/x64/libInstrumentationEngine.dylib",
939
- "build/netstandard2.0/pl/Microsoft.CodeCoverage.Core.resources.dll",
940
- "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
941
- "build/netstandard2.0/pt-BR/Microsoft.CodeCoverage.Core.resources.dll",
942
- "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
943
- "build/netstandard2.0/ru/Microsoft.CodeCoverage.Core.resources.dll",
944
- "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
945
- "build/netstandard2.0/tr/Microsoft.CodeCoverage.Core.resources.dll",
946
- "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
947
- "build/netstandard2.0/ubuntu/x64/Cov_x64.config",
948
- "build/netstandard2.0/ubuntu/x64/libCoverageInstrumentationMethod.so",
949
- "build/netstandard2.0/ubuntu/x64/libInstrumentationEngine.so",
950
- "build/netstandard2.0/x64/MicrosoftInstrumentationEngine_x64.dll",
951
- "build/netstandard2.0/x86/MicrosoftInstrumentationEngine_x86.dll",
952
- "build/netstandard2.0/zh-Hans/Microsoft.CodeCoverage.Core.resources.dll",
953
- "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
954
- "build/netstandard2.0/zh-Hant/Microsoft.CodeCoverage.Core.resources.dll",
955
- "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll",
956
- "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll",
957
- "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll",
958
- "microsoft.codecoverage.18.3.0.nupkg.sha512",
959
- "microsoft.codecoverage.nuspec"
960
- ]
961
- },
962
- "Microsoft.NET.Test.Sdk/18.3.0": {
963
- "sha512": "xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
964
- "type": "package",
965
- "path": "microsoft.net.test.sdk/18.3.0",
966
- "files": [
967
- ".nupkg.metadata",
968
- ".signature.p7s",
969
- "Icon.png",
970
- "build/net462/Microsoft.NET.Test.Sdk.props",
971
- "build/net462/Microsoft.NET.Test.Sdk.targets",
972
- "build/net8.0/Microsoft.NET.Test.Sdk.Program.cs",
973
- "build/net8.0/Microsoft.NET.Test.Sdk.Program.fs",
974
- "build/net8.0/Microsoft.NET.Test.Sdk.Program.vb",
975
- "build/net8.0/Microsoft.NET.Test.Sdk.props",
976
- "build/net8.0/Microsoft.NET.Test.Sdk.targets",
977
- "build/netcoreapp2.0/Microsoft.NET.Test.Sdk.props",
978
- "build/netcoreapp2.0/Microsoft.NET.Test.Sdk.targets",
979
- "build/netstandard2.0/Microsoft.NET.Test.Sdk.props",
980
- "build/netstandard2.0/Microsoft.NET.Test.Sdk.targets",
981
- "buildMultiTargeting/net462/Microsoft.NET.Test.Sdk.props",
982
- "buildMultiTargeting/net8.0/Microsoft.NET.Test.Sdk.props",
983
- "buildMultiTargeting/netcoreapp2.0/Microsoft.NET.Test.Sdk.props",
984
- "buildMultiTargeting/netcoreapp2.0/Microsoft.NET.Test.Sdk.targets",
985
- "buildMultiTargeting/netstandard2.0/Microsoft.NET.Test.Sdk.props",
986
- "buildMultiTargeting/netstandard2.0/Microsoft.NET.Test.Sdk.targets",
987
- "lib/native/_._",
988
- "lib/net462/_._",
989
- "lib/net8.0/_._",
990
- "microsoft.net.test.sdk.18.3.0.nupkg.sha512",
991
- "microsoft.net.test.sdk.nuspec"
992
- ]
993
- },
994
- "Microsoft.Testing.Extensions.Telemetry/1.9.0": {
995
- "sha512": "4ica7o+ZreUCsXoQLShWeLz6K5q9D/B+VgXvmpPSLsnSpK4DLZfMyltBaBr83Tnm21c1riOKcXXEk920Ael17Q==",
996
- "type": "package",
997
- "path": "microsoft.testing.extensions.telemetry/1.9.0",
998
- "files": [
999
- ".nupkg.metadata",
1000
- ".signature.p7s",
1001
- "Icon.png",
1002
- "PACKAGE.md",
1003
- "build/net6.0/Microsoft.Testing.Extensions.Telemetry.props",
1004
- "build/net7.0/Microsoft.Testing.Extensions.Telemetry.props",
1005
- "build/net8.0/Microsoft.Testing.Extensions.Telemetry.props",
1006
- "build/net9.0/Microsoft.Testing.Extensions.Telemetry.props",
1007
- "build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props",
1008
- "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props",
1009
- "buildTransitive/net6.0/Microsoft.Testing.Extensions.Telemetry.props",
1010
- "buildTransitive/net7.0/Microsoft.Testing.Extensions.Telemetry.props",
1011
- "buildTransitive/net8.0/Microsoft.Testing.Extensions.Telemetry.props",
1012
- "buildTransitive/net9.0/Microsoft.Testing.Extensions.Telemetry.props",
1013
- "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props",
1014
- "lib/net6.0/Microsoft.Testing.Extensions.Telemetry.dll",
1015
- "lib/net6.0/Microsoft.Testing.Extensions.Telemetry.xml",
1016
- "lib/net6.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1017
- "lib/net6.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1018
- "lib/net6.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1019
- "lib/net6.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1020
- "lib/net6.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1021
- "lib/net6.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1022
- "lib/net6.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1023
- "lib/net6.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1024
- "lib/net6.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1025
- "lib/net6.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1026
- "lib/net6.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1027
- "lib/net6.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1028
- "lib/net6.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1029
- "lib/net7.0/Microsoft.Testing.Extensions.Telemetry.dll",
1030
- "lib/net7.0/Microsoft.Testing.Extensions.Telemetry.xml",
1031
- "lib/net7.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1032
- "lib/net7.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1033
- "lib/net7.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1034
- "lib/net7.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1035
- "lib/net7.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1036
- "lib/net7.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1037
- "lib/net7.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1038
- "lib/net7.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1039
- "lib/net7.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1040
- "lib/net7.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1041
- "lib/net7.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1042
- "lib/net7.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1043
- "lib/net7.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1044
- "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.dll",
1045
- "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.xml",
1046
- "lib/net8.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1047
- "lib/net8.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1048
- "lib/net8.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1049
- "lib/net8.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1050
- "lib/net8.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1051
- "lib/net8.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1052
- "lib/net8.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1053
- "lib/net8.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1054
- "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1055
- "lib/net8.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1056
- "lib/net8.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1057
- "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1058
- "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1059
- "lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll",
1060
- "lib/net9.0/Microsoft.Testing.Extensions.Telemetry.xml",
1061
- "lib/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1062
- "lib/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1063
- "lib/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1064
- "lib/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1065
- "lib/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1066
- "lib/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1067
- "lib/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1068
- "lib/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1069
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1070
- "lib/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1071
- "lib/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1072
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1073
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1074
- "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll",
1075
- "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.xml",
1076
- "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1077
- "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1078
- "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1079
- "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1080
- "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1081
- "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1082
- "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1083
- "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1084
- "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1085
- "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1086
- "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1087
- "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1088
- "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll",
1089
- "microsoft.testing.extensions.telemetry.1.9.0.nupkg.sha512",
1090
- "microsoft.testing.extensions.telemetry.nuspec"
1091
- ]
1092
- },
1093
- "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.9.0": {
1094
- "sha512": "ZC7Xwva/+dREnZ5BU0gozA1uT2cFwt90uY9maPLy1lLpiedR/Fu3K2FiwLg70hJjT+tGblYmxzuNa8z1jQVSGw==",
1095
- "type": "package",
1096
- "path": "microsoft.testing.extensions.trxreport.abstractions/1.9.0",
1097
- "files": [
1098
- ".nupkg.metadata",
1099
- ".signature.p7s",
1100
- "Icon.png",
1101
- "PACKAGE.md",
1102
- "lib/net6.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll",
1103
- "lib/net6.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml",
1104
- "lib/net7.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll",
1105
- "lib/net7.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml",
1106
- "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll",
1107
- "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml",
1108
- "lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll",
1109
- "lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml",
1110
- "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll",
1111
- "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml",
1112
- "microsoft.testing.extensions.trxreport.abstractions.1.9.0.nupkg.sha512",
1113
- "microsoft.testing.extensions.trxreport.abstractions.nuspec"
1114
- ]
1115
- },
1116
- "Microsoft.Testing.Extensions.VSTestBridge/1.9.0": {
1117
- "sha512": "g5WN9QEMaEkdnWqouF6EsK46pX1vHmekQyOlehDtNl5e8PXu1ZffCqVKM74pQsh7HfCb3FKjzoZUrUJB9E75zQ==",
1118
- "type": "package",
1119
- "path": "microsoft.testing.extensions.vstestbridge/1.9.0",
1120
- "files": [
1121
- ".nupkg.metadata",
1122
- ".signature.p7s",
1123
- "Icon.png",
1124
- "PACKAGE.md",
1125
- "lib/net6.0/Microsoft.Testing.Extensions.VSTestBridge.dll",
1126
- "lib/net6.0/Microsoft.Testing.Extensions.VSTestBridge.xml",
1127
- "lib/net6.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1128
- "lib/net6.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1129
- "lib/net6.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1130
- "lib/net6.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1131
- "lib/net6.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1132
- "lib/net6.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1133
- "lib/net6.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1134
- "lib/net6.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1135
- "lib/net6.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1136
- "lib/net6.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1137
- "lib/net6.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1138
- "lib/net6.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1139
- "lib/net6.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1140
- "lib/net7.0/Microsoft.Testing.Extensions.VSTestBridge.dll",
1141
- "lib/net7.0/Microsoft.Testing.Extensions.VSTestBridge.xml",
1142
- "lib/net7.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1143
- "lib/net7.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1144
- "lib/net7.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1145
- "lib/net7.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1146
- "lib/net7.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1147
- "lib/net7.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1148
- "lib/net7.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1149
- "lib/net7.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1150
- "lib/net7.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1151
- "lib/net7.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1152
- "lib/net7.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1153
- "lib/net7.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1154
- "lib/net7.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1155
- "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.dll",
1156
- "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.xml",
1157
- "lib/net8.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1158
- "lib/net8.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1159
- "lib/net8.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1160
- "lib/net8.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1161
- "lib/net8.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1162
- "lib/net8.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1163
- "lib/net8.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1164
- "lib/net8.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1165
- "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1166
- "lib/net8.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1167
- "lib/net8.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1168
- "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1169
- "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1170
- "lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll",
1171
- "lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.xml",
1172
- "lib/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1173
- "lib/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1174
- "lib/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1175
- "lib/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1176
- "lib/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1177
- "lib/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1178
- "lib/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1179
- "lib/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1180
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1181
- "lib/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1182
- "lib/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1183
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1184
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1185
- "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll",
1186
- "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.xml",
1187
- "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1188
- "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1189
- "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1190
- "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1191
- "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1192
- "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1193
- "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1194
- "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1195
- "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1196
- "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1197
- "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1198
- "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1199
- "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
1200
- "microsoft.testing.extensions.vstestbridge.1.9.0.nupkg.sha512",
1201
- "microsoft.testing.extensions.vstestbridge.nuspec"
1202
- ]
1203
- },
1204
- "Microsoft.Testing.Platform/1.9.0": {
1205
- "sha512": "OE79Vc5rXwFYciAPY/mqv92XvdhK+pvCHdVHcS0bBpWwWQbnzI18FiSEEYY+lYpB0HHl0fDQgcCK3ZTYKGs8bA==",
1206
- "type": "package",
1207
- "path": "microsoft.testing.platform/1.9.0",
1208
- "files": [
1209
- ".nupkg.metadata",
1210
- ".signature.p7s",
1211
- "Icon.png",
1212
- "PACKAGE.md",
1213
- "build/net6.0/Microsoft.Testing.Platform.props",
1214
- "build/net6.0/Microsoft.Testing.Platform.targets",
1215
- "build/net7.0/Microsoft.Testing.Platform.props",
1216
- "build/net7.0/Microsoft.Testing.Platform.targets",
1217
- "build/net8.0/Microsoft.Testing.Platform.props",
1218
- "build/net8.0/Microsoft.Testing.Platform.targets",
1219
- "build/net9.0/Microsoft.Testing.Platform.props",
1220
- "build/net9.0/Microsoft.Testing.Platform.targets",
1221
- "build/netstandard2.0/Microsoft.Testing.Platform.props",
1222
- "build/netstandard2.0/Microsoft.Testing.Platform.targets",
1223
- "buildMultiTargeting/Microsoft.Testing.Platform.props",
1224
- "buildMultiTargeting/Microsoft.Testing.Platform.targets",
1225
- "buildTransitive/net6.0/Microsoft.Testing.Platform.props",
1226
- "buildTransitive/net6.0/Microsoft.Testing.Platform.targets",
1227
- "buildTransitive/net7.0/Microsoft.Testing.Platform.props",
1228
- "buildTransitive/net7.0/Microsoft.Testing.Platform.targets",
1229
- "buildTransitive/net8.0/Microsoft.Testing.Platform.props",
1230
- "buildTransitive/net8.0/Microsoft.Testing.Platform.targets",
1231
- "buildTransitive/net9.0/Microsoft.Testing.Platform.props",
1232
- "buildTransitive/net9.0/Microsoft.Testing.Platform.targets",
1233
- "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props",
1234
- "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.targets",
1235
- "lib/net6.0/Microsoft.Testing.Platform.dll",
1236
- "lib/net6.0/Microsoft.Testing.Platform.xml",
1237
- "lib/net6.0/cs/Microsoft.Testing.Platform.resources.dll",
1238
- "lib/net6.0/de/Microsoft.Testing.Platform.resources.dll",
1239
- "lib/net6.0/es/Microsoft.Testing.Platform.resources.dll",
1240
- "lib/net6.0/fr/Microsoft.Testing.Platform.resources.dll",
1241
- "lib/net6.0/it/Microsoft.Testing.Platform.resources.dll",
1242
- "lib/net6.0/ja/Microsoft.Testing.Platform.resources.dll",
1243
- "lib/net6.0/ko/Microsoft.Testing.Platform.resources.dll",
1244
- "lib/net6.0/pl/Microsoft.Testing.Platform.resources.dll",
1245
- "lib/net6.0/pt-BR/Microsoft.Testing.Platform.resources.dll",
1246
- "lib/net6.0/ru/Microsoft.Testing.Platform.resources.dll",
1247
- "lib/net6.0/tr/Microsoft.Testing.Platform.resources.dll",
1248
- "lib/net6.0/zh-Hans/Microsoft.Testing.Platform.resources.dll",
1249
- "lib/net6.0/zh-Hant/Microsoft.Testing.Platform.resources.dll",
1250
- "lib/net7.0/Microsoft.Testing.Platform.dll",
1251
- "lib/net7.0/Microsoft.Testing.Platform.xml",
1252
- "lib/net7.0/cs/Microsoft.Testing.Platform.resources.dll",
1253
- "lib/net7.0/de/Microsoft.Testing.Platform.resources.dll",
1254
- "lib/net7.0/es/Microsoft.Testing.Platform.resources.dll",
1255
- "lib/net7.0/fr/Microsoft.Testing.Platform.resources.dll",
1256
- "lib/net7.0/it/Microsoft.Testing.Platform.resources.dll",
1257
- "lib/net7.0/ja/Microsoft.Testing.Platform.resources.dll",
1258
- "lib/net7.0/ko/Microsoft.Testing.Platform.resources.dll",
1259
- "lib/net7.0/pl/Microsoft.Testing.Platform.resources.dll",
1260
- "lib/net7.0/pt-BR/Microsoft.Testing.Platform.resources.dll",
1261
- "lib/net7.0/ru/Microsoft.Testing.Platform.resources.dll",
1262
- "lib/net7.0/tr/Microsoft.Testing.Platform.resources.dll",
1263
- "lib/net7.0/zh-Hans/Microsoft.Testing.Platform.resources.dll",
1264
- "lib/net7.0/zh-Hant/Microsoft.Testing.Platform.resources.dll",
1265
- "lib/net8.0/Microsoft.Testing.Platform.dll",
1266
- "lib/net8.0/Microsoft.Testing.Platform.xml",
1267
- "lib/net8.0/cs/Microsoft.Testing.Platform.resources.dll",
1268
- "lib/net8.0/de/Microsoft.Testing.Platform.resources.dll",
1269
- "lib/net8.0/es/Microsoft.Testing.Platform.resources.dll",
1270
- "lib/net8.0/fr/Microsoft.Testing.Platform.resources.dll",
1271
- "lib/net8.0/it/Microsoft.Testing.Platform.resources.dll",
1272
- "lib/net8.0/ja/Microsoft.Testing.Platform.resources.dll",
1273
- "lib/net8.0/ko/Microsoft.Testing.Platform.resources.dll",
1274
- "lib/net8.0/pl/Microsoft.Testing.Platform.resources.dll",
1275
- "lib/net8.0/pt-BR/Microsoft.Testing.Platform.resources.dll",
1276
- "lib/net8.0/ru/Microsoft.Testing.Platform.resources.dll",
1277
- "lib/net8.0/tr/Microsoft.Testing.Platform.resources.dll",
1278
- "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.resources.dll",
1279
- "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.resources.dll",
1280
- "lib/net9.0/Microsoft.Testing.Platform.dll",
1281
- "lib/net9.0/Microsoft.Testing.Platform.xml",
1282
- "lib/net9.0/cs/Microsoft.Testing.Platform.resources.dll",
1283
- "lib/net9.0/de/Microsoft.Testing.Platform.resources.dll",
1284
- "lib/net9.0/es/Microsoft.Testing.Platform.resources.dll",
1285
- "lib/net9.0/fr/Microsoft.Testing.Platform.resources.dll",
1286
- "lib/net9.0/it/Microsoft.Testing.Platform.resources.dll",
1287
- "lib/net9.0/ja/Microsoft.Testing.Platform.resources.dll",
1288
- "lib/net9.0/ko/Microsoft.Testing.Platform.resources.dll",
1289
- "lib/net9.0/pl/Microsoft.Testing.Platform.resources.dll",
1290
- "lib/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll",
1291
- "lib/net9.0/ru/Microsoft.Testing.Platform.resources.dll",
1292
- "lib/net9.0/tr/Microsoft.Testing.Platform.resources.dll",
1293
- "lib/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll",
1294
- "lib/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll",
1295
- "lib/netstandard2.0/Microsoft.Testing.Platform.dll",
1296
- "lib/netstandard2.0/Microsoft.Testing.Platform.xml",
1297
- "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll",
1298
- "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll",
1299
- "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll",
1300
- "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll",
1301
- "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll",
1302
- "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll",
1303
- "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll",
1304
- "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll",
1305
- "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll",
1306
- "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll",
1307
- "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll",
1308
- "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll",
1309
- "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll",
1310
- "microsoft.testing.platform.1.9.0.nupkg.sha512",
1311
- "microsoft.testing.platform.nuspec"
1312
- ]
1313
- },
1314
- "Microsoft.Testing.Platform.MSBuild/1.9.0": {
1315
- "sha512": "P7c0HfBJ/AqKyRfmaA+cyl8I9jxDEyvQRJvMUH5IZCjACTPQ9wXb0xdA0CmcxhBUtm20GxWvx2fq3fMxG11hDg==",
1316
- "type": "package",
1317
- "path": "microsoft.testing.platform.msbuild/1.9.0",
1318
- "files": [
1319
- ".nupkg.metadata",
1320
- ".signature.p7s",
1321
- "Icon.png",
1322
- "PACKAGE.md",
1323
- "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll",
1324
- "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.MSBuild.xml",
1325
- "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.dll",
1326
- "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.xml",
1327
- "_MSBuildTasks/netstandard2.0/Microsoft.Win32.Registry.dll",
1328
- "_MSBuildTasks/netstandard2.0/System.Security.AccessControl.dll",
1329
- "_MSBuildTasks/netstandard2.0/System.Security.Principal.Windows.dll",
1330
- "_MSBuildTasks/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll",
1331
- "_MSBuildTasks/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll",
1332
- "_MSBuildTasks/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll",
1333
- "_MSBuildTasks/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll",
1334
- "_MSBuildTasks/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll",
1335
- "_MSBuildTasks/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll",
1336
- "_MSBuildTasks/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll",
1337
- "_MSBuildTasks/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll",
1338
- "_MSBuildTasks/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll",
1339
- "_MSBuildTasks/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll",
1340
- "_MSBuildTasks/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll",
1341
- "_MSBuildTasks/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll",
1342
- "_MSBuildTasks/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll",
1343
- "_MSBuildTasks/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll",
1344
- "_MSBuildTasks/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll",
1345
- "_MSBuildTasks/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll",
1346
- "_MSBuildTasks/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll",
1347
- "_MSBuildTasks/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll",
1348
- "_MSBuildTasks/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll",
1349
- "_MSBuildTasks/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll",
1350
- "_MSBuildTasks/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll",
1351
- "_MSBuildTasks/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll",
1352
- "_MSBuildTasks/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll",
1353
- "_MSBuildTasks/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll",
1354
- "_MSBuildTasks/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll",
1355
- "_MSBuildTasks/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll",
1356
- "build/Microsoft.Testing.Platform.MSBuild.props",
1357
- "build/Microsoft.Testing.Platform.MSBuild.targets",
1358
- "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.CustomTestTarget.targets",
1359
- "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.VSTest.targets",
1360
- "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props",
1361
- "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets",
1362
- "buildTransitive/Microsoft.Testing.Platform.MSBuild.props",
1363
- "buildTransitive/Microsoft.Testing.Platform.MSBuild.targets",
1364
- "lib/net6.0/Microsoft.Testing.Extensions.MSBuild.dll",
1365
- "lib/net6.0/Microsoft.Testing.Extensions.MSBuild.xml",
1366
- "lib/net6.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1367
- "lib/net6.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1368
- "lib/net6.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1369
- "lib/net6.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1370
- "lib/net6.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1371
- "lib/net6.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1372
- "lib/net6.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1373
- "lib/net6.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1374
- "lib/net6.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1375
- "lib/net6.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1376
- "lib/net6.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1377
- "lib/net6.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1378
- "lib/net6.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1379
- "lib/net7.0/Microsoft.Testing.Extensions.MSBuild.dll",
1380
- "lib/net7.0/Microsoft.Testing.Extensions.MSBuild.xml",
1381
- "lib/net7.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1382
- "lib/net7.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1383
- "lib/net7.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1384
- "lib/net7.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1385
- "lib/net7.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1386
- "lib/net7.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1387
- "lib/net7.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1388
- "lib/net7.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1389
- "lib/net7.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1390
- "lib/net7.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1391
- "lib/net7.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1392
- "lib/net7.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1393
- "lib/net7.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1394
- "lib/net8.0/Microsoft.Testing.Extensions.MSBuild.dll",
1395
- "lib/net8.0/Microsoft.Testing.Extensions.MSBuild.xml",
1396
- "lib/net8.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1397
- "lib/net8.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1398
- "lib/net8.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1399
- "lib/net8.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1400
- "lib/net8.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1401
- "lib/net8.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1402
- "lib/net8.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1403
- "lib/net8.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1404
- "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1405
- "lib/net8.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1406
- "lib/net8.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1407
- "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1408
- "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1409
- "lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll",
1410
- "lib/net9.0/Microsoft.Testing.Extensions.MSBuild.xml",
1411
- "lib/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1412
- "lib/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1413
- "lib/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1414
- "lib/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1415
- "lib/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1416
- "lib/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1417
- "lib/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1418
- "lib/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1419
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1420
- "lib/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1421
- "lib/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1422
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1423
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1424
- "lib/netstandard2.0/Microsoft.Testing.Extensions.MSBuild.dll",
1425
- "lib/netstandard2.0/Microsoft.Testing.Extensions.MSBuild.xml",
1426
- "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1427
- "lib/netstandard2.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1428
- "lib/netstandard2.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1429
- "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1430
- "lib/netstandard2.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1431
- "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1432
- "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1433
- "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1434
- "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1435
- "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1436
- "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1437
- "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1438
- "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll",
1439
- "microsoft.testing.platform.msbuild.1.9.0.nupkg.sha512",
1440
- "microsoft.testing.platform.msbuild.nuspec"
1441
- ]
1442
- },
1443
- "Microsoft.TestPlatform.AdapterUtilities/17.13.0": {
1444
- "sha512": "bFZ3uAhosdXjyXKURDQy37fPosCJQwedB5DG/SzsXL1QXsrfsIYty2kQMqCRRUqm8sBZBRHWRp4BT9SmpWXcKQ==",
1445
- "type": "package",
1446
- "path": "microsoft.testplatform.adapterutilities/17.13.0",
1447
- "files": [
1448
- ".nupkg.metadata",
1449
- ".signature.p7s",
1450
- "Icon.png",
1451
- "lib/net462/Microsoft.TestPlatform.AdapterUtilities.dll",
1452
- "lib/net462/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1453
- "lib/net462/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1454
- "lib/net462/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1455
- "lib/net462/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1456
- "lib/net462/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1457
- "lib/net462/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1458
- "lib/net462/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1459
- "lib/net462/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1460
- "lib/net462/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1461
- "lib/net462/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1462
- "lib/net462/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1463
- "lib/net462/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1464
- "lib/net462/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1465
- "lib/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll",
1466
- "lib/net6.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1467
- "lib/net6.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1468
- "lib/net6.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1469
- "lib/net6.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1470
- "lib/net6.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1471
- "lib/net6.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1472
- "lib/net6.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1473
- "lib/net6.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1474
- "lib/net6.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1475
- "lib/net6.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1476
- "lib/net6.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1477
- "lib/net6.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1478
- "lib/net6.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1479
- "lib/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll",
1480
- "lib/net8.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1481
- "lib/net8.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1482
- "lib/net8.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1483
- "lib/net8.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1484
- "lib/net8.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1485
- "lib/net8.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1486
- "lib/net8.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1487
- "lib/net8.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1488
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1489
- "lib/net8.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1490
- "lib/net8.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1491
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1492
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1493
- "lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll",
1494
- "lib/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1495
- "lib/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1496
- "lib/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1497
- "lib/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1498
- "lib/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1499
- "lib/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1500
- "lib/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1501
- "lib/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1502
- "lib/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1503
- "lib/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1504
- "lib/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1505
- "lib/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1506
- "lib/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1507
- "lib/netstandard2.0/Microsoft.TestPlatform.AdapterUtilities.dll",
1508
- "lib/netstandard2.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1509
- "lib/netstandard2.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1510
- "lib/netstandard2.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1511
- "lib/netstandard2.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1512
- "lib/netstandard2.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1513
- "lib/netstandard2.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1514
- "lib/netstandard2.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1515
- "lib/netstandard2.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1516
- "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1517
- "lib/netstandard2.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1518
- "lib/netstandard2.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1519
- "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1520
- "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll",
1521
- "microsoft.testplatform.adapterutilities.17.13.0.nupkg.sha512",
1522
- "microsoft.testplatform.adapterutilities.nuspec"
1523
- ]
1524
- },
1525
- "Microsoft.TestPlatform.ObjectModel/18.3.0": {
1526
- "sha512": "AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ==",
1527
- "type": "package",
1528
- "path": "microsoft.testplatform.objectmodel/18.3.0",
1529
- "files": [
1530
- ".nupkg.metadata",
1531
- ".signature.p7s",
1532
- "Icon.png",
1533
- "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll",
1534
- "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll",
1535
- "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
1536
- "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1537
- "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1538
- "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1539
- "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1540
- "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1541
- "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1542
- "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1543
- "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1544
- "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1545
- "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1546
- "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1547
- "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1548
- "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1549
- "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1550
- "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1551
- "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1552
- "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1553
- "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1554
- "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1555
- "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1556
- "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1557
- "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1558
- "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1559
- "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1560
- "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1561
- "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1562
- "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll",
1563
- "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll",
1564
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
1565
- "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1566
- "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1567
- "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1568
- "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1569
- "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1570
- "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1571
- "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1572
- "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1573
- "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1574
- "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1575
- "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1576
- "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1577
- "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1578
- "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1579
- "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1580
- "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1581
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1582
- "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1583
- "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1584
- "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1585
- "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1586
- "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1587
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1588
- "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1589
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1590
- "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1591
- "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll",
1592
- "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll",
1593
- "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
1594
- "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1595
- "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1596
- "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1597
- "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1598
- "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1599
- "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1600
- "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1601
- "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1602
- "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1603
- "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1604
- "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1605
- "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1606
- "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1607
- "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1608
- "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1609
- "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1610
- "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1611
- "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1612
- "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1613
- "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1614
- "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1615
- "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1616
- "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1617
- "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1618
- "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll",
1619
- "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll",
1620
- "microsoft.testplatform.objectmodel.18.3.0.nupkg.sha512",
1621
- "microsoft.testplatform.objectmodel.nuspec"
1622
- ]
1623
- },
1624
- "Microsoft.TestPlatform.TestHost/18.3.0": {
1625
- "sha512": "twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
1626
- "type": "package",
1627
- "path": "microsoft.testplatform.testhost/18.3.0",
1628
- "files": [
1629
- ".nupkg.metadata",
1630
- ".signature.p7s",
1631
- "Icon.png",
1632
- "ThirdPartyNotices.txt",
1633
- "build/net8.0/Microsoft.TestPlatform.TestHost.props",
1634
- "build/net8.0/Microsoft.TestPlatform.TestHost.targets",
1635
- "build/net8.0/x64/testhost.dll",
1636
- "build/net8.0/x64/testhost.exe",
1637
- "build/net8.0/x86/testhost.x86.dll",
1638
- "build/net8.0/x86/testhost.x86.exe",
1639
- "lib/net462/_._",
1640
- "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll",
1641
- "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll",
1642
- "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll",
1643
- "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll",
1644
- "lib/net8.0/Microsoft.TestPlatform.Utilities.dll",
1645
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll",
1646
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll",
1647
- "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1648
- "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1649
- "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1650
- "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1651
- "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1652
- "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1653
- "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1654
- "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1655
- "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1656
- "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1657
- "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1658
- "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1659
- "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1660
- "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1661
- "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1662
- "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1663
- "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1664
- "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1665
- "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1666
- "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1667
- "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1668
- "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1669
- "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1670
- "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1671
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1672
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1673
- "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1674
- "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1675
- "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1676
- "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1677
- "lib/net8.0/testhost.deps.json",
1678
- "lib/net8.0/testhost.dll",
1679
- "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1680
- "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1681
- "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1682
- "lib/net8.0/x64/msdia140.dll",
1683
- "lib/net8.0/x86/msdia140.dll",
1684
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1685
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1686
- "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1687
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll",
1688
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll",
1689
- "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll",
1690
- "microsoft.testplatform.testhost.18.3.0.nupkg.sha512",
1691
- "microsoft.testplatform.testhost.nuspec"
1692
- ]
1693
- },
1694
- "Mono.Cecil/0.11.4": {
1695
- "sha512": "IC1h5g0NeJGHIUgzM1P82ld57knhP0IcQfrYITDPXlNpMYGUrsG5TxuaWTjaeqDNQMBDNZkB8L0rBnwsY6JHuQ==",
1696
- "type": "package",
1697
- "path": "mono.cecil/0.11.4",
1698
- "files": [
1699
- ".nupkg.metadata",
1700
- ".signature.p7s",
1701
- "lib/net40/Mono.Cecil.Mdb.dll",
1702
- "lib/net40/Mono.Cecil.Mdb.pdb",
1703
- "lib/net40/Mono.Cecil.Pdb.dll",
1704
- "lib/net40/Mono.Cecil.Pdb.pdb",
1705
- "lib/net40/Mono.Cecil.Rocks.dll",
1706
- "lib/net40/Mono.Cecil.Rocks.pdb",
1707
- "lib/net40/Mono.Cecil.dll",
1708
- "lib/net40/Mono.Cecil.pdb",
1709
- "lib/netstandard2.0/Mono.Cecil.Mdb.dll",
1710
- "lib/netstandard2.0/Mono.Cecil.Mdb.pdb",
1711
- "lib/netstandard2.0/Mono.Cecil.Pdb.dll",
1712
- "lib/netstandard2.0/Mono.Cecil.Pdb.pdb",
1713
- "lib/netstandard2.0/Mono.Cecil.Rocks.dll",
1714
- "lib/netstandard2.0/Mono.Cecil.Rocks.pdb",
1715
- "lib/netstandard2.0/Mono.Cecil.dll",
1716
- "lib/netstandard2.0/Mono.Cecil.pdb",
1717
- "mono.cecil.0.11.4.nupkg.sha512",
1718
- "mono.cecil.nuspec"
1719
- ]
1720
- },
1721
- "Newtonsoft.Json/13.0.3": {
1722
- "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
1723
- "type": "package",
1724
- "path": "newtonsoft.json/13.0.3",
1725
- "files": [
1726
- ".nupkg.metadata",
1727
- ".signature.p7s",
1728
- "LICENSE.md",
1729
- "README.md",
1730
- "lib/net20/Newtonsoft.Json.dll",
1731
- "lib/net20/Newtonsoft.Json.xml",
1732
- "lib/net35/Newtonsoft.Json.dll",
1733
- "lib/net35/Newtonsoft.Json.xml",
1734
- "lib/net40/Newtonsoft.Json.dll",
1735
- "lib/net40/Newtonsoft.Json.xml",
1736
- "lib/net45/Newtonsoft.Json.dll",
1737
- "lib/net45/Newtonsoft.Json.xml",
1738
- "lib/net6.0/Newtonsoft.Json.dll",
1739
- "lib/net6.0/Newtonsoft.Json.xml",
1740
- "lib/netstandard1.0/Newtonsoft.Json.dll",
1741
- "lib/netstandard1.0/Newtonsoft.Json.xml",
1742
- "lib/netstandard1.3/Newtonsoft.Json.dll",
1743
- "lib/netstandard1.3/Newtonsoft.Json.xml",
1744
- "lib/netstandard2.0/Newtonsoft.Json.dll",
1745
- "lib/netstandard2.0/Newtonsoft.Json.xml",
1746
- "newtonsoft.json.13.0.3.nupkg.sha512",
1747
- "newtonsoft.json.nuspec",
1748
- "packageIcon.png"
1749
- ]
1750
- },
1751
- "YoloDev.Expecto.TestSdk/0.15.5": {
1752
- "sha512": "6aPtXtn+DXPLEhY8B/fRRvaArRKiXl02F25SQaplcZtb2DlCvI5tSz+2yXgeYE8qVMTQtbmihE3WubktjbogmQ==",
1753
- "type": "package",
1754
- "path": "yolodev.expecto.testsdk/0.15.5",
1755
- "files": [
1756
- ".nupkg.metadata",
1757
- ".signature.p7s",
1758
- "build/net8.0/YoloDev.Expecto.TestSdk.props",
1759
- "build/net8.0/YoloDev.Expecto.TestSdk.targets",
1760
- "build/net8.0/expecto.visualstudio.dotnetcore.testadapter.dll",
1761
- "build/net8.0/expecto.visualstudio.dotnetcore.testadapter.runtimeconfig.json",
1762
- "lib/net8.0/_._",
1763
- "yolodev.expecto.testsdk.0.15.5.nupkg.sha512",
1764
- "yolodev.expecto.testsdk.nuspec"
1765
- ]
1766
- },
1767
- "Fossa.Bridge/1.0.0": {
1768
- "type": "project",
1769
- "path": "../../src/Bridge/Bridge.fsproj",
1770
- "msbuildProject": "../../src/Bridge/Bridge.fsproj"
1771
- }
1772
- },
1773
- "projectFileDependencyGroups": {
1774
- "net10.0": [
1775
- "Expecto >= 10.2.3",
1776
- "FSharp.Core >= 10.0.102",
1777
- "Fossa.Bridge >= 1.0.0",
1778
- "Microsoft.NET.Test.Sdk >= 18.3.0",
1779
- "YoloDev.Expecto.TestSdk >= 0.15.5"
1780
- ]
1781
- },
1782
- "packageFolders": {
1783
- "/home/runner/.nuget/packages/": {}
1784
- },
1785
- "project": {
1786
- "version": "1.0.0",
1787
- "restore": {
1788
- "projectUniqueName": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
1789
- "projectName": "Fossa.Bridge.Tests",
1790
- "projectPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
1791
- "packagesPath": "/home/runner/.nuget/packages/",
1792
- "outputPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/obj/",
1793
- "projectStyle": "PackageReference",
1794
- "configFilePaths": [
1795
- "/home/runner/.nuget/NuGet/NuGet.Config"
1796
- ],
1797
- "originalTargetFrameworks": [
1798
- "net10.0"
1799
- ],
1800
- "sources": {
1801
- "/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
1802
- "https://api.nuget.org/v3/index.json": {}
1803
- },
1804
- "frameworks": {
1805
- "net10.0": {
1806
- "targetAlias": "net10.0",
1807
- "projectReferences": {
1808
- "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
1809
- "projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj"
1810
- }
1811
- }
1812
- }
1813
- },
1814
- "warningProperties": {
1815
- "allWarningsAsErrors": true
1816
- },
1817
- "restoreAuditProperties": {
1818
- "enableAudit": "true",
1819
- "auditLevel": "low",
1820
- "auditMode": "all"
1821
- },
1822
- "SdkAnalysisLevel": "10.0.100"
1823
- },
1824
- "frameworks": {
1825
- "net10.0": {
1826
- "targetAlias": "net10.0",
1827
- "dependencies": {
1828
- "Expecto": {
1829
- "target": "Package",
1830
- "version": "[10.2.3, )",
1831
- "generatePathProperty": true
1832
- },
1833
- "FSharp.Core": {
1834
- "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
1835
- "target": "Package",
1836
- "version": "[10.0.102, )",
1837
- "generatePathProperty": true
1838
- },
1839
- "Microsoft.NET.Test.Sdk": {
1840
- "target": "Package",
1841
- "version": "[18.3.0, )",
1842
- "generatePathProperty": true
1843
- },
1844
- "YoloDev.Expecto.TestSdk": {
1845
- "target": "Package",
1846
- "version": "[0.15.5, )",
1847
- "generatePathProperty": true
1848
- }
1849
- },
1850
- "imports": [
1851
- "net461",
1852
- "net462",
1853
- "net47",
1854
- "net471",
1855
- "net472",
1856
- "net48",
1857
- "net481"
1858
- ],
1859
- "assetTargetFallback": true,
1860
- "warn": true,
1861
- "frameworkReferences": {
1862
- "Microsoft.NETCore.App": {
1863
- "privateAssets": "all"
1864
- }
1865
- },
1866
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
1867
- "packagesToPrune": {
1868
- "Microsoft.CSharp": "(,4.7.32767]",
1869
- "Microsoft.VisualBasic": "(,10.4.32767]",
1870
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
1871
- "Microsoft.Win32.Registry": "(,5.0.32767]",
1872
- "runtime.any.System.Collections": "(,4.3.32767]",
1873
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
1874
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
1875
- "runtime.any.System.Globalization": "(,4.3.32767]",
1876
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
1877
- "runtime.any.System.IO": "(,4.3.32767]",
1878
- "runtime.any.System.Reflection": "(,4.3.32767]",
1879
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
1880
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
1881
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
1882
- "runtime.any.System.Runtime": "(,4.3.32767]",
1883
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
1884
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
1885
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
1886
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
1887
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
1888
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
1889
- "runtime.aot.System.Collections": "(,4.3.32767]",
1890
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
1891
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
1892
- "runtime.aot.System.Globalization": "(,4.3.32767]",
1893
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
1894
- "runtime.aot.System.IO": "(,4.3.32767]",
1895
- "runtime.aot.System.Reflection": "(,4.3.32767]",
1896
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
1897
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
1898
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
1899
- "runtime.aot.System.Runtime": "(,4.3.32767]",
1900
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
1901
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
1902
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
1903
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
1904
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
1905
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
1906
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
1907
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1908
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1909
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1910
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1911
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1912
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
1913
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1914
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1915
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1916
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
1917
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1918
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1919
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1920
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1921
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1922
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
1923
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1924
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1925
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1926
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1927
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1928
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
1929
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1930
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1931
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1932
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
1933
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1934
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1935
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1936
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
1937
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1938
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1939
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1940
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1941
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1942
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
1943
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1944
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1945
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1946
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1947
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1948
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
1949
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1950
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1951
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1952
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
1953
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1954
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1955
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1956
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1957
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
1958
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1959
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
1960
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1961
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1962
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1963
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1964
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1965
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
1966
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1967
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1968
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1969
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1970
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1971
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
1972
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1973
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1974
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1975
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1976
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1977
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
1978
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1979
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1980
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1981
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
1982
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
1983
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
1984
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
1985
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
1986
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
1987
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
1988
- "runtime.unix.System.Console": "(,4.3.32767]",
1989
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
1990
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
1991
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
1992
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
1993
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
1994
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
1995
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
1996
- "runtime.win.System.Console": "(,4.3.32767]",
1997
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
1998
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
1999
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
2000
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
2001
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
2002
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
2003
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
2004
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
2005
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
2006
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
2007
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
2008
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
2009
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
2010
- "System.AppContext": "(,4.3.32767]",
2011
- "System.Buffers": "(,5.0.32767]",
2012
- "System.Collections": "(,4.3.32767]",
2013
- "System.Collections.Concurrent": "(,4.3.32767]",
2014
- "System.Collections.Immutable": "(,10.0.32767]",
2015
- "System.Collections.NonGeneric": "(,4.3.32767]",
2016
- "System.Collections.Specialized": "(,4.3.32767]",
2017
- "System.ComponentModel": "(,4.3.32767]",
2018
- "System.ComponentModel.Annotations": "(,4.3.32767]",
2019
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
2020
- "System.ComponentModel.Primitives": "(,4.3.32767]",
2021
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
2022
- "System.Console": "(,4.3.32767]",
2023
- "System.Data.Common": "(,4.3.32767]",
2024
- "System.Data.DataSetExtensions": "(,4.4.32767]",
2025
- "System.Diagnostics.Contracts": "(,4.3.32767]",
2026
- "System.Diagnostics.Debug": "(,4.3.32767]",
2027
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
2028
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
2029
- "System.Diagnostics.Process": "(,4.3.32767]",
2030
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
2031
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
2032
- "System.Diagnostics.Tools": "(,4.3.32767]",
2033
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
2034
- "System.Diagnostics.Tracing": "(,4.3.32767]",
2035
- "System.Drawing.Primitives": "(,4.3.32767]",
2036
- "System.Dynamic.Runtime": "(,4.3.32767]",
2037
- "System.Formats.Asn1": "(,10.0.32767]",
2038
- "System.Formats.Tar": "(,10.0.32767]",
2039
- "System.Globalization": "(,4.3.32767]",
2040
- "System.Globalization.Calendars": "(,4.3.32767]",
2041
- "System.Globalization.Extensions": "(,4.3.32767]",
2042
- "System.IO": "(,4.3.32767]",
2043
- "System.IO.Compression": "(,4.3.32767]",
2044
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
2045
- "System.IO.FileSystem": "(,4.3.32767]",
2046
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
2047
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
2048
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
2049
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
2050
- "System.IO.IsolatedStorage": "(,4.3.32767]",
2051
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
2052
- "System.IO.Pipelines": "(,10.0.32767]",
2053
- "System.IO.Pipes": "(,4.3.32767]",
2054
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
2055
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
2056
- "System.Linq": "(,4.3.32767]",
2057
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
2058
- "System.Linq.Expressions": "(,4.3.32767]",
2059
- "System.Linq.Parallel": "(,4.3.32767]",
2060
- "System.Linq.Queryable": "(,4.3.32767]",
2061
- "System.Memory": "(,5.0.32767]",
2062
- "System.Net.Http": "(,4.3.32767]",
2063
- "System.Net.Http.Json": "(,10.0.32767]",
2064
- "System.Net.NameResolution": "(,4.3.32767]",
2065
- "System.Net.NetworkInformation": "(,4.3.32767]",
2066
- "System.Net.Ping": "(,4.3.32767]",
2067
- "System.Net.Primitives": "(,4.3.32767]",
2068
- "System.Net.Requests": "(,4.3.32767]",
2069
- "System.Net.Security": "(,4.3.32767]",
2070
- "System.Net.ServerSentEvents": "(,10.0.32767]",
2071
- "System.Net.Sockets": "(,4.3.32767]",
2072
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
2073
- "System.Net.WebSockets": "(,4.3.32767]",
2074
- "System.Net.WebSockets.Client": "(,4.3.32767]",
2075
- "System.Numerics.Vectors": "(,5.0.32767]",
2076
- "System.ObjectModel": "(,4.3.32767]",
2077
- "System.Private.DataContractSerialization": "(,4.3.32767]",
2078
- "System.Private.Uri": "(,4.3.32767]",
2079
- "System.Reflection": "(,4.3.32767]",
2080
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
2081
- "System.Reflection.Emit": "(,4.7.32767]",
2082
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
2083
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
2084
- "System.Reflection.Extensions": "(,4.3.32767]",
2085
- "System.Reflection.Metadata": "(,10.0.32767]",
2086
- "System.Reflection.Primitives": "(,4.3.32767]",
2087
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
2088
- "System.Resources.Reader": "(,4.3.32767]",
2089
- "System.Resources.ResourceManager": "(,4.3.32767]",
2090
- "System.Resources.Writer": "(,4.3.32767]",
2091
- "System.Runtime": "(,4.3.32767]",
2092
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
2093
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
2094
- "System.Runtime.Extensions": "(,4.3.32767]",
2095
- "System.Runtime.Handles": "(,4.3.32767]",
2096
- "System.Runtime.InteropServices": "(,4.3.32767]",
2097
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
2098
- "System.Runtime.Loader": "(,4.3.32767]",
2099
- "System.Runtime.Numerics": "(,4.3.32767]",
2100
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
2101
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
2102
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
2103
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
2104
- "System.Security.AccessControl": "(,6.0.32767]",
2105
- "System.Security.Claims": "(,4.3.32767]",
2106
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
2107
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
2108
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
2109
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
2110
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
2111
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
2112
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
2113
- "System.Security.Principal": "(,4.3.32767]",
2114
- "System.Security.Principal.Windows": "(,5.0.32767]",
2115
- "System.Security.SecureString": "(,4.3.32767]",
2116
- "System.Text.Encoding": "(,4.3.32767]",
2117
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
2118
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
2119
- "System.Text.Encodings.Web": "(,10.0.32767]",
2120
- "System.Text.Json": "(,10.0.32767]",
2121
- "System.Text.RegularExpressions": "(,4.3.32767]",
2122
- "System.Threading": "(,4.3.32767]",
2123
- "System.Threading.AccessControl": "(,10.0.32767]",
2124
- "System.Threading.Channels": "(,10.0.32767]",
2125
- "System.Threading.Overlapped": "(,4.3.32767]",
2126
- "System.Threading.Tasks": "(,4.3.32767]",
2127
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
2128
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
2129
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
2130
- "System.Threading.Thread": "(,4.3.32767]",
2131
- "System.Threading.ThreadPool": "(,4.3.32767]",
2132
- "System.Threading.Timer": "(,4.3.32767]",
2133
- "System.ValueTuple": "(,4.5.32767]",
2134
- "System.Xml.ReaderWriter": "(,4.3.32767]",
2135
- "System.Xml.XDocument": "(,4.3.32767]",
2136
- "System.Xml.XmlDocument": "(,4.3.32767]",
2137
- "System.Xml.XmlSerializer": "(,4.3.32767]",
2138
- "System.Xml.XPath": "(,4.3.32767]",
2139
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
2140
- }
2141
- }
2142
- }
2143
- }
2144
- }