netcore-blueprint 1.0.17 → 1.0.19

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 (614) hide show
  1. package/BlueprintTemplate/.vs/Blueprint/DesignTimeBuild/.dtbcache.v2 +0 -0
  2. package/BlueprintTemplate/.vs/Blueprint/FileContentIndex/746e9dcf-afa3-4bf0-b81a-fb78664dee28.vsidx +0 -0
  3. package/BlueprintTemplate/.vs/Blueprint/config/applicationhost.config +1021 -0
  4. package/BlueprintTemplate/.vs/Blueprint/v17/.futdcache.v2 +0 -0
  5. package/BlueprintTemplate/.vs/Blueprint/v17/.suo +0 -0
  6. package/BlueprintTemplate/.vs/Blueprint/v17/DocumentLayout.json +12 -0
  7. package/BlueprintTemplate/.vs/Blueprint.API/DesignTimeBuild/.dtbcache.v2 +0 -0
  8. package/BlueprintTemplate/.vs/Blueprint.API/FileContentIndex/7e5dec4e-1a8c-4898-8ae1-542fdd9cfb31.vsidx +0 -0
  9. package/BlueprintTemplate/.vs/Blueprint.API/config/applicationhost.config +1021 -0
  10. package/BlueprintTemplate/.vs/Blueprint.API/v17/.futdcache.v2 +0 -0
  11. package/BlueprintTemplate/.vs/Blueprint.API/v17/.suo +0 -0
  12. package/BlueprintTemplate/.vs/Blueprint.API/v17/DocumentLayout.json +12 -0
  13. package/BlueprintTemplate/.vs/ProjectEvaluation/blueprint.api.metadata.v8.bin +0 -0
  14. package/BlueprintTemplate/.vs/ProjectEvaluation/blueprint.api.projects.v8.bin +0 -0
  15. package/BlueprintTemplate/.vs/ProjectEvaluation/blueprint.api.strings.v8.bin +0 -0
  16. package/BlueprintTemplate/.vs/ProjectEvaluation/blueprint.metadata.v8.bin +0 -0
  17. package/BlueprintTemplate/.vs/ProjectEvaluation/blueprint.projects.v8.bin +0 -0
  18. package/BlueprintTemplate/.vs/ProjectEvaluation/blueprint.strings.v8.bin +0 -0
  19. package/BlueprintTemplate/Blueprint.API/Blueprint.API.csproj +28 -0
  20. package/BlueprintTemplate/Blueprint.API/Blueprint.API.csproj.user +8 -0
  21. package/BlueprintTemplate/Blueprint.API/Blueprint.API.http +6 -0
  22. package/BlueprintTemplate/Blueprint.API/Controllers/UserController.cs +179 -0
  23. package/BlueprintTemplate/Blueprint.API/Controllers/UserControllerAsync.cs +51 -0
  24. package/BlueprintTemplate/Blueprint.API/Controllers/VersionController.cs +43 -0
  25. package/BlueprintTemplate/Blueprint.API/Controllers/WeatherForecastController.cs +33 -0
  26. package/BlueprintTemplate/Blueprint.API/Mappers/DtoMappingProfile.cs +28 -0
  27. package/BlueprintTemplate/Blueprint.API/Program.cs +176 -0
  28. package/BlueprintTemplate/Blueprint.API/Properties/launchSettings.json +41 -0
  29. package/BlueprintTemplate/Blueprint.API/Services/RabbitMqConsumerService.cs +154 -0
  30. package/BlueprintTemplate/Blueprint.API/WeatherForecast.cs +13 -0
  31. package/BlueprintTemplate/Blueprint.API/appsettings.Development.json +8 -0
  32. package/BlueprintTemplate/Blueprint.API/appsettings.json +22 -0
  33. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/AWSSDK.Core.dll +0 -0
  34. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/AWSSDK.Extensions.NETCore.Setup.dll +0 -0
  35. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/AWSSDK.S3.dll +0 -0
  36. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/AutoMapper.dll +0 -0
  37. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.API.deps.json +1702 -0
  38. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.API.dll +0 -0
  39. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.API.exe +0 -0
  40. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.API.pdb +0 -0
  41. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.API.runtimeconfig.json +20 -0
  42. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  43. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  44. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  45. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  46. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  47. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
  48. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
  49. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
  50. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  51. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
  52. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/DnsClient.dll +0 -0
  53. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Humanizer.dll +0 -0
  54. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +0 -0
  55. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.AspNetCore.Mvc.Versioning.dll +0 -0
  56. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
  57. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  58. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
  59. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  60. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
  61. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll +0 -0
  62. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
  63. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll +0 -0
  64. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
  65. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
  66. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
  67. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  68. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  69. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll +0 -0
  70. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  71. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  72. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  73. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  74. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  75. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  76. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +0 -0
  77. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll +0 -0
  78. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  79. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Microsoft.OpenApi.dll +0 -0
  80. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  81. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
  82. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Mono.TextTemplating.dll +0 -0
  83. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/MySqlConnector.dll +0 -0
  84. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
  85. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
  86. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/SharpCompress.dll +0 -0
  87. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Snappier.dll +0 -0
  88. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +0 -0
  89. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +0 -0
  90. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +0 -0
  91. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/System.CodeDom.dll +0 -0
  92. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/System.Composition.AttributedModel.dll +0 -0
  93. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/System.Composition.Convention.dll +0 -0
  94. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/System.Composition.Hosting.dll +0 -0
  95. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/System.Composition.Runtime.dll +0 -0
  96. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/System.Composition.TypedParts.dll +0 -0
  97. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  98. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ZstdSharp.dll +0 -0
  99. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/appsettings.Development.json +8 -0
  100. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/appsettings.json +22 -0
  101. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  102. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  103. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  104. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  105. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  106. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  107. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  108. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  109. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  110. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  111. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  112. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  113. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  114. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  115. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  116. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  117. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  118. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  119. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  120. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  121. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  122. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  123. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  124. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  125. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  126. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  127. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  128. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  129. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  130. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  131. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  132. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  133. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  134. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  135. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  136. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  137. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  138. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  139. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  140. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  141. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  142. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  143. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  144. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  145. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  146. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  147. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  148. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  149. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  150. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  151. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  152. package/BlueprintTemplate/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  153. package/BlueprintTemplate/Blueprint.API/obj/Blueprint.API.csproj.nuget.dgspec.json +283 -0
  154. package/BlueprintTemplate/Blueprint.API/obj/Blueprint.API.csproj.nuget.g.props +28 -0
  155. package/BlueprintTemplate/Blueprint.API/obj/Blueprint.API.csproj.nuget.g.targets +11 -0
  156. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
  157. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprin.4BAE1BA3.Up2Date +0 -0
  158. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.AssemblyInfo.cs +23 -0
  159. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.AssemblyInfoInputs.cache +1 -0
  160. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.GeneratedMSBuildEditorConfig.editorconfig +19 -0
  161. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.GlobalUsings.g.cs +17 -0
  162. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.MvcApplicationPartsAssemblyInfo.cache +0 -0
  163. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.MvcApplicationPartsAssemblyInfo.cs +18 -0
  164. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.assets.cache +0 -0
  165. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.AssemblyReference.cache +0 -0
  166. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.BuildWithSkipAnalyzers +0 -0
  167. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.CoreCompileInputs.cache +1 -0
  168. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.FileListAbsolute.txt +426 -0
  169. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.dll +0 -0
  170. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.genruntimeconfig.cache +1 -0
  171. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.pdb +0 -0
  172. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/Blueprint.API.sourcelink.json +1 -0
  173. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/apphost.exe +0 -0
  174. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/ref/Blueprint.API.dll +0 -0
  175. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/refint/Blueprint.API.dll +0 -0
  176. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.build.Blueprint.API.props +3 -0
  177. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Blueprint.API.props +3 -0
  178. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Blueprint.API.props +3 -0
  179. package/BlueprintTemplate/Blueprint.API/obj/Debug/net8.0/staticwebassets.build.json +11 -0
  180. package/BlueprintTemplate/Blueprint.API/obj/project.assets.json +5171 -0
  181. package/BlueprintTemplate/Blueprint.API/obj/project.nuget.cache +105 -0
  182. package/BlueprintTemplate/Blueprint.Core/Blueprint.Core.csproj +15 -0
  183. package/BlueprintTemplate/Blueprint.Core/Dtos/Requests/BaseRequestDto.cs +25 -0
  184. package/BlueprintTemplate/Blueprint.Core/Dtos/Requests/UserRequestDto.cs +12 -0
  185. package/BlueprintTemplate/Blueprint.Core/Dtos/Responses/BaseResponseDto.cs +28 -0
  186. package/BlueprintTemplate/Blueprint.Core/Dtos/Responses/UserResponseDto.cs +11 -0
  187. package/BlueprintTemplate/Blueprint.Core/Entities/BaseEntity.cs +23 -0
  188. package/BlueprintTemplate/Blueprint.Core/Entities/Category.cs +9 -0
  189. package/BlueprintTemplate/Blueprint.Core/Entities/Product.cs +13 -0
  190. package/BlueprintTemplate/Blueprint.Core/Entities/User.cs +16 -0
  191. package/BlueprintTemplate/Blueprint.Core/Enums/ActionType.cs +11 -0
  192. package/BlueprintTemplate/Blueprint.Core/Enums/UserRole.cs +10 -0
  193. package/BlueprintTemplate/Blueprint.Core/Interfaces/API/IItemService.cs +13 -0
  194. package/BlueprintTemplate/Blueprint.Core/Interfaces/API/IUserService.cs +10 -0
  195. package/BlueprintTemplate/Blueprint.Core/Interfaces/SPI/IItemInfra.cs +14 -0
  196. package/BlueprintTemplate/Blueprint.Core/Interfaces/SPI/IRabbitMqService.cs +7 -0
  197. package/BlueprintTemplate/Blueprint.Core/Interfaces/SPI/IRepositoryFactory.cs +10 -0
  198. package/BlueprintTemplate/Blueprint.Core/Interfaces/SPI/IUserInfra.cs +10 -0
  199. package/BlueprintTemplate/Blueprint.Core/Models/Error.cs +69 -0
  200. package/BlueprintTemplate/Blueprint.Core/Models/ErrorDetail.cs +8 -0
  201. package/BlueprintTemplate/Blueprint.Core/Models/PagerData.cs +8 -0
  202. package/BlueprintTemplate/Blueprint.Core/Models/PagingParams.cs +8 -0
  203. package/BlueprintTemplate/Blueprint.Core/Program.cs +7 -0
  204. package/BlueprintTemplate/Blueprint.Core/Properties/launchSettings.json +12 -0
  205. package/BlueprintTemplate/Blueprint.Core/Services/ItemService.cs +47 -0
  206. package/BlueprintTemplate/Blueprint.Core/Services/UserService.cs +108 -0
  207. package/BlueprintTemplate/Blueprint.Core/StaticClasses/Errors.cs +20 -0
  208. package/BlueprintTemplate/Blueprint.Core/Worker.cs +24 -0
  209. package/BlueprintTemplate/Blueprint.Core/appsettings.Development.json +8 -0
  210. package/BlueprintTemplate/Blueprint.Core/appsettings.json +8 -0
  211. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  212. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  213. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  214. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  215. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  216. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  217. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
  218. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll +0 -0
  219. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll +0 -0
  220. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +0 -0
  221. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll +0 -0
  222. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll +0 -0
  223. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll +0 -0
  224. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll +0 -0
  225. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  226. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  227. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
  228. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll +0 -0
  229. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll +0 -0
  230. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll +0 -0
  231. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll +0 -0
  232. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll +0 -0
  233. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll +0 -0
  234. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  235. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll +0 -0
  236. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll +0 -0
  237. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll +0 -0
  238. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll +0 -0
  239. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll +0 -0
  240. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  241. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
  242. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  243. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll +0 -0
  244. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  245. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  246. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  247. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  248. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  249. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/System.Diagnostics.EventLog.dll +0 -0
  250. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  251. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/appsettings.Development.json +8 -0
  252. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/appsettings.json +8 -0
  253. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
  254. package/BlueprintTemplate/Blueprint.Core/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
  255. package/BlueprintTemplate/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.dgspec.json +83 -0
  256. package/BlueprintTemplate/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.g.props +18 -0
  257. package/BlueprintTemplate/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.g.targets +10 -0
  258. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
  259. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprin.55786069.Up2Date +0 -0
  260. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.AssemblyInfo.cs +24 -0
  261. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.AssemblyInfoInputs.cache +1 -0
  262. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.GeneratedMSBuildEditorConfig.editorconfig +13 -0
  263. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.GlobalUsings.g.cs +12 -0
  264. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.assets.cache +0 -0
  265. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.AssemblyReference.cache +0 -0
  266. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.BuildWithSkipAnalyzers +0 -0
  267. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.CoreCompileInputs.cache +1 -0
  268. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.FileListAbsolute.txt +168 -0
  269. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.dll +0 -0
  270. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.genruntimeconfig.cache +1 -0
  271. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.pdb +0 -0
  272. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.sourcelink.json +1 -0
  273. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/apphost.exe +0 -0
  274. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/ref/Blueprint.Core.dll +0 -0
  275. package/BlueprintTemplate/Blueprint.Core/obj/Debug/net8.0/refint/Blueprint.Core.dll +0 -0
  276. package/BlueprintTemplate/Blueprint.Core/obj/project.assets.json +2182 -0
  277. package/BlueprintTemplate/Blueprint.Core/obj/project.nuget.cache +49 -0
  278. package/BlueprintTemplate/Blueprint.Infra/Blueprint.Infra.csproj +29 -0
  279. package/BlueprintTemplate/Blueprint.Infra/Database/DbInitializer.cs +188 -0
  280. package/BlueprintTemplate/Blueprint.Infra/Database/MyDbContext.cs +24 -0
  281. package/BlueprintTemplate/Blueprint.Infra/Program.cs +7 -0
  282. package/BlueprintTemplate/Blueprint.Infra/Properties/launchSettings.json +12 -0
  283. package/BlueprintTemplate/Blueprint.Infra/Services/MongoItemInfra.cs +110 -0
  284. package/BlueprintTemplate/Blueprint.Infra/Services/MongoUserInfra.cs +31 -0
  285. package/BlueprintTemplate/Blueprint.Infra/Services/MySQLItemInfra.cs +111 -0
  286. package/BlueprintTemplate/Blueprint.Infra/Services/MySQLUserInfra.cs +30 -0
  287. package/BlueprintTemplate/Blueprint.Infra/Services/RabbitMqService.cs +61 -0
  288. package/BlueprintTemplate/Blueprint.Infra/Services/RepositoryFactory.cs +39 -0
  289. package/BlueprintTemplate/Blueprint.Infra/Worker.cs +24 -0
  290. package/BlueprintTemplate/Blueprint.Infra/appsettings.Development.json +8 -0
  291. package/BlueprintTemplate/Blueprint.Infra/appsettings.json +8 -0
  292. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  293. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  294. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  295. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  296. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  297. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
  298. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
  299. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
  300. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  301. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
  302. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/DnsClient.dll +0 -0
  303. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Humanizer.dll +0 -0
  304. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
  305. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  306. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
  307. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  308. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
  309. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll +0 -0
  310. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
  311. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll +0 -0
  312. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
  313. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
  314. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll +0 -0
  315. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
  316. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
  317. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll +0 -0
  318. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll +0 -0
  319. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +0 -0
  320. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll +0 -0
  321. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll +0 -0
  322. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll +0 -0
  323. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll +0 -0
  324. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  325. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  326. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll +0 -0
  327. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
  328. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll +0 -0
  329. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll +0 -0
  330. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll +0 -0
  331. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll +0 -0
  332. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll +0 -0
  333. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll +0 -0
  334. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  335. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll +0 -0
  336. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll +0 -0
  337. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll +0 -0
  338. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll +0 -0
  339. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll +0 -0
  340. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  341. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
  342. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  343. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll +0 -0
  344. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  345. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  346. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  347. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  348. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  349. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
  350. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Mono.TextTemplating.dll +0 -0
  351. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/MySqlConnector.dll +0 -0
  352. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
  353. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
  354. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/SharpCompress.dll +0 -0
  355. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/Snappier.dll +0 -0
  356. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.CodeDom.dll +0 -0
  357. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.Composition.AttributedModel.dll +0 -0
  358. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Convention.dll +0 -0
  359. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Hosting.dll +0 -0
  360. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Runtime.dll +0 -0
  361. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.Composition.TypedParts.dll +0 -0
  362. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.Diagnostics.EventLog.dll +0 -0
  363. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.IO.Pipelines.dll +0 -0
  364. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  365. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/System.Threading.RateLimiting.dll +0 -0
  366. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ZstdSharp.dll +0 -0
  367. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/appsettings.Development.json +8 -0
  368. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/appsettings.json +8 -0
  369. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  370. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  371. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  372. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  373. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  374. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  375. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  376. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  377. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  378. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  379. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  380. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  381. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  382. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  383. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  384. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  385. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  386. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  387. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  388. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  389. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  390. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  391. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  392. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  393. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  394. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  395. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  396. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  397. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  398. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  399. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  400. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  401. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  402. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  403. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  404. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  405. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  406. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  407. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  408. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  409. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
  410. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
  411. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  412. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  413. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  414. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  415. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  416. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  417. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  418. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  419. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  420. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  421. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  422. package/BlueprintTemplate/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  423. package/BlueprintTemplate/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.dgspec.json +176 -0
  424. package/BlueprintTemplate/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.g.props +24 -0
  425. package/BlueprintTemplate/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.g.targets +10 -0
  426. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
  427. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprin.DC076348.Up2Date +0 -0
  428. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.AssemblyInfo.cs +24 -0
  429. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.AssemblyInfoInputs.cache +1 -0
  430. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.GeneratedMSBuildEditorConfig.editorconfig +13 -0
  431. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.GlobalUsings.g.cs +12 -0
  432. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.assets.cache +0 -0
  433. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.AssemblyReference.cache +0 -0
  434. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.BuildWithSkipAnalyzers +0 -0
  435. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.CoreCompileInputs.cache +1 -0
  436. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.FileListAbsolute.txt +429 -0
  437. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.dll +0 -0
  438. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.genruntimeconfig.cache +1 -0
  439. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  440. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.sourcelink.json +1 -0
  441. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/apphost.exe +0 -0
  442. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/ref/Blueprint.Infra.dll +0 -0
  443. package/BlueprintTemplate/Blueprint.Infra/obj/Debug/net8.0/refint/Blueprint.Infra.dll +0 -0
  444. package/BlueprintTemplate/Blueprint.Infra/obj/project.assets.json +4442 -0
  445. package/BlueprintTemplate/Blueprint.Infra/obj/project.nuget.cache +92 -0
  446. package/BlueprintTemplate/Blueprint.Test/Blueprint.Test.csproj +29 -0
  447. package/BlueprintTemplate/Blueprint.Test/UnitTest1.cs +11 -0
  448. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/AWSSDK.Core.dll +0 -0
  449. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/AWSSDK.Extensions.NETCore.Setup.dll +0 -0
  450. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/AWSSDK.S3.dll +0 -0
  451. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/AutoMapper.dll +0 -0
  452. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.deps.json +1702 -0
  453. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.dll +0 -0
  454. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.exe +0 -0
  455. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.pdb +0 -0
  456. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.runtimeconfig.json +20 -0
  457. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  458. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  459. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  460. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  461. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  462. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
  463. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
  464. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
  465. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  466. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
  467. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.deps.json +2804 -0
  468. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.dll +0 -0
  469. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.pdb +0 -0
  470. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.runtimeconfig.json +19 -0
  471. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/CoverletSourceRootsMapping_Blueprint.Test +0 -0
  472. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/DnsClient.dll +0 -0
  473. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +0 -0
  474. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.AspNetCore.Mvc.Versioning.dll +0 -0
  475. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  476. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
  477. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
  478. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
  479. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
  480. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  481. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  482. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  483. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  484. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  485. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  486. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  487. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  488. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +0 -0
  489. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll +0 -0
  490. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  491. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.OpenApi.dll +0 -0
  492. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll +0 -0
  493. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll +0 -0
  494. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll +0 -0
  495. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll +0 -0
  496. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll +0 -0
  497. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +0 -0
  498. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll +0 -0
  499. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +0 -0
  500. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  501. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
  502. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/MySqlConnector.dll +0 -0
  503. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Newtonsoft.Json.dll +0 -0
  504. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/NuGet.Frameworks.dll +0 -0
  505. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
  506. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
  507. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/SharpCompress.dll +0 -0
  508. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Snappier.dll +0 -0
  509. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +0 -0
  510. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +0 -0
  511. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +0 -0
  512. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  513. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ZstdSharp.dll +0 -0
  514. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/appsettings.Development.json +8 -0
  515. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/appsettings.json +17 -0
  516. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  517. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  518. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  519. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  520. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  521. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  522. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  523. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  524. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  525. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  526. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  527. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  528. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  529. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  530. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  531. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  532. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  533. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  534. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  535. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  536. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  537. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  538. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  539. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  540. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  541. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  542. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  543. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  544. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  545. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  546. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  547. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  548. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  549. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  550. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  551. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  552. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  553. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  554. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  555. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  556. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  557. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  558. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  559. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  560. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  561. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  562. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  563. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  564. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  565. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  566. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/testhost.dll +0 -0
  567. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/testhost.exe +0 -0
  568. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  569. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  570. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  571. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  572. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  573. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/xunit.abstractions.dll +0 -0
  574. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/xunit.assert.dll +0 -0
  575. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/xunit.core.dll +0 -0
  576. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/xunit.execution.dotnet.dll +0 -0
  577. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/xunit.runner.reporters.netcoreapp10.dll +0 -0
  578. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/xunit.runner.utility.netcoreapp10.dll +0 -0
  579. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/xunit.runner.visualstudio.dotnetcore.testadapter.dll +0 -0
  580. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  581. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  582. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  583. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  584. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  585. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  586. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  587. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  588. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  589. package/BlueprintTemplate/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  590. package/BlueprintTemplate/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.dgspec.json +372 -0
  591. package/BlueprintTemplate/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.g.props +30 -0
  592. package/BlueprintTemplate/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.g.targets +14 -0
  593. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
  594. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprin.BFA8907E.Up2Date +0 -0
  595. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.AssemblyInfo.cs +23 -0
  596. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.AssemblyInfoInputs.cache +1 -0
  597. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.GeneratedMSBuildEditorConfig.editorconfig +13 -0
  598. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.GlobalUsings.g.cs +9 -0
  599. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.assets.cache +0 -0
  600. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.AssemblyReference.cache +0 -0
  601. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.CoreCompileInputs.cache +1 -0
  602. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.FileListAbsolute.txt +154 -0
  603. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.dll +0 -0
  604. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.genruntimeconfig.cache +1 -0
  605. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.pdb +0 -0
  606. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.sourcelink.json +1 -0
  607. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/ref/Blueprint.Test.dll +0 -0
  608. package/BlueprintTemplate/Blueprint.Test/obj/Debug/net8.0/refint/Blueprint.Test.dll +0 -0
  609. package/BlueprintTemplate/Blueprint.Test/obj/project.assets.json +9266 -0
  610. package/BlueprintTemplate/Blueprint.Test/obj/project.nuget.cache +170 -0
  611. package/BlueprintTemplate/Blueprint.sln +43 -0
  612. package/BlueprintTemplate/README.md +0 -0
  613. package/BlueprintTemplate/gitignore +17 -0
  614. package/package.json +2 -9
@@ -0,0 +1,2804 @@
1
+ {
2
+ "runtimeTarget": {
3
+ "name": ".NETCoreApp,Version=v8.0",
4
+ "signature": ""
5
+ },
6
+ "compilationOptions": {},
7
+ "targets": {
8
+ ".NETCoreApp,Version=v8.0": {
9
+ "Blueprint.Test/1.0.0": {
10
+ "dependencies": {
11
+ "Blueprint.API": "1.0.0",
12
+ "Blueprint.Core": "1.0.0",
13
+ "Blueprint.Infra": "1.0.0",
14
+ "Microsoft.NET.Test.Sdk": "17.8.0",
15
+ "coverlet.collector": "6.0.0",
16
+ "xunit": "2.5.3",
17
+ "xunit.runner.visualstudio": "2.5.3"
18
+ },
19
+ "runtime": {
20
+ "Blueprint.Test.dll": {}
21
+ }
22
+ },
23
+ "AutoMapper/13.0.1": {
24
+ "dependencies": {
25
+ "Microsoft.Extensions.Options": "8.0.2"
26
+ },
27
+ "runtime": {
28
+ "lib/net6.0/AutoMapper.dll": {
29
+ "assemblyVersion": "13.0.0.0",
30
+ "fileVersion": "13.0.1.0"
31
+ }
32
+ }
33
+ },
34
+ "AWSSDK.Core/3.7.400.70": {
35
+ "runtime": {
36
+ "lib/net8.0/AWSSDK.Core.dll": {
37
+ "assemblyVersion": "3.3.0.0",
38
+ "fileVersion": "3.7.400.70"
39
+ }
40
+ }
41
+ },
42
+ "AWSSDK.Extensions.NETCore.Setup/3.7.301": {
43
+ "dependencies": {
44
+ "AWSSDK.Core": "3.7.400.70",
45
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
46
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
47
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2"
48
+ },
49
+ "runtime": {
50
+ "lib/net8.0/AWSSDK.Extensions.NETCore.Setup.dll": {
51
+ "assemblyVersion": "3.3.0.0",
52
+ "fileVersion": "3.7.7.0"
53
+ }
54
+ }
55
+ },
56
+ "AWSSDK.S3/3.7.410.12": {
57
+ "dependencies": {
58
+ "AWSSDK.Core": "3.7.400.70"
59
+ },
60
+ "runtime": {
61
+ "lib/net8.0/AWSSDK.S3.dll": {
62
+ "assemblyVersion": "3.3.0.0",
63
+ "fileVersion": "3.7.410.12"
64
+ }
65
+ }
66
+ },
67
+ "coverlet.collector/6.0.0": {},
68
+ "DnsClient/1.6.1": {
69
+ "dependencies": {
70
+ "Microsoft.Win32.Registry": "5.0.0"
71
+ },
72
+ "runtime": {
73
+ "lib/net5.0/DnsClient.dll": {
74
+ "assemblyVersion": "1.6.1.0",
75
+ "fileVersion": "1.6.1.0"
76
+ }
77
+ }
78
+ },
79
+ "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.10": {
80
+ "dependencies": {
81
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2"
82
+ },
83
+ "runtime": {
84
+ "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
85
+ "assemblyVersion": "8.0.10.0",
86
+ "fileVersion": "8.0.1024.46804"
87
+ }
88
+ }
89
+ },
90
+ "Microsoft.AspNetCore.Mvc.Versioning/5.1.0": {
91
+ "runtime": {
92
+ "lib/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll": {
93
+ "assemblyVersion": "5.1.0.0",
94
+ "fileVersion": "5.1.8270.41513"
95
+ }
96
+ }
97
+ },
98
+ "Microsoft.Bcl.Memory/9.0.0": {
99
+ "runtime": {
100
+ "lib/net8.0/Microsoft.Bcl.Memory.dll": {
101
+ "assemblyVersion": "9.0.0.0",
102
+ "fileVersion": "9.0.24.52809"
103
+ }
104
+ }
105
+ },
106
+ "Microsoft.CodeCoverage/17.8.0": {
107
+ "runtime": {
108
+ "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
109
+ "assemblyVersion": "15.0.0.0",
110
+ "fileVersion": "17.800.623.45702"
111
+ }
112
+ }
113
+ },
114
+ "Microsoft.EntityFrameworkCore/8.0.10": {
115
+ "dependencies": {
116
+ "Microsoft.EntityFrameworkCore.Abstractions": "8.0.10",
117
+ "Microsoft.EntityFrameworkCore.Analyzers": "8.0.10",
118
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
119
+ "Microsoft.Extensions.Logging": "8.0.1"
120
+ },
121
+ "runtime": {
122
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
123
+ "assemblyVersion": "8.0.10.0",
124
+ "fileVersion": "8.0.1024.46708"
125
+ }
126
+ }
127
+ },
128
+ "Microsoft.EntityFrameworkCore.Abstractions/8.0.10": {
129
+ "runtime": {
130
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
131
+ "assemblyVersion": "8.0.10.0",
132
+ "fileVersion": "8.0.1024.46708"
133
+ }
134
+ }
135
+ },
136
+ "Microsoft.EntityFrameworkCore.Analyzers/8.0.10": {},
137
+ "Microsoft.EntityFrameworkCore.Relational/8.0.2": {
138
+ "dependencies": {
139
+ "Microsoft.EntityFrameworkCore": "8.0.10",
140
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
141
+ },
142
+ "runtime": {
143
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
144
+ "assemblyVersion": "8.0.2.0",
145
+ "fileVersion": "8.0.224.6803"
146
+ }
147
+ }
148
+ },
149
+ "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
150
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
151
+ "dependencies": {
152
+ "Microsoft.Extensions.Primitives": "8.0.0"
153
+ }
154
+ },
155
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
156
+ "dependencies": {
157
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
158
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
159
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
160
+ "Microsoft.Extensions.Options": "8.0.2",
161
+ "Microsoft.Extensions.Primitives": "8.0.0"
162
+ },
163
+ "runtime": {
164
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
165
+ "assemblyVersion": "8.0.0.0",
166
+ "fileVersion": "8.0.1024.46610"
167
+ }
168
+ }
169
+ },
170
+ "Microsoft.Extensions.Configuration/8.0.0": {
171
+ "dependencies": {
172
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
173
+ "Microsoft.Extensions.Primitives": "8.0.0"
174
+ }
175
+ },
176
+ "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
177
+ "dependencies": {
178
+ "Microsoft.Extensions.Primitives": "8.0.0"
179
+ }
180
+ },
181
+ "Microsoft.Extensions.Configuration.Binder/8.0.0": {
182
+ "dependencies": {
183
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
184
+ }
185
+ },
186
+ "Microsoft.Extensions.Configuration.CommandLine/8.0.0": {
187
+ "dependencies": {
188
+ "Microsoft.Extensions.Configuration": "8.0.0",
189
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
190
+ }
191
+ },
192
+ "Microsoft.Extensions.Configuration.EnvironmentVariables/8.0.0": {
193
+ "dependencies": {
194
+ "Microsoft.Extensions.Configuration": "8.0.0",
195
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
196
+ }
197
+ },
198
+ "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
199
+ "dependencies": {
200
+ "Microsoft.Extensions.Configuration": "8.0.0",
201
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
202
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
203
+ "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
204
+ "Microsoft.Extensions.Primitives": "8.0.0"
205
+ }
206
+ },
207
+ "Microsoft.Extensions.Configuration.Json/8.0.0": {
208
+ "dependencies": {
209
+ "Microsoft.Extensions.Configuration": "8.0.0",
210
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
211
+ "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0",
212
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
213
+ "System.Text.Json": "8.0.0"
214
+ }
215
+ },
216
+ "Microsoft.Extensions.Configuration.UserSecrets/8.0.0": {
217
+ "dependencies": {
218
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
219
+ "Microsoft.Extensions.Configuration.Json": "8.0.0",
220
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
221
+ "Microsoft.Extensions.FileProviders.Physical": "8.0.0"
222
+ }
223
+ },
224
+ "Microsoft.Extensions.DependencyInjection/8.0.1": {
225
+ "dependencies": {
226
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
227
+ },
228
+ "runtime": {
229
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
230
+ "assemblyVersion": "8.0.0.0",
231
+ "fileVersion": "8.0.1024.46610"
232
+ }
233
+ }
234
+ },
235
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
236
+ "runtime": {
237
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
238
+ "assemblyVersion": "8.0.0.0",
239
+ "fileVersion": "8.0.1024.46610"
240
+ }
241
+ }
242
+ },
243
+ "Microsoft.Extensions.Diagnostics/8.0.0": {
244
+ "dependencies": {
245
+ "Microsoft.Extensions.Configuration": "8.0.0",
246
+ "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0",
247
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0"
248
+ }
249
+ },
250
+ "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": {
251
+ "dependencies": {
252
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
253
+ "Microsoft.Extensions.Options": "8.0.2",
254
+ "System.Diagnostics.DiagnosticSource": "8.0.0"
255
+ }
256
+ },
257
+ "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
258
+ "dependencies": {
259
+ "Microsoft.Extensions.Primitives": "8.0.0"
260
+ }
261
+ },
262
+ "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
263
+ "dependencies": {
264
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
265
+ "Microsoft.Extensions.FileSystemGlobbing": "8.0.0",
266
+ "Microsoft.Extensions.Primitives": "8.0.0"
267
+ }
268
+ },
269
+ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {},
270
+ "Microsoft.Extensions.Hosting/8.0.0": {
271
+ "dependencies": {
272
+ "Microsoft.Extensions.Configuration": "8.0.0",
273
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
274
+ "Microsoft.Extensions.Configuration.Binder": "8.0.0",
275
+ "Microsoft.Extensions.Configuration.CommandLine": "8.0.0",
276
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "8.0.0",
277
+ "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0",
278
+ "Microsoft.Extensions.Configuration.Json": "8.0.0",
279
+ "Microsoft.Extensions.Configuration.UserSecrets": "8.0.0",
280
+ "Microsoft.Extensions.DependencyInjection": "8.0.1",
281
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
282
+ "Microsoft.Extensions.Diagnostics": "8.0.0",
283
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
284
+ "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
285
+ "Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
286
+ "Microsoft.Extensions.Logging": "8.0.1",
287
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
288
+ "Microsoft.Extensions.Logging.Configuration": "8.0.0",
289
+ "Microsoft.Extensions.Logging.Console": "8.0.0",
290
+ "Microsoft.Extensions.Logging.Debug": "8.0.0",
291
+ "Microsoft.Extensions.Logging.EventLog": "8.0.0",
292
+ "Microsoft.Extensions.Logging.EventSource": "8.0.0",
293
+ "Microsoft.Extensions.Options": "8.0.2"
294
+ }
295
+ },
296
+ "Microsoft.Extensions.Hosting.Abstractions/8.0.0": {
297
+ "dependencies": {
298
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
299
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
300
+ "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0",
301
+ "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
302
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2"
303
+ }
304
+ },
305
+ "Microsoft.Extensions.Logging/8.0.1": {
306
+ "dependencies": {
307
+ "Microsoft.Extensions.DependencyInjection": "8.0.1",
308
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
309
+ "Microsoft.Extensions.Options": "8.0.2"
310
+ },
311
+ "runtime": {
312
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
313
+ "assemblyVersion": "8.0.0.0",
314
+ "fileVersion": "8.0.1024.46610"
315
+ }
316
+ }
317
+ },
318
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
319
+ "dependencies": {
320
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
321
+ },
322
+ "runtime": {
323
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
324
+ "assemblyVersion": "8.0.0.0",
325
+ "fileVersion": "8.0.1024.46610"
326
+ }
327
+ }
328
+ },
329
+ "Microsoft.Extensions.Logging.Configuration/8.0.0": {
330
+ "dependencies": {
331
+ "Microsoft.Extensions.Configuration": "8.0.0",
332
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
333
+ "Microsoft.Extensions.Configuration.Binder": "8.0.0",
334
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
335
+ "Microsoft.Extensions.Logging": "8.0.1",
336
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
337
+ "Microsoft.Extensions.Options": "8.0.2",
338
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0"
339
+ }
340
+ },
341
+ "Microsoft.Extensions.Logging.Console/8.0.0": {
342
+ "dependencies": {
343
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
344
+ "Microsoft.Extensions.Logging": "8.0.1",
345
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
346
+ "Microsoft.Extensions.Logging.Configuration": "8.0.0",
347
+ "Microsoft.Extensions.Options": "8.0.2",
348
+ "System.Text.Json": "8.0.0"
349
+ }
350
+ },
351
+ "Microsoft.Extensions.Logging.Debug/8.0.0": {
352
+ "dependencies": {
353
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
354
+ "Microsoft.Extensions.Logging": "8.0.1",
355
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2"
356
+ }
357
+ },
358
+ "Microsoft.Extensions.Logging.EventLog/8.0.0": {
359
+ "dependencies": {
360
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
361
+ "Microsoft.Extensions.Logging": "8.0.1",
362
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
363
+ "Microsoft.Extensions.Options": "8.0.2",
364
+ "System.Diagnostics.EventLog": "8.0.0"
365
+ }
366
+ },
367
+ "Microsoft.Extensions.Logging.EventSource/8.0.0": {
368
+ "dependencies": {
369
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
370
+ "Microsoft.Extensions.Logging": "8.0.1",
371
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
372
+ "Microsoft.Extensions.Options": "8.0.2",
373
+ "Microsoft.Extensions.Primitives": "8.0.0",
374
+ "System.Text.Json": "8.0.0"
375
+ }
376
+ },
377
+ "Microsoft.Extensions.Options/8.0.2": {
378
+ "dependencies": {
379
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
380
+ "Microsoft.Extensions.Primitives": "8.0.0"
381
+ },
382
+ "runtime": {
383
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
384
+ "assemblyVersion": "8.0.0.0",
385
+ "fileVersion": "8.0.224.6711"
386
+ }
387
+ }
388
+ },
389
+ "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": {
390
+ "dependencies": {
391
+ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
392
+ "Microsoft.Extensions.Configuration.Binder": "8.0.0",
393
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
394
+ "Microsoft.Extensions.Options": "8.0.2",
395
+ "Microsoft.Extensions.Primitives": "8.0.0"
396
+ }
397
+ },
398
+ "Microsoft.Extensions.Primitives/8.0.0": {},
399
+ "Microsoft.IdentityModel.Abstractions/8.3.1": {
400
+ "runtime": {
401
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
402
+ "assemblyVersion": "8.3.1.0",
403
+ "fileVersion": "8.3.1.60117"
404
+ }
405
+ }
406
+ },
407
+ "Microsoft.IdentityModel.JsonWebTokens/8.3.1": {
408
+ "dependencies": {
409
+ "Microsoft.IdentityModel.Tokens": "8.3.1"
410
+ },
411
+ "runtime": {
412
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
413
+ "assemblyVersion": "8.3.1.0",
414
+ "fileVersion": "8.3.1.60117"
415
+ }
416
+ }
417
+ },
418
+ "Microsoft.IdentityModel.Logging/8.3.1": {
419
+ "dependencies": {
420
+ "Microsoft.IdentityModel.Abstractions": "8.3.1"
421
+ },
422
+ "runtime": {
423
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
424
+ "assemblyVersion": "8.3.1.0",
425
+ "fileVersion": "8.3.1.60117"
426
+ }
427
+ }
428
+ },
429
+ "Microsoft.IdentityModel.Protocols/7.1.2": {
430
+ "dependencies": {
431
+ "Microsoft.IdentityModel.Logging": "8.3.1",
432
+ "Microsoft.IdentityModel.Tokens": "8.3.1"
433
+ },
434
+ "runtime": {
435
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
436
+ "assemblyVersion": "7.1.2.0",
437
+ "fileVersion": "7.1.2.41121"
438
+ }
439
+ }
440
+ },
441
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": {
442
+ "dependencies": {
443
+ "Microsoft.IdentityModel.Protocols": "7.1.2",
444
+ "System.IdentityModel.Tokens.Jwt": "8.3.1"
445
+ },
446
+ "runtime": {
447
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
448
+ "assemblyVersion": "7.1.2.0",
449
+ "fileVersion": "7.1.2.41121"
450
+ }
451
+ }
452
+ },
453
+ "Microsoft.IdentityModel.Tokens/8.3.1": {
454
+ "dependencies": {
455
+ "Microsoft.Bcl.Memory": "9.0.0",
456
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
457
+ "Microsoft.IdentityModel.Logging": "8.3.1"
458
+ },
459
+ "runtime": {
460
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
461
+ "assemblyVersion": "8.3.1.0",
462
+ "fileVersion": "8.3.1.60117"
463
+ }
464
+ }
465
+ },
466
+ "Microsoft.NET.Test.Sdk/17.8.0": {
467
+ "dependencies": {
468
+ "Microsoft.CodeCoverage": "17.8.0",
469
+ "Microsoft.TestPlatform.TestHost": "17.8.0"
470
+ }
471
+ },
472
+ "Microsoft.NETCore.Platforms/5.0.0": {},
473
+ "Microsoft.NETCore.Targets/1.1.0": {},
474
+ "Microsoft.OpenApi/1.2.3": {
475
+ "runtime": {
476
+ "lib/netstandard2.0/Microsoft.OpenApi.dll": {
477
+ "assemblyVersion": "1.2.3.0",
478
+ "fileVersion": "1.2.3.0"
479
+ }
480
+ }
481
+ },
482
+ "Microsoft.TestPlatform.ObjectModel/17.8.0": {
483
+ "dependencies": {
484
+ "NuGet.Frameworks": "6.5.0",
485
+ "System.Reflection.Metadata": "1.6.0"
486
+ },
487
+ "runtime": {
488
+ "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {
489
+ "assemblyVersion": "15.0.0.0",
490
+ "fileVersion": "17.800.23.55801"
491
+ },
492
+ "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {
493
+ "assemblyVersion": "15.0.0.0",
494
+ "fileVersion": "17.800.23.55801"
495
+ },
496
+ "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
497
+ "assemblyVersion": "15.0.0.0",
498
+ "fileVersion": "17.800.23.55801"
499
+ }
500
+ },
501
+ "resources": {
502
+ "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
503
+ "locale": "cs"
504
+ },
505
+ "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
506
+ "locale": "cs"
507
+ },
508
+ "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
509
+ "locale": "de"
510
+ },
511
+ "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
512
+ "locale": "de"
513
+ },
514
+ "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
515
+ "locale": "es"
516
+ },
517
+ "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
518
+ "locale": "es"
519
+ },
520
+ "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
521
+ "locale": "fr"
522
+ },
523
+ "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
524
+ "locale": "fr"
525
+ },
526
+ "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
527
+ "locale": "it"
528
+ },
529
+ "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
530
+ "locale": "it"
531
+ },
532
+ "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
533
+ "locale": "ja"
534
+ },
535
+ "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
536
+ "locale": "ja"
537
+ },
538
+ "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
539
+ "locale": "ko"
540
+ },
541
+ "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
542
+ "locale": "ko"
543
+ },
544
+ "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
545
+ "locale": "pl"
546
+ },
547
+ "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
548
+ "locale": "pl"
549
+ },
550
+ "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
551
+ "locale": "pt-BR"
552
+ },
553
+ "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
554
+ "locale": "pt-BR"
555
+ },
556
+ "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
557
+ "locale": "ru"
558
+ },
559
+ "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
560
+ "locale": "ru"
561
+ },
562
+ "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
563
+ "locale": "tr"
564
+ },
565
+ "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
566
+ "locale": "tr"
567
+ },
568
+ "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
569
+ "locale": "zh-Hans"
570
+ },
571
+ "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
572
+ "locale": "zh-Hans"
573
+ },
574
+ "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
575
+ "locale": "zh-Hant"
576
+ },
577
+ "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
578
+ "locale": "zh-Hant"
579
+ }
580
+ }
581
+ },
582
+ "Microsoft.TestPlatform.TestHost/17.8.0": {
583
+ "dependencies": {
584
+ "Microsoft.TestPlatform.ObjectModel": "17.8.0",
585
+ "Newtonsoft.Json": "13.0.1"
586
+ },
587
+ "runtime": {
588
+ "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {
589
+ "assemblyVersion": "15.0.0.0",
590
+ "fileVersion": "17.800.23.55801"
591
+ },
592
+ "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {
593
+ "assemblyVersion": "15.0.0.0",
594
+ "fileVersion": "17.800.23.55801"
595
+ },
596
+ "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {
597
+ "assemblyVersion": "15.0.0.0",
598
+ "fileVersion": "17.800.23.55801"
599
+ },
600
+ "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {
601
+ "assemblyVersion": "15.0.0.0",
602
+ "fileVersion": "17.800.23.55801"
603
+ },
604
+ "lib/netcoreapp3.1/testhost.dll": {
605
+ "assemblyVersion": "15.0.0.0",
606
+ "fileVersion": "17.800.23.55801"
607
+ }
608
+ },
609
+ "resources": {
610
+ "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
611
+ "locale": "cs"
612
+ },
613
+ "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
614
+ "locale": "cs"
615
+ },
616
+ "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
617
+ "locale": "cs"
618
+ },
619
+ "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
620
+ "locale": "de"
621
+ },
622
+ "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
623
+ "locale": "de"
624
+ },
625
+ "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
626
+ "locale": "de"
627
+ },
628
+ "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
629
+ "locale": "es"
630
+ },
631
+ "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
632
+ "locale": "es"
633
+ },
634
+ "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
635
+ "locale": "es"
636
+ },
637
+ "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
638
+ "locale": "fr"
639
+ },
640
+ "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
641
+ "locale": "fr"
642
+ },
643
+ "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
644
+ "locale": "fr"
645
+ },
646
+ "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
647
+ "locale": "it"
648
+ },
649
+ "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
650
+ "locale": "it"
651
+ },
652
+ "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
653
+ "locale": "it"
654
+ },
655
+ "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
656
+ "locale": "ja"
657
+ },
658
+ "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
659
+ "locale": "ja"
660
+ },
661
+ "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
662
+ "locale": "ja"
663
+ },
664
+ "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
665
+ "locale": "ko"
666
+ },
667
+ "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
668
+ "locale": "ko"
669
+ },
670
+ "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
671
+ "locale": "ko"
672
+ },
673
+ "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
674
+ "locale": "pl"
675
+ },
676
+ "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
677
+ "locale": "pl"
678
+ },
679
+ "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
680
+ "locale": "pl"
681
+ },
682
+ "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
683
+ "locale": "pt-BR"
684
+ },
685
+ "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
686
+ "locale": "pt-BR"
687
+ },
688
+ "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
689
+ "locale": "pt-BR"
690
+ },
691
+ "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
692
+ "locale": "ru"
693
+ },
694
+ "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
695
+ "locale": "ru"
696
+ },
697
+ "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
698
+ "locale": "ru"
699
+ },
700
+ "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
701
+ "locale": "tr"
702
+ },
703
+ "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
704
+ "locale": "tr"
705
+ },
706
+ "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
707
+ "locale": "tr"
708
+ },
709
+ "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
710
+ "locale": "zh-Hans"
711
+ },
712
+ "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
713
+ "locale": "zh-Hans"
714
+ },
715
+ "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
716
+ "locale": "zh-Hans"
717
+ },
718
+ "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
719
+ "locale": "zh-Hant"
720
+ },
721
+ "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
722
+ "locale": "zh-Hant"
723
+ },
724
+ "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
725
+ "locale": "zh-Hant"
726
+ }
727
+ }
728
+ },
729
+ "Microsoft.Win32.Primitives/4.3.0": {
730
+ "dependencies": {
731
+ "Microsoft.NETCore.Platforms": "5.0.0",
732
+ "Microsoft.NETCore.Targets": "1.1.0",
733
+ "System.Runtime": "4.3.0"
734
+ }
735
+ },
736
+ "Microsoft.Win32.Registry/5.0.0": {
737
+ "dependencies": {
738
+ "System.Security.AccessControl": "5.0.0",
739
+ "System.Security.Principal.Windows": "5.0.0"
740
+ }
741
+ },
742
+ "MongoDB.Bson/3.1.0": {
743
+ "dependencies": {
744
+ "System.Memory": "4.5.5",
745
+ "System.Runtime.CompilerServices.Unsafe": "5.0.0"
746
+ },
747
+ "runtime": {
748
+ "lib/net6.0/MongoDB.Bson.dll": {
749
+ "assemblyVersion": "3.1.0.0",
750
+ "fileVersion": "3.1.0.0"
751
+ }
752
+ }
753
+ },
754
+ "MongoDB.Driver/3.1.0": {
755
+ "dependencies": {
756
+ "DnsClient": "1.6.1",
757
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
758
+ "MongoDB.Bson": "3.1.0",
759
+ "SharpCompress": "0.30.1",
760
+ "Snappier": "1.0.0",
761
+ "System.Buffers": "4.5.1",
762
+ "ZstdSharp.Port": "0.7.3"
763
+ },
764
+ "runtime": {
765
+ "lib/net6.0/MongoDB.Driver.dll": {
766
+ "assemblyVersion": "3.1.0.0",
767
+ "fileVersion": "3.1.0.0"
768
+ }
769
+ }
770
+ },
771
+ "MySqlConnector/2.3.5": {
772
+ "dependencies": {
773
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2"
774
+ },
775
+ "runtime": {
776
+ "lib/net8.0/MySqlConnector.dll": {
777
+ "assemblyVersion": "2.0.0.0",
778
+ "fileVersion": "2.3.5.0"
779
+ }
780
+ }
781
+ },
782
+ "NETStandard.Library/1.6.1": {
783
+ "dependencies": {
784
+ "Microsoft.NETCore.Platforms": "5.0.0",
785
+ "Microsoft.Win32.Primitives": "4.3.0",
786
+ "System.AppContext": "4.3.0",
787
+ "System.Collections": "4.3.0",
788
+ "System.Collections.Concurrent": "4.3.0",
789
+ "System.Console": "4.3.0",
790
+ "System.Diagnostics.Debug": "4.3.0",
791
+ "System.Diagnostics.Tools": "4.3.0",
792
+ "System.Diagnostics.Tracing": "4.3.0",
793
+ "System.Globalization": "4.3.0",
794
+ "System.Globalization.Calendars": "4.3.0",
795
+ "System.IO": "4.3.0",
796
+ "System.IO.Compression": "4.3.0",
797
+ "System.IO.Compression.ZipFile": "4.3.0",
798
+ "System.IO.FileSystem": "4.3.0",
799
+ "System.IO.FileSystem.Primitives": "4.3.0",
800
+ "System.Linq": "4.3.0",
801
+ "System.Linq.Expressions": "4.3.0",
802
+ "System.Net.Http": "4.3.0",
803
+ "System.Net.Primitives": "4.3.0",
804
+ "System.Net.Sockets": "4.3.0",
805
+ "System.ObjectModel": "4.3.0",
806
+ "System.Reflection": "4.3.0",
807
+ "System.Reflection.Extensions": "4.3.0",
808
+ "System.Reflection.Primitives": "4.3.0",
809
+ "System.Resources.ResourceManager": "4.3.0",
810
+ "System.Runtime": "4.3.0",
811
+ "System.Runtime.Extensions": "4.3.0",
812
+ "System.Runtime.Handles": "4.3.0",
813
+ "System.Runtime.InteropServices": "4.3.0",
814
+ "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
815
+ "System.Runtime.Numerics": "4.3.0",
816
+ "System.Security.Cryptography.Algorithms": "4.3.0",
817
+ "System.Security.Cryptography.Encoding": "4.3.0",
818
+ "System.Security.Cryptography.Primitives": "4.3.0",
819
+ "System.Security.Cryptography.X509Certificates": "4.3.0",
820
+ "System.Text.Encoding": "4.3.0",
821
+ "System.Text.Encoding.Extensions": "4.3.0",
822
+ "System.Text.RegularExpressions": "4.3.0",
823
+ "System.Threading": "4.3.0",
824
+ "System.Threading.Tasks": "4.3.0",
825
+ "System.Threading.Timer": "4.3.0",
826
+ "System.Xml.ReaderWriter": "4.3.0",
827
+ "System.Xml.XDocument": "4.3.0"
828
+ }
829
+ },
830
+ "Newtonsoft.Json/13.0.1": {
831
+ "runtime": {
832
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
833
+ "assemblyVersion": "13.0.0.0",
834
+ "fileVersion": "13.0.1.25517"
835
+ }
836
+ }
837
+ },
838
+ "NuGet.Frameworks/6.5.0": {
839
+ "runtime": {
840
+ "lib/netstandard2.0/NuGet.Frameworks.dll": {
841
+ "assemblyVersion": "6.5.0.154",
842
+ "fileVersion": "6.5.0.154"
843
+ }
844
+ }
845
+ },
846
+ "Pomelo.EntityFrameworkCore.MySql/8.0.2": {
847
+ "dependencies": {
848
+ "Microsoft.EntityFrameworkCore.Relational": "8.0.2",
849
+ "MySqlConnector": "2.3.5"
850
+ },
851
+ "runtime": {
852
+ "lib/net8.0/Pomelo.EntityFrameworkCore.MySql.dll": {
853
+ "assemblyVersion": "8.0.2.0",
854
+ "fileVersion": "8.0.2.0"
855
+ }
856
+ }
857
+ },
858
+ "RabbitMQ.Client/7.0.0": {
859
+ "dependencies": {
860
+ "System.IO.Pipelines": "8.0.0",
861
+ "System.Threading.RateLimiting": "8.0.0"
862
+ },
863
+ "runtime": {
864
+ "lib/net8.0/RabbitMQ.Client.dll": {
865
+ "assemblyVersion": "7.0.0.0",
866
+ "fileVersion": "7.0.0.0"
867
+ }
868
+ }
869
+ },
870
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
871
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
872
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
873
+ "runtime.native.System/4.3.0": {
874
+ "dependencies": {
875
+ "Microsoft.NETCore.Platforms": "5.0.0",
876
+ "Microsoft.NETCore.Targets": "1.1.0"
877
+ }
878
+ },
879
+ "runtime.native.System.IO.Compression/4.3.0": {
880
+ "dependencies": {
881
+ "Microsoft.NETCore.Platforms": "5.0.0",
882
+ "Microsoft.NETCore.Targets": "1.1.0"
883
+ }
884
+ },
885
+ "runtime.native.System.Net.Http/4.3.0": {
886
+ "dependencies": {
887
+ "Microsoft.NETCore.Platforms": "5.0.0",
888
+ "Microsoft.NETCore.Targets": "1.1.0"
889
+ }
890
+ },
891
+ "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
892
+ "dependencies": {
893
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
894
+ }
895
+ },
896
+ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
897
+ "dependencies": {
898
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
899
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
900
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
901
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
902
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
903
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
904
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
905
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
906
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
907
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
908
+ }
909
+ },
910
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
911
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
912
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
913
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
914
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
915
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
916
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
917
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
918
+ "SharpCompress/0.30.1": {
919
+ "runtime": {
920
+ "lib/net5.0/SharpCompress.dll": {
921
+ "assemblyVersion": "0.30.1.0",
922
+ "fileVersion": "0.30.1.0"
923
+ }
924
+ }
925
+ },
926
+ "Snappier/1.0.0": {
927
+ "runtime": {
928
+ "lib/net5.0/Snappier.dll": {
929
+ "assemblyVersion": "1.0.0.0",
930
+ "fileVersion": "1.0.0.0"
931
+ }
932
+ }
933
+ },
934
+ "Swashbuckle.AspNetCore/6.4.0": {
935
+ "dependencies": {
936
+ "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
937
+ "Swashbuckle.AspNetCore.Swagger": "6.4.0",
938
+ "Swashbuckle.AspNetCore.SwaggerGen": "6.4.0",
939
+ "Swashbuckle.AspNetCore.SwaggerUI": "6.4.0"
940
+ }
941
+ },
942
+ "Swashbuckle.AspNetCore.Swagger/6.4.0": {
943
+ "dependencies": {
944
+ "Microsoft.OpenApi": "1.2.3"
945
+ },
946
+ "runtime": {
947
+ "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
948
+ "assemblyVersion": "6.4.0.0",
949
+ "fileVersion": "6.4.0.0"
950
+ }
951
+ }
952
+ },
953
+ "Swashbuckle.AspNetCore.SwaggerGen/6.4.0": {
954
+ "dependencies": {
955
+ "Swashbuckle.AspNetCore.Swagger": "6.4.0"
956
+ },
957
+ "runtime": {
958
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
959
+ "assemblyVersion": "6.4.0.0",
960
+ "fileVersion": "6.4.0.0"
961
+ }
962
+ }
963
+ },
964
+ "Swashbuckle.AspNetCore.SwaggerUI/6.4.0": {
965
+ "runtime": {
966
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
967
+ "assemblyVersion": "6.4.0.0",
968
+ "fileVersion": "6.4.0.0"
969
+ }
970
+ }
971
+ },
972
+ "System.AppContext/4.3.0": {
973
+ "dependencies": {
974
+ "System.Runtime": "4.3.0"
975
+ }
976
+ },
977
+ "System.Buffers/4.5.1": {},
978
+ "System.Collections/4.3.0": {
979
+ "dependencies": {
980
+ "Microsoft.NETCore.Platforms": "5.0.0",
981
+ "Microsoft.NETCore.Targets": "1.1.0",
982
+ "System.Runtime": "4.3.0"
983
+ }
984
+ },
985
+ "System.Collections.Concurrent/4.3.0": {
986
+ "dependencies": {
987
+ "System.Collections": "4.3.0",
988
+ "System.Diagnostics.Debug": "4.3.0",
989
+ "System.Diagnostics.Tracing": "4.3.0",
990
+ "System.Globalization": "4.3.0",
991
+ "System.Reflection": "4.3.0",
992
+ "System.Resources.ResourceManager": "4.3.0",
993
+ "System.Runtime": "4.3.0",
994
+ "System.Runtime.Extensions": "4.3.0",
995
+ "System.Threading": "4.3.0",
996
+ "System.Threading.Tasks": "4.3.0"
997
+ }
998
+ },
999
+ "System.Console/4.3.0": {
1000
+ "dependencies": {
1001
+ "Microsoft.NETCore.Platforms": "5.0.0",
1002
+ "Microsoft.NETCore.Targets": "1.1.0",
1003
+ "System.IO": "4.3.0",
1004
+ "System.Runtime": "4.3.0",
1005
+ "System.Text.Encoding": "4.3.0"
1006
+ }
1007
+ },
1008
+ "System.Diagnostics.Debug/4.3.0": {
1009
+ "dependencies": {
1010
+ "Microsoft.NETCore.Platforms": "5.0.0",
1011
+ "Microsoft.NETCore.Targets": "1.1.0",
1012
+ "System.Runtime": "4.3.0"
1013
+ }
1014
+ },
1015
+ "System.Diagnostics.DiagnosticSource/8.0.0": {},
1016
+ "System.Diagnostics.EventLog/8.0.0": {},
1017
+ "System.Diagnostics.Tools/4.3.0": {
1018
+ "dependencies": {
1019
+ "Microsoft.NETCore.Platforms": "5.0.0",
1020
+ "Microsoft.NETCore.Targets": "1.1.0",
1021
+ "System.Runtime": "4.3.0"
1022
+ }
1023
+ },
1024
+ "System.Diagnostics.Tracing/4.3.0": {
1025
+ "dependencies": {
1026
+ "Microsoft.NETCore.Platforms": "5.0.0",
1027
+ "Microsoft.NETCore.Targets": "1.1.0",
1028
+ "System.Runtime": "4.3.0"
1029
+ }
1030
+ },
1031
+ "System.Globalization/4.3.0": {
1032
+ "dependencies": {
1033
+ "Microsoft.NETCore.Platforms": "5.0.0",
1034
+ "Microsoft.NETCore.Targets": "1.1.0",
1035
+ "System.Runtime": "4.3.0"
1036
+ }
1037
+ },
1038
+ "System.Globalization.Calendars/4.3.0": {
1039
+ "dependencies": {
1040
+ "Microsoft.NETCore.Platforms": "5.0.0",
1041
+ "Microsoft.NETCore.Targets": "1.1.0",
1042
+ "System.Globalization": "4.3.0",
1043
+ "System.Runtime": "4.3.0"
1044
+ }
1045
+ },
1046
+ "System.Globalization.Extensions/4.3.0": {
1047
+ "dependencies": {
1048
+ "Microsoft.NETCore.Platforms": "5.0.0",
1049
+ "System.Globalization": "4.3.0",
1050
+ "System.Resources.ResourceManager": "4.3.0",
1051
+ "System.Runtime": "4.3.0",
1052
+ "System.Runtime.Extensions": "4.3.0",
1053
+ "System.Runtime.InteropServices": "4.3.0"
1054
+ }
1055
+ },
1056
+ "System.IdentityModel.Tokens.Jwt/8.3.1": {
1057
+ "dependencies": {
1058
+ "Microsoft.IdentityModel.JsonWebTokens": "8.3.1",
1059
+ "Microsoft.IdentityModel.Tokens": "8.3.1"
1060
+ },
1061
+ "runtime": {
1062
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
1063
+ "assemblyVersion": "8.3.1.0",
1064
+ "fileVersion": "8.3.1.60117"
1065
+ }
1066
+ }
1067
+ },
1068
+ "System.IO/4.3.0": {
1069
+ "dependencies": {
1070
+ "Microsoft.NETCore.Platforms": "5.0.0",
1071
+ "Microsoft.NETCore.Targets": "1.1.0",
1072
+ "System.Runtime": "4.3.0",
1073
+ "System.Text.Encoding": "4.3.0",
1074
+ "System.Threading.Tasks": "4.3.0"
1075
+ }
1076
+ },
1077
+ "System.IO.Compression/4.3.0": {
1078
+ "dependencies": {
1079
+ "Microsoft.NETCore.Platforms": "5.0.0",
1080
+ "System.Buffers": "4.5.1",
1081
+ "System.Collections": "4.3.0",
1082
+ "System.Diagnostics.Debug": "4.3.0",
1083
+ "System.IO": "4.3.0",
1084
+ "System.Resources.ResourceManager": "4.3.0",
1085
+ "System.Runtime": "4.3.0",
1086
+ "System.Runtime.Extensions": "4.3.0",
1087
+ "System.Runtime.Handles": "4.3.0",
1088
+ "System.Runtime.InteropServices": "4.3.0",
1089
+ "System.Text.Encoding": "4.3.0",
1090
+ "System.Threading": "4.3.0",
1091
+ "System.Threading.Tasks": "4.3.0",
1092
+ "runtime.native.System": "4.3.0",
1093
+ "runtime.native.System.IO.Compression": "4.3.0"
1094
+ }
1095
+ },
1096
+ "System.IO.Compression.ZipFile/4.3.0": {
1097
+ "dependencies": {
1098
+ "System.Buffers": "4.5.1",
1099
+ "System.IO": "4.3.0",
1100
+ "System.IO.Compression": "4.3.0",
1101
+ "System.IO.FileSystem": "4.3.0",
1102
+ "System.IO.FileSystem.Primitives": "4.3.0",
1103
+ "System.Resources.ResourceManager": "4.3.0",
1104
+ "System.Runtime": "4.3.0",
1105
+ "System.Runtime.Extensions": "4.3.0",
1106
+ "System.Text.Encoding": "4.3.0"
1107
+ }
1108
+ },
1109
+ "System.IO.FileSystem/4.3.0": {
1110
+ "dependencies": {
1111
+ "Microsoft.NETCore.Platforms": "5.0.0",
1112
+ "Microsoft.NETCore.Targets": "1.1.0",
1113
+ "System.IO": "4.3.0",
1114
+ "System.IO.FileSystem.Primitives": "4.3.0",
1115
+ "System.Runtime": "4.3.0",
1116
+ "System.Runtime.Handles": "4.3.0",
1117
+ "System.Text.Encoding": "4.3.0",
1118
+ "System.Threading.Tasks": "4.3.0"
1119
+ }
1120
+ },
1121
+ "System.IO.FileSystem.Primitives/4.3.0": {
1122
+ "dependencies": {
1123
+ "System.Runtime": "4.3.0"
1124
+ }
1125
+ },
1126
+ "System.IO.Pipelines/8.0.0": {},
1127
+ "System.Linq/4.3.0": {
1128
+ "dependencies": {
1129
+ "System.Collections": "4.3.0",
1130
+ "System.Diagnostics.Debug": "4.3.0",
1131
+ "System.Resources.ResourceManager": "4.3.0",
1132
+ "System.Runtime": "4.3.0",
1133
+ "System.Runtime.Extensions": "4.3.0"
1134
+ }
1135
+ },
1136
+ "System.Linq.Expressions/4.3.0": {
1137
+ "dependencies": {
1138
+ "System.Collections": "4.3.0",
1139
+ "System.Diagnostics.Debug": "4.3.0",
1140
+ "System.Globalization": "4.3.0",
1141
+ "System.IO": "4.3.0",
1142
+ "System.Linq": "4.3.0",
1143
+ "System.ObjectModel": "4.3.0",
1144
+ "System.Reflection": "4.3.0",
1145
+ "System.Reflection.Emit": "4.3.0",
1146
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
1147
+ "System.Reflection.Emit.Lightweight": "4.3.0",
1148
+ "System.Reflection.Extensions": "4.3.0",
1149
+ "System.Reflection.Primitives": "4.3.0",
1150
+ "System.Reflection.TypeExtensions": "4.3.0",
1151
+ "System.Resources.ResourceManager": "4.3.0",
1152
+ "System.Runtime": "4.3.0",
1153
+ "System.Runtime.Extensions": "4.3.0",
1154
+ "System.Threading": "4.3.0"
1155
+ }
1156
+ },
1157
+ "System.Memory/4.5.5": {},
1158
+ "System.Net.Http/4.3.0": {
1159
+ "dependencies": {
1160
+ "Microsoft.NETCore.Platforms": "5.0.0",
1161
+ "System.Collections": "4.3.0",
1162
+ "System.Diagnostics.Debug": "4.3.0",
1163
+ "System.Diagnostics.DiagnosticSource": "8.0.0",
1164
+ "System.Diagnostics.Tracing": "4.3.0",
1165
+ "System.Globalization": "4.3.0",
1166
+ "System.Globalization.Extensions": "4.3.0",
1167
+ "System.IO": "4.3.0",
1168
+ "System.IO.FileSystem": "4.3.0",
1169
+ "System.Net.Primitives": "4.3.0",
1170
+ "System.Resources.ResourceManager": "4.3.0",
1171
+ "System.Runtime": "4.3.0",
1172
+ "System.Runtime.Extensions": "4.3.0",
1173
+ "System.Runtime.Handles": "4.3.0",
1174
+ "System.Runtime.InteropServices": "4.3.0",
1175
+ "System.Security.Cryptography.Algorithms": "4.3.0",
1176
+ "System.Security.Cryptography.Encoding": "4.3.0",
1177
+ "System.Security.Cryptography.OpenSsl": "4.3.0",
1178
+ "System.Security.Cryptography.Primitives": "4.3.0",
1179
+ "System.Security.Cryptography.X509Certificates": "4.3.0",
1180
+ "System.Text.Encoding": "4.3.0",
1181
+ "System.Threading": "4.3.0",
1182
+ "System.Threading.Tasks": "4.3.0",
1183
+ "runtime.native.System": "4.3.0",
1184
+ "runtime.native.System.Net.Http": "4.3.0",
1185
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
1186
+ }
1187
+ },
1188
+ "System.Net.Primitives/4.3.0": {
1189
+ "dependencies": {
1190
+ "Microsoft.NETCore.Platforms": "5.0.0",
1191
+ "Microsoft.NETCore.Targets": "1.1.0",
1192
+ "System.Runtime": "4.3.0",
1193
+ "System.Runtime.Handles": "4.3.0"
1194
+ }
1195
+ },
1196
+ "System.Net.Sockets/4.3.0": {
1197
+ "dependencies": {
1198
+ "Microsoft.NETCore.Platforms": "5.0.0",
1199
+ "Microsoft.NETCore.Targets": "1.1.0",
1200
+ "System.IO": "4.3.0",
1201
+ "System.Net.Primitives": "4.3.0",
1202
+ "System.Runtime": "4.3.0",
1203
+ "System.Threading.Tasks": "4.3.0"
1204
+ }
1205
+ },
1206
+ "System.ObjectModel/4.3.0": {
1207
+ "dependencies": {
1208
+ "System.Collections": "4.3.0",
1209
+ "System.Diagnostics.Debug": "4.3.0",
1210
+ "System.Resources.ResourceManager": "4.3.0",
1211
+ "System.Runtime": "4.3.0",
1212
+ "System.Threading": "4.3.0"
1213
+ }
1214
+ },
1215
+ "System.Reflection/4.3.0": {
1216
+ "dependencies": {
1217
+ "Microsoft.NETCore.Platforms": "5.0.0",
1218
+ "Microsoft.NETCore.Targets": "1.1.0",
1219
+ "System.IO": "4.3.0",
1220
+ "System.Reflection.Primitives": "4.3.0",
1221
+ "System.Runtime": "4.3.0"
1222
+ }
1223
+ },
1224
+ "System.Reflection.Emit/4.3.0": {
1225
+ "dependencies": {
1226
+ "System.IO": "4.3.0",
1227
+ "System.Reflection": "4.3.0",
1228
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
1229
+ "System.Reflection.Primitives": "4.3.0",
1230
+ "System.Runtime": "4.3.0"
1231
+ }
1232
+ },
1233
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
1234
+ "dependencies": {
1235
+ "System.Reflection": "4.3.0",
1236
+ "System.Reflection.Primitives": "4.3.0",
1237
+ "System.Runtime": "4.3.0"
1238
+ }
1239
+ },
1240
+ "System.Reflection.Emit.Lightweight/4.3.0": {
1241
+ "dependencies": {
1242
+ "System.Reflection": "4.3.0",
1243
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
1244
+ "System.Reflection.Primitives": "4.3.0",
1245
+ "System.Runtime": "4.3.0"
1246
+ }
1247
+ },
1248
+ "System.Reflection.Extensions/4.3.0": {
1249
+ "dependencies": {
1250
+ "Microsoft.NETCore.Platforms": "5.0.0",
1251
+ "Microsoft.NETCore.Targets": "1.1.0",
1252
+ "System.Reflection": "4.3.0",
1253
+ "System.Runtime": "4.3.0"
1254
+ }
1255
+ },
1256
+ "System.Reflection.Metadata/1.6.0": {},
1257
+ "System.Reflection.Primitives/4.3.0": {
1258
+ "dependencies": {
1259
+ "Microsoft.NETCore.Platforms": "5.0.0",
1260
+ "Microsoft.NETCore.Targets": "1.1.0",
1261
+ "System.Runtime": "4.3.0"
1262
+ }
1263
+ },
1264
+ "System.Reflection.TypeExtensions/4.3.0": {
1265
+ "dependencies": {
1266
+ "System.Reflection": "4.3.0",
1267
+ "System.Runtime": "4.3.0"
1268
+ }
1269
+ },
1270
+ "System.Resources.ResourceManager/4.3.0": {
1271
+ "dependencies": {
1272
+ "Microsoft.NETCore.Platforms": "5.0.0",
1273
+ "Microsoft.NETCore.Targets": "1.1.0",
1274
+ "System.Globalization": "4.3.0",
1275
+ "System.Reflection": "4.3.0",
1276
+ "System.Runtime": "4.3.0"
1277
+ }
1278
+ },
1279
+ "System.Runtime/4.3.0": {
1280
+ "dependencies": {
1281
+ "Microsoft.NETCore.Platforms": "5.0.0",
1282
+ "Microsoft.NETCore.Targets": "1.1.0"
1283
+ }
1284
+ },
1285
+ "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
1286
+ "System.Runtime.Extensions/4.3.0": {
1287
+ "dependencies": {
1288
+ "Microsoft.NETCore.Platforms": "5.0.0",
1289
+ "Microsoft.NETCore.Targets": "1.1.0",
1290
+ "System.Runtime": "4.3.0"
1291
+ }
1292
+ },
1293
+ "System.Runtime.Handles/4.3.0": {
1294
+ "dependencies": {
1295
+ "Microsoft.NETCore.Platforms": "5.0.0",
1296
+ "Microsoft.NETCore.Targets": "1.1.0",
1297
+ "System.Runtime": "4.3.0"
1298
+ }
1299
+ },
1300
+ "System.Runtime.InteropServices/4.3.0": {
1301
+ "dependencies": {
1302
+ "Microsoft.NETCore.Platforms": "5.0.0",
1303
+ "Microsoft.NETCore.Targets": "1.1.0",
1304
+ "System.Reflection": "4.3.0",
1305
+ "System.Reflection.Primitives": "4.3.0",
1306
+ "System.Runtime": "4.3.0",
1307
+ "System.Runtime.Handles": "4.3.0"
1308
+ }
1309
+ },
1310
+ "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
1311
+ "dependencies": {
1312
+ "System.Reflection": "4.3.0",
1313
+ "System.Reflection.Extensions": "4.3.0",
1314
+ "System.Resources.ResourceManager": "4.3.0",
1315
+ "System.Runtime": "4.3.0",
1316
+ "System.Runtime.InteropServices": "4.3.0",
1317
+ "System.Threading": "4.3.0",
1318
+ "runtime.native.System": "4.3.0"
1319
+ }
1320
+ },
1321
+ "System.Runtime.Numerics/4.3.0": {
1322
+ "dependencies": {
1323
+ "System.Globalization": "4.3.0",
1324
+ "System.Resources.ResourceManager": "4.3.0",
1325
+ "System.Runtime": "4.3.0",
1326
+ "System.Runtime.Extensions": "4.3.0"
1327
+ }
1328
+ },
1329
+ "System.Security.AccessControl/5.0.0": {
1330
+ "dependencies": {
1331
+ "Microsoft.NETCore.Platforms": "5.0.0",
1332
+ "System.Security.Principal.Windows": "5.0.0"
1333
+ }
1334
+ },
1335
+ "System.Security.Cryptography.Algorithms/4.3.0": {
1336
+ "dependencies": {
1337
+ "Microsoft.NETCore.Platforms": "5.0.0",
1338
+ "System.Collections": "4.3.0",
1339
+ "System.IO": "4.3.0",
1340
+ "System.Resources.ResourceManager": "4.3.0",
1341
+ "System.Runtime": "4.3.0",
1342
+ "System.Runtime.Extensions": "4.3.0",
1343
+ "System.Runtime.Handles": "4.3.0",
1344
+ "System.Runtime.InteropServices": "4.3.0",
1345
+ "System.Runtime.Numerics": "4.3.0",
1346
+ "System.Security.Cryptography.Encoding": "4.3.0",
1347
+ "System.Security.Cryptography.Primitives": "4.3.0",
1348
+ "System.Text.Encoding": "4.3.0",
1349
+ "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
1350
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
1351
+ }
1352
+ },
1353
+ "System.Security.Cryptography.Cng/4.3.0": {
1354
+ "dependencies": {
1355
+ "Microsoft.NETCore.Platforms": "5.0.0",
1356
+ "System.IO": "4.3.0",
1357
+ "System.Resources.ResourceManager": "4.3.0",
1358
+ "System.Runtime": "4.3.0",
1359
+ "System.Runtime.Extensions": "4.3.0",
1360
+ "System.Runtime.Handles": "4.3.0",
1361
+ "System.Runtime.InteropServices": "4.3.0",
1362
+ "System.Security.Cryptography.Algorithms": "4.3.0",
1363
+ "System.Security.Cryptography.Encoding": "4.3.0",
1364
+ "System.Security.Cryptography.Primitives": "4.3.0",
1365
+ "System.Text.Encoding": "4.3.0"
1366
+ }
1367
+ },
1368
+ "System.Security.Cryptography.Csp/4.3.0": {
1369
+ "dependencies": {
1370
+ "Microsoft.NETCore.Platforms": "5.0.0",
1371
+ "System.IO": "4.3.0",
1372
+ "System.Reflection": "4.3.0",
1373
+ "System.Resources.ResourceManager": "4.3.0",
1374
+ "System.Runtime": "4.3.0",
1375
+ "System.Runtime.Extensions": "4.3.0",
1376
+ "System.Runtime.Handles": "4.3.0",
1377
+ "System.Runtime.InteropServices": "4.3.0",
1378
+ "System.Security.Cryptography.Algorithms": "4.3.0",
1379
+ "System.Security.Cryptography.Encoding": "4.3.0",
1380
+ "System.Security.Cryptography.Primitives": "4.3.0",
1381
+ "System.Text.Encoding": "4.3.0",
1382
+ "System.Threading": "4.3.0"
1383
+ }
1384
+ },
1385
+ "System.Security.Cryptography.Encoding/4.3.0": {
1386
+ "dependencies": {
1387
+ "Microsoft.NETCore.Platforms": "5.0.0",
1388
+ "System.Collections": "4.3.0",
1389
+ "System.Collections.Concurrent": "4.3.0",
1390
+ "System.Linq": "4.3.0",
1391
+ "System.Resources.ResourceManager": "4.3.0",
1392
+ "System.Runtime": "4.3.0",
1393
+ "System.Runtime.Extensions": "4.3.0",
1394
+ "System.Runtime.Handles": "4.3.0",
1395
+ "System.Runtime.InteropServices": "4.3.0",
1396
+ "System.Security.Cryptography.Primitives": "4.3.0",
1397
+ "System.Text.Encoding": "4.3.0",
1398
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
1399
+ }
1400
+ },
1401
+ "System.Security.Cryptography.OpenSsl/4.3.0": {
1402
+ "dependencies": {
1403
+ "System.Collections": "4.3.0",
1404
+ "System.IO": "4.3.0",
1405
+ "System.Resources.ResourceManager": "4.3.0",
1406
+ "System.Runtime": "4.3.0",
1407
+ "System.Runtime.Extensions": "4.3.0",
1408
+ "System.Runtime.Handles": "4.3.0",
1409
+ "System.Runtime.InteropServices": "4.3.0",
1410
+ "System.Runtime.Numerics": "4.3.0",
1411
+ "System.Security.Cryptography.Algorithms": "4.3.0",
1412
+ "System.Security.Cryptography.Encoding": "4.3.0",
1413
+ "System.Security.Cryptography.Primitives": "4.3.0",
1414
+ "System.Text.Encoding": "4.3.0",
1415
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
1416
+ }
1417
+ },
1418
+ "System.Security.Cryptography.Primitives/4.3.0": {
1419
+ "dependencies": {
1420
+ "System.Diagnostics.Debug": "4.3.0",
1421
+ "System.Globalization": "4.3.0",
1422
+ "System.IO": "4.3.0",
1423
+ "System.Resources.ResourceManager": "4.3.0",
1424
+ "System.Runtime": "4.3.0",
1425
+ "System.Threading": "4.3.0",
1426
+ "System.Threading.Tasks": "4.3.0"
1427
+ }
1428
+ },
1429
+ "System.Security.Cryptography.X509Certificates/4.3.0": {
1430
+ "dependencies": {
1431
+ "Microsoft.NETCore.Platforms": "5.0.0",
1432
+ "System.Collections": "4.3.0",
1433
+ "System.Diagnostics.Debug": "4.3.0",
1434
+ "System.Globalization": "4.3.0",
1435
+ "System.Globalization.Calendars": "4.3.0",
1436
+ "System.IO": "4.3.0",
1437
+ "System.IO.FileSystem": "4.3.0",
1438
+ "System.IO.FileSystem.Primitives": "4.3.0",
1439
+ "System.Resources.ResourceManager": "4.3.0",
1440
+ "System.Runtime": "4.3.0",
1441
+ "System.Runtime.Extensions": "4.3.0",
1442
+ "System.Runtime.Handles": "4.3.0",
1443
+ "System.Runtime.InteropServices": "4.3.0",
1444
+ "System.Runtime.Numerics": "4.3.0",
1445
+ "System.Security.Cryptography.Algorithms": "4.3.0",
1446
+ "System.Security.Cryptography.Cng": "4.3.0",
1447
+ "System.Security.Cryptography.Csp": "4.3.0",
1448
+ "System.Security.Cryptography.Encoding": "4.3.0",
1449
+ "System.Security.Cryptography.OpenSsl": "4.3.0",
1450
+ "System.Security.Cryptography.Primitives": "4.3.0",
1451
+ "System.Text.Encoding": "4.3.0",
1452
+ "System.Threading": "4.3.0",
1453
+ "runtime.native.System": "4.3.0",
1454
+ "runtime.native.System.Net.Http": "4.3.0",
1455
+ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
1456
+ }
1457
+ },
1458
+ "System.Security.Principal.Windows/5.0.0": {},
1459
+ "System.Text.Encoding/4.3.0": {
1460
+ "dependencies": {
1461
+ "Microsoft.NETCore.Platforms": "5.0.0",
1462
+ "Microsoft.NETCore.Targets": "1.1.0",
1463
+ "System.Runtime": "4.3.0"
1464
+ }
1465
+ },
1466
+ "System.Text.Encoding.Extensions/4.3.0": {
1467
+ "dependencies": {
1468
+ "Microsoft.NETCore.Platforms": "5.0.0",
1469
+ "Microsoft.NETCore.Targets": "1.1.0",
1470
+ "System.Runtime": "4.3.0",
1471
+ "System.Text.Encoding": "4.3.0"
1472
+ }
1473
+ },
1474
+ "System.Text.Encodings.Web/8.0.0": {},
1475
+ "System.Text.Json/8.0.0": {
1476
+ "dependencies": {
1477
+ "System.Text.Encodings.Web": "8.0.0"
1478
+ }
1479
+ },
1480
+ "System.Text.RegularExpressions/4.3.0": {
1481
+ "dependencies": {
1482
+ "System.Runtime": "4.3.0"
1483
+ }
1484
+ },
1485
+ "System.Threading/4.3.0": {
1486
+ "dependencies": {
1487
+ "System.Runtime": "4.3.0",
1488
+ "System.Threading.Tasks": "4.3.0"
1489
+ }
1490
+ },
1491
+ "System.Threading.RateLimiting/8.0.0": {},
1492
+ "System.Threading.Tasks/4.3.0": {
1493
+ "dependencies": {
1494
+ "Microsoft.NETCore.Platforms": "5.0.0",
1495
+ "Microsoft.NETCore.Targets": "1.1.0",
1496
+ "System.Runtime": "4.3.0"
1497
+ }
1498
+ },
1499
+ "System.Threading.Tasks.Extensions/4.3.0": {
1500
+ "dependencies": {
1501
+ "System.Collections": "4.3.0",
1502
+ "System.Runtime": "4.3.0",
1503
+ "System.Threading.Tasks": "4.3.0"
1504
+ }
1505
+ },
1506
+ "System.Threading.Timer/4.3.0": {
1507
+ "dependencies": {
1508
+ "Microsoft.NETCore.Platforms": "5.0.0",
1509
+ "Microsoft.NETCore.Targets": "1.1.0",
1510
+ "System.Runtime": "4.3.0"
1511
+ }
1512
+ },
1513
+ "System.Xml.ReaderWriter/4.3.0": {
1514
+ "dependencies": {
1515
+ "System.Collections": "4.3.0",
1516
+ "System.Diagnostics.Debug": "4.3.0",
1517
+ "System.Globalization": "4.3.0",
1518
+ "System.IO": "4.3.0",
1519
+ "System.IO.FileSystem": "4.3.0",
1520
+ "System.IO.FileSystem.Primitives": "4.3.0",
1521
+ "System.Resources.ResourceManager": "4.3.0",
1522
+ "System.Runtime": "4.3.0",
1523
+ "System.Runtime.Extensions": "4.3.0",
1524
+ "System.Runtime.InteropServices": "4.3.0",
1525
+ "System.Text.Encoding": "4.3.0",
1526
+ "System.Text.Encoding.Extensions": "4.3.0",
1527
+ "System.Text.RegularExpressions": "4.3.0",
1528
+ "System.Threading.Tasks": "4.3.0",
1529
+ "System.Threading.Tasks.Extensions": "4.3.0"
1530
+ }
1531
+ },
1532
+ "System.Xml.XDocument/4.3.0": {
1533
+ "dependencies": {
1534
+ "System.Collections": "4.3.0",
1535
+ "System.Diagnostics.Debug": "4.3.0",
1536
+ "System.Diagnostics.Tools": "4.3.0",
1537
+ "System.Globalization": "4.3.0",
1538
+ "System.IO": "4.3.0",
1539
+ "System.Reflection": "4.3.0",
1540
+ "System.Resources.ResourceManager": "4.3.0",
1541
+ "System.Runtime": "4.3.0",
1542
+ "System.Runtime.Extensions": "4.3.0",
1543
+ "System.Text.Encoding": "4.3.0",
1544
+ "System.Threading": "4.3.0",
1545
+ "System.Xml.ReaderWriter": "4.3.0"
1546
+ }
1547
+ },
1548
+ "xunit/2.5.3": {
1549
+ "dependencies": {
1550
+ "xunit.analyzers": "1.4.0",
1551
+ "xunit.assert": "2.5.3",
1552
+ "xunit.core": "2.5.3"
1553
+ }
1554
+ },
1555
+ "xunit.abstractions/2.0.3": {
1556
+ "runtime": {
1557
+ "lib/netstandard2.0/xunit.abstractions.dll": {
1558
+ "assemblyVersion": "2.0.0.0",
1559
+ "fileVersion": "2.0.0.0"
1560
+ }
1561
+ }
1562
+ },
1563
+ "xunit.analyzers/1.4.0": {},
1564
+ "xunit.assert/2.5.3": {
1565
+ "dependencies": {
1566
+ "NETStandard.Library": "1.6.1"
1567
+ },
1568
+ "runtime": {
1569
+ "lib/netstandard1.1/xunit.assert.dll": {
1570
+ "assemblyVersion": "2.5.3.0",
1571
+ "fileVersion": "2.5.3.0"
1572
+ }
1573
+ }
1574
+ },
1575
+ "xunit.core/2.5.3": {
1576
+ "dependencies": {
1577
+ "xunit.extensibility.core": "2.5.3",
1578
+ "xunit.extensibility.execution": "2.5.3"
1579
+ }
1580
+ },
1581
+ "xunit.extensibility.core/2.5.3": {
1582
+ "dependencies": {
1583
+ "NETStandard.Library": "1.6.1",
1584
+ "xunit.abstractions": "2.0.3"
1585
+ },
1586
+ "runtime": {
1587
+ "lib/netstandard1.1/xunit.core.dll": {
1588
+ "assemblyVersion": "2.5.3.0",
1589
+ "fileVersion": "2.5.3.0"
1590
+ }
1591
+ }
1592
+ },
1593
+ "xunit.extensibility.execution/2.5.3": {
1594
+ "dependencies": {
1595
+ "NETStandard.Library": "1.6.1",
1596
+ "xunit.extensibility.core": "2.5.3"
1597
+ },
1598
+ "runtime": {
1599
+ "lib/netstandard1.1/xunit.execution.dotnet.dll": {
1600
+ "assemblyVersion": "2.5.3.0",
1601
+ "fileVersion": "2.5.3.0"
1602
+ }
1603
+ }
1604
+ },
1605
+ "xunit.runner.visualstudio/2.5.3": {},
1606
+ "ZstdSharp.Port/0.7.3": {
1607
+ "runtime": {
1608
+ "lib/net7.0/ZstdSharp.dll": {
1609
+ "assemblyVersion": "0.7.3.0",
1610
+ "fileVersion": "0.7.3.0"
1611
+ }
1612
+ }
1613
+ },
1614
+ "Blueprint.API/1.0.0": {
1615
+ "dependencies": {
1616
+ "AWSSDK.Extensions.NETCore.Setup": "3.7.301",
1617
+ "AWSSDK.S3": "3.7.410.12",
1618
+ "AutoMapper": "13.0.1",
1619
+ "Blueprint.Core": "1.0.0",
1620
+ "Blueprint.Infra": "1.0.0",
1621
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.10",
1622
+ "Microsoft.AspNetCore.Mvc.Versioning": "5.1.0",
1623
+ "RabbitMQ.Client": "7.0.0",
1624
+ "Swashbuckle.AspNetCore": "6.4.0"
1625
+ },
1626
+ "runtime": {
1627
+ "Blueprint.API.dll": {}
1628
+ }
1629
+ },
1630
+ "Blueprint.Core/1.0.0": {
1631
+ "dependencies": {
1632
+ "Microsoft.Extensions.Hosting": "8.0.0",
1633
+ "MongoDB.Bson": "3.1.0",
1634
+ "System.IdentityModel.Tokens.Jwt": "8.3.1"
1635
+ },
1636
+ "runtime": {
1637
+ "Blueprint.Core.dll": {}
1638
+ }
1639
+ },
1640
+ "Blueprint.Infra/1.0.0": {
1641
+ "dependencies": {
1642
+ "Blueprint.Core": "1.0.0",
1643
+ "Microsoft.EntityFrameworkCore": "8.0.10",
1644
+ "Microsoft.Extensions.Hosting": "8.0.0",
1645
+ "MongoDB.Driver": "3.1.0",
1646
+ "Pomelo.EntityFrameworkCore.MySql": "8.0.2",
1647
+ "RabbitMQ.Client": "7.0.0"
1648
+ },
1649
+ "runtime": {
1650
+ "Blueprint.Infra.dll": {}
1651
+ }
1652
+ }
1653
+ }
1654
+ },
1655
+ "libraries": {
1656
+ "Blueprint.Test/1.0.0": {
1657
+ "type": "project",
1658
+ "serviceable": false,
1659
+ "sha512": ""
1660
+ },
1661
+ "AutoMapper/13.0.1": {
1662
+ "type": "package",
1663
+ "serviceable": true,
1664
+ "sha512": "sha512-/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==",
1665
+ "path": "automapper/13.0.1",
1666
+ "hashPath": "automapper.13.0.1.nupkg.sha512"
1667
+ },
1668
+ "AWSSDK.Core/3.7.400.70": {
1669
+ "type": "package",
1670
+ "serviceable": true,
1671
+ "sha512": "sha512-S0mcK1Bqa8xVh9UU+Rg9VEdjHfD2B75WRtBmh4ANTelUcTThG7T/ujNjxLXhzZQKW2j1V+KHUEViW4+OLB4Vkg==",
1672
+ "path": "awssdk.core/3.7.400.70",
1673
+ "hashPath": "awssdk.core.3.7.400.70.nupkg.sha512"
1674
+ },
1675
+ "AWSSDK.Extensions.NETCore.Setup/3.7.301": {
1676
+ "type": "package",
1677
+ "serviceable": true,
1678
+ "sha512": "sha512-hXejqa+G72kVCSmpKlNVWDEqa8KVWOFL/asgoE2mairQOnmTCv6vMxaXjJ0nQaad5/21zTdKDIfDiki5YTne1Q==",
1679
+ "path": "awssdk.extensions.netcore.setup/3.7.301",
1680
+ "hashPath": "awssdk.extensions.netcore.setup.3.7.301.nupkg.sha512"
1681
+ },
1682
+ "AWSSDK.S3/3.7.410.12": {
1683
+ "type": "package",
1684
+ "serviceable": true,
1685
+ "sha512": "sha512-ZTMqFLboGilRNnKdSM7+0Jz4GGjE6dlZcQhOHXedMrudXHrFL/8Rlf0cOvsZaHKc5ljVxzauW6gm2Yezqfk8cw==",
1686
+ "path": "awssdk.s3/3.7.410.12",
1687
+ "hashPath": "awssdk.s3.3.7.410.12.nupkg.sha512"
1688
+ },
1689
+ "coverlet.collector/6.0.0": {
1690
+ "type": "package",
1691
+ "serviceable": true,
1692
+ "sha512": "sha512-tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ==",
1693
+ "path": "coverlet.collector/6.0.0",
1694
+ "hashPath": "coverlet.collector.6.0.0.nupkg.sha512"
1695
+ },
1696
+ "DnsClient/1.6.1": {
1697
+ "type": "package",
1698
+ "serviceable": true,
1699
+ "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
1700
+ "path": "dnsclient/1.6.1",
1701
+ "hashPath": "dnsclient.1.6.1.nupkg.sha512"
1702
+ },
1703
+ "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.10": {
1704
+ "type": "package",
1705
+ "serviceable": true,
1706
+ "sha512": "sha512-rcPXghZCc82IB9U2Px1Ln5Zn3vjV4p83H/Few5T/904hBddjSz03COQ2zOGWBBvdTBY+GciAUJwgBFNWaxLfqw==",
1707
+ "path": "microsoft.aspnetcore.authentication.jwtbearer/8.0.10",
1708
+ "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.8.0.10.nupkg.sha512"
1709
+ },
1710
+ "Microsoft.AspNetCore.Mvc.Versioning/5.1.0": {
1711
+ "type": "package",
1712
+ "serviceable": true,
1713
+ "sha512": "sha512-UX8w9BlCiZpr6Ox4YAve1w0CkI1CAovukGNzKd7v0+5pZc8lzuG5tRovucr1RWIKHs0E/Yx8563CN7KzaB3bpw==",
1714
+ "path": "microsoft.aspnetcore.mvc.versioning/5.1.0",
1715
+ "hashPath": "microsoft.aspnetcore.mvc.versioning.5.1.0.nupkg.sha512"
1716
+ },
1717
+ "Microsoft.Bcl.Memory/9.0.0": {
1718
+ "type": "package",
1719
+ "serviceable": true,
1720
+ "sha512": "sha512-bTUtGfpGyJnohQzjdXbtc7MqNzkv7CWUSRz54+ucNm0i32rZiIU0VdVPHDBShOl1qhVKRjW8mnEBz3d2vH93tQ==",
1721
+ "path": "microsoft.bcl.memory/9.0.0",
1722
+ "hashPath": "microsoft.bcl.memory.9.0.0.nupkg.sha512"
1723
+ },
1724
+ "Microsoft.CodeCoverage/17.8.0": {
1725
+ "type": "package",
1726
+ "serviceable": true,
1727
+ "sha512": "sha512-KC8SXWbGIdoFVdlxKk9WHccm0llm9HypcHMLUUFabRiTS3SO2fQXNZfdiF3qkEdTJhbRrxhdRxjL4jbtwPq4Ew==",
1728
+ "path": "microsoft.codecoverage/17.8.0",
1729
+ "hashPath": "microsoft.codecoverage.17.8.0.nupkg.sha512"
1730
+ },
1731
+ "Microsoft.EntityFrameworkCore/8.0.10": {
1732
+ "type": "package",
1733
+ "serviceable": true,
1734
+ "sha512": "sha512-PPkQdIqfR1nU3n6YgGGDk8G+eaYbaAKM1AzIQtlPNTKf10Osg3N9T+iK9AlnSA/ujsK00flPpFHVfJrbuBFS1A==",
1735
+ "path": "microsoft.entityframeworkcore/8.0.10",
1736
+ "hashPath": "microsoft.entityframeworkcore.8.0.10.nupkg.sha512"
1737
+ },
1738
+ "Microsoft.EntityFrameworkCore.Abstractions/8.0.10": {
1739
+ "type": "package",
1740
+ "serviceable": true,
1741
+ "sha512": "sha512-FV0QlcX9INY4kAD2o72uPtyOh0nZut2jB11Jf9mNYBtHay8gDLe+x4AbXFwuQg+eSvofjT7naV82e827zGfyMg==",
1742
+ "path": "microsoft.entityframeworkcore.abstractions/8.0.10",
1743
+ "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.10.nupkg.sha512"
1744
+ },
1745
+ "Microsoft.EntityFrameworkCore.Analyzers/8.0.10": {
1746
+ "type": "package",
1747
+ "serviceable": true,
1748
+ "sha512": "sha512-51KkPIc0EMv/gVXhPIUi6cwJE9Mvh+PLr4Lap4naLcsoGZ0lF2SvOPgUUprwRV3MnN7nyD1XPhT5RJ/p+xFAXw==",
1749
+ "path": "microsoft.entityframeworkcore.analyzers/8.0.10",
1750
+ "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.10.nupkg.sha512"
1751
+ },
1752
+ "Microsoft.EntityFrameworkCore.Relational/8.0.2": {
1753
+ "type": "package",
1754
+ "serviceable": true,
1755
+ "sha512": "sha512-NoGfcq2OPw0z8XAPf74YFwGlTKjedWdsIEJqq4SvKcPjcu+B+/XDDNrDRxTvILfz4Ug8POSF49s1jz1JvUqTAg==",
1756
+ "path": "microsoft.entityframeworkcore.relational/8.0.2",
1757
+ "hashPath": "microsoft.entityframeworkcore.relational.8.0.2.nupkg.sha512"
1758
+ },
1759
+ "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
1760
+ "type": "package",
1761
+ "serviceable": true,
1762
+ "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
1763
+ "path": "microsoft.extensions.apidescription.server/6.0.5",
1764
+ "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
1765
+ },
1766
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
1767
+ "type": "package",
1768
+ "serviceable": true,
1769
+ "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
1770
+ "path": "microsoft.extensions.caching.abstractions/8.0.0",
1771
+ "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
1772
+ },
1773
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
1774
+ "type": "package",
1775
+ "serviceable": true,
1776
+ "sha512": "sha512-HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
1777
+ "path": "microsoft.extensions.caching.memory/8.0.1",
1778
+ "hashPath": "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512"
1779
+ },
1780
+ "Microsoft.Extensions.Configuration/8.0.0": {
1781
+ "type": "package",
1782
+ "serviceable": true,
1783
+ "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
1784
+ "path": "microsoft.extensions.configuration/8.0.0",
1785
+ "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
1786
+ },
1787
+ "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
1788
+ "type": "package",
1789
+ "serviceable": true,
1790
+ "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
1791
+ "path": "microsoft.extensions.configuration.abstractions/8.0.0",
1792
+ "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
1793
+ },
1794
+ "Microsoft.Extensions.Configuration.Binder/8.0.0": {
1795
+ "type": "package",
1796
+ "serviceable": true,
1797
+ "sha512": "sha512-mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==",
1798
+ "path": "microsoft.extensions.configuration.binder/8.0.0",
1799
+ "hashPath": "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512"
1800
+ },
1801
+ "Microsoft.Extensions.Configuration.CommandLine/8.0.0": {
1802
+ "type": "package",
1803
+ "serviceable": true,
1804
+ "sha512": "sha512-NZuZMz3Q8Z780nKX3ifV1fE7lS+6pynDHK71OfU4OZ1ItgvDOhyOC7E6z+JMZrAj63zRpwbdldYFk499t3+1dQ==",
1805
+ "path": "microsoft.extensions.configuration.commandline/8.0.0",
1806
+ "hashPath": "microsoft.extensions.configuration.commandline.8.0.0.nupkg.sha512"
1807
+ },
1808
+ "Microsoft.Extensions.Configuration.EnvironmentVariables/8.0.0": {
1809
+ "type": "package",
1810
+ "serviceable": true,
1811
+ "sha512": "sha512-plvZ0ZIpq+97gdPNNvhwvrEZ92kNml9hd1pe3idMA7svR0PztdzVLkoWLcRFgySYXUJc3kSM3Xw3mNFMo/bxRA==",
1812
+ "path": "microsoft.extensions.configuration.environmentvariables/8.0.0",
1813
+ "hashPath": "microsoft.extensions.configuration.environmentvariables.8.0.0.nupkg.sha512"
1814
+ },
1815
+ "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
1816
+ "type": "package",
1817
+ "serviceable": true,
1818
+ "sha512": "sha512-McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==",
1819
+ "path": "microsoft.extensions.configuration.fileextensions/8.0.0",
1820
+ "hashPath": "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512"
1821
+ },
1822
+ "Microsoft.Extensions.Configuration.Json/8.0.0": {
1823
+ "type": "package",
1824
+ "serviceable": true,
1825
+ "sha512": "sha512-C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==",
1826
+ "path": "microsoft.extensions.configuration.json/8.0.0",
1827
+ "hashPath": "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512"
1828
+ },
1829
+ "Microsoft.Extensions.Configuration.UserSecrets/8.0.0": {
1830
+ "type": "package",
1831
+ "serviceable": true,
1832
+ "sha512": "sha512-ihDHu2dJYQird9pl2CbdwuNDfvCZdOS0S7SPlNfhPt0B81UTT+yyZKz2pimFZGUp3AfuBRnqUCxB2SjsZKHVUw==",
1833
+ "path": "microsoft.extensions.configuration.usersecrets/8.0.0",
1834
+ "hashPath": "microsoft.extensions.configuration.usersecrets.8.0.0.nupkg.sha512"
1835
+ },
1836
+ "Microsoft.Extensions.DependencyInjection/8.0.1": {
1837
+ "type": "package",
1838
+ "serviceable": true,
1839
+ "sha512": "sha512-BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==",
1840
+ "path": "microsoft.extensions.dependencyinjection/8.0.1",
1841
+ "hashPath": "microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512"
1842
+ },
1843
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
1844
+ "type": "package",
1845
+ "serviceable": true,
1846
+ "sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
1847
+ "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
1848
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512"
1849
+ },
1850
+ "Microsoft.Extensions.Diagnostics/8.0.0": {
1851
+ "type": "package",
1852
+ "serviceable": true,
1853
+ "sha512": "sha512-3PZp/YSkIXrF7QK7PfC1bkyRYwqOHpWFad8Qx+4wkuumAeXo1NHaxpS9LboNA9OvNSAu+QOVlXbMyoY+pHSqcw==",
1854
+ "path": "microsoft.extensions.diagnostics/8.0.0",
1855
+ "hashPath": "microsoft.extensions.diagnostics.8.0.0.nupkg.sha512"
1856
+ },
1857
+ "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": {
1858
+ "type": "package",
1859
+ "serviceable": true,
1860
+ "sha512": "sha512-JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==",
1861
+ "path": "microsoft.extensions.diagnostics.abstractions/8.0.0",
1862
+ "hashPath": "microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512"
1863
+ },
1864
+ "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
1865
+ "type": "package",
1866
+ "serviceable": true,
1867
+ "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
1868
+ "path": "microsoft.extensions.fileproviders.abstractions/8.0.0",
1869
+ "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512"
1870
+ },
1871
+ "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
1872
+ "type": "package",
1873
+ "serviceable": true,
1874
+ "sha512": "sha512-UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==",
1875
+ "path": "microsoft.extensions.fileproviders.physical/8.0.0",
1876
+ "hashPath": "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512"
1877
+ },
1878
+ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
1879
+ "type": "package",
1880
+ "serviceable": true,
1881
+ "sha512": "sha512-OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==",
1882
+ "path": "microsoft.extensions.filesystemglobbing/8.0.0",
1883
+ "hashPath": "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512"
1884
+ },
1885
+ "Microsoft.Extensions.Hosting/8.0.0": {
1886
+ "type": "package",
1887
+ "serviceable": true,
1888
+ "sha512": "sha512-ItYHpdqVp5/oFLT5QqbopnkKlyFG9EW/9nhM6/yfObeKt6Su0wkBio6AizgRHGNwhJuAtlE5VIjow5JOTrip6w==",
1889
+ "path": "microsoft.extensions.hosting/8.0.0",
1890
+ "hashPath": "microsoft.extensions.hosting.8.0.0.nupkg.sha512"
1891
+ },
1892
+ "Microsoft.Extensions.Hosting.Abstractions/8.0.0": {
1893
+ "type": "package",
1894
+ "serviceable": true,
1895
+ "sha512": "sha512-AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==",
1896
+ "path": "microsoft.extensions.hosting.abstractions/8.0.0",
1897
+ "hashPath": "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512"
1898
+ },
1899
+ "Microsoft.Extensions.Logging/8.0.1": {
1900
+ "type": "package",
1901
+ "serviceable": true,
1902
+ "sha512": "sha512-4x+pzsQEbqxhNf1QYRr5TDkLP9UsLT3A6MdRKDDEgrW7h1ljiEPgTNhKYUhNCCAaVpQECVQ+onA91PTPnIp6Lw==",
1903
+ "path": "microsoft.extensions.logging/8.0.1",
1904
+ "hashPath": "microsoft.extensions.logging.8.0.1.nupkg.sha512"
1905
+ },
1906
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
1907
+ "type": "package",
1908
+ "serviceable": true,
1909
+ "sha512": "sha512-nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
1910
+ "path": "microsoft.extensions.logging.abstractions/8.0.2",
1911
+ "hashPath": "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512"
1912
+ },
1913
+ "Microsoft.Extensions.Logging.Configuration/8.0.0": {
1914
+ "type": "package",
1915
+ "serviceable": true,
1916
+ "sha512": "sha512-ixXXV0G/12g6MXK65TLngYN9V5hQQRuV+fZi882WIoVJT7h5JvoYoxTEwCgdqwLjSneqh1O+66gM8sMr9z/rsQ==",
1917
+ "path": "microsoft.extensions.logging.configuration/8.0.0",
1918
+ "hashPath": "microsoft.extensions.logging.configuration.8.0.0.nupkg.sha512"
1919
+ },
1920
+ "Microsoft.Extensions.Logging.Console/8.0.0": {
1921
+ "type": "package",
1922
+ "serviceable": true,
1923
+ "sha512": "sha512-e+48o7DztoYog+PY430lPxrM4mm3PbA6qucvQtUDDwVo4MO+ejMw7YGc/o2rnxbxj4isPxdfKFzTxvXMwAz83A==",
1924
+ "path": "microsoft.extensions.logging.console/8.0.0",
1925
+ "hashPath": "microsoft.extensions.logging.console.8.0.0.nupkg.sha512"
1926
+ },
1927
+ "Microsoft.Extensions.Logging.Debug/8.0.0": {
1928
+ "type": "package",
1929
+ "serviceable": true,
1930
+ "sha512": "sha512-dt0x21qBdudHLW/bjMJpkixv858RRr8eSomgVbU8qljOyfrfDGi1JQvpF9w8S7ziRPtRKisuWaOwFxJM82GxeA==",
1931
+ "path": "microsoft.extensions.logging.debug/8.0.0",
1932
+ "hashPath": "microsoft.extensions.logging.debug.8.0.0.nupkg.sha512"
1933
+ },
1934
+ "Microsoft.Extensions.Logging.EventLog/8.0.0": {
1935
+ "type": "package",
1936
+ "serviceable": true,
1937
+ "sha512": "sha512-3X9D3sl7EmOu7vQp5MJrmIJBl5XSdOhZPYXUeFfYa6Nnm9+tok8x3t3IVPLhm7UJtPOU61ohFchw8rNm9tIYOQ==",
1938
+ "path": "microsoft.extensions.logging.eventlog/8.0.0",
1939
+ "hashPath": "microsoft.extensions.logging.eventlog.8.0.0.nupkg.sha512"
1940
+ },
1941
+ "Microsoft.Extensions.Logging.EventSource/8.0.0": {
1942
+ "type": "package",
1943
+ "serviceable": true,
1944
+ "sha512": "sha512-oKcPMrw+luz2DUAKhwFXrmFikZWnyc8l2RKoQwqU3KIZZjcfoJE0zRHAnqATfhRZhtcbjl/QkiY2Xjxp0xu+6w==",
1945
+ "path": "microsoft.extensions.logging.eventsource/8.0.0",
1946
+ "hashPath": "microsoft.extensions.logging.eventsource.8.0.0.nupkg.sha512"
1947
+ },
1948
+ "Microsoft.Extensions.Options/8.0.2": {
1949
+ "type": "package",
1950
+ "serviceable": true,
1951
+ "sha512": "sha512-dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
1952
+ "path": "microsoft.extensions.options/8.0.2",
1953
+ "hashPath": "microsoft.extensions.options.8.0.2.nupkg.sha512"
1954
+ },
1955
+ "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": {
1956
+ "type": "package",
1957
+ "serviceable": true,
1958
+ "sha512": "sha512-0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==",
1959
+ "path": "microsoft.extensions.options.configurationextensions/8.0.0",
1960
+ "hashPath": "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512"
1961
+ },
1962
+ "Microsoft.Extensions.Primitives/8.0.0": {
1963
+ "type": "package",
1964
+ "serviceable": true,
1965
+ "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
1966
+ "path": "microsoft.extensions.primitives/8.0.0",
1967
+ "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
1968
+ },
1969
+ "Microsoft.IdentityModel.Abstractions/8.3.1": {
1970
+ "type": "package",
1971
+ "serviceable": true,
1972
+ "sha512": "sha512-oXYKRcTS0DTIB5vZenGy9oceD8awhjnXFFabc/IWBwluMA03SGvazCFyUIQ2mJOIOSf9lLyM971nbTj9qZgEJg==",
1973
+ "path": "microsoft.identitymodel.abstractions/8.3.1",
1974
+ "hashPath": "microsoft.identitymodel.abstractions.8.3.1.nupkg.sha512"
1975
+ },
1976
+ "Microsoft.IdentityModel.JsonWebTokens/8.3.1": {
1977
+ "type": "package",
1978
+ "serviceable": true,
1979
+ "sha512": "sha512-cA622rrXYdaO7inNZ8KY5leZpP6889wT+gHPgvy62PYlAITyxF9PxP5u+ecNBOsPx2PagBH7ZNr39yU/MOPn+w==",
1980
+ "path": "microsoft.identitymodel.jsonwebtokens/8.3.1",
1981
+ "hashPath": "microsoft.identitymodel.jsonwebtokens.8.3.1.nupkg.sha512"
1982
+ },
1983
+ "Microsoft.IdentityModel.Logging/8.3.1": {
1984
+ "type": "package",
1985
+ "serviceable": true,
1986
+ "sha512": "sha512-XCwbK7ErgZdrwl4ph+i8X5SCGwAepBFbsNIEceozGzrBFVvZbKKJE1WQOft9QyglP4me+DECdVVL8UnI6OO+sg==",
1987
+ "path": "microsoft.identitymodel.logging/8.3.1",
1988
+ "hashPath": "microsoft.identitymodel.logging.8.3.1.nupkg.sha512"
1989
+ },
1990
+ "Microsoft.IdentityModel.Protocols/7.1.2": {
1991
+ "type": "package",
1992
+ "serviceable": true,
1993
+ "sha512": "sha512-SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==",
1994
+ "path": "microsoft.identitymodel.protocols/7.1.2",
1995
+ "hashPath": "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512"
1996
+ },
1997
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": {
1998
+ "type": "package",
1999
+ "serviceable": true,
2000
+ "sha512": "sha512-6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==",
2001
+ "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2",
2002
+ "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512"
2003
+ },
2004
+ "Microsoft.IdentityModel.Tokens/8.3.1": {
2005
+ "type": "package",
2006
+ "serviceable": true,
2007
+ "sha512": "sha512-77GXREJzIDiKAc/RR8YE267bwzrxM4cjMRCzMQa0Xk1MUUdjx/JwjDJpUh00vT4oxcX5rjsMP0KLd8YjgR3N3w==",
2008
+ "path": "microsoft.identitymodel.tokens/8.3.1",
2009
+ "hashPath": "microsoft.identitymodel.tokens.8.3.1.nupkg.sha512"
2010
+ },
2011
+ "Microsoft.NET.Test.Sdk/17.8.0": {
2012
+ "type": "package",
2013
+ "serviceable": true,
2014
+ "sha512": "sha512-BmTYGbD/YuDHmApIENdoyN1jCk0Rj1fJB0+B/fVekyTdVidr91IlzhqzytiUgaEAzL1ZJcYCme0MeBMYvJVzvw==",
2015
+ "path": "microsoft.net.test.sdk/17.8.0",
2016
+ "hashPath": "microsoft.net.test.sdk.17.8.0.nupkg.sha512"
2017
+ },
2018
+ "Microsoft.NETCore.Platforms/5.0.0": {
2019
+ "type": "package",
2020
+ "serviceable": true,
2021
+ "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
2022
+ "path": "microsoft.netcore.platforms/5.0.0",
2023
+ "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
2024
+ },
2025
+ "Microsoft.NETCore.Targets/1.1.0": {
2026
+ "type": "package",
2027
+ "serviceable": true,
2028
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
2029
+ "path": "microsoft.netcore.targets/1.1.0",
2030
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
2031
+ },
2032
+ "Microsoft.OpenApi/1.2.3": {
2033
+ "type": "package",
2034
+ "serviceable": true,
2035
+ "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
2036
+ "path": "microsoft.openapi/1.2.3",
2037
+ "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
2038
+ },
2039
+ "Microsoft.TestPlatform.ObjectModel/17.8.0": {
2040
+ "type": "package",
2041
+ "serviceable": true,
2042
+ "sha512": "sha512-AYy6vlpGMfz5kOFq99L93RGbqftW/8eQTqjT9iGXW6s9MRP3UdtY8idJ8rJcjeSja8A18IhIro5YnH3uv1nz4g==",
2043
+ "path": "microsoft.testplatform.objectmodel/17.8.0",
2044
+ "hashPath": "microsoft.testplatform.objectmodel.17.8.0.nupkg.sha512"
2045
+ },
2046
+ "Microsoft.TestPlatform.TestHost/17.8.0": {
2047
+ "type": "package",
2048
+ "serviceable": true,
2049
+ "sha512": "sha512-9ivcl/7SGRmOT0YYrHQGohWiT5YCpkmy/UEzldfVisLm6QxbLaK3FAJqZXI34rnRLmqqDCeMQxKINwmKwAPiDw==",
2050
+ "path": "microsoft.testplatform.testhost/17.8.0",
2051
+ "hashPath": "microsoft.testplatform.testhost.17.8.0.nupkg.sha512"
2052
+ },
2053
+ "Microsoft.Win32.Primitives/4.3.0": {
2054
+ "type": "package",
2055
+ "serviceable": true,
2056
+ "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
2057
+ "path": "microsoft.win32.primitives/4.3.0",
2058
+ "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
2059
+ },
2060
+ "Microsoft.Win32.Registry/5.0.0": {
2061
+ "type": "package",
2062
+ "serviceable": true,
2063
+ "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
2064
+ "path": "microsoft.win32.registry/5.0.0",
2065
+ "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
2066
+ },
2067
+ "MongoDB.Bson/3.1.0": {
2068
+ "type": "package",
2069
+ "serviceable": true,
2070
+ "sha512": "sha512-3dhaZhz18B5vUoEP13o2j8A6zQfkHdZhwBvLZEjDJum4BTLLv1/Z8bt25UQEtpqvYwLgde4R6ekWZ7XAYUMxuw==",
2071
+ "path": "mongodb.bson/3.1.0",
2072
+ "hashPath": "mongodb.bson.3.1.0.nupkg.sha512"
2073
+ },
2074
+ "MongoDB.Driver/3.1.0": {
2075
+ "type": "package",
2076
+ "serviceable": true,
2077
+ "sha512": "sha512-+O7lKaIl7VUHptE0hqTd7UY1G5KDp/o8S4upG7YL4uChMNKD/U6tz9i17nMGHaD/L2AiPLgaJcaDe2XACsegGA==",
2078
+ "path": "mongodb.driver/3.1.0",
2079
+ "hashPath": "mongodb.driver.3.1.0.nupkg.sha512"
2080
+ },
2081
+ "MySqlConnector/2.3.5": {
2082
+ "type": "package",
2083
+ "serviceable": true,
2084
+ "sha512": "sha512-AmEfUPkFl+Ev6jJ8Dhns3CYHBfD12RHzGYWuLt6DfG6/af6YvOMyPz74ZPPjBYQGRJkumD2Z48Kqm8s5DJuhLA==",
2085
+ "path": "mysqlconnector/2.3.5",
2086
+ "hashPath": "mysqlconnector.2.3.5.nupkg.sha512"
2087
+ },
2088
+ "NETStandard.Library/1.6.1": {
2089
+ "type": "package",
2090
+ "serviceable": true,
2091
+ "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
2092
+ "path": "netstandard.library/1.6.1",
2093
+ "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
2094
+ },
2095
+ "Newtonsoft.Json/13.0.1": {
2096
+ "type": "package",
2097
+ "serviceable": true,
2098
+ "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
2099
+ "path": "newtonsoft.json/13.0.1",
2100
+ "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
2101
+ },
2102
+ "NuGet.Frameworks/6.5.0": {
2103
+ "type": "package",
2104
+ "serviceable": true,
2105
+ "sha512": "sha512-QWINE2x3MbTODsWT1Gh71GaGb5icBz4chS8VYvTgsBnsi8esgN6wtHhydd7fvToWECYGq7T4cgBBDiKD/363fg==",
2106
+ "path": "nuget.frameworks/6.5.0",
2107
+ "hashPath": "nuget.frameworks.6.5.0.nupkg.sha512"
2108
+ },
2109
+ "Pomelo.EntityFrameworkCore.MySql/8.0.2": {
2110
+ "type": "package",
2111
+ "serviceable": true,
2112
+ "sha512": "sha512-XjnlcxVBLnEMbyEc5cZzgZeDyLvAniACZQ04W1slWN0f4rmfNzl98gEMvHnFH0fMDF06z9MmgGi/Sr7hJ+BVnw==",
2113
+ "path": "pomelo.entityframeworkcore.mysql/8.0.2",
2114
+ "hashPath": "pomelo.entityframeworkcore.mysql.8.0.2.nupkg.sha512"
2115
+ },
2116
+ "RabbitMQ.Client/7.0.0": {
2117
+ "type": "package",
2118
+ "serviceable": true,
2119
+ "sha512": "sha512-8YJz22mOSMtkbIVuVSz2HbJwbpKwRoXQ1uqbczDUt1w1Ds8dxFs6dkV/oZ8AlTmkErZjtQelHv+oBu52ud00WA==",
2120
+ "path": "rabbitmq.client/7.0.0",
2121
+ "hashPath": "rabbitmq.client.7.0.0.nupkg.sha512"
2122
+ },
2123
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2124
+ "type": "package",
2125
+ "serviceable": true,
2126
+ "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
2127
+ "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2128
+ "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2129
+ },
2130
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2131
+ "type": "package",
2132
+ "serviceable": true,
2133
+ "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
2134
+ "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2135
+ "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2136
+ },
2137
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2138
+ "type": "package",
2139
+ "serviceable": true,
2140
+ "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
2141
+ "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2142
+ "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2143
+ },
2144
+ "runtime.native.System/4.3.0": {
2145
+ "type": "package",
2146
+ "serviceable": true,
2147
+ "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
2148
+ "path": "runtime.native.system/4.3.0",
2149
+ "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
2150
+ },
2151
+ "runtime.native.System.IO.Compression/4.3.0": {
2152
+ "type": "package",
2153
+ "serviceable": true,
2154
+ "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
2155
+ "path": "runtime.native.system.io.compression/4.3.0",
2156
+ "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
2157
+ },
2158
+ "runtime.native.System.Net.Http/4.3.0": {
2159
+ "type": "package",
2160
+ "serviceable": true,
2161
+ "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
2162
+ "path": "runtime.native.system.net.http/4.3.0",
2163
+ "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
2164
+ },
2165
+ "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
2166
+ "type": "package",
2167
+ "serviceable": true,
2168
+ "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
2169
+ "path": "runtime.native.system.security.cryptography.apple/4.3.0",
2170
+ "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
2171
+ },
2172
+ "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2173
+ "type": "package",
2174
+ "serviceable": true,
2175
+ "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
2176
+ "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
2177
+ "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2178
+ },
2179
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2180
+ "type": "package",
2181
+ "serviceable": true,
2182
+ "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
2183
+ "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2184
+ "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2185
+ },
2186
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2187
+ "type": "package",
2188
+ "serviceable": true,
2189
+ "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
2190
+ "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2191
+ "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2192
+ },
2193
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
2194
+ "type": "package",
2195
+ "serviceable": true,
2196
+ "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
2197
+ "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
2198
+ "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
2199
+ },
2200
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2201
+ "type": "package",
2202
+ "serviceable": true,
2203
+ "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
2204
+ "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2205
+ "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2206
+ },
2207
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2208
+ "type": "package",
2209
+ "serviceable": true,
2210
+ "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
2211
+ "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2212
+ "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2213
+ },
2214
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2215
+ "type": "package",
2216
+ "serviceable": true,
2217
+ "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
2218
+ "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2219
+ "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2220
+ },
2221
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2222
+ "type": "package",
2223
+ "serviceable": true,
2224
+ "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
2225
+ "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2226
+ "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2227
+ },
2228
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
2229
+ "type": "package",
2230
+ "serviceable": true,
2231
+ "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
2232
+ "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
2233
+ "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2234
+ },
2235
+ "SharpCompress/0.30.1": {
2236
+ "type": "package",
2237
+ "serviceable": true,
2238
+ "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
2239
+ "path": "sharpcompress/0.30.1",
2240
+ "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
2241
+ },
2242
+ "Snappier/1.0.0": {
2243
+ "type": "package",
2244
+ "serviceable": true,
2245
+ "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
2246
+ "path": "snappier/1.0.0",
2247
+ "hashPath": "snappier.1.0.0.nupkg.sha512"
2248
+ },
2249
+ "Swashbuckle.AspNetCore/6.4.0": {
2250
+ "type": "package",
2251
+ "serviceable": true,
2252
+ "sha512": "sha512-eUBr4TW0up6oKDA5Xwkul289uqSMgY0xGN4pnbOIBqCcN9VKGGaPvHX3vWaG/hvocfGDP+MGzMA0bBBKz2fkmQ==",
2253
+ "path": "swashbuckle.aspnetcore/6.4.0",
2254
+ "hashPath": "swashbuckle.aspnetcore.6.4.0.nupkg.sha512"
2255
+ },
2256
+ "Swashbuckle.AspNetCore.Swagger/6.4.0": {
2257
+ "type": "package",
2258
+ "serviceable": true,
2259
+ "sha512": "sha512-nl4SBgGM+cmthUcpwO/w1lUjevdDHAqRvfUoe4Xp/Uvuzt9mzGUwyFCqa3ODBAcZYBiFoKvrYwz0rabslJvSmQ==",
2260
+ "path": "swashbuckle.aspnetcore.swagger/6.4.0",
2261
+ "hashPath": "swashbuckle.aspnetcore.swagger.6.4.0.nupkg.sha512"
2262
+ },
2263
+ "Swashbuckle.AspNetCore.SwaggerGen/6.4.0": {
2264
+ "type": "package",
2265
+ "serviceable": true,
2266
+ "sha512": "sha512-lXhcUBVqKrPFAQF7e/ZeDfb5PMgE8n5t6L5B6/BQSpiwxgHzmBcx8Msu42zLYFTvR5PIqE9Q9lZvSQAcwCxJjw==",
2267
+ "path": "swashbuckle.aspnetcore.swaggergen/6.4.0",
2268
+ "hashPath": "swashbuckle.aspnetcore.swaggergen.6.4.0.nupkg.sha512"
2269
+ },
2270
+ "Swashbuckle.AspNetCore.SwaggerUI/6.4.0": {
2271
+ "type": "package",
2272
+ "serviceable": true,
2273
+ "sha512": "sha512-1Hh3atb3pi8c+v7n4/3N80Jj8RvLOXgWxzix6w3OZhB7zBGRwsy7FWr4e3hwgPweSBpwfElqj4V4nkjYabH9nQ==",
2274
+ "path": "swashbuckle.aspnetcore.swaggerui/6.4.0",
2275
+ "hashPath": "swashbuckle.aspnetcore.swaggerui.6.4.0.nupkg.sha512"
2276
+ },
2277
+ "System.AppContext/4.3.0": {
2278
+ "type": "package",
2279
+ "serviceable": true,
2280
+ "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
2281
+ "path": "system.appcontext/4.3.0",
2282
+ "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
2283
+ },
2284
+ "System.Buffers/4.5.1": {
2285
+ "type": "package",
2286
+ "serviceable": true,
2287
+ "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
2288
+ "path": "system.buffers/4.5.1",
2289
+ "hashPath": "system.buffers.4.5.1.nupkg.sha512"
2290
+ },
2291
+ "System.Collections/4.3.0": {
2292
+ "type": "package",
2293
+ "serviceable": true,
2294
+ "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
2295
+ "path": "system.collections/4.3.0",
2296
+ "hashPath": "system.collections.4.3.0.nupkg.sha512"
2297
+ },
2298
+ "System.Collections.Concurrent/4.3.0": {
2299
+ "type": "package",
2300
+ "serviceable": true,
2301
+ "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
2302
+ "path": "system.collections.concurrent/4.3.0",
2303
+ "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
2304
+ },
2305
+ "System.Console/4.3.0": {
2306
+ "type": "package",
2307
+ "serviceable": true,
2308
+ "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
2309
+ "path": "system.console/4.3.0",
2310
+ "hashPath": "system.console.4.3.0.nupkg.sha512"
2311
+ },
2312
+ "System.Diagnostics.Debug/4.3.0": {
2313
+ "type": "package",
2314
+ "serviceable": true,
2315
+ "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
2316
+ "path": "system.diagnostics.debug/4.3.0",
2317
+ "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
2318
+ },
2319
+ "System.Diagnostics.DiagnosticSource/8.0.0": {
2320
+ "type": "package",
2321
+ "serviceable": true,
2322
+ "sha512": "sha512-c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==",
2323
+ "path": "system.diagnostics.diagnosticsource/8.0.0",
2324
+ "hashPath": "system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512"
2325
+ },
2326
+ "System.Diagnostics.EventLog/8.0.0": {
2327
+ "type": "package",
2328
+ "serviceable": true,
2329
+ "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==",
2330
+ "path": "system.diagnostics.eventlog/8.0.0",
2331
+ "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
2332
+ },
2333
+ "System.Diagnostics.Tools/4.3.0": {
2334
+ "type": "package",
2335
+ "serviceable": true,
2336
+ "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
2337
+ "path": "system.diagnostics.tools/4.3.0",
2338
+ "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
2339
+ },
2340
+ "System.Diagnostics.Tracing/4.3.0": {
2341
+ "type": "package",
2342
+ "serviceable": true,
2343
+ "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
2344
+ "path": "system.diagnostics.tracing/4.3.0",
2345
+ "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
2346
+ },
2347
+ "System.Globalization/4.3.0": {
2348
+ "type": "package",
2349
+ "serviceable": true,
2350
+ "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
2351
+ "path": "system.globalization/4.3.0",
2352
+ "hashPath": "system.globalization.4.3.0.nupkg.sha512"
2353
+ },
2354
+ "System.Globalization.Calendars/4.3.0": {
2355
+ "type": "package",
2356
+ "serviceable": true,
2357
+ "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
2358
+ "path": "system.globalization.calendars/4.3.0",
2359
+ "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
2360
+ },
2361
+ "System.Globalization.Extensions/4.3.0": {
2362
+ "type": "package",
2363
+ "serviceable": true,
2364
+ "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
2365
+ "path": "system.globalization.extensions/4.3.0",
2366
+ "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
2367
+ },
2368
+ "System.IdentityModel.Tokens.Jwt/8.3.1": {
2369
+ "type": "package",
2370
+ "serviceable": true,
2371
+ "sha512": "sha512-SxdCv+SmnKOhUvryKvrpWJnkuVHj3hU8pUwj7R8zthi73TlBUlMyavon9qfuJsjnqY+L7jusp3Zo0fWFX6mwtw==",
2372
+ "path": "system.identitymodel.tokens.jwt/8.3.1",
2373
+ "hashPath": "system.identitymodel.tokens.jwt.8.3.1.nupkg.sha512"
2374
+ },
2375
+ "System.IO/4.3.0": {
2376
+ "type": "package",
2377
+ "serviceable": true,
2378
+ "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
2379
+ "path": "system.io/4.3.0",
2380
+ "hashPath": "system.io.4.3.0.nupkg.sha512"
2381
+ },
2382
+ "System.IO.Compression/4.3.0": {
2383
+ "type": "package",
2384
+ "serviceable": true,
2385
+ "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
2386
+ "path": "system.io.compression/4.3.0",
2387
+ "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
2388
+ },
2389
+ "System.IO.Compression.ZipFile/4.3.0": {
2390
+ "type": "package",
2391
+ "serviceable": true,
2392
+ "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
2393
+ "path": "system.io.compression.zipfile/4.3.0",
2394
+ "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
2395
+ },
2396
+ "System.IO.FileSystem/4.3.0": {
2397
+ "type": "package",
2398
+ "serviceable": true,
2399
+ "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
2400
+ "path": "system.io.filesystem/4.3.0",
2401
+ "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
2402
+ },
2403
+ "System.IO.FileSystem.Primitives/4.3.0": {
2404
+ "type": "package",
2405
+ "serviceable": true,
2406
+ "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
2407
+ "path": "system.io.filesystem.primitives/4.3.0",
2408
+ "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
2409
+ },
2410
+ "System.IO.Pipelines/8.0.0": {
2411
+ "type": "package",
2412
+ "serviceable": true,
2413
+ "sha512": "sha512-FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==",
2414
+ "path": "system.io.pipelines/8.0.0",
2415
+ "hashPath": "system.io.pipelines.8.0.0.nupkg.sha512"
2416
+ },
2417
+ "System.Linq/4.3.0": {
2418
+ "type": "package",
2419
+ "serviceable": true,
2420
+ "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
2421
+ "path": "system.linq/4.3.0",
2422
+ "hashPath": "system.linq.4.3.0.nupkg.sha512"
2423
+ },
2424
+ "System.Linq.Expressions/4.3.0": {
2425
+ "type": "package",
2426
+ "serviceable": true,
2427
+ "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
2428
+ "path": "system.linq.expressions/4.3.0",
2429
+ "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
2430
+ },
2431
+ "System.Memory/4.5.5": {
2432
+ "type": "package",
2433
+ "serviceable": true,
2434
+ "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
2435
+ "path": "system.memory/4.5.5",
2436
+ "hashPath": "system.memory.4.5.5.nupkg.sha512"
2437
+ },
2438
+ "System.Net.Http/4.3.0": {
2439
+ "type": "package",
2440
+ "serviceable": true,
2441
+ "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
2442
+ "path": "system.net.http/4.3.0",
2443
+ "hashPath": "system.net.http.4.3.0.nupkg.sha512"
2444
+ },
2445
+ "System.Net.Primitives/4.3.0": {
2446
+ "type": "package",
2447
+ "serviceable": true,
2448
+ "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
2449
+ "path": "system.net.primitives/4.3.0",
2450
+ "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
2451
+ },
2452
+ "System.Net.Sockets/4.3.0": {
2453
+ "type": "package",
2454
+ "serviceable": true,
2455
+ "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
2456
+ "path": "system.net.sockets/4.3.0",
2457
+ "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
2458
+ },
2459
+ "System.ObjectModel/4.3.0": {
2460
+ "type": "package",
2461
+ "serviceable": true,
2462
+ "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
2463
+ "path": "system.objectmodel/4.3.0",
2464
+ "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
2465
+ },
2466
+ "System.Reflection/4.3.0": {
2467
+ "type": "package",
2468
+ "serviceable": true,
2469
+ "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
2470
+ "path": "system.reflection/4.3.0",
2471
+ "hashPath": "system.reflection.4.3.0.nupkg.sha512"
2472
+ },
2473
+ "System.Reflection.Emit/4.3.0": {
2474
+ "type": "package",
2475
+ "serviceable": true,
2476
+ "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
2477
+ "path": "system.reflection.emit/4.3.0",
2478
+ "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
2479
+ },
2480
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
2481
+ "type": "package",
2482
+ "serviceable": true,
2483
+ "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
2484
+ "path": "system.reflection.emit.ilgeneration/4.3.0",
2485
+ "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
2486
+ },
2487
+ "System.Reflection.Emit.Lightweight/4.3.0": {
2488
+ "type": "package",
2489
+ "serviceable": true,
2490
+ "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
2491
+ "path": "system.reflection.emit.lightweight/4.3.0",
2492
+ "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
2493
+ },
2494
+ "System.Reflection.Extensions/4.3.0": {
2495
+ "type": "package",
2496
+ "serviceable": true,
2497
+ "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
2498
+ "path": "system.reflection.extensions/4.3.0",
2499
+ "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
2500
+ },
2501
+ "System.Reflection.Metadata/1.6.0": {
2502
+ "type": "package",
2503
+ "serviceable": true,
2504
+ "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
2505
+ "path": "system.reflection.metadata/1.6.0",
2506
+ "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
2507
+ },
2508
+ "System.Reflection.Primitives/4.3.0": {
2509
+ "type": "package",
2510
+ "serviceable": true,
2511
+ "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
2512
+ "path": "system.reflection.primitives/4.3.0",
2513
+ "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
2514
+ },
2515
+ "System.Reflection.TypeExtensions/4.3.0": {
2516
+ "type": "package",
2517
+ "serviceable": true,
2518
+ "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
2519
+ "path": "system.reflection.typeextensions/4.3.0",
2520
+ "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
2521
+ },
2522
+ "System.Resources.ResourceManager/4.3.0": {
2523
+ "type": "package",
2524
+ "serviceable": true,
2525
+ "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
2526
+ "path": "system.resources.resourcemanager/4.3.0",
2527
+ "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
2528
+ },
2529
+ "System.Runtime/4.3.0": {
2530
+ "type": "package",
2531
+ "serviceable": true,
2532
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
2533
+ "path": "system.runtime/4.3.0",
2534
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
2535
+ },
2536
+ "System.Runtime.CompilerServices.Unsafe/5.0.0": {
2537
+ "type": "package",
2538
+ "serviceable": true,
2539
+ "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
2540
+ "path": "system.runtime.compilerservices.unsafe/5.0.0",
2541
+ "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
2542
+ },
2543
+ "System.Runtime.Extensions/4.3.0": {
2544
+ "type": "package",
2545
+ "serviceable": true,
2546
+ "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
2547
+ "path": "system.runtime.extensions/4.3.0",
2548
+ "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
2549
+ },
2550
+ "System.Runtime.Handles/4.3.0": {
2551
+ "type": "package",
2552
+ "serviceable": true,
2553
+ "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
2554
+ "path": "system.runtime.handles/4.3.0",
2555
+ "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
2556
+ },
2557
+ "System.Runtime.InteropServices/4.3.0": {
2558
+ "type": "package",
2559
+ "serviceable": true,
2560
+ "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
2561
+ "path": "system.runtime.interopservices/4.3.0",
2562
+ "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
2563
+ },
2564
+ "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
2565
+ "type": "package",
2566
+ "serviceable": true,
2567
+ "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
2568
+ "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
2569
+ "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
2570
+ },
2571
+ "System.Runtime.Numerics/4.3.0": {
2572
+ "type": "package",
2573
+ "serviceable": true,
2574
+ "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
2575
+ "path": "system.runtime.numerics/4.3.0",
2576
+ "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
2577
+ },
2578
+ "System.Security.AccessControl/5.0.0": {
2579
+ "type": "package",
2580
+ "serviceable": true,
2581
+ "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
2582
+ "path": "system.security.accesscontrol/5.0.0",
2583
+ "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
2584
+ },
2585
+ "System.Security.Cryptography.Algorithms/4.3.0": {
2586
+ "type": "package",
2587
+ "serviceable": true,
2588
+ "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
2589
+ "path": "system.security.cryptography.algorithms/4.3.0",
2590
+ "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
2591
+ },
2592
+ "System.Security.Cryptography.Cng/4.3.0": {
2593
+ "type": "package",
2594
+ "serviceable": true,
2595
+ "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
2596
+ "path": "system.security.cryptography.cng/4.3.0",
2597
+ "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
2598
+ },
2599
+ "System.Security.Cryptography.Csp/4.3.0": {
2600
+ "type": "package",
2601
+ "serviceable": true,
2602
+ "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
2603
+ "path": "system.security.cryptography.csp/4.3.0",
2604
+ "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
2605
+ },
2606
+ "System.Security.Cryptography.Encoding/4.3.0": {
2607
+ "type": "package",
2608
+ "serviceable": true,
2609
+ "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
2610
+ "path": "system.security.cryptography.encoding/4.3.0",
2611
+ "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
2612
+ },
2613
+ "System.Security.Cryptography.OpenSsl/4.3.0": {
2614
+ "type": "package",
2615
+ "serviceable": true,
2616
+ "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
2617
+ "path": "system.security.cryptography.openssl/4.3.0",
2618
+ "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
2619
+ },
2620
+ "System.Security.Cryptography.Primitives/4.3.0": {
2621
+ "type": "package",
2622
+ "serviceable": true,
2623
+ "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
2624
+ "path": "system.security.cryptography.primitives/4.3.0",
2625
+ "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
2626
+ },
2627
+ "System.Security.Cryptography.X509Certificates/4.3.0": {
2628
+ "type": "package",
2629
+ "serviceable": true,
2630
+ "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
2631
+ "path": "system.security.cryptography.x509certificates/4.3.0",
2632
+ "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
2633
+ },
2634
+ "System.Security.Principal.Windows/5.0.0": {
2635
+ "type": "package",
2636
+ "serviceable": true,
2637
+ "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
2638
+ "path": "system.security.principal.windows/5.0.0",
2639
+ "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
2640
+ },
2641
+ "System.Text.Encoding/4.3.0": {
2642
+ "type": "package",
2643
+ "serviceable": true,
2644
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
2645
+ "path": "system.text.encoding/4.3.0",
2646
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
2647
+ },
2648
+ "System.Text.Encoding.Extensions/4.3.0": {
2649
+ "type": "package",
2650
+ "serviceable": true,
2651
+ "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
2652
+ "path": "system.text.encoding.extensions/4.3.0",
2653
+ "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
2654
+ },
2655
+ "System.Text.Encodings.Web/8.0.0": {
2656
+ "type": "package",
2657
+ "serviceable": true,
2658
+ "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
2659
+ "path": "system.text.encodings.web/8.0.0",
2660
+ "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
2661
+ },
2662
+ "System.Text.Json/8.0.0": {
2663
+ "type": "package",
2664
+ "serviceable": true,
2665
+ "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
2666
+ "path": "system.text.json/8.0.0",
2667
+ "hashPath": "system.text.json.8.0.0.nupkg.sha512"
2668
+ },
2669
+ "System.Text.RegularExpressions/4.3.0": {
2670
+ "type": "package",
2671
+ "serviceable": true,
2672
+ "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
2673
+ "path": "system.text.regularexpressions/4.3.0",
2674
+ "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
2675
+ },
2676
+ "System.Threading/4.3.0": {
2677
+ "type": "package",
2678
+ "serviceable": true,
2679
+ "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
2680
+ "path": "system.threading/4.3.0",
2681
+ "hashPath": "system.threading.4.3.0.nupkg.sha512"
2682
+ },
2683
+ "System.Threading.RateLimiting/8.0.0": {
2684
+ "type": "package",
2685
+ "serviceable": true,
2686
+ "sha512": "sha512-7mu9v0QDv66ar3DpGSZHg9NuNcxDaaAcnMULuZlaTpP9+hwXhrxNGsF5GmLkSHxFdb5bBc1TzeujsRgTrPWi+Q==",
2687
+ "path": "system.threading.ratelimiting/8.0.0",
2688
+ "hashPath": "system.threading.ratelimiting.8.0.0.nupkg.sha512"
2689
+ },
2690
+ "System.Threading.Tasks/4.3.0": {
2691
+ "type": "package",
2692
+ "serviceable": true,
2693
+ "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
2694
+ "path": "system.threading.tasks/4.3.0",
2695
+ "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
2696
+ },
2697
+ "System.Threading.Tasks.Extensions/4.3.0": {
2698
+ "type": "package",
2699
+ "serviceable": true,
2700
+ "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
2701
+ "path": "system.threading.tasks.extensions/4.3.0",
2702
+ "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
2703
+ },
2704
+ "System.Threading.Timer/4.3.0": {
2705
+ "type": "package",
2706
+ "serviceable": true,
2707
+ "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
2708
+ "path": "system.threading.timer/4.3.0",
2709
+ "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
2710
+ },
2711
+ "System.Xml.ReaderWriter/4.3.0": {
2712
+ "type": "package",
2713
+ "serviceable": true,
2714
+ "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
2715
+ "path": "system.xml.readerwriter/4.3.0",
2716
+ "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
2717
+ },
2718
+ "System.Xml.XDocument/4.3.0": {
2719
+ "type": "package",
2720
+ "serviceable": true,
2721
+ "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
2722
+ "path": "system.xml.xdocument/4.3.0",
2723
+ "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
2724
+ },
2725
+ "xunit/2.5.3": {
2726
+ "type": "package",
2727
+ "serviceable": true,
2728
+ "sha512": "sha512-VxYDiWSwrLxOJ3UEN+ZPrBybB0SFShQ1E6PjT65VdoKCJhorgerFznThjSwawRH/WAip73YnucDVsE8WRj/8KQ==",
2729
+ "path": "xunit/2.5.3",
2730
+ "hashPath": "xunit.2.5.3.nupkg.sha512"
2731
+ },
2732
+ "xunit.abstractions/2.0.3": {
2733
+ "type": "package",
2734
+ "serviceable": true,
2735
+ "sha512": "sha512-pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==",
2736
+ "path": "xunit.abstractions/2.0.3",
2737
+ "hashPath": "xunit.abstractions.2.0.3.nupkg.sha512"
2738
+ },
2739
+ "xunit.analyzers/1.4.0": {
2740
+ "type": "package",
2741
+ "serviceable": true,
2742
+ "sha512": "sha512-7ljnTJfFjz5zK+Jf0h2dd2QOSO6UmFizXsojv/x4QX7TU5vEgtKZPk9RvpkiuUqg2bddtNZufBoKQalsi7djfA==",
2743
+ "path": "xunit.analyzers/1.4.0",
2744
+ "hashPath": "xunit.analyzers.1.4.0.nupkg.sha512"
2745
+ },
2746
+ "xunit.assert/2.5.3": {
2747
+ "type": "package",
2748
+ "serviceable": true,
2749
+ "sha512": "sha512-MK3HiBckO3vdxEdUxXZyyRPsBNPsC/nz6y1gj/UZIZkjMnsVQyZPU8yxS/3cjTchYcqskt/nqUOS5wmD8JezdQ==",
2750
+ "path": "xunit.assert/2.5.3",
2751
+ "hashPath": "xunit.assert.2.5.3.nupkg.sha512"
2752
+ },
2753
+ "xunit.core/2.5.3": {
2754
+ "type": "package",
2755
+ "serviceable": true,
2756
+ "sha512": "sha512-FE8yEEUkoMLd6kOHDXm/QYfX/dYzwc0c+Q4MQon6VGRwFuy6UVGwK/CFA5LEea+ZBEmcco7AEl2q78VjsA0j/w==",
2757
+ "path": "xunit.core/2.5.3",
2758
+ "hashPath": "xunit.core.2.5.3.nupkg.sha512"
2759
+ },
2760
+ "xunit.extensibility.core/2.5.3": {
2761
+ "type": "package",
2762
+ "serviceable": true,
2763
+ "sha512": "sha512-IjAQlPeZWXP89pl1EuOG9991GH1qgAL0rQfkmX2UV+PDenbYb7oBnQopL9ujE6YaXxgaQazp7lFjsDyyxD6Mtw==",
2764
+ "path": "xunit.extensibility.core/2.5.3",
2765
+ "hashPath": "xunit.extensibility.core.2.5.3.nupkg.sha512"
2766
+ },
2767
+ "xunit.extensibility.execution/2.5.3": {
2768
+ "type": "package",
2769
+ "serviceable": true,
2770
+ "sha512": "sha512-w9eGCHl+gJj1GzZSf0VTzYPp/gv4fiUDkr+yR7/Wv9/ucO2CHltGg2TnyySLFjzekkjuxVJZUE+tZyDNzryJFw==",
2771
+ "path": "xunit.extensibility.execution/2.5.3",
2772
+ "hashPath": "xunit.extensibility.execution.2.5.3.nupkg.sha512"
2773
+ },
2774
+ "xunit.runner.visualstudio/2.5.3": {
2775
+ "type": "package",
2776
+ "serviceable": true,
2777
+ "sha512": "sha512-HFFL6O+QLEOfs555SqHii48ovVa4CqGYanY+B32BjLpPptdE+wEJmCFNXlLHdEOD5LYeayb9EroaUpydGpcybg==",
2778
+ "path": "xunit.runner.visualstudio/2.5.3",
2779
+ "hashPath": "xunit.runner.visualstudio.2.5.3.nupkg.sha512"
2780
+ },
2781
+ "ZstdSharp.Port/0.7.3": {
2782
+ "type": "package",
2783
+ "serviceable": true,
2784
+ "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==",
2785
+ "path": "zstdsharp.port/0.7.3",
2786
+ "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512"
2787
+ },
2788
+ "Blueprint.API/1.0.0": {
2789
+ "type": "project",
2790
+ "serviceable": false,
2791
+ "sha512": ""
2792
+ },
2793
+ "Blueprint.Core/1.0.0": {
2794
+ "type": "project",
2795
+ "serviceable": false,
2796
+ "sha512": ""
2797
+ },
2798
+ "Blueprint.Infra/1.0.0": {
2799
+ "type": "project",
2800
+ "serviceable": false,
2801
+ "sha512": ""
2802
+ }
2803
+ }
2804
+ }