aesim.simba 2024.2.29a1__py3-none-macosx_11_0_arm64.whl

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 (435) hide show
  1. aesim/simba/Resources/CsvHelper.dll +0 -0
  2. aesim/simba/Resources/DeviceId.Linux.dll +0 -0
  3. aesim/simba/Resources/DeviceId.Mac.dll +0 -0
  4. aesim/simba/Resources/DeviceId.Windows.dll +0 -0
  5. aesim/simba/Resources/DeviceId.dll +0 -0
  6. aesim/simba/Resources/DotNetZip.dll +0 -0
  7. aesim/simba/Resources/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aesim/simba/Resources/Newtonsoft.Json.dll +0 -0
  9. aesim/simba/Resources/Python.Runtime.dll +0 -0
  10. aesim/simba/Resources/Resources/DesignExamples.jsimba +21981 -0
  11. aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba +552 -0
  12. aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
  13. aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba +1790 -0
  14. aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba +4074 -0
  15. aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba +984 -0
  16. aesim/simba/Resources/Resources/Examples/dcac_5lvl_npc.jsimba +3292 -0
  17. aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba +304 -0
  18. aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba +669 -0
  19. aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba +550 -0
  20. aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba +468 -0
  21. aesim/simba/Resources/Resources/Examples/dcdc_buck_detailed.jsimba +713 -0
  22. aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba +642 -0
  23. aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba +1628 -0
  24. aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba +361 -0
  25. aesim/simba/Resources/Resources/Examples/dcdc_forward.jsimba +458 -0
  26. aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba +736 -0
  27. aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba +1872 -0
  28. aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba +1474 -0
  29. aesim/simba/Resources/Resources/Examples/double_pulse_test.jsimba +557 -0
  30. aesim/simba/Resources/Resources/PsimSimbaDictionary.json +15667 -0
  31. aesim/simba/Resources/Resources/acdc_3ph_diodebridge.jsimba +552 -0
  32. aesim/simba/Resources/Resources/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
  33. aesim/simba/Resources/Resources/bldc_drive_example.jsimba +4074 -0
  34. aesim/simba/Resources/Resources/dcac_3ph_inverter_SPWM.jsimba +942 -0
  35. aesim/simba/Resources/Resources/dcdc_buck_chopper_thermal.jsimba +550 -0
  36. aesim/simba/Resources/Resources/dcdc_buck_detailed.jsimba +713 -0
  37. aesim/simba/Resources/Resources/dcdc_buckboost.jsimba +642 -0
  38. aesim/simba/Resources/Resources/dcdc_forward.jsimba +458 -0
  39. aesim/simba/Resources/Resources/double_pulse_test.jsimba +557 -0
  40. aesim/simba/Resources/Resources/libSimba.Solvers.osx-arm64.dylib +0 -0
  41. aesim/simba/Resources/Resources/llc_resonant_converter.jsimba +1460 -0
  42. aesim/simba/Resources/Resources/pfc_totem_pole.jsimba +1639 -0
  43. aesim/simba/Resources/Resources/simba_library.c +92 -0
  44. aesim/simba/Resources/Resources/simba_library.h +37 -0
  45. aesim/simba/Resources/Simba.Data.deps.json +1149 -0
  46. aesim/simba/Resources/Simba.Data.dll +0 -0
  47. aesim/simba/Resources/Simba.Data.runtimeconfig.json +13 -0
  48. aesim/simba/Resources/Simba.Drawing.dll +0 -0
  49. aesim/simba/Resources/Simba.Helper.dll +0 -0
  50. aesim/simba/Resources/System.Drawing.Common.dll +0 -0
  51. aesim/simba/Resources/System.Linq.Async.dll +0 -0
  52. aesim/simba/Resources/System.Security.Permissions.dll +0 -0
  53. aesim/simba/Resources/System.Windows.Extensions.dll +0 -0
  54. aesim/simba/Resources/dotnet/LICENSE.txt +23 -0
  55. aesim/simba/Resources/dotnet/ThirdPartyNotices.txt +1822 -0
  56. aesim/simba/Resources/dotnet/dotnet +0 -0
  57. aesim/simba/Resources/dotnet/host/fxr/7.0.0/libhostfxr.dylib +0 -0
  58. aesim/simba/Resources/dotnet/host/fxr/8.0.0/libhostfxr.dylib +0 -0
  59. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/.version +2 -0
  60. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.CSharp.dll +0 -0
  61. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.deps.json +926 -0
  62. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.runtimeconfig.json +8 -0
  63. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.Core.dll +0 -0
  64. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.dll +0 -0
  65. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Primitives.dll +0 -0
  66. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Registry.dll +0 -0
  67. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.AppContext.dll +0 -0
  68. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Buffers.dll +0 -0
  69. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Concurrent.dll +0 -0
  70. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Immutable.dll +0 -0
  71. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.NonGeneric.dll +0 -0
  72. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Specialized.dll +0 -0
  73. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.dll +0 -0
  74. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Annotations.dll +0 -0
  75. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
  76. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
  77. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Primitives.dll +0 -0
  78. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.TypeConverter.dll +0 -0
  79. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.dll +0 -0
  80. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Configuration.dll +0 -0
  81. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Console.dll +0 -0
  82. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Core.dll +0 -0
  83. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.Common.dll +0 -0
  84. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.DataSetExtensions.dll +0 -0
  85. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.dll +0 -0
  86. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Contracts.dll +0 -0
  87. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Debug.dll +0 -0
  88. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
  89. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
  90. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Process.dll +0 -0
  91. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.StackTrace.dll +0 -0
  92. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  93. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tools.dll +0 -0
  94. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TraceSource.dll +0 -0
  95. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tracing.dll +0 -0
  96. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.Primitives.dll +0 -0
  97. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.dll +0 -0
  98. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Dynamic.Runtime.dll +0 -0
  99. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Asn1.dll +0 -0
  100. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Tar.dll +0 -0
  101. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Calendars.dll +0 -0
  102. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Extensions.dll +0 -0
  103. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.dll +0 -0
  104. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.Brotli.dll +0 -0
  105. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.FileSystem.dll +0 -0
  106. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.ZipFile.dll +0 -0
  107. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.dll +0 -0
  108. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
  109. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
  110. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Primitives.dll +0 -0
  111. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Watcher.dll +0 -0
  112. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.dll +0 -0
  113. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.IsolatedStorage.dll +0 -0
  114. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.MemoryMappedFiles.dll +0 -0
  115. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.AccessControl.dll +0 -0
  116. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.dll +0 -0
  117. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
  118. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.dll +0 -0
  119. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Expressions.dll +0 -0
  120. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Parallel.dll +0 -0
  121. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Queryable.dll +0 -0
  122. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.dll +0 -0
  123. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Memory.dll +0 -0
  124. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.Json.dll +0 -0
  125. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.dll +0 -0
  126. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.HttpListener.dll +0 -0
  127. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Mail.dll +0 -0
  128. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NameResolution.dll +0 -0
  129. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NetworkInformation.dll +0 -0
  130. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Ping.dll +0 -0
  131. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Primitives.dll +0 -0
  132. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Quic.dll +0 -0
  133. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Requests.dll +0 -0
  134. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Security.dll +0 -0
  135. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.ServicePoint.dll +0 -0
  136. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Sockets.dll +0 -0
  137. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebClient.dll +0 -0
  138. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebHeaderCollection.dll +0 -0
  139. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebProxy.dll +0 -0
  140. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.Client.dll +0 -0
  141. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.dll +0 -0
  142. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.dll +0 -0
  143. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.Vectors.dll +0 -0
  144. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.dll +0 -0
  145. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ObjectModel.dll +0 -0
  146. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.CoreLib.dll +0 -0
  147. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.DataContractSerialization.dll +0 -0
  148. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Uri.dll +0 -0
  149. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.Linq.dll +0 -0
  150. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.dll +0 -0
  151. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.DispatchProxy.dll +0 -0
  152. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
  153. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
  154. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.dll +0 -0
  155. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Extensions.dll +0 -0
  156. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Metadata.dll +0 -0
  157. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Primitives.dll +0 -0
  158. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.TypeExtensions.dll +0 -0
  159. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.dll +0 -0
  160. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Reader.dll +0 -0
  161. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.ResourceManager.dll +0 -0
  162. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Writer.dll +0 -0
  163. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  164. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
  165. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Extensions.dll +0 -0
  166. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Handles.dll +0 -0
  167. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
  168. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  169. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.dll +0 -0
  170. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Intrinsics.dll +0 -0
  171. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Loader.dll +0 -0
  172. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Numerics.dll +0 -0
  173. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
  174. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Json.dll +0 -0
  175. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
  176. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Xml.dll +0 -0
  177. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.dll +0 -0
  178. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.dll +0 -0
  179. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.AccessControl.dll +0 -0
  180. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Claims.dll +0 -0
  181. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
  182. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Cng.dll +0 -0
  183. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Csp.dll +0 -0
  184. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Encoding.dll +0 -0
  185. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
  186. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Primitives.dll +0 -0
  187. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
  188. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.dll +0 -0
  189. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.Windows.dll +0 -0
  190. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.dll +0 -0
  191. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.SecureString.dll +0 -0
  192. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.dll +0 -0
  193. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceModel.Web.dll +0 -0
  194. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceProcess.dll +0 -0
  195. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.CodePages.dll +0 -0
  196. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.Extensions.dll +0 -0
  197. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.dll +0 -0
  198. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encodings.Web.dll +0 -0
  199. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Json.dll +0 -0
  200. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.RegularExpressions.dll +0 -0
  201. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Channels.dll +0 -0
  202. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Overlapped.dll +0 -0
  203. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
  204. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Extensions.dll +0 -0
  205. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Parallel.dll +0 -0
  206. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.dll +0 -0
  207. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Thread.dll +0 -0
  208. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.ThreadPool.dll +0 -0
  209. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Timer.dll +0 -0
  210. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.dll +0 -0
  211. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.Local.dll +0 -0
  212. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.dll +0 -0
  213. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ValueTuple.dll +0 -0
  214. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.HttpUtility.dll +0 -0
  215. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.dll +0 -0
  216. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Windows.dll +0 -0
  217. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Linq.dll +0 -0
  218. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.ReaderWriter.dll +0 -0
  219. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Serialization.dll +0 -0
  220. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XDocument.dll +0 -0
  221. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.XDocument.dll +0 -0
  222. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.dll +0 -0
  223. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlDocument.dll +0 -0
  224. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlSerializer.dll +0 -0
  225. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.dll +0 -0
  226. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.dll +0 -0
  227. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/WindowsBase.dll +0 -0
  228. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/createdump +0 -0
  229. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Globalization.Native.dylib +0 -0
  230. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.IO.Compression.Native.dylib +0 -0
  231. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Native.dylib +0 -0
  232. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Net.Security.Native.dylib +0 -0
  233. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
  234. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  235. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrgc.dylib +0 -0
  236. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrjit.dylib +0 -0
  237. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib +0 -0
  238. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libhostpolicy.dylib +0 -0
  239. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordaccore.dylib +0 -0
  240. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordbi.dylib +0 -0
  241. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/mscorlib.dll +0 -0
  242. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/netstandard.dll +0 -0
  243. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/.version +2 -0
  244. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.CSharp.dll +0 -0
  245. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.deps.json +926 -0
  246. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.runtimeconfig.json +5 -0
  247. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.Core.dll +0 -0
  248. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.dll +0 -0
  249. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Primitives.dll +0 -0
  250. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Registry.dll +0 -0
  251. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.AppContext.dll +0 -0
  252. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Buffers.dll +0 -0
  253. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Concurrent.dll +0 -0
  254. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Immutable.dll +0 -0
  255. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.NonGeneric.dll +0 -0
  256. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Specialized.dll +0 -0
  257. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.dll +0 -0
  258. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Annotations.dll +0 -0
  259. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
  260. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
  261. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Primitives.dll +0 -0
  262. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.TypeConverter.dll +0 -0
  263. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.dll +0 -0
  264. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Configuration.dll +0 -0
  265. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Console.dll +0 -0
  266. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Core.dll +0 -0
  267. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.Common.dll +0 -0
  268. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.DataSetExtensions.dll +0 -0
  269. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.dll +0 -0
  270. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Contracts.dll +0 -0
  271. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Debug.dll +0 -0
  272. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
  273. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
  274. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Process.dll +0 -0
  275. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.StackTrace.dll +0 -0
  276. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  277. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tools.dll +0 -0
  278. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TraceSource.dll +0 -0
  279. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tracing.dll +0 -0
  280. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.Primitives.dll +0 -0
  281. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.dll +0 -0
  282. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Dynamic.Runtime.dll +0 -0
  283. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Asn1.dll +0 -0
  284. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Tar.dll +0 -0
  285. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Calendars.dll +0 -0
  286. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Extensions.dll +0 -0
  287. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.dll +0 -0
  288. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.Brotli.dll +0 -0
  289. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.FileSystem.dll +0 -0
  290. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.ZipFile.dll +0 -0
  291. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.dll +0 -0
  292. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
  293. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
  294. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Primitives.dll +0 -0
  295. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Watcher.dll +0 -0
  296. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.dll +0 -0
  297. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.IsolatedStorage.dll +0 -0
  298. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.MemoryMappedFiles.dll +0 -0
  299. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.AccessControl.dll +0 -0
  300. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.dll +0 -0
  301. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
  302. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.dll +0 -0
  303. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Expressions.dll +0 -0
  304. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Parallel.dll +0 -0
  305. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Queryable.dll +0 -0
  306. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.dll +0 -0
  307. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Memory.dll +0 -0
  308. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.Json.dll +0 -0
  309. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.dll +0 -0
  310. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.HttpListener.dll +0 -0
  311. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Mail.dll +0 -0
  312. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NameResolution.dll +0 -0
  313. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NetworkInformation.dll +0 -0
  314. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Ping.dll +0 -0
  315. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Primitives.dll +0 -0
  316. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Quic.dll +0 -0
  317. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Requests.dll +0 -0
  318. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Security.dll +0 -0
  319. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.ServicePoint.dll +0 -0
  320. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Sockets.dll +0 -0
  321. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebClient.dll +0 -0
  322. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebHeaderCollection.dll +0 -0
  323. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebProxy.dll +0 -0
  324. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.Client.dll +0 -0
  325. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.dll +0 -0
  326. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.dll +0 -0
  327. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.Vectors.dll +0 -0
  328. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.dll +0 -0
  329. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ObjectModel.dll +0 -0
  330. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.CoreLib.dll +0 -0
  331. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.DataContractSerialization.dll +0 -0
  332. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Uri.dll +0 -0
  333. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.Linq.dll +0 -0
  334. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.dll +0 -0
  335. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.DispatchProxy.dll +0 -0
  336. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
  337. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
  338. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.dll +0 -0
  339. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Extensions.dll +0 -0
  340. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Metadata.dll +0 -0
  341. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Primitives.dll +0 -0
  342. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.TypeExtensions.dll +0 -0
  343. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.dll +0 -0
  344. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Reader.dll +0 -0
  345. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.ResourceManager.dll +0 -0
  346. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Writer.dll +0 -0
  347. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  348. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
  349. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Extensions.dll +0 -0
  350. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Handles.dll +0 -0
  351. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
  352. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  353. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.dll +0 -0
  354. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Intrinsics.dll +0 -0
  355. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Loader.dll +0 -0
  356. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Numerics.dll +0 -0
  357. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
  358. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Json.dll +0 -0
  359. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
  360. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Xml.dll +0 -0
  361. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.dll +0 -0
  362. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.dll +0 -0
  363. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.AccessControl.dll +0 -0
  364. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Claims.dll +0 -0
  365. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
  366. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Cng.dll +0 -0
  367. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Csp.dll +0 -0
  368. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Encoding.dll +0 -0
  369. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
  370. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Primitives.dll +0 -0
  371. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
  372. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.dll +0 -0
  373. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.Windows.dll +0 -0
  374. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.dll +0 -0
  375. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.SecureString.dll +0 -0
  376. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.dll +0 -0
  377. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceModel.Web.dll +0 -0
  378. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceProcess.dll +0 -0
  379. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.CodePages.dll +0 -0
  380. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.Extensions.dll +0 -0
  381. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.dll +0 -0
  382. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encodings.Web.dll +0 -0
  383. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Json.dll +0 -0
  384. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.RegularExpressions.dll +0 -0
  385. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Channels.dll +0 -0
  386. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Overlapped.dll +0 -0
  387. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
  388. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Extensions.dll +0 -0
  389. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Parallel.dll +0 -0
  390. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.dll +0 -0
  391. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Thread.dll +0 -0
  392. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.ThreadPool.dll +0 -0
  393. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Timer.dll +0 -0
  394. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.dll +0 -0
  395. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.Local.dll +0 -0
  396. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.dll +0 -0
  397. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ValueTuple.dll +0 -0
  398. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.HttpUtility.dll +0 -0
  399. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.dll +0 -0
  400. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Windows.dll +0 -0
  401. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Linq.dll +0 -0
  402. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.ReaderWriter.dll +0 -0
  403. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Serialization.dll +0 -0
  404. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XDocument.dll +0 -0
  405. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.XDocument.dll +0 -0
  406. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.dll +0 -0
  407. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlDocument.dll +0 -0
  408. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlSerializer.dll +0 -0
  409. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.dll +0 -0
  410. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.dll +0 -0
  411. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/WindowsBase.dll +0 -0
  412. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/createdump +0 -0
  413. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Globalization.Native.dylib +0 -0
  414. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.IO.Compression.Native.dylib +0 -0
  415. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Native.dylib +0 -0
  416. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Net.Security.Native.dylib +0 -0
  417. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
  418. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  419. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrgc.dylib +0 -0
  420. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrjit.dylib +0 -0
  421. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libcoreclr.dylib +0 -0
  422. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libhostpolicy.dylib +0 -0
  423. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordaccore.dylib +0 -0
  424. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordbi.dylib +0 -0
  425. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/mscorlib.dll +0 -0
  426. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/netstandard.dll +0 -0
  427. aesim/simba/Resources/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
  428. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll +0 -0
  429. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
  430. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll +0 -0
  431. aesim/simba/__init__.py +59 -0
  432. aesim.simba-2024.2.29a1.dist-info/METADATA +89 -0
  433. aesim.simba-2024.2.29a1.dist-info/RECORD +435 -0
  434. aesim.simba-2024.2.29a1.dist-info/WHEEL +5 -0
  435. aesim.simba-2024.2.29a1.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1149 @@
1
+ {
2
+ "runtimeTarget": {
3
+ "name": ".NETCoreApp,Version=v8.0",
4
+ "signature": ""
5
+ },
6
+ "compilationOptions": {},
7
+ "targets": {
8
+ ".NETCoreApp,Version=v8.0": {
9
+ "Simba.Data/24.02.29": {
10
+ "dependencies": {
11
+ "CsvHelper": "30.1.0",
12
+ "DeviceId": "6.6.0",
13
+ "DeviceId.Linux": "6.4.0",
14
+ "DeviceId.Mac": "6.3.0",
15
+ "DeviceId.Windows": "6.6.0",
16
+ "DotNetZip": "1.16.0",
17
+ "Simba.Drawing": "24.2.29",
18
+ "Simba.Helper": "24.2.29",
19
+ "System.ComponentModel.Annotations": "5.0.0",
20
+ "System.Net.Http": "4.3.4",
21
+ "pythonnet": "3.0.3"
22
+ },
23
+ "runtime": {
24
+ "Simba.Data.dll": {}
25
+ }
26
+ },
27
+ "CsvHelper/30.1.0": {
28
+ "dependencies": {
29
+ "System.Linq.Async": "4.0.0"
30
+ },
31
+ "runtime": {
32
+ "lib/net8.0/CsvHelper.dll": {
33
+ "assemblyVersion": "30.0.0.0",
34
+ "fileVersion": "30.1.0.11"
35
+ }
36
+ }
37
+ },
38
+ "DeviceId/6.6.0": {
39
+ "runtime": {
40
+ "lib/net8.0/DeviceId.dll": {
41
+ "assemblyVersion": "6.6.0.0",
42
+ "fileVersion": "6.6.0.0"
43
+ }
44
+ }
45
+ },
46
+ "DeviceId.Linux/6.4.0": {
47
+ "dependencies": {
48
+ "DeviceId": "6.6.0",
49
+ "System.Text.Json": "7.0.0"
50
+ },
51
+ "runtime": {
52
+ "lib/net8.0/DeviceId.Linux.dll": {
53
+ "assemblyVersion": "6.4.0.0",
54
+ "fileVersion": "6.4.0.0"
55
+ }
56
+ }
57
+ },
58
+ "DeviceId.Mac/6.3.0": {
59
+ "dependencies": {
60
+ "DeviceId": "6.6.0"
61
+ },
62
+ "runtime": {
63
+ "lib/net8.0/DeviceId.Mac.dll": {
64
+ "assemblyVersion": "6.3.0.0",
65
+ "fileVersion": "6.3.0.0"
66
+ }
67
+ }
68
+ },
69
+ "DeviceId.Windows/6.6.0": {
70
+ "dependencies": {
71
+ "DeviceId": "6.6.0",
72
+ "Microsoft.Win32.Registry": "5.0.0"
73
+ },
74
+ "runtime": {
75
+ "lib/net7.0/DeviceId.Windows.dll": {
76
+ "assemblyVersion": "6.6.0.0",
77
+ "fileVersion": "6.6.0.0"
78
+ }
79
+ }
80
+ },
81
+ "DotNetZip/1.16.0": {
82
+ "dependencies": {
83
+ "System.Security.Permissions": "4.7.0",
84
+ "System.Text.Encoding.CodePages": "4.7.1"
85
+ },
86
+ "runtime": {
87
+ "lib/netstandard2.0/DotNetZip.dll": {
88
+ "assemblyVersion": "1.16.0.0",
89
+ "fileVersion": "1.16.0.0"
90
+ }
91
+ }
92
+ },
93
+ "Microsoft.CSharp/4.7.0": {},
94
+ "Microsoft.NETCore.Platforms/5.0.0": {},
95
+ "Microsoft.NETCore.Targets/1.1.0": {},
96
+ "Microsoft.Win32.Registry/5.0.0": {
97
+ "dependencies": {
98
+ "System.Security.AccessControl": "5.0.0",
99
+ "System.Security.Principal.Windows": "5.0.0"
100
+ }
101
+ },
102
+ "Microsoft.Win32.SystemEvents/4.7.0": {
103
+ "dependencies": {
104
+ "Microsoft.NETCore.Platforms": "5.0.0"
105
+ },
106
+ "runtime": {
107
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
108
+ "assemblyVersion": "4.0.2.0",
109
+ "fileVersion": "4.700.19.56404"
110
+ }
111
+ },
112
+ "runtimeTargets": {
113
+ "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
114
+ "rid": "win",
115
+ "assetType": "runtime",
116
+ "assemblyVersion": "4.0.2.0",
117
+ "fileVersion": "4.700.19.56404"
118
+ }
119
+ }
120
+ },
121
+ "pythonnet/3.0.3": {
122
+ "dependencies": {
123
+ "Microsoft.CSharp": "4.7.0",
124
+ "System.Reflection.Emit": "4.3.0"
125
+ },
126
+ "runtime": {
127
+ "lib/netstandard2.0/Python.Runtime.dll": {
128
+ "assemblyVersion": "3.0.3.0",
129
+ "fileVersion": "3.0.3.0"
130
+ }
131
+ }
132
+ },
133
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
134
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
135
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
136
+ "runtime.native.System/4.3.0": {
137
+ "dependencies": {
138
+ "Microsoft.NETCore.Platforms": "5.0.0",
139
+ "Microsoft.NETCore.Targets": "1.1.0"
140
+ }
141
+ },
142
+ "runtime.native.System.Net.Http/4.3.0": {
143
+ "dependencies": {
144
+ "Microsoft.NETCore.Platforms": "5.0.0",
145
+ "Microsoft.NETCore.Targets": "1.1.0"
146
+ }
147
+ },
148
+ "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
149
+ "dependencies": {
150
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
151
+ }
152
+ },
153
+ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
154
+ "dependencies": {
155
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
156
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
157
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
158
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
159
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
160
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
161
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
162
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
163
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
164
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
165
+ }
166
+ },
167
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
168
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
169
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
170
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
171
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
172
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
173
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
174
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
175
+ "System.Collections/4.3.0": {
176
+ "dependencies": {
177
+ "Microsoft.NETCore.Platforms": "5.0.0",
178
+ "Microsoft.NETCore.Targets": "1.1.0",
179
+ "System.Runtime": "4.3.0"
180
+ }
181
+ },
182
+ "System.Collections.Concurrent/4.3.0": {
183
+ "dependencies": {
184
+ "System.Collections": "4.3.0",
185
+ "System.Diagnostics.Debug": "4.3.0",
186
+ "System.Diagnostics.Tracing": "4.3.0",
187
+ "System.Globalization": "4.3.0",
188
+ "System.Reflection": "4.3.0",
189
+ "System.Resources.ResourceManager": "4.3.0",
190
+ "System.Runtime": "4.3.0",
191
+ "System.Runtime.Extensions": "4.3.0",
192
+ "System.Threading": "4.3.0",
193
+ "System.Threading.Tasks": "4.3.0"
194
+ }
195
+ },
196
+ "System.ComponentModel.Annotations/5.0.0": {},
197
+ "System.Diagnostics.Debug/4.3.0": {
198
+ "dependencies": {
199
+ "Microsoft.NETCore.Platforms": "5.0.0",
200
+ "Microsoft.NETCore.Targets": "1.1.0",
201
+ "System.Runtime": "4.3.0"
202
+ }
203
+ },
204
+ "System.Diagnostics.DiagnosticSource/4.3.0": {
205
+ "dependencies": {
206
+ "System.Collections": "4.3.0",
207
+ "System.Diagnostics.Tracing": "4.3.0",
208
+ "System.Reflection": "4.3.0",
209
+ "System.Runtime": "4.3.0",
210
+ "System.Threading": "4.3.0"
211
+ }
212
+ },
213
+ "System.Diagnostics.Tracing/4.3.0": {
214
+ "dependencies": {
215
+ "Microsoft.NETCore.Platforms": "5.0.0",
216
+ "Microsoft.NETCore.Targets": "1.1.0",
217
+ "System.Runtime": "4.3.0"
218
+ }
219
+ },
220
+ "System.Drawing.Common/4.7.0": {
221
+ "dependencies": {
222
+ "Microsoft.NETCore.Platforms": "5.0.0",
223
+ "Microsoft.Win32.SystemEvents": "4.7.0"
224
+ },
225
+ "runtime": {
226
+ "lib/netstandard2.0/System.Drawing.Common.dll": {
227
+ "assemblyVersion": "4.0.0.1",
228
+ "fileVersion": "4.6.26919.2"
229
+ }
230
+ },
231
+ "runtimeTargets": {
232
+ "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
233
+ "rid": "unix",
234
+ "assetType": "runtime",
235
+ "assemblyVersion": "4.0.2.0",
236
+ "fileVersion": "4.700.19.56404"
237
+ },
238
+ "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
239
+ "rid": "win",
240
+ "assetType": "runtime",
241
+ "assemblyVersion": "4.0.2.0",
242
+ "fileVersion": "4.700.19.56404"
243
+ }
244
+ }
245
+ },
246
+ "System.Globalization/4.3.0": {
247
+ "dependencies": {
248
+ "Microsoft.NETCore.Platforms": "5.0.0",
249
+ "Microsoft.NETCore.Targets": "1.1.0",
250
+ "System.Runtime": "4.3.0"
251
+ }
252
+ },
253
+ "System.Globalization.Calendars/4.3.0": {
254
+ "dependencies": {
255
+ "Microsoft.NETCore.Platforms": "5.0.0",
256
+ "Microsoft.NETCore.Targets": "1.1.0",
257
+ "System.Globalization": "4.3.0",
258
+ "System.Runtime": "4.3.0"
259
+ }
260
+ },
261
+ "System.Globalization.Extensions/4.3.0": {
262
+ "dependencies": {
263
+ "Microsoft.NETCore.Platforms": "5.0.0",
264
+ "System.Globalization": "4.3.0",
265
+ "System.Resources.ResourceManager": "4.3.0",
266
+ "System.Runtime": "4.3.0",
267
+ "System.Runtime.Extensions": "4.3.0",
268
+ "System.Runtime.InteropServices": "4.3.0"
269
+ }
270
+ },
271
+ "System.IO/4.3.0": {
272
+ "dependencies": {
273
+ "Microsoft.NETCore.Platforms": "5.0.0",
274
+ "Microsoft.NETCore.Targets": "1.1.0",
275
+ "System.Runtime": "4.3.0",
276
+ "System.Text.Encoding": "4.3.0",
277
+ "System.Threading.Tasks": "4.3.0"
278
+ }
279
+ },
280
+ "System.IO.FileSystem/4.3.0": {
281
+ "dependencies": {
282
+ "Microsoft.NETCore.Platforms": "5.0.0",
283
+ "Microsoft.NETCore.Targets": "1.1.0",
284
+ "System.IO": "4.3.0",
285
+ "System.IO.FileSystem.Primitives": "4.3.0",
286
+ "System.Runtime": "4.3.0",
287
+ "System.Runtime.Handles": "4.3.0",
288
+ "System.Text.Encoding": "4.3.0",
289
+ "System.Threading.Tasks": "4.3.0"
290
+ }
291
+ },
292
+ "System.IO.FileSystem.Primitives/4.3.0": {
293
+ "dependencies": {
294
+ "System.Runtime": "4.3.0"
295
+ }
296
+ },
297
+ "System.Linq/4.3.0": {
298
+ "dependencies": {
299
+ "System.Collections": "4.3.0",
300
+ "System.Diagnostics.Debug": "4.3.0",
301
+ "System.Resources.ResourceManager": "4.3.0",
302
+ "System.Runtime": "4.3.0",
303
+ "System.Runtime.Extensions": "4.3.0"
304
+ }
305
+ },
306
+ "System.Linq.Async/4.0.0": {
307
+ "runtime": {
308
+ "lib/netcoreapp3.0/System.Linq.Async.dll": {
309
+ "assemblyVersion": "4.0.0.0",
310
+ "fileVersion": "4.0.0.2"
311
+ }
312
+ }
313
+ },
314
+ "System.Net.Http/4.3.4": {
315
+ "dependencies": {
316
+ "Microsoft.NETCore.Platforms": "5.0.0",
317
+ "System.Collections": "4.3.0",
318
+ "System.Diagnostics.Debug": "4.3.0",
319
+ "System.Diagnostics.DiagnosticSource": "4.3.0",
320
+ "System.Diagnostics.Tracing": "4.3.0",
321
+ "System.Globalization": "4.3.0",
322
+ "System.Globalization.Extensions": "4.3.0",
323
+ "System.IO": "4.3.0",
324
+ "System.IO.FileSystem": "4.3.0",
325
+ "System.Net.Primitives": "4.3.0",
326
+ "System.Resources.ResourceManager": "4.3.0",
327
+ "System.Runtime": "4.3.0",
328
+ "System.Runtime.Extensions": "4.3.0",
329
+ "System.Runtime.Handles": "4.3.0",
330
+ "System.Runtime.InteropServices": "4.3.0",
331
+ "System.Security.Cryptography.Algorithms": "4.3.0",
332
+ "System.Security.Cryptography.Encoding": "4.3.0",
333
+ "System.Security.Cryptography.OpenSsl": "4.3.0",
334
+ "System.Security.Cryptography.Primitives": "4.3.0",
335
+ "System.Security.Cryptography.X509Certificates": "4.3.0",
336
+ "System.Text.Encoding": "4.3.0",
337
+ "System.Threading": "4.3.0",
338
+ "System.Threading.Tasks": "4.3.0",
339
+ "runtime.native.System": "4.3.0",
340
+ "runtime.native.System.Net.Http": "4.3.0",
341
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
342
+ }
343
+ },
344
+ "System.Net.Primitives/4.3.0": {
345
+ "dependencies": {
346
+ "Microsoft.NETCore.Platforms": "5.0.0",
347
+ "Microsoft.NETCore.Targets": "1.1.0",
348
+ "System.Runtime": "4.3.0",
349
+ "System.Runtime.Handles": "4.3.0"
350
+ }
351
+ },
352
+ "System.Reflection/4.3.0": {
353
+ "dependencies": {
354
+ "Microsoft.NETCore.Platforms": "5.0.0",
355
+ "Microsoft.NETCore.Targets": "1.1.0",
356
+ "System.IO": "4.3.0",
357
+ "System.Reflection.Primitives": "4.3.0",
358
+ "System.Runtime": "4.3.0"
359
+ }
360
+ },
361
+ "System.Reflection.Emit/4.3.0": {
362
+ "dependencies": {
363
+ "System.IO": "4.3.0",
364
+ "System.Reflection": "4.3.0",
365
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
366
+ "System.Reflection.Primitives": "4.3.0",
367
+ "System.Runtime": "4.3.0"
368
+ }
369
+ },
370
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
371
+ "dependencies": {
372
+ "System.Reflection": "4.3.0",
373
+ "System.Reflection.Primitives": "4.3.0",
374
+ "System.Runtime": "4.3.0"
375
+ }
376
+ },
377
+ "System.Reflection.Primitives/4.3.0": {
378
+ "dependencies": {
379
+ "Microsoft.NETCore.Platforms": "5.0.0",
380
+ "Microsoft.NETCore.Targets": "1.1.0",
381
+ "System.Runtime": "4.3.0"
382
+ }
383
+ },
384
+ "System.Resources.ResourceManager/4.3.0": {
385
+ "dependencies": {
386
+ "Microsoft.NETCore.Platforms": "5.0.0",
387
+ "Microsoft.NETCore.Targets": "1.1.0",
388
+ "System.Globalization": "4.3.0",
389
+ "System.Reflection": "4.3.0",
390
+ "System.Runtime": "4.3.0"
391
+ }
392
+ },
393
+ "System.Runtime/4.3.0": {
394
+ "dependencies": {
395
+ "Microsoft.NETCore.Platforms": "5.0.0",
396
+ "Microsoft.NETCore.Targets": "1.1.0"
397
+ }
398
+ },
399
+ "System.Runtime.Extensions/4.3.0": {
400
+ "dependencies": {
401
+ "Microsoft.NETCore.Platforms": "5.0.0",
402
+ "Microsoft.NETCore.Targets": "1.1.0",
403
+ "System.Runtime": "4.3.0"
404
+ }
405
+ },
406
+ "System.Runtime.Handles/4.3.0": {
407
+ "dependencies": {
408
+ "Microsoft.NETCore.Platforms": "5.0.0",
409
+ "Microsoft.NETCore.Targets": "1.1.0",
410
+ "System.Runtime": "4.3.0"
411
+ }
412
+ },
413
+ "System.Runtime.InteropServices/4.3.0": {
414
+ "dependencies": {
415
+ "Microsoft.NETCore.Platforms": "5.0.0",
416
+ "Microsoft.NETCore.Targets": "1.1.0",
417
+ "System.Reflection": "4.3.0",
418
+ "System.Reflection.Primitives": "4.3.0",
419
+ "System.Runtime": "4.3.0",
420
+ "System.Runtime.Handles": "4.3.0"
421
+ }
422
+ },
423
+ "System.Runtime.Numerics/4.3.0": {
424
+ "dependencies": {
425
+ "System.Globalization": "4.3.0",
426
+ "System.Resources.ResourceManager": "4.3.0",
427
+ "System.Runtime": "4.3.0",
428
+ "System.Runtime.Extensions": "4.3.0"
429
+ }
430
+ },
431
+ "System.Security.AccessControl/5.0.0": {
432
+ "dependencies": {
433
+ "Microsoft.NETCore.Platforms": "5.0.0",
434
+ "System.Security.Principal.Windows": "5.0.0"
435
+ }
436
+ },
437
+ "System.Security.Cryptography.Algorithms/4.3.0": {
438
+ "dependencies": {
439
+ "Microsoft.NETCore.Platforms": "5.0.0",
440
+ "System.Collections": "4.3.0",
441
+ "System.IO": "4.3.0",
442
+ "System.Resources.ResourceManager": "4.3.0",
443
+ "System.Runtime": "4.3.0",
444
+ "System.Runtime.Extensions": "4.3.0",
445
+ "System.Runtime.Handles": "4.3.0",
446
+ "System.Runtime.InteropServices": "4.3.0",
447
+ "System.Runtime.Numerics": "4.3.0",
448
+ "System.Security.Cryptography.Encoding": "4.3.0",
449
+ "System.Security.Cryptography.Primitives": "4.3.0",
450
+ "System.Text.Encoding": "4.3.0",
451
+ "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
452
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
453
+ }
454
+ },
455
+ "System.Security.Cryptography.Cng/4.3.0": {
456
+ "dependencies": {
457
+ "Microsoft.NETCore.Platforms": "5.0.0",
458
+ "System.IO": "4.3.0",
459
+ "System.Resources.ResourceManager": "4.3.0",
460
+ "System.Runtime": "4.3.0",
461
+ "System.Runtime.Extensions": "4.3.0",
462
+ "System.Runtime.Handles": "4.3.0",
463
+ "System.Runtime.InteropServices": "4.3.0",
464
+ "System.Security.Cryptography.Algorithms": "4.3.0",
465
+ "System.Security.Cryptography.Encoding": "4.3.0",
466
+ "System.Security.Cryptography.Primitives": "4.3.0",
467
+ "System.Text.Encoding": "4.3.0"
468
+ }
469
+ },
470
+ "System.Security.Cryptography.Csp/4.3.0": {
471
+ "dependencies": {
472
+ "Microsoft.NETCore.Platforms": "5.0.0",
473
+ "System.IO": "4.3.0",
474
+ "System.Reflection": "4.3.0",
475
+ "System.Resources.ResourceManager": "4.3.0",
476
+ "System.Runtime": "4.3.0",
477
+ "System.Runtime.Extensions": "4.3.0",
478
+ "System.Runtime.Handles": "4.3.0",
479
+ "System.Runtime.InteropServices": "4.3.0",
480
+ "System.Security.Cryptography.Algorithms": "4.3.0",
481
+ "System.Security.Cryptography.Encoding": "4.3.0",
482
+ "System.Security.Cryptography.Primitives": "4.3.0",
483
+ "System.Text.Encoding": "4.3.0",
484
+ "System.Threading": "4.3.0"
485
+ }
486
+ },
487
+ "System.Security.Cryptography.Encoding/4.3.0": {
488
+ "dependencies": {
489
+ "Microsoft.NETCore.Platforms": "5.0.0",
490
+ "System.Collections": "4.3.0",
491
+ "System.Collections.Concurrent": "4.3.0",
492
+ "System.Linq": "4.3.0",
493
+ "System.Resources.ResourceManager": "4.3.0",
494
+ "System.Runtime": "4.3.0",
495
+ "System.Runtime.Extensions": "4.3.0",
496
+ "System.Runtime.Handles": "4.3.0",
497
+ "System.Runtime.InteropServices": "4.3.0",
498
+ "System.Security.Cryptography.Primitives": "4.3.0",
499
+ "System.Text.Encoding": "4.3.0",
500
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
501
+ }
502
+ },
503
+ "System.Security.Cryptography.OpenSsl/4.3.0": {
504
+ "dependencies": {
505
+ "System.Collections": "4.3.0",
506
+ "System.IO": "4.3.0",
507
+ "System.Resources.ResourceManager": "4.3.0",
508
+ "System.Runtime": "4.3.0",
509
+ "System.Runtime.Extensions": "4.3.0",
510
+ "System.Runtime.Handles": "4.3.0",
511
+ "System.Runtime.InteropServices": "4.3.0",
512
+ "System.Runtime.Numerics": "4.3.0",
513
+ "System.Security.Cryptography.Algorithms": "4.3.0",
514
+ "System.Security.Cryptography.Encoding": "4.3.0",
515
+ "System.Security.Cryptography.Primitives": "4.3.0",
516
+ "System.Text.Encoding": "4.3.0",
517
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
518
+ }
519
+ },
520
+ "System.Security.Cryptography.Primitives/4.3.0": {
521
+ "dependencies": {
522
+ "System.Diagnostics.Debug": "4.3.0",
523
+ "System.Globalization": "4.3.0",
524
+ "System.IO": "4.3.0",
525
+ "System.Resources.ResourceManager": "4.3.0",
526
+ "System.Runtime": "4.3.0",
527
+ "System.Threading": "4.3.0",
528
+ "System.Threading.Tasks": "4.3.0"
529
+ }
530
+ },
531
+ "System.Security.Cryptography.X509Certificates/4.3.0": {
532
+ "dependencies": {
533
+ "Microsoft.NETCore.Platforms": "5.0.0",
534
+ "System.Collections": "4.3.0",
535
+ "System.Diagnostics.Debug": "4.3.0",
536
+ "System.Globalization": "4.3.0",
537
+ "System.Globalization.Calendars": "4.3.0",
538
+ "System.IO": "4.3.0",
539
+ "System.IO.FileSystem": "4.3.0",
540
+ "System.IO.FileSystem.Primitives": "4.3.0",
541
+ "System.Resources.ResourceManager": "4.3.0",
542
+ "System.Runtime": "4.3.0",
543
+ "System.Runtime.Extensions": "4.3.0",
544
+ "System.Runtime.Handles": "4.3.0",
545
+ "System.Runtime.InteropServices": "4.3.0",
546
+ "System.Runtime.Numerics": "4.3.0",
547
+ "System.Security.Cryptography.Algorithms": "4.3.0",
548
+ "System.Security.Cryptography.Cng": "4.3.0",
549
+ "System.Security.Cryptography.Csp": "4.3.0",
550
+ "System.Security.Cryptography.Encoding": "4.3.0",
551
+ "System.Security.Cryptography.OpenSsl": "4.3.0",
552
+ "System.Security.Cryptography.Primitives": "4.3.0",
553
+ "System.Text.Encoding": "4.3.0",
554
+ "System.Threading": "4.3.0",
555
+ "runtime.native.System": "4.3.0",
556
+ "runtime.native.System.Net.Http": "4.3.0",
557
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
558
+ }
559
+ },
560
+ "System.Security.Permissions/4.7.0": {
561
+ "dependencies": {
562
+ "System.Security.AccessControl": "5.0.0",
563
+ "System.Windows.Extensions": "4.7.0"
564
+ },
565
+ "runtime": {
566
+ "lib/netcoreapp3.0/System.Security.Permissions.dll": {
567
+ "assemblyVersion": "4.0.3.0",
568
+ "fileVersion": "4.700.19.56404"
569
+ }
570
+ }
571
+ },
572
+ "System.Security.Principal.Windows/5.0.0": {},
573
+ "System.Text.Encoding/4.3.0": {
574
+ "dependencies": {
575
+ "Microsoft.NETCore.Platforms": "5.0.0",
576
+ "Microsoft.NETCore.Targets": "1.1.0",
577
+ "System.Runtime": "4.3.0"
578
+ }
579
+ },
580
+ "System.Text.Encoding.CodePages/4.7.1": {
581
+ "dependencies": {
582
+ "Microsoft.NETCore.Platforms": "5.0.0"
583
+ }
584
+ },
585
+ "System.Text.Encodings.Web/7.0.0": {},
586
+ "System.Text.Json/7.0.0": {
587
+ "dependencies": {
588
+ "System.Text.Encodings.Web": "7.0.0"
589
+ }
590
+ },
591
+ "System.Threading/4.3.0": {
592
+ "dependencies": {
593
+ "System.Runtime": "4.3.0",
594
+ "System.Threading.Tasks": "4.3.0"
595
+ }
596
+ },
597
+ "System.Threading.Tasks/4.3.0": {
598
+ "dependencies": {
599
+ "Microsoft.NETCore.Platforms": "5.0.0",
600
+ "Microsoft.NETCore.Targets": "1.1.0",
601
+ "System.Runtime": "4.3.0"
602
+ }
603
+ },
604
+ "System.Windows.Extensions/4.7.0": {
605
+ "dependencies": {
606
+ "System.Drawing.Common": "4.7.0"
607
+ },
608
+ "runtime": {
609
+ "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
610
+ "assemblyVersion": "4.0.1.0",
611
+ "fileVersion": "4.700.19.56404"
612
+ }
613
+ },
614
+ "runtimeTargets": {
615
+ "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
616
+ "rid": "win",
617
+ "assetType": "runtime",
618
+ "assemblyVersion": "4.0.1.0",
619
+ "fileVersion": "4.700.19.56404"
620
+ }
621
+ }
622
+ },
623
+ "Simba.Drawing/24.2.29": {
624
+ "runtime": {
625
+ "Simba.Drawing.dll": {}
626
+ }
627
+ },
628
+ "Simba.Helper/24.2.29": {
629
+ "runtime": {
630
+ "Simba.Helper.dll": {}
631
+ }
632
+ }
633
+ }
634
+ },
635
+ "libraries": {
636
+ "Simba.Data/24.02.29": {
637
+ "type": "project",
638
+ "serviceable": false,
639
+ "sha512": ""
640
+ },
641
+ "CsvHelper/30.1.0": {
642
+ "type": "package",
643
+ "serviceable": true,
644
+ "sha512": "sha512-R7sRLng2mOBOCtpg9q3B8Wna7qw4CARq9d68t4rBh09obGjEP2OC2RzGojtnIN0LBau15VRMmh1MfYpQwk2Kbw==",
645
+ "path": "csvhelper/30.1.0",
646
+ "hashPath": "csvhelper.30.1.0.nupkg.sha512"
647
+ },
648
+ "DeviceId/6.6.0": {
649
+ "type": "package",
650
+ "serviceable": true,
651
+ "sha512": "sha512-2JRxRgo+G1IeZATnIe0tGEGZU2IU7xZ3Epj7tadV7JbsAWBPoANEhrS6Nncw8OJLHVPGtR6K0XalCwYb+hJpnQ==",
652
+ "path": "deviceid/6.6.0",
653
+ "hashPath": "deviceid.6.6.0.nupkg.sha512"
654
+ },
655
+ "DeviceId.Linux/6.4.0": {
656
+ "type": "package",
657
+ "serviceable": true,
658
+ "sha512": "sha512-V6Ig5oYo70eq3p2k8qPkDfy08yX792WQl/vX5Rl2mnClmfuY2veCO1GB38f/ZP31kLvZe2A5a6aE03j0kZGjvA==",
659
+ "path": "deviceid.linux/6.4.0",
660
+ "hashPath": "deviceid.linux.6.4.0.nupkg.sha512"
661
+ },
662
+ "DeviceId.Mac/6.3.0": {
663
+ "type": "package",
664
+ "serviceable": true,
665
+ "sha512": "sha512-gX9/6/t70TpqIOw9Qg8KHAl8AQLtmGQb9gd/rSxwrWCOXqzfLylF6OPhn4czeHEN0CF4zPDKLEIKXEtV7AnHZA==",
666
+ "path": "deviceid.mac/6.3.0",
667
+ "hashPath": "deviceid.mac.6.3.0.nupkg.sha512"
668
+ },
669
+ "DeviceId.Windows/6.6.0": {
670
+ "type": "package",
671
+ "serviceable": true,
672
+ "sha512": "sha512-URHtJlgdrhjgESv6Rcnk0w28tWfmfDOKOxR7Nlj+s/Ct8JhWQ5veGmmDXHQxg04bHq7gPTskbwdXU2SKQOm0lg==",
673
+ "path": "deviceid.windows/6.6.0",
674
+ "hashPath": "deviceid.windows.6.6.0.nupkg.sha512"
675
+ },
676
+ "DotNetZip/1.16.0": {
677
+ "type": "package",
678
+ "serviceable": true,
679
+ "sha512": "sha512-CS9sjjXF23FLIbwlLT5k/jXBYxVnLMn01lyAvN/hxFM+UDvSicjTPB9ZMA+Wp/QlvBPbD2pzkAXUp1O50gP/Lw==",
680
+ "path": "dotnetzip/1.16.0",
681
+ "hashPath": "dotnetzip.1.16.0.nupkg.sha512"
682
+ },
683
+ "Microsoft.CSharp/4.7.0": {
684
+ "type": "package",
685
+ "serviceable": true,
686
+ "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
687
+ "path": "microsoft.csharp/4.7.0",
688
+ "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
689
+ },
690
+ "Microsoft.NETCore.Platforms/5.0.0": {
691
+ "type": "package",
692
+ "serviceable": true,
693
+ "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
694
+ "path": "microsoft.netcore.platforms/5.0.0",
695
+ "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
696
+ },
697
+ "Microsoft.NETCore.Targets/1.1.0": {
698
+ "type": "package",
699
+ "serviceable": true,
700
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
701
+ "path": "microsoft.netcore.targets/1.1.0",
702
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
703
+ },
704
+ "Microsoft.Win32.Registry/5.0.0": {
705
+ "type": "package",
706
+ "serviceable": true,
707
+ "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
708
+ "path": "microsoft.win32.registry/5.0.0",
709
+ "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
710
+ },
711
+ "Microsoft.Win32.SystemEvents/4.7.0": {
712
+ "type": "package",
713
+ "serviceable": true,
714
+ "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
715
+ "path": "microsoft.win32.systemevents/4.7.0",
716
+ "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
717
+ },
718
+ "pythonnet/3.0.3": {
719
+ "type": "package",
720
+ "serviceable": true,
721
+ "sha512": "sha512-Go6pLzJ0msUVISUDf4n49GFja/7PbrjfQ9Nxpz+KV0r39YB8x5lPz7sItX38a0KGLoQIsSMxkUNDRjGRvplLHw==",
722
+ "path": "pythonnet/3.0.3",
723
+ "hashPath": "pythonnet.3.0.3.nupkg.sha512"
724
+ },
725
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
726
+ "type": "package",
727
+ "serviceable": true,
728
+ "sha512": "sha512-7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==",
729
+ "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
730
+ "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
731
+ },
732
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
733
+ "type": "package",
734
+ "serviceable": true,
735
+ "sha512": "sha512-0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==",
736
+ "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
737
+ "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
738
+ },
739
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
740
+ "type": "package",
741
+ "serviceable": true,
742
+ "sha512": "sha512-G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==",
743
+ "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
744
+ "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
745
+ },
746
+ "runtime.native.System/4.3.0": {
747
+ "type": "package",
748
+ "serviceable": true,
749
+ "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
750
+ "path": "runtime.native.system/4.3.0",
751
+ "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
752
+ },
753
+ "runtime.native.System.Net.Http/4.3.0": {
754
+ "type": "package",
755
+ "serviceable": true,
756
+ "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
757
+ "path": "runtime.native.system.net.http/4.3.0",
758
+ "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
759
+ },
760
+ "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
761
+ "type": "package",
762
+ "serviceable": true,
763
+ "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
764
+ "path": "runtime.native.system.security.cryptography.apple/4.3.0",
765
+ "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
766
+ },
767
+ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
768
+ "type": "package",
769
+ "serviceable": true,
770
+ "sha512": "sha512-QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==",
771
+ "path": "runtime.native.system.security.cryptography.openssl/4.3.2",
772
+ "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
773
+ },
774
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
775
+ "type": "package",
776
+ "serviceable": true,
777
+ "sha512": "sha512-I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==",
778
+ "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
779
+ "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
780
+ },
781
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
782
+ "type": "package",
783
+ "serviceable": true,
784
+ "sha512": "sha512-1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==",
785
+ "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
786
+ "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
787
+ },
788
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
789
+ "type": "package",
790
+ "serviceable": true,
791
+ "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
792
+ "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
793
+ "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
794
+ },
795
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
796
+ "type": "package",
797
+ "serviceable": true,
798
+ "sha512": "sha512-6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==",
799
+ "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
800
+ "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
801
+ },
802
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
803
+ "type": "package",
804
+ "serviceable": true,
805
+ "sha512": "sha512-vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==",
806
+ "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
807
+ "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
808
+ },
809
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
810
+ "type": "package",
811
+ "serviceable": true,
812
+ "sha512": "sha512-7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==",
813
+ "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
814
+ "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
815
+ },
816
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
817
+ "type": "package",
818
+ "serviceable": true,
819
+ "sha512": "sha512-xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==",
820
+ "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
821
+ "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
822
+ },
823
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
824
+ "type": "package",
825
+ "serviceable": true,
826
+ "sha512": "sha512-leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==",
827
+ "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
828
+ "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
829
+ },
830
+ "System.Collections/4.3.0": {
831
+ "type": "package",
832
+ "serviceable": true,
833
+ "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
834
+ "path": "system.collections/4.3.0",
835
+ "hashPath": "system.collections.4.3.0.nupkg.sha512"
836
+ },
837
+ "System.Collections.Concurrent/4.3.0": {
838
+ "type": "package",
839
+ "serviceable": true,
840
+ "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
841
+ "path": "system.collections.concurrent/4.3.0",
842
+ "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
843
+ },
844
+ "System.ComponentModel.Annotations/5.0.0": {
845
+ "type": "package",
846
+ "serviceable": true,
847
+ "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
848
+ "path": "system.componentmodel.annotations/5.0.0",
849
+ "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
850
+ },
851
+ "System.Diagnostics.Debug/4.3.0": {
852
+ "type": "package",
853
+ "serviceable": true,
854
+ "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
855
+ "path": "system.diagnostics.debug/4.3.0",
856
+ "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
857
+ },
858
+ "System.Diagnostics.DiagnosticSource/4.3.0": {
859
+ "type": "package",
860
+ "serviceable": true,
861
+ "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
862
+ "path": "system.diagnostics.diagnosticsource/4.3.0",
863
+ "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
864
+ },
865
+ "System.Diagnostics.Tracing/4.3.0": {
866
+ "type": "package",
867
+ "serviceable": true,
868
+ "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
869
+ "path": "system.diagnostics.tracing/4.3.0",
870
+ "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
871
+ },
872
+ "System.Drawing.Common/4.7.0": {
873
+ "type": "package",
874
+ "serviceable": true,
875
+ "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
876
+ "path": "system.drawing.common/4.7.0",
877
+ "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
878
+ },
879
+ "System.Globalization/4.3.0": {
880
+ "type": "package",
881
+ "serviceable": true,
882
+ "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
883
+ "path": "system.globalization/4.3.0",
884
+ "hashPath": "system.globalization.4.3.0.nupkg.sha512"
885
+ },
886
+ "System.Globalization.Calendars/4.3.0": {
887
+ "type": "package",
888
+ "serviceable": true,
889
+ "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
890
+ "path": "system.globalization.calendars/4.3.0",
891
+ "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
892
+ },
893
+ "System.Globalization.Extensions/4.3.0": {
894
+ "type": "package",
895
+ "serviceable": true,
896
+ "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
897
+ "path": "system.globalization.extensions/4.3.0",
898
+ "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
899
+ },
900
+ "System.IO/4.3.0": {
901
+ "type": "package",
902
+ "serviceable": true,
903
+ "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
904
+ "path": "system.io/4.3.0",
905
+ "hashPath": "system.io.4.3.0.nupkg.sha512"
906
+ },
907
+ "System.IO.FileSystem/4.3.0": {
908
+ "type": "package",
909
+ "serviceable": true,
910
+ "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
911
+ "path": "system.io.filesystem/4.3.0",
912
+ "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
913
+ },
914
+ "System.IO.FileSystem.Primitives/4.3.0": {
915
+ "type": "package",
916
+ "serviceable": true,
917
+ "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
918
+ "path": "system.io.filesystem.primitives/4.3.0",
919
+ "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
920
+ },
921
+ "System.Linq/4.3.0": {
922
+ "type": "package",
923
+ "serviceable": true,
924
+ "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
925
+ "path": "system.linq/4.3.0",
926
+ "hashPath": "system.linq.4.3.0.nupkg.sha512"
927
+ },
928
+ "System.Linq.Async/4.0.0": {
929
+ "type": "package",
930
+ "serviceable": true,
931
+ "sha512": "sha512-WbiYEedFZeM+psmMyoCt1AKbZppAZg8Eq1ZTQ+521fGNeXqlgJj0tZYV5n1LsKRO5osQuitYxGNuzPTy3213sg==",
932
+ "path": "system.linq.async/4.0.0",
933
+ "hashPath": "system.linq.async.4.0.0.nupkg.sha512"
934
+ },
935
+ "System.Net.Http/4.3.4": {
936
+ "type": "package",
937
+ "serviceable": true,
938
+ "sha512": "sha512-aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==",
939
+ "path": "system.net.http/4.3.4",
940
+ "hashPath": "system.net.http.4.3.4.nupkg.sha512"
941
+ },
942
+ "System.Net.Primitives/4.3.0": {
943
+ "type": "package",
944
+ "serviceable": true,
945
+ "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
946
+ "path": "system.net.primitives/4.3.0",
947
+ "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
948
+ },
949
+ "System.Reflection/4.3.0": {
950
+ "type": "package",
951
+ "serviceable": true,
952
+ "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
953
+ "path": "system.reflection/4.3.0",
954
+ "hashPath": "system.reflection.4.3.0.nupkg.sha512"
955
+ },
956
+ "System.Reflection.Emit/4.3.0": {
957
+ "type": "package",
958
+ "serviceable": true,
959
+ "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
960
+ "path": "system.reflection.emit/4.3.0",
961
+ "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
962
+ },
963
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
964
+ "type": "package",
965
+ "serviceable": true,
966
+ "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
967
+ "path": "system.reflection.emit.ilgeneration/4.3.0",
968
+ "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
969
+ },
970
+ "System.Reflection.Primitives/4.3.0": {
971
+ "type": "package",
972
+ "serviceable": true,
973
+ "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
974
+ "path": "system.reflection.primitives/4.3.0",
975
+ "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
976
+ },
977
+ "System.Resources.ResourceManager/4.3.0": {
978
+ "type": "package",
979
+ "serviceable": true,
980
+ "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
981
+ "path": "system.resources.resourcemanager/4.3.0",
982
+ "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
983
+ },
984
+ "System.Runtime/4.3.0": {
985
+ "type": "package",
986
+ "serviceable": true,
987
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
988
+ "path": "system.runtime/4.3.0",
989
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
990
+ },
991
+ "System.Runtime.Extensions/4.3.0": {
992
+ "type": "package",
993
+ "serviceable": true,
994
+ "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
995
+ "path": "system.runtime.extensions/4.3.0",
996
+ "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
997
+ },
998
+ "System.Runtime.Handles/4.3.0": {
999
+ "type": "package",
1000
+ "serviceable": true,
1001
+ "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
1002
+ "path": "system.runtime.handles/4.3.0",
1003
+ "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
1004
+ },
1005
+ "System.Runtime.InteropServices/4.3.0": {
1006
+ "type": "package",
1007
+ "serviceable": true,
1008
+ "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
1009
+ "path": "system.runtime.interopservices/4.3.0",
1010
+ "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
1011
+ },
1012
+ "System.Runtime.Numerics/4.3.0": {
1013
+ "type": "package",
1014
+ "serviceable": true,
1015
+ "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
1016
+ "path": "system.runtime.numerics/4.3.0",
1017
+ "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
1018
+ },
1019
+ "System.Security.AccessControl/5.0.0": {
1020
+ "type": "package",
1021
+ "serviceable": true,
1022
+ "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
1023
+ "path": "system.security.accesscontrol/5.0.0",
1024
+ "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
1025
+ },
1026
+ "System.Security.Cryptography.Algorithms/4.3.0": {
1027
+ "type": "package",
1028
+ "serviceable": true,
1029
+ "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
1030
+ "path": "system.security.cryptography.algorithms/4.3.0",
1031
+ "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
1032
+ },
1033
+ "System.Security.Cryptography.Cng/4.3.0": {
1034
+ "type": "package",
1035
+ "serviceable": true,
1036
+ "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
1037
+ "path": "system.security.cryptography.cng/4.3.0",
1038
+ "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
1039
+ },
1040
+ "System.Security.Cryptography.Csp/4.3.0": {
1041
+ "type": "package",
1042
+ "serviceable": true,
1043
+ "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
1044
+ "path": "system.security.cryptography.csp/4.3.0",
1045
+ "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
1046
+ },
1047
+ "System.Security.Cryptography.Encoding/4.3.0": {
1048
+ "type": "package",
1049
+ "serviceable": true,
1050
+ "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
1051
+ "path": "system.security.cryptography.encoding/4.3.0",
1052
+ "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
1053
+ },
1054
+ "System.Security.Cryptography.OpenSsl/4.3.0": {
1055
+ "type": "package",
1056
+ "serviceable": true,
1057
+ "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
1058
+ "path": "system.security.cryptography.openssl/4.3.0",
1059
+ "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
1060
+ },
1061
+ "System.Security.Cryptography.Primitives/4.3.0": {
1062
+ "type": "package",
1063
+ "serviceable": true,
1064
+ "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
1065
+ "path": "system.security.cryptography.primitives/4.3.0",
1066
+ "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
1067
+ },
1068
+ "System.Security.Cryptography.X509Certificates/4.3.0": {
1069
+ "type": "package",
1070
+ "serviceable": true,
1071
+ "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
1072
+ "path": "system.security.cryptography.x509certificates/4.3.0",
1073
+ "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
1074
+ },
1075
+ "System.Security.Permissions/4.7.0": {
1076
+ "type": "package",
1077
+ "serviceable": true,
1078
+ "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
1079
+ "path": "system.security.permissions/4.7.0",
1080
+ "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
1081
+ },
1082
+ "System.Security.Principal.Windows/5.0.0": {
1083
+ "type": "package",
1084
+ "serviceable": true,
1085
+ "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
1086
+ "path": "system.security.principal.windows/5.0.0",
1087
+ "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
1088
+ },
1089
+ "System.Text.Encoding/4.3.0": {
1090
+ "type": "package",
1091
+ "serviceable": true,
1092
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
1093
+ "path": "system.text.encoding/4.3.0",
1094
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
1095
+ },
1096
+ "System.Text.Encoding.CodePages/4.7.1": {
1097
+ "type": "package",
1098
+ "serviceable": true,
1099
+ "sha512": "sha512-i2fOvznVVgOOTLUz8FgSap/MsR98I4Iaoz99VXcOW/e7Y2OdY42zhYpBYpZyivk5alYY/UsOWAVswhtjxceodA==",
1100
+ "path": "system.text.encoding.codepages/4.7.1",
1101
+ "hashPath": "system.text.encoding.codepages.4.7.1.nupkg.sha512"
1102
+ },
1103
+ "System.Text.Encodings.Web/7.0.0": {
1104
+ "type": "package",
1105
+ "serviceable": true,
1106
+ "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
1107
+ "path": "system.text.encodings.web/7.0.0",
1108
+ "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
1109
+ },
1110
+ "System.Text.Json/7.0.0": {
1111
+ "type": "package",
1112
+ "serviceable": true,
1113
+ "sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==",
1114
+ "path": "system.text.json/7.0.0",
1115
+ "hashPath": "system.text.json.7.0.0.nupkg.sha512"
1116
+ },
1117
+ "System.Threading/4.3.0": {
1118
+ "type": "package",
1119
+ "serviceable": true,
1120
+ "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
1121
+ "path": "system.threading/4.3.0",
1122
+ "hashPath": "system.threading.4.3.0.nupkg.sha512"
1123
+ },
1124
+ "System.Threading.Tasks/4.3.0": {
1125
+ "type": "package",
1126
+ "serviceable": true,
1127
+ "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
1128
+ "path": "system.threading.tasks/4.3.0",
1129
+ "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
1130
+ },
1131
+ "System.Windows.Extensions/4.7.0": {
1132
+ "type": "package",
1133
+ "serviceable": true,
1134
+ "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
1135
+ "path": "system.windows.extensions/4.7.0",
1136
+ "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
1137
+ },
1138
+ "Simba.Drawing/24.2.29": {
1139
+ "type": "project",
1140
+ "serviceable": false,
1141
+ "sha512": ""
1142
+ },
1143
+ "Simba.Helper/24.2.29": {
1144
+ "type": "project",
1145
+ "serviceable": false,
1146
+ "sha512": ""
1147
+ }
1148
+ }
1149
+ }