commit 86fce3dae18cabbfc97ec2cfaec3be2f0defd348 Author: Adam Date: Sat Nov 9 20:09:35 2024 +0100 initial commit diff --git a/Nop.Plugin.Misc.BillingoInvoicing/.gitignore b/Nop.Plugin.Misc.BillingoInvoicing/.gitignore new file mode 100644 index 0000000..b006957 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/.gitignore @@ -0,0 +1,365 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd +*.cache +*.dll \ No newline at end of file diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Areas/Admin/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.BillingoInvoicing/Areas/Admin/Views/_ViewImports.cshtml new file mode 100644 index 0000000..270744e --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Areas/Admin/Views/_ViewImports.cshtml @@ -0,0 +1,10 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web +@using Nop.Services.Events +@using Nop.Web.Framework.Events \ No newline at end of file diff --git a/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingDefaults.cs b/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingDefaults.cs new file mode 100644 index 0000000..bd31d84 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingDefaults.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Nop.Plugin.Misc.BillingoInvoicing +{ + public class BillingoInvoicingDefaults + { + /// + /// Gets the configuration route name + /// + public static string ConfigurationRouteName => "Plugin.Misc.BillingoInvoicing.Configure"; + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingPlugin.cs b/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingPlugin.cs new file mode 100644 index 0000000..cf18f3b --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingPlugin.cs @@ -0,0 +1,72 @@ +using System.Collections.Generic; +using System.Threading.Tasks; +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.Infrastructure; +using Microsoft.AspNetCore.Mvc.Routing; +using Nop.Services.Cms; +using Nop.Services.Common; +using Nop.Services.Configuration; +using Nop.Services.Localization; +using Nop.Services.Plugins; +using Nop.Web.Framework.Infrastructure; + +namespace Nop.Plugin.Misc.BillingoInvoicing +{ + /// + /// Rename this file and change to the correct type + /// + public class BillingoInvoicingPlugin : BasePlugin, IMiscPlugin + { + private readonly ISettingService _settingService; + private readonly IActionContextAccessor _actionContextAccessor; + private readonly IUrlHelperFactory _urlHelperFactory; + private readonly ILocalizationService _localizationService; + + public BillingoInvoicingPlugin(ISettingService settingService, + IActionContextAccessor actionContextAccessor, + IUrlHelperFactory urlHelperFactory, + ILocalizationService localizationService) + { + _settingService = settingService; + _actionContextAccessor = actionContextAccessor; + _urlHelperFactory = urlHelperFactory; + _localizationService = localizationService; + } + + public override async Task InstallAsync() + { + // settings + await _settingService.SaveSettingAsync(new BillingoInvoicingSettings + { + ApiKey = "YOUR_API_KEY" + }); + + //locales + await _localizationService.AddOrUpdateLocaleResourceAsync(new Dictionary + { + ["Plugins.Misc.BillingoInvoicing.Title"] = "Billingo számlázás", + ["Plugins.Misc.BillingoInvoicing.Fields.ApiKey"] = "Billingo V3 API kulcs", + ["Plugins.Misc.BillingoInvoicing.Fields.ApiKey.Hint"] = "app.billingo.hu - Összeköttetések - API", + ["Plugins.Misc.BillingoInvoicing.Fields.BlockId"] = "Billingo számlatömb id", + ["Plugins.Misc.BillingoInvoicing.Fields.BlockId.Hint"] = "app.billingo.hu - Beállítások - Bizonylat beállítások - Bizonylattömbök - API ID", + }); + + await base.InstallAsync(); + } + + public override async Task UninstallAsync() + { + await _settingService.DeleteSettingAsync(); + + await base.UninstallAsync(); + } + + /// + /// Gets a configuration page URL + /// + public override string GetConfigurationPageUrl() + { + return _urlHelperFactory.GetUrlHelper(_actionContextAccessor.ActionContext).RouteUrl(BillingoInvoicingDefaults.ConfigurationRouteName); + } + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingSettings.cs b/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingSettings.cs new file mode 100644 index 0000000..5e913fd --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/BillingoInvoicingSettings.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Nop.Core.Configuration; + +namespace Nop.Plugin.Misc.BillingoInvoicing +{ + public class BillingoInvoicingSettings : ISettings + { + public string ApiKey { get; set; } + public int BlockId { get; set; } + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Controllers/BillingoInvoicingController.cs b/Nop.Plugin.Misc.BillingoInvoicing/Controllers/BillingoInvoicingController.cs new file mode 100644 index 0000000..2acdd51 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Controllers/BillingoInvoicingController.cs @@ -0,0 +1,81 @@ +using System.Threading.Tasks; +using Microsoft.AspNetCore.Mvc; +using Nop.Core; +using Nop.Plugin.Misc.BillingoInvoicing.Models; +using Nop.Services.Configuration; +using Nop.Services.Localization; +using Nop.Services.Messages; +using Nop.Services.Security; +using Nop.Web.Framework; +using Nop.Web.Framework.Controllers; +using Nop.Web.Framework.Mvc.Filters; + +namespace Nop.Plugin.Misc.BillingoInvoicing.Controllers +{ + [Area(AreaNames.ADMIN)] + [AutoValidateAntiforgeryToken] + [AuthorizeAdmin] + public class BillingoInvoicingController : BasePluginController + { + private readonly ISettingService _settingService; + private readonly IStoreContext _storeContext; + private readonly INotificationService _notificationService; + private readonly ILocalizationService _localizationService; + private readonly IPermissionService _permissionService; + + public BillingoInvoicingController( + ISettingService settingService, + IStoreContext storeContext, + INotificationService notificationService, + ILocalizationService localizationService, + IPermissionService permissionService) + { + _settingService = settingService; + _storeContext = storeContext; + _notificationService = notificationService; + _localizationService = localizationService; + _permissionService = permissionService; + } + + public async Task Configure() + { + if (!await _permissionService.AuthorizeAsync(StandardPermissionProvider.ManageWidgets)) + return AccessDeniedView(); + + var storeId = await _storeContext.GetActiveStoreScopeConfigurationAsync(); + var settings = await _settingService.LoadSettingAsync(storeId); + + var model = new ConfigurationModel() + { + ApiKey = settings.ApiKey, + BlockId = settings.BlockId + }; + + return View("~/Plugins/Misc.BillingoInvoicing/Views/Configure.cshtml", model); + } + + [HttpPost, ActionName("Configure")] + [FormValueRequired("save")] + public async Task Configure(ConfigurationModel model) + { + if (!await _permissionService.AuthorizeAsync(StandardPermissionProvider.ManageWidgets)) + return AccessDeniedView(); + + var storeId = await _storeContext.GetActiveStoreScopeConfigurationAsync(); + var settings = await _settingService.LoadSettingAsync(storeId); + + //set new settings values + settings.ApiKey = model.ApiKey; + settings.BlockId = model.BlockId; + + await _settingService.SaveSettingOverridablePerStoreAsync(settings, setting => setting.ApiKey, true, storeId, false); + await _settingService.SaveSettingOverridablePerStoreAsync(settings, setting => setting.BlockId, true, storeId, false); + + await _settingService.ClearCacheAsync(); + + _notificationService.SuccessNotification(await _localizationService.GetResourceAsync("Admin.Plugins.Saved")); + + return await Configure(); + } + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/PluginNopStartup.cs b/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/PluginNopStartup.cs new file mode 100644 index 0000000..e670cb8 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/PluginNopStartup.cs @@ -0,0 +1,30 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Mvc.Razor; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Nop.Core.Infrastructure; +using Nop.Plugin.Misc.BillingoInvoicing.Services; + +namespace Nop.Plugin.Misc.BillingoInvoicing.Infrastructure +{ + public class PluginNopStartup : INopStartup + { + public void ConfigureServices(IServiceCollection services, IConfiguration configuration) + { + services.Configure(options => + { + options.ViewLocationExpanders.Add(new ViewLocationExpander()); + }); + + //register services and interfaces + services.AddScoped(); + services.AddScoped(); + } + + public void Configure(IApplicationBuilder application) + { + } + + public int Order => 11; + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/RouteProvider.cs b/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/RouteProvider.cs new file mode 100644 index 0000000..a821465 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/RouteProvider.cs @@ -0,0 +1,29 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Routing; +using Nop.Web.Framework.Mvc.Routing; + +namespace Nop.Plugin.Misc.BillingoInvoicing.Infrastructure +{ + + /// + /// Represents plugin route provider + /// + public class RouteProvider : IRouteProvider + { + /// + /// Register routes + /// + /// Route builder + public void RegisterRoutes(IEndpointRouteBuilder endpointRouteBuilder) + { + endpointRouteBuilder.MapControllerRoute(BillingoInvoicingDefaults.ConfigurationRouteName, + "Admin/BillingoInvoicing/Configure", + new { controller = "BillingoInvoicing", action = "Configure" }); + } + + /// + /// Gets a priority of route provider + /// + public int Priority => 0; + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/ViewLocationExpander.cs b/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/ViewLocationExpander.cs new file mode 100644 index 0000000..6462722 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Infrastructure/ViewLocationExpander.cs @@ -0,0 +1,27 @@ +using System.Collections.Generic; +using System.Linq; +using Microsoft.AspNetCore.Mvc.Razor; + +namespace Nop.Plugin.Misc.BillingoInvoicing.Infrastructure +{ + public class ViewLocationExpander : IViewLocationExpander + { + public void PopulateValues(ViewLocationExpanderContext context) + { + } + + public IEnumerable ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable viewLocations) + { + if (context.AreaName == "Admin") + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.BillingoInvoicing/Areas/Admin/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + else + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.BillingoInvoicing/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + + return viewLocations; + } + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/LICENSE.txt b/Nop.Plugin.Misc.BillingoInvoicing/LICENSE.txt new file mode 100644 index 0000000..8aa2645 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [year] [fullname] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Models/ConfigurationModel.cs b/Nop.Plugin.Misc.BillingoInvoicing/Models/ConfigurationModel.cs new file mode 100644 index 0000000..029c12a --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Models/ConfigurationModel.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Nop.Web.Framework.Models; +using Nop.Web.Framework.Mvc.ModelBinding; + +namespace Nop.Plugin.Misc.BillingoInvoicing.Models +{ + public record ConfigurationModel : BaseNopModel + { + [NopResourceDisplayName("Plugins.Misc.BillingoInvoicing.Fields.ApiKey")] + public string ApiKey { get; set; } + [NopResourceDisplayName("Plugins.Misc.BillingoInvoicing.Fields.BlockId")] + public int BlockId { get; set; } + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Nop.Plugin.Misc.BillingoInvoicing.csproj b/Nop.Plugin.Misc.BillingoInvoicing/Nop.Plugin.Misc.BillingoInvoicing.csproj new file mode 100644 index 0000000..9a536ed --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Nop.Plugin.Misc.BillingoInvoicing.csproj @@ -0,0 +1,46 @@ + + + + net8.0 + ..\..\..\..\NopCommerce\Presentation\Nop.Web\Plugins\Misc.BillingoInvoicing + $(OutputPath) + + false + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + diff --git a/Nop.Plugin.Misc.BillingoInvoicing/README.md b/Nop.Plugin.Misc.BillingoInvoicing/README.md new file mode 100644 index 0000000..80591fa --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/README.md @@ -0,0 +1,35 @@ +### Billingo Invoicing Automatically +NopCommerce plugin + +## Short description +With the Billingo Invoicing plugin you can create invoices automatically using Billingo. The extension creates and sends the invoice to the user after payment. + +## Full description +Billingo is a well-known financial tool in Hungary. It has many useful services, the Billingo Invoicing extension uses the invoice generation part of them. You can configure Billingo to synchronize with NAV (as it is compulsory in Hungary).
+You'll need the "API és tömeges számlagenerálás kiegészítő" subscription to make the plugin working.
+The Billingo Invoicing plugin can create an invoice for you automatically after every payment in your nopCommerce store. + +

Features

+
    +
  • Easy configuration in the admin area
  • +
  • Generate invoice automatically after every payment
  • +
  • The invoice includes the concrete items and quantities
  • +
  • Sending the invoice in email through Billingo
  • +
+ +NO WARRANTY, use at your own risk! You can find the source code below.
+ +On the configuration page, the language is Hungarian because Billingo operates in Hungary. +You should only use PayPal payment with this extension. + +

Installation instructions:

+
    +
  1. Download the plugin archive.
  2. +
  3. Go to admin area > configuration > local plugins.
  4. +Upload the plugin archive using the "Upload plugin or theme" plugin. +
  5. Scroll down through the list of plugins to find the newly installed plugin. Click on the "Install" button to install the plugin.
  6. +
  7. Please find more information about how to install plugins here.
  8. +
+ +

Source code

+The plugin is provided absolutely for free and includes source code. Find the project's GitHub repository here. \ No newline at end of file diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Services/BillingoClientService.cs b/Nop.Plugin.Misc.BillingoInvoicing/Services/BillingoClientService.cs new file mode 100644 index 0000000..16ade60 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Services/BillingoClientService.cs @@ -0,0 +1,13556 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net.Http; +using System.Text; +using System.Text.Json; +using System.Text.Json.Serialization; +using System.Threading.Tasks; +using Nop.Core; +using Nop.Services.Configuration; + +//---------------------- +// +// Generated using the NSwag toolchain v13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0)) (http://NSwag.org) +// +//---------------------- + +#pragma warning disable 108 // Disable "CS0108 '{derivedDto}.ToJson()' hides inherited member '{dtoBase}.ToJson()'. Use the new keyword if hiding was intended." +#pragma warning disable 114 // Disable "CS0114 '{derivedDto}.RaisePropertyChanged(String)' hides inherited member 'dtoBase.RaisePropertyChanged(String)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword." +#pragma warning disable 472 // Disable "CS0472 The result of the expression is always 'false' since a value of type 'Int32' is never equal to 'null' of type 'Int32?' +#pragma warning disable 612 // Disable "CS0612 '...' is obsolete" +#pragma warning disable 1573 // Disable "CS1573 Parameter '...' has no matching param tag in the XML comment for ... +#pragma warning disable 1591 // Disable "CS1591 Missing XML comment for publicly visible type or member ..." +#pragma warning disable 8073 // Disable "CS8073 The result of the expression is always 'false' since a value of type 'T' is never equal to 'null' of type 'T?'" +#pragma warning disable 3016 // Disable "CS3016 Arrays as attribute arguments is not CLS-compliant" +#pragma warning disable 8603 // Disable "CS8603 Possible null reference return" +#pragma warning disable 8604 // Disable "CS8604 Possible null reference argument for parameter" + + +namespace Nop.Plugin.Misc.BillingoInvoicing.Services +{ + using System = global::System; + + using System; + using System.Text.Json; + using System.Text.Json.Serialization; + + //public class CamelCaseStringEnumConverter : JsonConverter + //{ + // private readonly JsonNamingPolicy _namingPolicy = JsonNamingPolicy.CamelCase; + + // public override Enum Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) + // { + // // Use the base behavior to read as string + // string enumString = reader.GetString(); + + // // Parse the string back to the enum type + // if (Enum.TryParse(typeToConvert, enumString, ignoreCase: true, out var enumValue)) + // { + // return (Enum)enumValue; + // } + + // throw new JsonException($"Unable to parse \"{enumString}\" as enum of type {typeToConvert.Name}."); + // } + + // public override void Write(Utf8JsonWriter writer, Enum value, JsonSerializerOptions options) + // { + // string original = value.ToString(); + // string converted = _namingPolicy.ConvertName(original); + // writer.WriteStringValue(converted); + // } + //} + + + + + [System.CodeDom.Compiler.GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class BillingoClientService + { + private string _baseUrl = "https://api.billingo.hu/v3"; + private System.Net.Http.HttpClient _httpClient; + private System.Lazy _settings; + private IStoreContext _storeContext; + private ISettingService _settingService; + + public BillingoClientService(System.Net.Http.HttpClient httpClient, + IStoreContext storeContext, + ISettingService settingService) + { + _httpClient = httpClient; + _settings = new System.Lazy(CreateSerializerSettings, true); + _storeContext = storeContext; + _settingService = settingService; + } + + private System.Text.Json.JsonSerializerOptions CreateSerializerSettings() + { + var settings = new System.Text.Json.JsonSerializerOptions() + { + PropertyNamingPolicy = JsonNamingPolicy.CamelCase, + Converters = + { + new JsonStringEnumConverter(JsonNamingPolicy.CamelCase) + } + + }; + UpdateJsonSerializerSettings(settings); + return settings; + } + + public string BaseUrl + { + get { return _baseUrl; } + set { _baseUrl = value; } + } + + protected System.Text.Json.JsonSerializerOptions JsonSerializerSettings { get { return _settings.Value; } } + + partial void UpdateJsonSerializerSettings(System.Text.Json.JsonSerializerOptions settings); + + partial void PrepareRequest(System.Net.Http.HttpClient client, System.Net.Http.HttpRequestMessage request, string url); + partial void PrepareRequest(System.Net.Http.HttpClient client, System.Net.Http.HttpRequestMessage request, System.Text.StringBuilder urlBuilder); + partial void ProcessResponse(System.Net.Http.HttpClient client, System.Net.Http.HttpResponseMessage response); + + /// + /// List all bank account + /// + /// + /// Returns a list of your bank accounts. The bank accounts are returned sorted by creation date, with the most recent bank account appearing first. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task ListBankAccountAsync(int? page, int? per_page) + { + return ListBankAccountAsync(page, per_page, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// List all bank account + /// + /// + /// Returns a list of your bank accounts. The bank accounts are returned sorted by creation date, with the most recent bank account appearing first. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task ListBankAccountAsync(int? page, int? per_page, System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/bank-accounts?"); + if (page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (per_page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("per_page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(per_page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + urlBuilder_.Length--; + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Create a bank account + /// + /// + /// Create a new bank account. Returns a bank account object if the create is succeded. + /// + /// BankAccount object that you would like to store. + /// BankAccount created successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateBankAccountAsync(BankAccount body) + { + return CreateBankAccountAsync(body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create a bank account + /// + /// + /// Create a new bank account. Returns a bank account object if the create is succeded. + /// + /// BankAccount object that you would like to store. + /// BankAccount created successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateBankAccountAsync(BankAccount body, System.Threading.CancellationToken cancellationToken) + { + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/bank-accounts"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a bank account + /// + /// + /// Retrieves the details of an existing bank account. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetBankAccountAsync(int id) + { + return GetBankAccountAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a bank account + /// + /// + /// Retrieves the details of an existing bank account. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetBankAccountAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/bank-accounts/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Update a bank account + /// + /// + /// Update an existing bank accounts. Returns a bank account object if the update is succeded. + /// + /// Bank account object that you would like to update. + /// Bank account updated successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task UpdateBankAccountAsync(int id, BankAccount body) + { + return UpdateBankAccountAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Update a bank account + /// + /// + /// Update an existing bank accounts. Returns a bank account object if the update is succeded. + /// + /// Bank account object that you would like to update. + /// Bank account updated successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task UpdateBankAccountAsync(int id, BankAccount body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/bank-accounts/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("PUT"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Delete a bank account + /// + /// + /// Delete an existing bank account. + /// + /// Bank account deleted successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task DeleteBankAccountAsync(int id) + { + return DeleteBankAccountAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Delete a bank account + /// + /// + /// Delete an existing bank account. + /// + /// Bank account deleted successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task DeleteBankAccountAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/bank-accounts/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("DELETE"); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 204) + { + return; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Get currencies exchange rate. + /// + /// + /// Return with the exchange value of given currencies. + /// + /// Currencies exchange rate returned. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetConversionRateAsync(Currency from, Currency to, System.DateTimeOffset? date) + { + return GetConversionRateAsync(from, to, date, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Get currencies exchange rate. + /// + /// + /// Return with the exchange value of given currencies. + /// + /// Currencies exchange rate returned. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetConversionRateAsync(Currency from, Currency to, System.DateTimeOffset? date, System.Threading.CancellationToken cancellationToken) + { + if (from == null) + throw new System.ArgumentNullException("from"); + + if (to == null) + throw new System.ArgumentNullException("to"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/currencies?"); + urlBuilder_.Append(System.Uri.EscapeDataString("from") + "=").Append(System.Uri.EscapeDataString(ConvertToString(from, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + urlBuilder_.Append(System.Uri.EscapeDataString("to") + "=").Append(System.Uri.EscapeDataString(ConvertToString(to, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + if (date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("date") + "=").Append(System.Uri.EscapeDataString(date.Value.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + urlBuilder_.Length--; + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// List all document blocks + /// + /// + /// Returns a list of your document blocks. The document blocks are returned sorted by creation date, with the most recent document blocks appearing first. + /// + /// Filter document blocks by type + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task ListDocumentBlockAsync(int? page, int? per_page, DocumentBlockType? type) + { + return ListDocumentBlockAsync(page, per_page, type, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// List all document blocks + /// + /// + /// Returns a list of your document blocks. The document blocks are returned sorted by creation date, with the most recent document blocks appearing first. + /// + /// Filter document blocks by type + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task ListDocumentBlockAsync(int? page, int? per_page, DocumentBlockType? type, System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/document-blocks?"); + if (page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (per_page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("per_page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(per_page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (type != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("type") + "=").Append(System.Uri.EscapeDataString(ConvertToString(type, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + urlBuilder_.Length--; + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Create document export. + /// + /// + /// Return with the id of the export. + /// + /// Create document export body. + /// Export job ID returned. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateAsync(CreateDocumentExport body) + { + return CreateAsync(body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create document export. + /// + /// + /// Return with the id of the export. + /// + /// Create document export body. + /// Export job ID returned. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateAsync(CreateDocumentExport body, System.Threading.CancellationToken cancellationToken) + { + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/document-export"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Return exported binary file. + /// + /// + /// Return the exported file. + /// + /// The ID from create document export endpoint. + /// Document export file. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task DownloadAsync(string id) + { + return DownloadAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Return exported binary file. + /// + /// + /// Return the exported file. + /// + /// The ID from create document export endpoint. + /// Document export file. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task DownloadAsync(string id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/document-export/{id}/download"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/*")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200 || status_ == 206) + { + var responseStream_ = response_.Content == null ? System.IO.Stream.Null : await response_.Content.ReadAsStreamAsync().ConfigureAwait(false); + var fileResponse_ = new FileResponse(status_, headers_, responseStream_, null, response_); + disposeClient_ = false; + disposeResponse_ = false; // response and client are disposed by FileResponse + return fileResponse_; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve export state. + /// + /// + /// Return state of the given export. + /// + /// The ID from create document export endpoint. + /// Export job status returned. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task PollAsync(string id) + { + return PollAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve export state. + /// + /// + /// Return state of the given export. + /// + /// The ID from create document export endpoint. + /// Export job status returned. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task PollAsync(string id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/document-export/{id}/poll"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// List all documents + /// + /// + /// Returns a list of your documents. The documents are returned sorted by creation date, with the most recent documents appearing first. + /// + /// Filter documents by the identifier of your DocumentBlock. + /// Filter documents by the identifier of your Partner. + /// Filter documents by PaymentMethod value. + /// Filter documents by PaymentStatus value. + /// Filter documents by their invoice date. + /// Filter documents by their invoice date. + /// Starting number of the document, should not contain year or any other formatting. Required if `start_year` given + /// Ending number of the document, should not contain year or any other formatting. Required if `end_year` given + /// Year for `start_number` parameter. Required if `start_number` given. + /// Year for `end_number` parameter. Required if `end_number` given. + /// Filter documents by type + /// Filter documents by the given text + /// Filter documents by their payment date. + /// Filter documents by their payment date. + /// Filter documents by their fulfillment date. + /// Filter documents by their fulfillment date. + /// Filter documents by their last modified date. + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task ListDocumentAsync(int? page, int? per_page, int? block_id, int? partner_id, PaymentMethod? payment_method, PaymentStatus? payment_status, System.DateTimeOffset? start_date, System.DateTimeOffset? end_date, int? start_number, int? end_number, int? start_year, int? end_year, DocumentType? type, string query, System.DateTimeOffset? paid_start_date, System.DateTimeOffset? paid_end_date, System.DateTimeOffset? fulfillment_start_date, System.DateTimeOffset? fulfillment_end_date, string last_modified_date) + { + return ListDocumentAsync(page, per_page, block_id, partner_id, payment_method, payment_status, start_date, end_date, start_number, end_number, start_year, end_year, type, query, paid_start_date, paid_end_date, fulfillment_start_date, fulfillment_end_date, last_modified_date, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// List all documents + /// + /// + /// Returns a list of your documents. The documents are returned sorted by creation date, with the most recent documents appearing first. + /// + /// Filter documents by the identifier of your DocumentBlock. + /// Filter documents by the identifier of your Partner. + /// Filter documents by PaymentMethod value. + /// Filter documents by PaymentStatus value. + /// Filter documents by their invoice date. + /// Filter documents by their invoice date. + /// Starting number of the document, should not contain year or any other formatting. Required if `start_year` given + /// Ending number of the document, should not contain year or any other formatting. Required if `end_year` given + /// Year for `start_number` parameter. Required if `start_number` given. + /// Year for `end_number` parameter. Required if `end_number` given. + /// Filter documents by type + /// Filter documents by the given text + /// Filter documents by their payment date. + /// Filter documents by their payment date. + /// Filter documents by their fulfillment date. + /// Filter documents by their fulfillment date. + /// Filter documents by their last modified date. + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task ListDocumentAsync(int? page, int? per_page, int? block_id, int? partner_id, PaymentMethod? payment_method, PaymentStatus? payment_status, System.DateTimeOffset? start_date, System.DateTimeOffset? end_date, int? start_number, int? end_number, int? start_year, int? end_year, DocumentType? type, string query, System.DateTimeOffset? paid_start_date, System.DateTimeOffset? paid_end_date, System.DateTimeOffset? fulfillment_start_date, System.DateTimeOffset? fulfillment_end_date, string last_modified_date, System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents?"); + if (page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (per_page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("per_page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(per_page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (block_id != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("block_id") + "=").Append(System.Uri.EscapeDataString(ConvertToString(block_id, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (partner_id != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("partner_id") + "=").Append(System.Uri.EscapeDataString(ConvertToString(partner_id, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (payment_method != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("payment_method") + "=").Append(System.Uri.EscapeDataString(ConvertToString(payment_method, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (payment_status != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("payment_status") + "=").Append(System.Uri.EscapeDataString(ConvertToString(payment_status, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (start_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("start_date") + "=").Append(System.Uri.EscapeDataString(start_date.Value.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (end_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("end_date") + "=").Append(System.Uri.EscapeDataString(end_date.Value.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (start_number != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("start_number") + "=").Append(System.Uri.EscapeDataString(ConvertToString(start_number, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (end_number != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("end_number") + "=").Append(System.Uri.EscapeDataString(ConvertToString(end_number, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (start_year != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("start_year") + "=").Append(System.Uri.EscapeDataString(ConvertToString(start_year, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (end_year != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("end_year") + "=").Append(System.Uri.EscapeDataString(ConvertToString(end_year, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (type != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("type") + "=").Append(System.Uri.EscapeDataString(ConvertToString(type, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (query != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("query") + "=").Append(System.Uri.EscapeDataString(ConvertToString(query, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (paid_start_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("paid_start_date") + "=").Append(System.Uri.EscapeDataString(paid_start_date.Value.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (paid_end_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("paid_end_date") + "=").Append(System.Uri.EscapeDataString(paid_end_date.Value.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (fulfillment_start_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("fulfillment_start_date") + "=").Append(System.Uri.EscapeDataString(fulfillment_start_date.Value.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (fulfillment_end_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("fulfillment_end_date") + "=").Append(System.Uri.EscapeDataString(fulfillment_end_date.Value.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (last_modified_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("last_modified_date") + "=").Append(System.Uri.EscapeDataString(ConvertToString(last_modified_date, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + urlBuilder_.Length--; + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Create a document + /// + /// + /// Create a new document. Returns a document object if the create is succeded. + /// + /// DocumentInsert object that you would like to store. + /// Document created successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateDocumentAsync(DocumentInsert body) + { + return CreateDocumentAsync(body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create a document + /// + /// + /// Create a new document. Returns a document object if the create is succeded. + /// + /// DocumentInsert object that you would like to store. + /// Document created successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateDocumentAsync(DocumentInsert body, System.Threading.CancellationToken cancellationToken) + { + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents"); + + var client_ = _httpClient; + await AddApiKeyToHeader(client_); + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + Console.WriteLine(json_); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + Console.WriteLine(response_); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + private async Task AddApiKeyToHeader(HttpClient client_) + { + var storeId = await _storeContext.GetActiveStoreScopeConfigurationAsync(); + var settings = await _settingService.LoadSettingAsync(storeId); + client_.DefaultRequestHeaders.Where(s => s.Key == "X-API-KEY").ToList().ForEach(f => client_.DefaultRequestHeaders.Remove(f.Key)); + client_.DefaultRequestHeaders.Add("X-API-KEY", settings.ApiKey); + } + + /// + /// Create a receipt + /// + /// + /// Create a new receipt. Returns a document object if the create is succeded. + /// + /// ReceiptInsert object that you would like to store. + /// Receipt created successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateReceiptAsync(ReceiptInsert body) + { + return CreateReceiptAsync(body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create a receipt + /// + /// + /// Create a new receipt. Returns a document object if the create is succeded. + /// + /// ReceiptInsert object that you would like to store. + /// Receipt created successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateReceiptAsync(ReceiptInsert body, System.Threading.CancellationToken cancellationToken) + { + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/receipt"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Converts a draft to a receipt. + /// + /// + /// Converts a draft to a receipt. Returns the receipt object if the convert is succeded. + /// + /// ReceiptInsert object that you would like to store. + /// Draft converted successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateReceiptFromDraftAsync(int id, ReceiptInsert body) + { + return CreateReceiptFromDraftAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Converts a draft to a receipt. + /// + /// + /// Converts a draft to a receipt. Returns the receipt object if the convert is succeded. + /// + /// ReceiptInsert object that you would like to store. + /// Draft converted successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateReceiptFromDraftAsync(int id, ReceiptInsert body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/receipt/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("PUT"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a document by vendor id + /// + /// + /// Retrieves the details of an existing document by vendor id. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetDocumentByVendorIdAsync(string vendor_id) + { + return GetDocumentByVendorIdAsync(vendor_id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a document by vendor id + /// + /// + /// Retrieves the details of an existing document by vendor id. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetDocumentByVendorIdAsync(string vendor_id, System.Threading.CancellationToken cancellationToken) + { + if (vendor_id == null) + throw new System.ArgumentNullException("vendor_id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/vendor/{vendor_id}"); + urlBuilder_.Replace("{vendor_id}", System.Uri.EscapeDataString(ConvertToString(vendor_id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a document + /// + /// + /// Retrieves the details of an existing document. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetDocumentAsync(int id) + { + return GetDocumentAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a document + /// + /// + /// Retrieves the details of an existing document. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetDocumentAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Converts a draft to an invoice. + /// + /// + /// Converts a draft to an invoice. Returns the invoice object if the convert is succeded. + /// + /// DocumentInsert object that you would like to store. + /// Draft converted successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateDocumentFromDraftAsync(int id, DocumentInsert body) + { + return CreateDocumentFromDraftAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Converts a draft to an invoice. + /// + /// + /// Converts a draft to an invoice. Returns the invoice object if the convert is succeded. + /// + /// DocumentInsert object that you would like to store. + /// Draft converted successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateDocumentFromDraftAsync(int id, DocumentInsert body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("PUT"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Delete a draft. + /// + /// + /// Delete an existing draft. + /// + /// Draft deleted successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task DeleteDocumentAsync(int id) + { + return DeleteDocumentAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Delete a draft. + /// + /// + /// Delete an existing draft. + /// + /// Draft deleted successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task DeleteDocumentAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("DELETE"); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 204) + { + return; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Archive a proforma document. + /// + /// + /// Archive an existing proforma document. + /// + /// Document archived successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task ArchiveDocumentAsync(int id) + { + return ArchiveDocumentAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Archive a proforma document. + /// + /// + /// Archive an existing proforma document. + /// + /// Document archived successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task ArchiveDocumentAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/archive"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Content = new System.Net.Http.StringContent(string.Empty, System.Text.Encoding.UTF8, "application/json"); + request_.Method = new System.Net.Http.HttpMethod("PUT"); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 204) + { + return; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Cancel a document + /// + /// + /// Cancel a document. Returns a cancellation document object if the cancellation is succeded. + /// + /// Comment and notifiable email addresses - comma separated for multiple email addresses + /// Document cancellation successfully. Cancel document returned. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CancelDocumentAsync(int id, DocumentCancellation body) + { + return CancelDocumentAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Cancel a document + /// + /// + /// Cancel a document. Returns a cancellation document object if the cancellation is succeded. + /// + /// Comment and notifiable email addresses - comma separated for multiple email addresses + /// Document cancellation successfully. Cancel document returned. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CancelDocumentAsync(int id, DocumentCancellation body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/cancel"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Copy a document + /// + /// + /// Copy a document. Returns the new document if the copy was succeded. + /// + /// Document copied successfully. The created document returned. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task DocumentCopyAsync(int id) + { + return DocumentCopyAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Copy a document + /// + /// + /// Copy a document. Returns the new document if the copy was succeded. + /// + /// Document copied successfully. The created document returned. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task DocumentCopyAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/copy"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Content = new System.Net.Http.StringContent(string.Empty, System.Text.Encoding.UTF8, "application/json"); + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Create a document from proforma. + /// + /// + /// Create a new document from proforma. Returns a document object if the create is succeded. + /// + /// InvoiceSettings object. + /// Document created successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateDocumentFromProformaAsync(int id, InvoiceSettings body) + { + return CreateDocumentFromProformaAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create a document from proforma. + /// + /// + /// Create a new document from proforma. Returns a document object if the create is succeded. + /// + /// InvoiceSettings object. + /// Document created successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateDocumentFromProformaAsync(int id, InvoiceSettings body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/create-from-proforma"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Create a modification document. + /// + /// + /// Create a modification document for the given document. Returns a new document object if the create is successful. + /// + /// ModificationDocumentInsert object that you would like to store. + /// Modification document created successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateModificationDocumentAsync(int id, ModificationDocumentInsert body) + { + return CreateModificationDocumentAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create a modification document. + /// + /// + /// Create a modification document for the given document. Returns a new document object if the create is successful. + /// + /// ModificationDocumentInsert object that you would like to store. + /// Modification document created successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateModificationDocumentAsync(int id, ModificationDocumentInsert body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/create-modification-document"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Download a document in PDF format. + /// + /// + /// Download a document. Returns a document in PDF format. + /// + /// Document PDF file. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task DownloadDocumentAsync(int id) + { + return DownloadDocumentAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Download a document in PDF format. + /// + /// + /// Download a document. Returns a document in PDF format. + /// + /// Document PDF file. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task DownloadDocumentAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/download"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/pdf")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200 || status_ == 206) + { + var responseStream_ = response_.Content == null ? System.IO.Stream.Null : await response_.Content.ReadAsStreamAsync().ConfigureAwait(false); + var fileResponse_ = new FileResponse(status_, headers_, responseStream_, null, response_); + disposeClient_ = false; + disposeResponse_ = false; // response and client are disposed by FileResponse + return fileResponse_; + } + else + if (status_ == 202) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Document PDF has not generated yet. You should try to download again later.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a document Online Számla status + /// + /// + /// Retrieves the details of an existing document status. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetOnlineSzamlaStatusAsync(int id) + { + return GetOnlineSzamlaStatusAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a document Online Számla status + /// + /// + /// Retrieves the details of an existing document status. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetOnlineSzamlaStatusAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/online-szamla"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a payment histroy + /// + /// + /// Retrieves the details of payment history an existing document. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task> GetPaymentAsync(int id) + { + return GetPaymentAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a payment histroy + /// + /// + /// Retrieves the details of payment history an existing document. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task> GetPaymentAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/payments"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync>(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Update payment history + /// + /// + /// Update payment history an existing document. Returns a payment history object if the update is succeded. + /// + /// Payment history object that you would like to update. + /// Payment history updated successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task> UpdatePaymentAsync(int id, System.Collections.Generic.IEnumerable body) + { + return UpdatePaymentAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Update payment history + /// + /// + /// Update payment history an existing document. Returns a payment history object if the update is succeded. + /// + /// Payment history object that you would like to update. + /// Payment history updated successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task> UpdatePaymentAsync(int id, System.Collections.Generic.IEnumerable body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/payments"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("PUT"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync>(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Delete all payment history on document + /// + /// + /// Delete all exist payment history on document. + /// + /// Payment history deleted successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task> DeletePaymentAsync(int id) + { + return DeletePaymentAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Delete all payment history on document + /// + /// + /// Delete all exist payment history on document. + /// + /// Payment history deleted successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task> DeletePaymentAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/payments"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("DELETE"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync>(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Returns a printable POS PDF + /// + /// + /// Returns a printable POS PDF file of a particular document. + /// + /// In which size the POS PDF should be rendered. + /// A printable PDF document + /// A server side error occurred. + public virtual System.Threading.Tasks.Task PosPrintAsync(int id, Size size) + { + return PosPrintAsync(id, size, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Returns a printable POS PDF + /// + /// + /// Returns a printable POS PDF file of a particular document. + /// + /// In which size the POS PDF should be rendered. + /// A printable PDF document + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task PosPrintAsync(int id, Size size, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (size == null) + throw new System.ArgumentNullException("size"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/print/pos?"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + urlBuilder_.Append(System.Uri.EscapeDataString("size") + "=").Append(System.Uri.EscapeDataString(ConvertToString(size, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + urlBuilder_.Length--; + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/pdf")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200 || status_ == 206) + { + var responseStream_ = response_.Content == null ? System.IO.Stream.Null : await response_.Content.ReadAsStreamAsync().ConfigureAwait(false); + var fileResponse_ = new FileResponse(status_, headers_, responseStream_, null, response_); + disposeClient_ = false; + disposeResponse_ = false; // response and client are disposed by FileResponse + return fileResponse_; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a document download public url. + /// + /// + /// Retrieves public url to download an existing document. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetPublicUrlAsync(int id) + { + return GetPublicUrlAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a document download public url. + /// + /// + /// Retrieves public url to download an existing document. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetPublicUrlAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/public-url"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Send invoice to given email adresses. + /// + /// + /// Returns a list of emails, where the invoice is sent. + /// + /// List of email-s where you want to send the invoice. + /// List of email adresses where the invoice sent. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task SendDocumentAsync(int id, SendDocument body) + { + return SendDocumentAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Send invoice to given email adresses. + /// + /// + /// Returns a list of emails, where the invoice is sent. + /// + /// List of email-s where you want to send the invoice. + /// List of email adresses where the invoice sent. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task SendDocumentAsync(int id, SendDocument body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/documents/{id}/send"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a organization data. + /// + /// + /// Retrieves the data of organization. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetOrganizationDataAsync() + { + return GetOrganizationDataAsync(System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a organization data. + /// + /// + /// Retrieves the data of organization. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetOrganizationDataAsync(System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/organization"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// List all partners + /// + /// + /// Returns a list of your partners. The partners are returned sorted by creation date, with the most recent partners appearing first. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task ListPartnerAsync(int? page, int? per_page, string query) + { + return ListPartnerAsync(page, per_page, query, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// List all partners + /// + /// + /// Returns a list of your partners. The partners are returned sorted by creation date, with the most recent partners appearing first. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task ListPartnerAsync(int? page, int? per_page, string query, System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/partners?"); + if (page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (per_page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("per_page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(per_page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (query != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("query") + "=").Append(System.Uri.EscapeDataString(ConvertToString(query, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + urlBuilder_.Length--; + + var client_ = _httpClient; + await AddApiKeyToHeader(client_); + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Create a partner + /// + /// + /// Create a new partner. Returns a partner object if the create is succeded. + /// + /// Partner object that you would like to store. + /// Partner created successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreatePartnerAsync(Partner body) + { + return CreatePartnerAsync(body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create a partner + /// + /// + /// Create a new partner. Returns a partner object if the create is succeded. + /// + /// Partner object that you would like to store. + /// Partner created successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreatePartnerAsync(Partner body, System.Threading.CancellationToken cancellationToken) + { + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/partners"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a partner + /// + /// + /// Retrieves the details of an existing partner. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetPartnerAsync(int id) + { + return GetPartnerAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a partner + /// + /// + /// Retrieves the details of an existing partner. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetPartnerAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/partners/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Update a partner + /// + /// + /// Update an existing partner. Returns a partner object if the update is succeded. + /// + /// Partner object that you would like to update. + /// Partner updated successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task UpdatePartnerAsync(int id, Partner body) + { + return UpdatePartnerAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Update a partner + /// + /// + /// Update an existing partner. Returns a partner object if the update is succeded. + /// + /// Partner object that you would like to update. + /// Partner updated successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task UpdatePartnerAsync(int id, Partner body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/partners/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("PUT"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Delete a partner + /// + /// + /// Delete an existing partner. + /// + /// Partner deleted successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task DeletePartnerAsync(int id) + { + return DeletePartnerAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Delete a partner + /// + /// + /// Delete an existing partner. + /// + /// Partner deleted successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task DeletePartnerAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/partners/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("DELETE"); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 204) + { + return; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// List all product + /// + /// + /// Returns a list of your products. The partners are returned sorted by creation date, with the most recent partners appearing first. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task ListProductAsync(int? page, int? per_page, string query) + { + return ListProductAsync(page, per_page, query, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// List all product + /// + /// + /// Returns a list of your products. The partners are returned sorted by creation date, with the most recent partners appearing first. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task ListProductAsync(int? page, int? per_page, string query, System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/products?"); + if (page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (per_page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("per_page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(per_page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (query != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("query") + "=").Append(System.Uri.EscapeDataString(ConvertToString(query, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + urlBuilder_.Length--; + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Create a product + /// + /// + /// Create a new product. Returns a product object if the create is succeded. + /// + /// Product object that you would like to store. + /// Product created successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CreateProductAsync(Product body) + { + return CreateProductAsync(body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Create a product + /// + /// + /// Create a new product. Returns a product object if the create is succeded. + /// + /// Product object that you would like to store. + /// Product created successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CreateProductAsync(Product body, System.Threading.CancellationToken cancellationToken) + { + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/products"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieve a product + /// + /// + /// Retrieves the details of an existing product. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetProductAsync(int id) + { + return GetProductAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieve a product + /// + /// + /// Retrieves the details of an existing product. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetProductAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/products/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Update a product + /// + /// + /// Update an existing product. Returns a product object if the update is succeded. + /// + /// Product object that you would like to update. + /// Product updated successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task UpdateProductAsync(int id, Product body) + { + return UpdateProductAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Update a product + /// + /// + /// Update an existing product. Returns a product object if the update is succeded. + /// + /// Product object that you would like to update. + /// Product updated successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task UpdateProductAsync(int id, Product body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + if (body == null) + throw new System.ArgumentNullException("body"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/products/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("PUT"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Delete a product + /// + /// + /// Delete an existing product. + /// + /// Product deleted successfully. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task DeleteProductAsync(int id) + { + return DeleteProductAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Delete a product + /// + /// + /// Delete an existing product. + /// + /// Product deleted successfully. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task DeleteProductAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/products/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("DELETE"); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 204) + { + return; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Lists all spending + /// + /// + /// Returns a list of your spending items, ordered by the due date. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task SpendingListAsync(string q, int? page, int? per_page, DateType? spending_date, string start_date, string end_date, PaymentStatusSpending? payment_status, Source? spending_type, Category? categories, Currency? currencies, PaymentMethod? payment_methods) + { + return SpendingListAsync(q, page, per_page, spending_date, start_date, end_date, payment_status, spending_type, categories, currencies, payment_methods, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Lists all spending + /// + /// + /// Returns a list of your spending items, ordered by the due date. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task SpendingListAsync(string q, int? page, int? per_page, DateType? spending_date, string start_date, string end_date, PaymentStatusSpending? payment_status, Source? spending_type, Category? categories, Currency? currencies, PaymentMethod? payment_methods, System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/spendings?"); + if (q != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("q") + "=").Append(System.Uri.EscapeDataString(ConvertToString(q, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (per_page != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("per_page") + "=").Append(System.Uri.EscapeDataString(ConvertToString(per_page, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (spending_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("spending_date") + "=").Append(System.Uri.EscapeDataString(ConvertToString(spending_date, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (start_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("start_date") + "=").Append(System.Uri.EscapeDataString(ConvertToString(start_date, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (end_date != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("end_date") + "=").Append(System.Uri.EscapeDataString(ConvertToString(end_date, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (payment_status != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("payment_status") + "=").Append(System.Uri.EscapeDataString(ConvertToString(payment_status, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (spending_type != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("spending_type") + "=").Append(System.Uri.EscapeDataString(ConvertToString(spending_type, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (categories != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("categories") + "=").Append(System.Uri.EscapeDataString(ConvertToString(categories, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (currencies != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("currencies") + "=").Append(System.Uri.EscapeDataString(ConvertToString(currencies, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + if (payment_methods != null) + { + urlBuilder_.Append(System.Uri.EscapeDataString("payment_methods") + "=").Append(System.Uri.EscapeDataString(ConvertToString(payment_methods, System.Globalization.CultureInfo.InvariantCulture))).Append("&"); + } + urlBuilder_.Length--; + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Creates a new spending. + /// + /// Success response. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task SpendingSaveAsync(SpendingSave body) + { + return SpendingSaveAsync(body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Creates a new spending. + /// + /// Success response. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task SpendingSaveAsync(SpendingSave body, System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/spendings"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("POST"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 201) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Retrieves one specific spending. + /// + /// + /// Retrives the spending identified by the given ID in path. + /// + /// Success response. + /// A server side error occurred. + public virtual System.Threading.Tasks.Task SpendingShowAsync(int id) + { + return SpendingShowAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Retrieves one specific spending. + /// + /// + /// Retrives the spending identified by the given ID in path. + /// + /// Success response. + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task SpendingShowAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/spendings/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Updates a spending item. + /// + /// + /// Updates the spending item identified by the ID given in path. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task SpendingUpdateAsync(int id, SpendingSave body) + { + return SpendingUpdateAsync(id, body, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Updates a spending item. + /// + /// + /// Updates the spending item identified by the ID given in path. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task SpendingUpdateAsync(int id, SpendingSave body, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/spendings/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + var json_ = System.Text.Json.JsonSerializer.Serialize(body, _settings.Value); + var content_ = new System.Net.Http.StringContent(json_); + content_.Headers.ContentType = System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json"); + request_.Content = content_; + request_.Method = new System.Net.Http.HttpMethod("PUT"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Deletes a spending. + /// + /// + /// Deletes the spending identified by the ID given in path. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task SpendingDeleteAsync(int id) + { + return SpendingDeleteAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Deletes a spending. + /// + /// + /// Deletes the spending identified by the ID given in path. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task SpendingDeleteAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/spendings/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("DELETE"); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 204) + { + return; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 403) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have access to the resource.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Check tax number. + /// + /// + /// Check the given tax number format, and NAV validate. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task CheckTaxNumberAsync(string tax_number) + { + return CheckTaxNumberAsync(tax_number, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Check tax number. + /// + /// + /// Check the given tax number format, and NAV validate. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task CheckTaxNumberAsync(string tax_number, System.Threading.CancellationToken cancellationToken) + { + if (tax_number == null) + throw new System.ArgumentNullException("tax_number"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/utils/check-tax-number/{tax_number}"); + urlBuilder_.Replace("{tax_number}", System.Uri.EscapeDataString(ConvertToString(tax_number, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Convert legacy ID to v3 ID. + /// + /// + /// Retrieves the API v3 ID. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetIdAsync(int id) + { + return GetIdAsync(id, System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Convert legacy ID to v3 ID. + /// + /// + /// Retrieves the API v3 ID. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetIdAsync(int id, System.Threading.CancellationToken cancellationToken) + { + if (id == null) + throw new System.ArgumentNullException("id"); + + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/utils/convert-legacy-id/{id}"); + urlBuilder_.Replace("{id}", System.Uri.EscapeDataString(ConvertToString(id, System.Globalization.CultureInfo.InvariantCulture))); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 404) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Non-existent resource is requested.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + /// + /// Get the server time + /// + /// + /// Return the server time. + /// + /// Success response + /// A server side error occurred. + public virtual System.Threading.Tasks.Task GetServerTimeAsync() + { + return GetServerTimeAsync(System.Threading.CancellationToken.None); + } + + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// + /// Get the server time + /// + /// + /// Return the server time. + /// + /// Success response + /// A server side error occurred. + public virtual async System.Threading.Tasks.Task GetServerTimeAsync(System.Threading.CancellationToken cancellationToken) + { + var urlBuilder_ = new System.Text.StringBuilder(); + urlBuilder_.Append(BaseUrl != null ? BaseUrl.TrimEnd('/') : "").Append("/utils/time"); + + var client_ = _httpClient; + var disposeClient_ = false; + try + { + using (var request_ = new System.Net.Http.HttpRequestMessage()) + { + request_.Method = new System.Net.Http.HttpMethod("GET"); + request_.Headers.Accept.Add(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue.Parse("application/json")); + + PrepareRequest(client_, request_, urlBuilder_); + + var url_ = urlBuilder_.ToString(); + request_.RequestUri = new System.Uri(url_, System.UriKind.RelativeOrAbsolute); + + PrepareRequest(client_, request_, url_); + + var response_ = await client_.SendAsync(request_, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + var disposeResponse_ = true; + try + { + var headers_ = System.Linq.Enumerable.ToDictionary(response_.Headers, h_ => h_.Key, h_ => h_.Value); + if (response_.Content != null && response_.Content.Headers != null) + { + foreach (var item_ in response_.Content.Headers) + headers_[item_.Key] = item_.Value; + } + + ProcessResponse(client_, response_); + + var status_ = (int)response_.StatusCode; + if (status_ == 200) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + return objectResponse_.Object; + } + else + if (status_ == 400) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("The request is malformed.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 401) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authorization information is missing or invalid.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 402) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Authenticated user doesn\'t have subscription.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 422) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Validation errors occured.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 429) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Too many requests", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + if (status_ == 500) + { + var objectResponse_ = await ReadObjectResponseAsync(response_, headers_, cancellationToken).ConfigureAwait(false); + if (objectResponse_.Object == null) + { + throw new ApiException("Response was null which was not expected.", status_, objectResponse_.Text, headers_, null); + } + throw new ApiException("Internal server error.", status_, objectResponse_.Text, headers_, objectResponse_.Object, null); + } + else + { + var responseData_ = response_.Content == null ? null : await response_.Content.ReadAsStringAsync().ConfigureAwait(false); + throw new ApiException("The HTTP status code of the response was not expected (" + status_ + ").", status_, responseData_, headers_, null); + } + } + finally + { + if (disposeResponse_) + response_.Dispose(); + } + } + } + finally + { + if (disposeClient_) + client_.Dispose(); + } + } + + protected struct ObjectResponseResult + { + public ObjectResponseResult(T responseObject, string responseText) + { + this.Object = responseObject; + this.Text = responseText; + } + + public T Object { get; } + + public string Text { get; } + } + + public bool ReadResponseAsString { get; set; } + + protected virtual async System.Threading.Tasks.Task> ReadObjectResponseAsync(System.Net.Http.HttpResponseMessage response, System.Collections.Generic.IReadOnlyDictionary> headers, System.Threading.CancellationToken cancellationToken) + { + if (response == null || response.Content == null) + { + return new ObjectResponseResult(default(T), string.Empty); + } + + if (ReadResponseAsString) + { + var responseText = await response.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + var typedBody = System.Text.Json.JsonSerializer.Deserialize(responseText, JsonSerializerSettings); + return new ObjectResponseResult(typedBody, responseText); + } + catch (System.Text.Json.JsonException exception) + { + var message = "Could not deserialize the response body string as " + typeof(T).FullName + "."; + throw new ApiException(message, (int)response.StatusCode, responseText, headers, exception); + } + } + else + { + try + { + using (var responseStream = await response.Content.ReadAsStreamAsync().ConfigureAwait(false)) + { + var typedBody = await System.Text.Json.JsonSerializer.DeserializeAsync(responseStream, JsonSerializerSettings, cancellationToken).ConfigureAwait(false); + return new ObjectResponseResult(typedBody, string.Empty); + } + } + catch (System.Text.Json.JsonException exception) + { + var message = "Could not deserialize the response body stream as " + typeof(T).FullName + "."; + throw new ApiException(message, (int)response.StatusCode, string.Empty, headers, exception); + } + } + } + + private string ConvertToString(object value, System.Globalization.CultureInfo cultureInfo) + { + if (value == null) + { + return ""; + } + + if (value is System.Enum) + { + var name = System.Enum.GetName(value.GetType(), value); + if (name != null) + { + var field = System.Reflection.IntrospectionExtensions.GetTypeInfo(value.GetType()).GetDeclaredField(name); + if (field != null) + { + var attribute = System.Reflection.CustomAttributeExtensions.GetCustomAttribute(field, typeof(System.Runtime.Serialization.EnumMemberAttribute)) + as System.Runtime.Serialization.EnumMemberAttribute; + if (attribute != null) + { + return attribute.Value != null ? attribute.Value : name; + } + } + + var converted = System.Convert.ToString(System.Convert.ChangeType(value, System.Enum.GetUnderlyingType(value.GetType()), cultureInfo)); + return converted == null ? string.Empty : converted; + } + } + else if (value is bool) + { + return System.Convert.ToString((bool)value, cultureInfo).ToLowerInvariant(); + } + else if (value is byte[]) + { + return System.Convert.ToBase64String((byte[])value); + } + else if (value.GetType().IsArray) + { + var array = System.Linq.Enumerable.OfType((System.Array)value); + return string.Join(",", System.Linq.Enumerable.Select(array, o => ConvertToString(o, cultureInfo))); + } + + var result = System.Convert.ToString(value, cultureInfo); + return result == null ? "" : result; + } + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ClientErrorResponse + { + + [System.Text.Json.Serialization.JsonPropertyName("error")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public ClientError Error { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ServerErrorResponse + { + + [System.Text.Json.Serialization.JsonPropertyName("error")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public ServerError Error { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class SubscriptionErrorResponse + { + + [System.Text.Json.Serialization.JsonPropertyName("error")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public ClientError Error { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class TooManyRequestsResponse + { + + [System.Text.Json.Serialization.JsonPropertyName("error")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public ClientError Error { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ValidationErrorResponse + { + + [System.Text.Json.Serialization.JsonPropertyName("message")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Message { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("errors")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Errors { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ClientError + { + + [System.Text.Json.Serialization.JsonPropertyName("message")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Message { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ServerError + { + + [System.Text.Json.Serialization.JsonPropertyName("message")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Message { get; set; } + + /// + /// You should send us this ID to investigate the issue. + /// + + [System.Text.Json.Serialization.JsonPropertyName("trace_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Trace_id { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ValidationError + { + + [System.Text.Json.Serialization.JsonPropertyName("field")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Field { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("message")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Message { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class BankAccount + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("account_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Account_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("account_number_iban")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Account_number_iban { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("swift")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Swift { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("need_qr")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Obsolete] + public bool Need_qr { get; set; } = false; + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + /// + /// A object with a data property that contains an array of up to limit bank accounts. Each entry in the array is a separate bank account object. If no more bank accounts are available, the resulting array will be empty. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class BankAccountList + { + + [System.Text.Json.Serialization.JsonPropertyName("data")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Data { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Total { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("per_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Per_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("current_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Current_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("last_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Last_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("prev_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Prev_page_url { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("next_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Next_page_url { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Address + { + + [System.Text.Json.Serialization.JsonPropertyName("country_code")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Country_code { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("post_code")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Post_code { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("city")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string City { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("address")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Address1 { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Country + { + + [System.Runtime.Serialization.EnumMember(Value = @"")] + Empty = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"AC")] + AC = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"AD")] + AD = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"AE")] + AE = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"AF")] + AF = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"AG")] + AG = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"AI")] + AI = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"AL")] + AL = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"AM")] + AM = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"AO")] + AO = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"AQ")] + AQ = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"AR")] + AR = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"AS")] + AS = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"AT")] + AT = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"AU")] + AU = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"AW")] + AW = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"AX")] + AX = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"AZ")] + AZ = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"BA")] + BA = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"BB")] + BB = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"BD")] + BD = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"BE")] + BE = 21, + + [System.Runtime.Serialization.EnumMember(Value = @"BF")] + BF = 22, + + [System.Runtime.Serialization.EnumMember(Value = @"BG")] + BG = 23, + + [System.Runtime.Serialization.EnumMember(Value = @"BH")] + BH = 24, + + [System.Runtime.Serialization.EnumMember(Value = @"BI")] + BI = 25, + + [System.Runtime.Serialization.EnumMember(Value = @"BJ")] + BJ = 26, + + [System.Runtime.Serialization.EnumMember(Value = @"BL")] + BL = 27, + + [System.Runtime.Serialization.EnumMember(Value = @"BM")] + BM = 28, + + [System.Runtime.Serialization.EnumMember(Value = @"BN")] + BN = 29, + + [System.Runtime.Serialization.EnumMember(Value = @"BO")] + BO = 30, + + [System.Runtime.Serialization.EnumMember(Value = @"BQ")] + BQ = 31, + + [System.Runtime.Serialization.EnumMember(Value = @"BR")] + BR = 32, + + [System.Runtime.Serialization.EnumMember(Value = @"BS")] + BS = 33, + + [System.Runtime.Serialization.EnumMember(Value = @"BT")] + BT = 34, + + [System.Runtime.Serialization.EnumMember(Value = @"BW")] + BW = 35, + + [System.Runtime.Serialization.EnumMember(Value = @"BY")] + BY = 36, + + [System.Runtime.Serialization.EnumMember(Value = @"BZ")] + BZ = 37, + + [System.Runtime.Serialization.EnumMember(Value = @"CA")] + CA = 38, + + [System.Runtime.Serialization.EnumMember(Value = @"CC")] + CC = 39, + + [System.Runtime.Serialization.EnumMember(Value = @"CD")] + CD = 40, + + [System.Runtime.Serialization.EnumMember(Value = @"CF")] + CF = 41, + + [System.Runtime.Serialization.EnumMember(Value = @"CG")] + CG = 42, + + [System.Runtime.Serialization.EnumMember(Value = @"CH")] + CH = 43, + + [System.Runtime.Serialization.EnumMember(Value = @"CI")] + CI = 44, + + [System.Runtime.Serialization.EnumMember(Value = @"CK")] + CK = 45, + + [System.Runtime.Serialization.EnumMember(Value = @"CL")] + CL = 46, + + [System.Runtime.Serialization.EnumMember(Value = @"CM")] + CM = 47, + + [System.Runtime.Serialization.EnumMember(Value = @"CN")] + CN = 48, + + [System.Runtime.Serialization.EnumMember(Value = @"CO")] + CO = 49, + + [System.Runtime.Serialization.EnumMember(Value = @"CR")] + CR = 50, + + [System.Runtime.Serialization.EnumMember(Value = @"CU")] + CU = 51, + + [System.Runtime.Serialization.EnumMember(Value = @"CV")] + CV = 52, + + [System.Runtime.Serialization.EnumMember(Value = @"CW")] + CW = 53, + + [System.Runtime.Serialization.EnumMember(Value = @"CX")] + CX = 54, + + [System.Runtime.Serialization.EnumMember(Value = @"CY")] + CY = 55, + + [System.Runtime.Serialization.EnumMember(Value = @"CZ")] + CZ = 56, + + [System.Runtime.Serialization.EnumMember(Value = @"DE")] + DE = 57, + + [System.Runtime.Serialization.EnumMember(Value = @"DG")] + DG = 58, + + [System.Runtime.Serialization.EnumMember(Value = @"DJ")] + DJ = 59, + + [System.Runtime.Serialization.EnumMember(Value = @"DK")] + DK = 60, + + [System.Runtime.Serialization.EnumMember(Value = @"DM")] + DM = 61, + + [System.Runtime.Serialization.EnumMember(Value = @"DO")] + DO = 62, + + [System.Runtime.Serialization.EnumMember(Value = @"DZ")] + DZ = 63, + + [System.Runtime.Serialization.EnumMember(Value = @"EA")] + EA = 64, + + [System.Runtime.Serialization.EnumMember(Value = @"EC")] + EC = 65, + + [System.Runtime.Serialization.EnumMember(Value = @"EE")] + EE = 66, + + [System.Runtime.Serialization.EnumMember(Value = @"EG")] + EG = 67, + + [System.Runtime.Serialization.EnumMember(Value = @"EH")] + EH = 68, + + [System.Runtime.Serialization.EnumMember(Value = @"ER")] + ER = 69, + + [System.Runtime.Serialization.EnumMember(Value = @"ES")] + ES = 70, + + [System.Runtime.Serialization.EnumMember(Value = @"ET")] + ET = 71, + + [System.Runtime.Serialization.EnumMember(Value = @"FI")] + FI = 72, + + [System.Runtime.Serialization.EnumMember(Value = @"FJ")] + FJ = 73, + + [System.Runtime.Serialization.EnumMember(Value = @"FK")] + FK = 74, + + [System.Runtime.Serialization.EnumMember(Value = @"FM")] + FM = 75, + + [System.Runtime.Serialization.EnumMember(Value = @"FO")] + FO = 76, + + [System.Runtime.Serialization.EnumMember(Value = @"FR")] + FR = 77, + + [System.Runtime.Serialization.EnumMember(Value = @"GA")] + GA = 78, + + [System.Runtime.Serialization.EnumMember(Value = @"GB")] + GB = 79, + + [System.Runtime.Serialization.EnumMember(Value = @"GD")] + GD = 80, + + [System.Runtime.Serialization.EnumMember(Value = @"GE")] + GE = 81, + + [System.Runtime.Serialization.EnumMember(Value = @"GF")] + GF = 82, + + [System.Runtime.Serialization.EnumMember(Value = @"GG")] + GG = 83, + + [System.Runtime.Serialization.EnumMember(Value = @"GH")] + GH = 84, + + [System.Runtime.Serialization.EnumMember(Value = @"GI")] + GI = 85, + + [System.Runtime.Serialization.EnumMember(Value = @"GL")] + GL = 86, + + [System.Runtime.Serialization.EnumMember(Value = @"GM")] + GM = 87, + + [System.Runtime.Serialization.EnumMember(Value = @"GN")] + GN = 88, + + [System.Runtime.Serialization.EnumMember(Value = @"GP")] + GP = 89, + + [System.Runtime.Serialization.EnumMember(Value = @"GQ")] + GQ = 90, + + [System.Runtime.Serialization.EnumMember(Value = @"GR")] + GR = 91, + + [System.Runtime.Serialization.EnumMember(Value = @"GS")] + GS = 92, + + [System.Runtime.Serialization.EnumMember(Value = @"GT")] + GT = 93, + + [System.Runtime.Serialization.EnumMember(Value = @"GU")] + GU = 94, + + [System.Runtime.Serialization.EnumMember(Value = @"GW")] + GW = 95, + + [System.Runtime.Serialization.EnumMember(Value = @"GY")] + GY = 96, + + [System.Runtime.Serialization.EnumMember(Value = @"HK")] + HK = 97, + + [System.Runtime.Serialization.EnumMember(Value = @"HN")] + HN = 98, + + [System.Runtime.Serialization.EnumMember(Value = @"HR")] + HR = 99, + + [System.Runtime.Serialization.EnumMember(Value = @"HT")] + HT = 100, + + [System.Runtime.Serialization.EnumMember(Value = @"HU")] + HU = 101, + + [System.Runtime.Serialization.EnumMember(Value = @"IC")] + IC = 102, + + [System.Runtime.Serialization.EnumMember(Value = @"ID")] + ID = 103, + + [System.Runtime.Serialization.EnumMember(Value = @"IE")] + IE = 104, + + [System.Runtime.Serialization.EnumMember(Value = @"IL")] + IL = 105, + + [System.Runtime.Serialization.EnumMember(Value = @"IM")] + IM = 106, + + [System.Runtime.Serialization.EnumMember(Value = @"IN")] + IN = 107, + + [System.Runtime.Serialization.EnumMember(Value = @"IO")] + IO = 108, + + [System.Runtime.Serialization.EnumMember(Value = @"IQ")] + IQ = 109, + + [System.Runtime.Serialization.EnumMember(Value = @"IR")] + IR = 110, + + [System.Runtime.Serialization.EnumMember(Value = @"IS")] + IS = 111, + + [System.Runtime.Serialization.EnumMember(Value = @"IT")] + IT = 112, + + [System.Runtime.Serialization.EnumMember(Value = @"JE")] + JE = 113, + + [System.Runtime.Serialization.EnumMember(Value = @"JM")] + JM = 114, + + [System.Runtime.Serialization.EnumMember(Value = @"JO")] + JO = 115, + + [System.Runtime.Serialization.EnumMember(Value = @"JP")] + JP = 116, + + [System.Runtime.Serialization.EnumMember(Value = @"KE")] + KE = 117, + + [System.Runtime.Serialization.EnumMember(Value = @"KG")] + KG = 118, + + [System.Runtime.Serialization.EnumMember(Value = @"KH")] + KH = 119, + + [System.Runtime.Serialization.EnumMember(Value = @"KI")] + KI = 120, + + [System.Runtime.Serialization.EnumMember(Value = @"KM")] + KM = 121, + + [System.Runtime.Serialization.EnumMember(Value = @"KN")] + KN = 122, + + [System.Runtime.Serialization.EnumMember(Value = @"KP")] + KP = 123, + + [System.Runtime.Serialization.EnumMember(Value = @"KR")] + KR = 124, + + [System.Runtime.Serialization.EnumMember(Value = @"KW")] + KW = 125, + + [System.Runtime.Serialization.EnumMember(Value = @"KY")] + KY = 126, + + [System.Runtime.Serialization.EnumMember(Value = @"KZ")] + KZ = 127, + + [System.Runtime.Serialization.EnumMember(Value = @"LA")] + LA = 128, + + [System.Runtime.Serialization.EnumMember(Value = @"LB")] + LB = 129, + + [System.Runtime.Serialization.EnumMember(Value = @"LC")] + LC = 130, + + [System.Runtime.Serialization.EnumMember(Value = @"LI")] + LI = 131, + + [System.Runtime.Serialization.EnumMember(Value = @"LK")] + LK = 132, + + [System.Runtime.Serialization.EnumMember(Value = @"LR")] + LR = 133, + + [System.Runtime.Serialization.EnumMember(Value = @"LS")] + LS = 134, + + [System.Runtime.Serialization.EnumMember(Value = @"LT")] + LT = 135, + + [System.Runtime.Serialization.EnumMember(Value = @"LU")] + LU = 136, + + [System.Runtime.Serialization.EnumMember(Value = @"LV")] + LV = 137, + + [System.Runtime.Serialization.EnumMember(Value = @"LY")] + LY = 138, + + [System.Runtime.Serialization.EnumMember(Value = @"MA")] + MA = 139, + + [System.Runtime.Serialization.EnumMember(Value = @"MC")] + MC = 140, + + [System.Runtime.Serialization.EnumMember(Value = @"MD")] + MD = 141, + + [System.Runtime.Serialization.EnumMember(Value = @"ME")] + ME = 142, + + [System.Runtime.Serialization.EnumMember(Value = @"MF")] + MF = 143, + + [System.Runtime.Serialization.EnumMember(Value = @"MG")] + MG = 144, + + [System.Runtime.Serialization.EnumMember(Value = @"MH")] + MH = 145, + + [System.Runtime.Serialization.EnumMember(Value = @"MK")] + MK = 146, + + [System.Runtime.Serialization.EnumMember(Value = @"ML")] + ML = 147, + + [System.Runtime.Serialization.EnumMember(Value = @"MM")] + MM = 148, + + [System.Runtime.Serialization.EnumMember(Value = @"MN")] + MN = 149, + + [System.Runtime.Serialization.EnumMember(Value = @"MO")] + MO = 150, + + [System.Runtime.Serialization.EnumMember(Value = @"MP")] + MP = 151, + + [System.Runtime.Serialization.EnumMember(Value = @"MQ")] + MQ = 152, + + [System.Runtime.Serialization.EnumMember(Value = @"MR")] + MR = 153, + + [System.Runtime.Serialization.EnumMember(Value = @"MS")] + MS = 154, + + [System.Runtime.Serialization.EnumMember(Value = @"MT")] + MT = 155, + + [System.Runtime.Serialization.EnumMember(Value = @"MU")] + MU = 156, + + [System.Runtime.Serialization.EnumMember(Value = @"MV")] + MV = 157, + + [System.Runtime.Serialization.EnumMember(Value = @"MW")] + MW = 158, + + [System.Runtime.Serialization.EnumMember(Value = @"MX")] + MX = 159, + + [System.Runtime.Serialization.EnumMember(Value = @"MY")] + MY = 160, + + [System.Runtime.Serialization.EnumMember(Value = @"MZ")] + MZ = 161, + + [System.Runtime.Serialization.EnumMember(Value = @"NA")] + NA = 162, + + [System.Runtime.Serialization.EnumMember(Value = @"NC")] + NC = 163, + + [System.Runtime.Serialization.EnumMember(Value = @"NE")] + NE = 164, + + [System.Runtime.Serialization.EnumMember(Value = @"NF")] + NF = 165, + + [System.Runtime.Serialization.EnumMember(Value = @"NG")] + NG = 166, + + [System.Runtime.Serialization.EnumMember(Value = @"NI")] + NI = 167, + + [System.Runtime.Serialization.EnumMember(Value = @"NL")] + NL = 168, + + [System.Runtime.Serialization.EnumMember(Value = @"NO")] + NO = 169, + + [System.Runtime.Serialization.EnumMember(Value = @"NP")] + NP = 170, + + [System.Runtime.Serialization.EnumMember(Value = @"NR")] + NR = 171, + + [System.Runtime.Serialization.EnumMember(Value = @"NU")] + NU = 172, + + [System.Runtime.Serialization.EnumMember(Value = @"NZ")] + NZ = 173, + + [System.Runtime.Serialization.EnumMember(Value = @"OM")] + OM = 174, + + [System.Runtime.Serialization.EnumMember(Value = @"PA")] + PA = 175, + + [System.Runtime.Serialization.EnumMember(Value = @"PE")] + PE = 176, + + [System.Runtime.Serialization.EnumMember(Value = @"PF")] + PF = 177, + + [System.Runtime.Serialization.EnumMember(Value = @"PG")] + PG = 178, + + [System.Runtime.Serialization.EnumMember(Value = @"PH")] + PH = 179, + + [System.Runtime.Serialization.EnumMember(Value = @"PK")] + PK = 180, + + [System.Runtime.Serialization.EnumMember(Value = @"PL")] + PL = 181, + + [System.Runtime.Serialization.EnumMember(Value = @"PM")] + PM = 182, + + [System.Runtime.Serialization.EnumMember(Value = @"PN")] + PN = 183, + + [System.Runtime.Serialization.EnumMember(Value = @"PR")] + PR = 184, + + [System.Runtime.Serialization.EnumMember(Value = @"PS")] + PS = 185, + + [System.Runtime.Serialization.EnumMember(Value = @"PT")] + PT = 186, + + [System.Runtime.Serialization.EnumMember(Value = @"PW")] + PW = 187, + + [System.Runtime.Serialization.EnumMember(Value = @"PY")] + PY = 188, + + [System.Runtime.Serialization.EnumMember(Value = @"QA")] + QA = 189, + + [System.Runtime.Serialization.EnumMember(Value = @"RE")] + RE = 190, + + [System.Runtime.Serialization.EnumMember(Value = @"RO")] + RO = 191, + + [System.Runtime.Serialization.EnumMember(Value = @"RS")] + RS = 192, + + [System.Runtime.Serialization.EnumMember(Value = @"RU")] + RU = 193, + + [System.Runtime.Serialization.EnumMember(Value = @"RW")] + RW = 194, + + [System.Runtime.Serialization.EnumMember(Value = @"SA")] + SA = 195, + + [System.Runtime.Serialization.EnumMember(Value = @"SB")] + SB = 196, + + [System.Runtime.Serialization.EnumMember(Value = @"SC")] + SC = 197, + + [System.Runtime.Serialization.EnumMember(Value = @"SD")] + SD = 198, + + [System.Runtime.Serialization.EnumMember(Value = @"SE")] + SE = 199, + + [System.Runtime.Serialization.EnumMember(Value = @"SG")] + SG = 200, + + [System.Runtime.Serialization.EnumMember(Value = @"SH")] + SH = 201, + + [System.Runtime.Serialization.EnumMember(Value = @"SI")] + SI = 202, + + [System.Runtime.Serialization.EnumMember(Value = @"SJ")] + SJ = 203, + + [System.Runtime.Serialization.EnumMember(Value = @"SK")] + SK = 204, + + [System.Runtime.Serialization.EnumMember(Value = @"SL")] + SL = 205, + + [System.Runtime.Serialization.EnumMember(Value = @"SM")] + SM = 206, + + [System.Runtime.Serialization.EnumMember(Value = @"SN")] + SN = 207, + + [System.Runtime.Serialization.EnumMember(Value = @"SO")] + SO = 208, + + [System.Runtime.Serialization.EnumMember(Value = @"SR")] + SR = 209, + + [System.Runtime.Serialization.EnumMember(Value = @"SS")] + SS = 210, + + [System.Runtime.Serialization.EnumMember(Value = @"ST")] + ST = 211, + + [System.Runtime.Serialization.EnumMember(Value = @"SV")] + SV = 212, + + [System.Runtime.Serialization.EnumMember(Value = @"SX")] + SX = 213, + + [System.Runtime.Serialization.EnumMember(Value = @"SY")] + SY = 214, + + [System.Runtime.Serialization.EnumMember(Value = @"SZ")] + SZ = 215, + + [System.Runtime.Serialization.EnumMember(Value = @"TA")] + TA = 216, + + [System.Runtime.Serialization.EnumMember(Value = @"TC")] + TC = 217, + + [System.Runtime.Serialization.EnumMember(Value = @"TD")] + TD = 218, + + [System.Runtime.Serialization.EnumMember(Value = @"TF")] + TF = 219, + + [System.Runtime.Serialization.EnumMember(Value = @"TG")] + TG = 220, + + [System.Runtime.Serialization.EnumMember(Value = @"TH")] + TH = 221, + + [System.Runtime.Serialization.EnumMember(Value = @"TJ")] + TJ = 222, + + [System.Runtime.Serialization.EnumMember(Value = @"TK")] + TK = 223, + + [System.Runtime.Serialization.EnumMember(Value = @"TL")] + TL = 224, + + [System.Runtime.Serialization.EnumMember(Value = @"TM")] + TM = 225, + + [System.Runtime.Serialization.EnumMember(Value = @"TN")] + TN = 226, + + [System.Runtime.Serialization.EnumMember(Value = @"TO")] + TO = 227, + + [System.Runtime.Serialization.EnumMember(Value = @"TR")] + TR = 228, + + [System.Runtime.Serialization.EnumMember(Value = @"TT")] + TT = 229, + + [System.Runtime.Serialization.EnumMember(Value = @"TV")] + TV = 230, + + [System.Runtime.Serialization.EnumMember(Value = @"TW")] + TW = 231, + + [System.Runtime.Serialization.EnumMember(Value = @"TZ")] + TZ = 232, + + [System.Runtime.Serialization.EnumMember(Value = @"UA")] + UA = 233, + + [System.Runtime.Serialization.EnumMember(Value = @"UG")] + UG = 234, + + [System.Runtime.Serialization.EnumMember(Value = @"UM")] + UM = 235, + + [System.Runtime.Serialization.EnumMember(Value = @"US")] + US = 236, + + [System.Runtime.Serialization.EnumMember(Value = @"UY")] + UY = 237, + + [System.Runtime.Serialization.EnumMember(Value = @"UZ")] + UZ = 238, + + [System.Runtime.Serialization.EnumMember(Value = @"VA")] + VA = 239, + + [System.Runtime.Serialization.EnumMember(Value = @"VC")] + VC = 240, + + [System.Runtime.Serialization.EnumMember(Value = @"VE")] + VE = 241, + + [System.Runtime.Serialization.EnumMember(Value = @"VG")] + VG = 242, + + [System.Runtime.Serialization.EnumMember(Value = @"VI")] + VI = 243, + + [System.Runtime.Serialization.EnumMember(Value = @"VN")] + VN = 244, + + [System.Runtime.Serialization.EnumMember(Value = @"VU")] + VU = 245, + + [System.Runtime.Serialization.EnumMember(Value = @"WF")] + WF = 246, + + [System.Runtime.Serialization.EnumMember(Value = @"WS")] + WS = 247, + + [System.Runtime.Serialization.EnumMember(Value = @"XA")] + XA = 248, + + [System.Runtime.Serialization.EnumMember(Value = @"XB")] + XB = 249, + + [System.Runtime.Serialization.EnumMember(Value = @"XK")] + XK = 250, + + [System.Runtime.Serialization.EnumMember(Value = @"YE")] + YE = 251, + + [System.Runtime.Serialization.EnumMember(Value = @"YT")] + YT = 252, + + [System.Runtime.Serialization.EnumMember(Value = @"ZA")] + ZA = 253, + + [System.Runtime.Serialization.EnumMember(Value = @"ZM")] + ZM = 254, + + [System.Runtime.Serialization.EnumMember(Value = @"ZW")] + ZW = 255, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Currency + { + + [System.Runtime.Serialization.EnumMember(Value = @"AED")] + AED = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"AUD")] + AUD = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"BGN")] + BGN = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"BRL")] + BRL = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"CAD")] + CAD = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"CHF")] + CHF = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"CNY")] + CNY = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"CZK")] + CZK = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"DKK")] + DKK = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"EUR")] + EUR = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"GBP")] + GBP = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"HKD")] + HKD = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"HRK")] + HRK = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"HUF")] + HUF = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"IDR")] + IDR = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"ILS")] + ILS = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"INR")] + INR = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"ISK")] + ISK = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"JPY")] + JPY = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"KRW")] + KRW = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"MXN")] + MXN = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"MYR")] + MYR = 21, + + [System.Runtime.Serialization.EnumMember(Value = @"NOK")] + NOK = 22, + + [System.Runtime.Serialization.EnumMember(Value = @"NZD")] + NZD = 23, + + [System.Runtime.Serialization.EnumMember(Value = @"PHP")] + PHP = 24, + + [System.Runtime.Serialization.EnumMember(Value = @"PLN")] + PLN = 25, + + [System.Runtime.Serialization.EnumMember(Value = @"RON")] + RON = 26, + + [System.Runtime.Serialization.EnumMember(Value = @"RSD")] + RSD = 27, + + [System.Runtime.Serialization.EnumMember(Value = @"RUB")] + RUB = 28, + + [System.Runtime.Serialization.EnumMember(Value = @"SEK")] + SEK = 29, + + [System.Runtime.Serialization.EnumMember(Value = @"SGD")] + SGD = 30, + + [System.Runtime.Serialization.EnumMember(Value = @"THB")] + THB = 31, + + [System.Runtime.Serialization.EnumMember(Value = @"TRY")] + TRY = 32, + + [System.Runtime.Serialization.EnumMember(Value = @"UAH")] + UAH = 33, + + [System.Runtime.Serialization.EnumMember(Value = @"USD")] + USD = 34, + + [System.Runtime.Serialization.EnumMember(Value = @"ZAR")] + ZAR = 35, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ConversationRate + { + + [System.Text.Json.Serialization.JsonPropertyName("from_currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency From_currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("to_currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency To_currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversation_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Conversation_rate { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Date { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum CorrectionType + { + + [System.Runtime.Serialization.EnumMember(Value = @"advance")] + Advance = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"canceled")] + Canceled = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"cancellation")] + Cancellation = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"cert_of_completion")] + Cert_of_completion = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"d_cert_of_completion")] + D_cert_of_completion = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"dossier")] + Dossier = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"draft")] + Draft = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"draft_offer")] + Draft_offer = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"draft_order_form")] + Draft_order_form = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"draft_waybill")] + Draft_waybill = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice")] + Invoice = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"modification")] + Modification = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"modified")] + Modified = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"offer")] + Offer = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"order_form")] + Order_form = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"proforma")] + Proforma = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"receipt")] + Receipt = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"receipt_cancellation")] + Receipt_cancellation = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"waybill")] + Waybill = 18, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Discount + { + + [System.Text.Json.Serialization.JsonPropertyName("type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("value")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Value { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DiscountType + { + + [System.Runtime.Serialization.EnumMember(Value = @"percent")] + Percent = 0, + + } + + /// + /// Document object representing your invoice. NOTE: partner property is deprecated. Please use document_partner instead. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Document + { + /// + /// The document's unique identifier. + /// + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + /// + /// The document's invoice number. + /// + + [System.Text.Json.Serialization.JsonPropertyName("invoice_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Invoice_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("cancelled")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Cancelled { get; set; } + + /// + /// DocumentBlock's identifier. + /// + + [System.Text.Json.Serialization.JsonPropertyName("block_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Block_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_status")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public PaymentStatus Payment_status { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public PaymentMethod Payment_method { get; set; } + + /// + /// The document's gross total price. + /// + + [System.Text.Json.Serialization.JsonPropertyName("gross_total")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Gross_total { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversion_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Conversion_rate { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("invoice_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Invoice_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("fulfillment_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Fulfillment_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("due_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Due_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("paid_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Paid_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("organization")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public DocumentOrganization Organization { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("partner")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Partner Partner { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("document_partner")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public DocumentPartner Document_partner { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("electronic")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Electronic { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("tags")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Tags { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("notification_status")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentNotificationStatus Notification_status { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("language")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentLanguage Language { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("items")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Items { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("summary")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public DocumentSummary Summary { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("settings")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public DocumentSettings Settings { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("online_szamla_status")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public OnlineSzamlaStatusEnum Online_szamla_status { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("related_documents")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Related_documents { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("discount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Discount Discount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("correction_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public CorrectionType Correction_type { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + /// + /// An object representing related documents to another document. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentAncestor + { + /// + /// Unique identifier of the related document. + /// + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + /// + /// Invoice number of the related document. + /// + + [System.Text.Json.Serialization.JsonPropertyName("invoice_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Invoice_number { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentBankAccount + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int? Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("account_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Account_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("account_number_iban")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Account_number_iban { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("swift")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Swift { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentCancellation + { + + [System.Text.Json.Serialization.JsonPropertyName("cancellation_reason")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Cancellation_reason { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("cancellation_recipients")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Cancellation_recipients { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentForm + { + + [System.Runtime.Serialization.EnumMember(Value = @"electronic")] + Electronic = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"paper")] + Paper = 1, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentFormat + { + + [System.Runtime.Serialization.EnumMember(Value = @"")] + Empty = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"electronic")] + Electronic = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"traditional")] + Traditional = 2, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentInsert + { + + [System.Text.Json.Serialization.JsonPropertyName("vendor_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Vendor_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("partner_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public int Partner_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("block_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public int Block_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("bank_account_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Bank_account_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("fulfillment_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Fulfillment_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("due_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Due_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("language")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Language { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversion_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Conversion_rate { get; set; } = 1F; + + [System.Text.Json.Serialization.JsonPropertyName("electronic")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Electronic { get; set; } = false; + + [System.Text.Json.Serialization.JsonPropertyName("paid")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Paid { get; set; } = false; + + [System.Text.Json.Serialization.JsonPropertyName("items")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Items { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("settings")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public DocumentSettings Settings { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("advance_invoice")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Advance_invoice { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("discount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Discount Discount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("instant_payment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Instant_payment { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentInsertType + { + + Advance, + + Draft, + + Invoice, + + Proforma, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentItem + { + + [System.Text.Json.Serialization.JsonPropertyName("product_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int? Product_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("net_unit_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Net_unit_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("quantity")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Quantity { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("unit")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Unit { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("net_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Net_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("gross_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Gross_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Vat { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("entitlement")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Entitlement Entitlement { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentItemData + { + + [System.Text.Json.Serialization.JsonPropertyName("product_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public int Product_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("quantity")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Quantity { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentLanguage + { + + [System.Runtime.Serialization.EnumMember(Value = @"de")] + De = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"en")] + En = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"fr")] + Fr = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"hr")] + Hr = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"hu")] + Hu = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"it")] + It = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"ro")] + Ro = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"sk")] + Sk = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"us")] + Us = 8, + + } + + /// + /// A object with a data property that contains an array of up to limit documents. Each entry in the array is a separate document object. If no more documents are available, the resulting array will be empty. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentList + { + + [System.Text.Json.Serialization.JsonPropertyName("data")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Data { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Total { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("per_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Per_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("current_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Current_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("last_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Last_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("prev_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Prev_page_url { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("next_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Next_page_url { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentNotificationStatus + { + + [System.Runtime.Serialization.EnumMember(Value = @"closed")] + Closed = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"downloaded")] + Downloaded = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"failed")] + Failed = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"none")] + None = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"opened")] + Opened = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"readed")] + Readed = 5, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentOrganization + { + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("tax_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Tax_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("bank_account")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public DocumentBankAccount Bank_account { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("address")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Address Address { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("small_taxpayer")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Small_taxpayer { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("ev_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Ev_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("eu_tax_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Eu_tax_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("cash_settled")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Cash_settled { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentPartner + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("address")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Address Address { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("emails")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Emails { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("taxcode")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Taxcode { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("iban")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Iban { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("swift")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Swift { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("account_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Account_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("phone")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Phone { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("tax_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Tax_type { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentProductData + { + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("unit_price")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Unit_price { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("unit_price_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Unit_price_type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("quantity")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Quantity { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("unit")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Unit { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Vat { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("entitlement")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Entitlement { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentPublicUrl + { + + [System.Text.Json.Serialization.JsonPropertyName("public_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Public_url { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentSettings + { + + [System.Text.Json.Serialization.JsonPropertyName("mediated_service")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Mediated_service { get; set; } = false; + + [System.Text.Json.Serialization.JsonPropertyName("without_financial_fulfillment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Without_financial_fulfillment { get; set; } = false; + + [System.Text.Json.Serialization.JsonPropertyName("online_payment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Online_payment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("round")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Round { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("no_send_onlineszamla_by_user")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool No_send_onlineszamla_by_user { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("order_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Order_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("place_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int? Place_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("instant_payment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Instant_payment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("selected_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Selected_type { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentSummary + { + + [System.Text.Json.Serialization.JsonPropertyName("net_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Net_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("net_amount_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Net_amount_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("gross_amount_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Gross_amount_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_amount_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_amount_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_rate_summary")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Vat_rate_summary { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentType + { + + [System.Runtime.Serialization.EnumMember(Value = @"advance")] + Advance = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"cancellation")] + Cancellation = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"cert_of_completion")] + Cert_of_completion = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"d_cert_of_completion")] + D_cert_of_completion = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"dossier")] + Dossier = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"draft")] + Draft = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"draft_offer")] + Draft_offer = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"draft_order_form")] + Draft_order_form = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"draft_waybill")] + Draft_waybill = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice")] + Invoice = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"modification")] + Modification = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"offer")] + Offer = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"order_form")] + Order_form = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"proforma")] + Proforma = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"receipt")] + Receipt = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"receipt_cancellation")] + Receipt_cancellation = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"waybill")] + Waybill = 16, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentVatRateSummary + { + + [System.Text.Json.Serialization.JsonPropertyName("vat_name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Vat_name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_percentage")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_percentage { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_rate_net_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_rate_net_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_rate_vat_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_rate_vat_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_rate_vat_amount_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_rate_vat_amount_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat_rate_gross_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Vat_rate_gross_amount { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + /// + /// + ///
* `AAM` - Alanyi adómentesség + ///
* `ANTIQUES` - Különbözet szerinti szabályozás - gyűjteménydarabok és régiségek - + ///
* `ARTWORK` - Különbözet szerinti szabályozás - műalkotások - + ///
* `ATK` - Áfa tv. tárgyi hatályán kívüli ügylet + ///
* `EAM` - Áfamentes termékexport, azzal egy tekintet alá eső értékesítések, nemzetközi közlekedéshez kapcsolódó áfamentes ügyletek (Áfa tv. 98-109. §) + ///
* `EUE` - EU más tagállamában áfaköteles (áfa fizetésére az értékesítő köteles) + ///
* `EUFAD37` - Áfa tv. 37. § (1) bekezdése alapján a szolgáltatás teljesítése helye az EU más tagállama (áfa fizetésére a vevő köteles) + ///
* `EUFADE` - Áfa tv. egyéb rendelkezése szerint a teljesítés helye EU más tagállama (áfa fizetésére a vevő kötelezett) + ///
* `HO` - Áfa tv. szerint EU-n kívül teljesített ügylet + ///
* `KBAET` - Más tagállamba irányuló áfamentes termékértékesítés (Áfa tv. 89. §) + ///
* `NAM_1` - Áfamentes közvetítői tevékenység (Áfa tv. 110. §) + ///
* `NAM_2` - Termékek nemzetközi forgalmához kapcsolódó áfamentes ügylet (Áfa tv. 111-118. §) + ///
* `SECOND_HAND` - Különbözet szerinti szabályozás - használt cikkek - + ///
* `TAM` - Tevékenység közérdekű jellegére vagy egyéb sajátos jellegére tekintettel áfamentes (Áfa tv. 85-87.§) + ///
* `TRAVEL_AGENCY` - Különbözet szerinti szabályozás - utazási irodák - + ///
+ [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Entitlement + { + + [System.Runtime.Serialization.EnumMember(Value = @"AAM")] + AAM = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"ANTIQUES")] + ANTIQUES = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"ARTWORK")] + ARTWORK = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"ATK")] + ATK = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"EAM")] + EAM = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"EUE")] + EUE = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"EUFAD37")] + EUFAD37 = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"EUFADE")] + EUFADE = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"HO")] + HO = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"KBAET")] + KBAET = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"NAM_1")] + NAM_1 = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"NAM_2")] + NAM_2 = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"SECOND_HAND")] + SECOND_HAND = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"TAM")] + TAM = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"TRAVEL_AGENCY")] + TRAVEL_AGENCY = 14, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class InvoiceSettings + { + + [System.Text.Json.Serialization.JsonPropertyName("document_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentType Document_type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("fulfillment_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Fulfillment_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("due_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Due_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("document_format")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentFormat Document_format { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ModificationDocumentInsert + { + + [System.Text.Json.Serialization.JsonPropertyName("due_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Due_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public PaymentMethod Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("without_financial_fulfillment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Without_financial_fulfillment { get; set; } = false; + + [System.Text.Json.Serialization.JsonPropertyName("items")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Items { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum OnlinePayment + { + + [System.Runtime.Serialization.EnumMember(Value = @"")] + Empty = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"Barion")] + Barion = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"SimplePay")] + SimplePay = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"no")] + No = 3, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class OnlineSzamlaStatus + { + + [System.Text.Json.Serialization.JsonPropertyName("transaction_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Transaction_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("status")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Status { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("messages")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Messages { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum OnlineSzamlaStatusEnum + { + + [System.Runtime.Serialization.EnumMember(Value = @"aborted")] + Aborted = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"done")] + Done = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"empty_organization_country_code")] + Empty_organization_country_code = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"empty_partner_country_code")] + Empty_partner_country_code = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"empty_tax")] + Empty_tax = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"forbidden")] + Forbidden = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_address")] + Invalid_address = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_client")] + Invalid_client = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_conversion_rate")] + Invalid_conversion_rate = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_customer")] + Invalid_customer = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_invoice_reference")] + Invalid_invoice_reference = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_postalcode")] + Invalid_postalcode = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_security_user")] + Invalid_security_user = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_tax")] + Invalid_tax = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_tax_number")] + Invalid_tax_number = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_user_relation")] + Invalid_user_relation = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_vat_data")] + Invalid_vat_data = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice_number_not_unique")] + Invoice_number_not_unique = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"kobak_processing")] + Kobak_processing = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"missing_document_item_name")] + Missing_document_item_name = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"nav_warn")] + Nav_warn = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"no_online_szamla_settings")] + No_online_szamla_settings = 21, + + [System.Runtime.Serialization.EnumMember(Value = @"no_send_by_user")] + No_send_by_user = 22, + + [System.Runtime.Serialization.EnumMember(Value = @"non_exist_tax_number")] + Non_exist_tax_number = 23, + + [System.Runtime.Serialization.EnumMember(Value = @"not unique")] + Not_unique = 24, + + [System.Runtime.Serialization.EnumMember(Value = @"not_checked")] + Not_checked = 25, + + [System.Runtime.Serialization.EnumMember(Value = @"not_registered_customer")] + Not_registered_customer = 26, + + [System.Runtime.Serialization.EnumMember(Value = @"processing")] + Processing = 27, + + [System.Runtime.Serialization.EnumMember(Value = @"received")] + Received = 28, + + [System.Runtime.Serialization.EnumMember(Value = @"saved")] + Saved = 29, + + [System.Runtime.Serialization.EnumMember(Value = @"send_failed")] + Send_failed = 30, + + [System.Runtime.Serialization.EnumMember(Value = @"sent")] + Sent = 31, + + [System.Runtime.Serialization.EnumMember(Value = @"started")] + Started = 32, + + [System.Runtime.Serialization.EnumMember(Value = @"technical_error")] + Technical_error = 33, + + [System.Runtime.Serialization.EnumMember(Value = @"under_tax_limit")] + Under_tax_limit = 34, + + [System.Runtime.Serialization.EnumMember(Value = @"user_has_invalid_kobak")] + User_has_invalid_kobak = 35, + + [System.Runtime.Serialization.EnumMember(Value = @"user_hasnot_kobak")] + User_hasnot_kobak = 36, + + [System.Runtime.Serialization.EnumMember(Value = @"validation_ok")] + Validation_ok = 37, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class OnlineSzamlaStatusMessage + { + + [System.Text.Json.Serialization.JsonPropertyName("validation_result_code")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Validation_result_code { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("validation_error_code")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Validation_error_code { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("human_readable_message")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Human_readable_message { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class PaymentHistory + { + + [System.Text.Json.Serialization.JsonPropertyName("date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("price")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Price { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public PaymentMethod Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("voucher_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Voucher_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversion_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float? Conversion_rate { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum PaymentMethod + { + + [System.Runtime.Serialization.EnumMember(Value = @"aruhitel")] + Aruhitel = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"bankcard")] + Bankcard = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"barion")] + Barion = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"barter")] + Barter = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"cash")] + Cash = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"cash_on_delivery")] + Cash_on_delivery = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"coupon")] + Coupon = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"elore_utalas")] + Elore_utalas = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"ep_kartya")] + Ep_kartya = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"kompenzacio")] + Kompenzacio = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"levonas")] + Levonas = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"online_bankcard")] + Online_bankcard = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"other")] + Other = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"paylike")] + Paylike = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"payoneer")] + Payoneer = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"paypal")] + Paypal = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"paypal_utolag")] + Paypal_utolag = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"payu")] + Payu = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"pick_pack_pont")] + Pick_pack_pont = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"postai_csekk")] + Postai_csekk = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"postautalvany")] + Postautalvany = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"skrill")] + Skrill = 21, + + [System.Runtime.Serialization.EnumMember(Value = @"szep_card")] + Szep_card = 22, + + [System.Runtime.Serialization.EnumMember(Value = @"transferwise")] + Transferwise = 23, + + [System.Runtime.Serialization.EnumMember(Value = @"upwork")] + Upwork = 24, + + [System.Runtime.Serialization.EnumMember(Value = @"utalvany")] + Utalvany = 25, + + [System.Runtime.Serialization.EnumMember(Value = @"valto")] + Valto = 26, + + [System.Runtime.Serialization.EnumMember(Value = @"wire_transfer")] + Wire_transfer = 27, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum PaymentStatus + { + + [System.Runtime.Serialization.EnumMember(Value = @"expired")] + Expired = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"none")] + None = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"outstanding")] + Outstanding = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"paid")] + Paid = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"partially_paid")] + Partially_paid = 4, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ReceiptInsert + { + + [System.Text.Json.Serialization.JsonPropertyName("vendor_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Vendor_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("partner_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Partner_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("emails")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Emails { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("block_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public int Block_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentType Type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public PaymentMethod Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversion_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Conversion_rate { get; set; } = 1F; + + [System.Text.Json.Serialization.JsonPropertyName("electronic")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Electronic { get; set; } = false; + + [System.Text.Json.Serialization.JsonPropertyName("items")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Items { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ReceiptItemData + { + + [System.Text.Json.Serialization.JsonPropertyName("product_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public int Product_id { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ReceiptProductData + { + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("unit_price")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Unit_price { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Vat Vat { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Round + { + + [System.Runtime.Serialization.EnumMember(Value = @"five")] + Five = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"none")] + None = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"one")] + One = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"ten")] + Ten = 3, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class SendDocument + { + + [System.Text.Json.Serialization.JsonPropertyName("emails")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Emails { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum UnitPriceType + { + + [System.Runtime.Serialization.EnumMember(Value = @"gross")] + Gross = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"net")] + Net = 1, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Vat + { + + [System.Runtime.Serialization.EnumMember(Value = @"0%")] + _0_ = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"1%")] + _1_ = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"10%")] + _10_ = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"11%")] + _11_ = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"12%")] + _12_ = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"13%")] + _13_ = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"14%")] + _14_ = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"15%")] + _15_ = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"16%")] + _16_ = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"17%")] + _17_ = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"18%")] + _18_ = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"19%")] + _19_ = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"2%")] + _2_ = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"20%")] + _20_ = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"21%")] + _21_ = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"22%")] + _22_ = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"23%")] + _23_ = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"24%")] + _24_ = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"25%")] + _25_ = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"26%")] + _26_ = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"27%")] + _27_ = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"3%")] + _3_ = 21, + + [System.Runtime.Serialization.EnumMember(Value = @"4%")] + _4_ = 22, + + [System.Runtime.Serialization.EnumMember(Value = @"5%")] + _5_ = 23, + + [System.Runtime.Serialization.EnumMember(Value = @"5,5%")] + _5_5_ = 24, + + [System.Runtime.Serialization.EnumMember(Value = @"6%")] + _6_ = 25, + + [System.Runtime.Serialization.EnumMember(Value = @"7%")] + _7_ = 26, + + [System.Runtime.Serialization.EnumMember(Value = @"7,7%")] + _7_7_ = 27, + + [System.Runtime.Serialization.EnumMember(Value = @"8%")] + _8_ = 28, + + [System.Runtime.Serialization.EnumMember(Value = @"9%")] + _9_ = 29, + + [System.Runtime.Serialization.EnumMember(Value = @"9,5%")] + _9_5_ = 30, + + [System.Runtime.Serialization.EnumMember(Value = @"AAM")] + AAM = 31, + + [System.Runtime.Serialization.EnumMember(Value = @"AM")] + AM = 32, + + [System.Runtime.Serialization.EnumMember(Value = @"EU")] + EU = 33, + + [System.Runtime.Serialization.EnumMember(Value = @"EUK")] + EUK = 34, + + [System.Runtime.Serialization.EnumMember(Value = @"F.AFA")] + F_AFA = 35, + + [System.Runtime.Serialization.EnumMember(Value = @"FAD")] + FAD = 36, + + [System.Runtime.Serialization.EnumMember(Value = @"K.AFA")] + K_AFA = 37, + + [System.Runtime.Serialization.EnumMember(Value = @"MAA")] + MAA = 38, + + [System.Runtime.Serialization.EnumMember(Value = @"TAM")] + TAM = 39, + + [System.Runtime.Serialization.EnumMember(Value = @"ÁKK")] + ÁKK = 40, + + [System.Runtime.Serialization.EnumMember(Value = @"ÁTHK")] + ÁTHK = 41, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentBlock + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("prefix")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Prefix { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("custom_field1")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Custom_field1 { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("custom_field2")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Custom_field2 { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentBlockType Type { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + /// + /// A object with a data property that contains an array of up to limit document blocks. Each entry in the array is a separate document block object. If no more document block are available, the resulting array will be empty. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentBlockList + { + + [System.Text.Json.Serialization.JsonPropertyName("data")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Data { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Total { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("per_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Per_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("current_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Current_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("last_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Last_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("prev_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Prev_page_url { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("next_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Next_page_url { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentBlockType + { + + [System.Runtime.Serialization.EnumMember(Value = @"certificate_of_completion")] + Certificate_of_completion = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"dossier")] + Dossier = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice")] + Invoice = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"offer")] + Offer = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"order_form")] + Order_form = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"receipt")] + Receipt = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"waybill")] + Waybill = 6, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class CreateDocumentExport + { + + [System.Text.Json.Serialization.JsonPropertyName("query_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentExportQueryType Query_type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("start_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Start_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("end_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset End_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("document_block_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Document_block_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("export_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentExportType Export_type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("number_start_year")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Number_start_year { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("number_start_sequence")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Number_start_sequence { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("number_end_year")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Number_end_year { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("number_end_sequence")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Number_end_sequence { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public PaymentMethod Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("sort_by")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentExportSortBy Sort_by { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("other_options")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentExportOtherOptions Other_options { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("filter_extra")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public DocumentExportFilterExtra Filter_extra { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentExportFilterExtra + { + + [System.Text.Json.Serialization.JsonPropertyName("tensoft_vkod")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Tensoft_vkod { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("ledger_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public LedgerNumberInformation Ledger_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("forintsoft_konyvelesi_naplo_szam")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Forintsoft_konyvelesi_naplo_szam { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("positive_ledger_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Positive_ledger_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("negative_ledger_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Negative_ledger_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("rlb_kata")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Rlb_kata { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("rlb_note")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Rlb_note { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("novitax_naplokod")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Novitax_naplokod { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("use_gross_values")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Use_gross_values { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentExportId + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Id { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentExportOtherOptions + { + + [System.Runtime.Serialization.EnumMember(Value = @"all")] + All = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"expired")] + Expired = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"outstanding")] + Outstanding = 2, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentExportQueryType + { + + [System.Runtime.Serialization.EnumMember(Value = @"fulfillment_date")] + Fulfillment_date = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice_date")] + Invoice_date = 1, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentExportSortBy + { + + [System.Runtime.Serialization.EnumMember(Value = @"fulfillment_date")] + Fulfillment_date = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice_date")] + Invoice_date = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice_raw_number")] + Invoice_raw_number = 2, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class DocumentExportStatus + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("state")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public DocumentExportStatusState State { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("message")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Message { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentExportStatusState + { + + [System.Runtime.Serialization.EnumMember(Value = @"fail")] + Fail = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"pending")] + Pending = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"processing")] + Processing = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"success")] + Success = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"warning")] + Warning = 4, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DocumentExportType + { + + [System.Runtime.Serialization.EnumMember(Value = @"armada")] + Armada = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"aws_batch")] + Aws_batch = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"ex_panda")] + Ex_panda = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"forintsoft")] + Forintsoft = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"hessyn")] + Hessyn = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"ima")] + Ima = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"infoteka")] + Infoteka = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"kulcs_konyv")] + Kulcs_konyv = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"maxitax")] + Maxitax = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"nagy_machinator")] + Nagy_machinator = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"nav_ptgszlah")] + Nav_ptgszlah = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"nav_status")] + Nav_status = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"nav_xml")] + Nav_xml = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"nav_xml_alias")] + Nav_xml_alias = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"novitax")] + Novitax = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"proforma_outstanding")] + Proforma_outstanding = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"relax")] + Relax = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"rlb")] + Rlb = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"rlb60")] + Rlb60 = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"rlb_double_entry")] + Rlb_double_entry = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"simple_csv")] + Simple_csv = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"simple_excel")] + Simple_excel = 21, + + [System.Runtime.Serialization.EnumMember(Value = @"simple_excel_items")] + Simple_excel_items = 22, + + [System.Runtime.Serialization.EnumMember(Value = @"tensoft")] + Tensoft = 23, + + [System.Runtime.Serialization.EnumMember(Value = @"tensoft_29_dot_65")] + Tensoft_29_dot_65 = 24, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class LedgerNumberInformation + { + + [System.Text.Json.Serialization.JsonPropertyName("bevetel")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Bevetel { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vevo")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Vevo { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("penztar")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Penztar { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("afa")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Afa { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Feature + { + + [System.Runtime.Serialization.EnumMember(Value = @"api_limit_basic")] + Api_limit_basic = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"api_limit_pro")] + Api_limit_pro = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"api_limit_standard")] + Api_limit_standard = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"banksync_plus")] + Banksync_plus = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"campaign_manager_basic")] + Campaign_manager_basic = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"campaign_manager_standard")] + Campaign_manager_standard = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"ceginfo_enterprise")] + Ceginfo_enterprise = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"ceginfo_pro")] + Ceginfo_pro = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"ceginfo_standard")] + Ceginfo_standard = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"innovator")] + Innovator = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"limit_increase")] + Limit_increase = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"master")] + Master = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"partnermonitor_basic")] + Partnermonitor_basic = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"partnermonitor_pro")] + Partnermonitor_pro = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"partnermonitor_standard")] + Partnermonitor_standard = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"softpos")] + Softpos = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"subscription_basic")] + Subscription_basic = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"subscription_pro")] + Subscription_pro = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"subscription_standard")] + Subscription_standard = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"tendermonitor_standard")] + Tendermonitor_standard = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"tendermonitor_vip")] + Tendermonitor_vip = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"whitelabel")] + Whitelabel = 21, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class OrganizationData + { + + [System.Text.Json.Serialization.JsonPropertyName("tax_code")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Tax_code { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("subscription")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Subscription Subscription { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Subscription + { + + [System.Text.Json.Serialization.JsonPropertyName("expiration_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Expiration_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("features")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + + // TODO(system.text.json): Add string enum item converter + public System.Collections.Generic.ICollection Features { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Partner + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("address")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Address Address { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("emails")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Emails { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("taxcode")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Taxcode { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("iban")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Iban { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("swift")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Swift { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("account_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Account_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("phone")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Phone { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("general_ledger_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string General_ledger_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("tax_type")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Tax_type { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("custom_billing_settings")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public PartnerCustomBillingSettings Custom_billing_settings { get; set; } + + /// + /// The tax number of group member. Send tax number for update. Send empty string for delete. Ignored if omitted. + /// + + [System.Text.Json.Serialization.JsonPropertyName("group_member_tax_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Group_member_tax_number { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class PartnerCustomBillingSettings + { + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("document_form")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(CamelCaseStringEnumConverter))] + public string Document_form { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("due_days")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int? Due_days { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("document_currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Document_currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("template_language_code")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + //[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public string Template_language_code { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("discount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Discount Discount { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + /// + /// A object with a data property that contains an array of up to limit partners. Each entry in the array is a separate partner object. If no more partners are available, the resulting array will be empty. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class PartnerList + { + + [System.Text.Json.Serialization.JsonPropertyName("data")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Data { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Total { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("per_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Per_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("current_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Current_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("last_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Last_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("prev_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Prev_page_url { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("next_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Next_page_url { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum PartnerTaxType + { + + [System.Runtime.Serialization.EnumMember(Value = @"")] + Empty = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"FOREIGN")] + FOREIGN = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"HAS_TAX_NUMBER")] + HAS_TAX_NUMBER = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"NO_TAX_NUMBER")] + NO_TAX_NUMBER = 3, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Product + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("vat")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Vat Vat { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("net_unit_price")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Net_unit_price { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("unit")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + public string Unit { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("general_ledger_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string General_ledger_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("general_ledger_taxcode")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string General_ledger_taxcode { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("entitlement")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Entitlement Entitlement { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + /// + /// A object with a data property that contains an array of up to limit products. Each entry in the array is a separate product object. If no more products are available, the resulting array will be empty. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ProductList + { + + [System.Text.Json.Serialization.JsonPropertyName("data")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Data { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Total { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("per_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Per_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("current_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Current_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("last_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Last_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("prev_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Prev_page_url { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("next_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Next_page_url { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Category + { + + [System.Runtime.Serialization.EnumMember(Value = @"advertisement")] + Advertisement = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"development")] + Development = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"other")] + Other = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"overheads")] + Overheads = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"service")] + Service = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"stock")] + Stock = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"tangible_assets")] + Tangible_assets = 6, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum DateType + { + + [System.Runtime.Serialization.EnumMember(Value = @"due_date")] + Due_date = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"fulfillment_date")] + Fulfillment_date = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"invoice_date")] + Invoice_date = 2, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum PaymentStatusSpending + { + + [System.Runtime.Serialization.EnumMember(Value = @"all")] + All = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"paid")] + Paid = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"unpaid")] + Unpaid = 2, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Source + { + + [System.Runtime.Serialization.EnumMember(Value = @"all")] + All = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"manual")] + Manual = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"nav")] + Nav = 2, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Spending + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("organization_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Organization_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("category")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Category Category { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("paid_at")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset? Paid_at { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("fulfillment_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Fulfillment_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("partner")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public SpendingPartner Partner { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("invoice_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Invoice_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversion_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Conversion_rate { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_gross")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_gross { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_gross_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_gross_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_vat_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_vat_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_vat_amount_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_vat_amount_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("invoice_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Invoice_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("due_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Due_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public SpendingPaymentMethod Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + /// + /// An object with a data property that contains an array of up to limit spending. Each entry in the array is a separate spending object. If no more spending are available, the resulting array will be empty. + /// + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class SpendingList + { + + [System.Text.Json.Serialization.JsonPropertyName("data")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public System.Collections.Generic.ICollection Data { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Total { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("per_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Per_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("current_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Current_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("last_page")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Last_page { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("prev_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Prev_page_url { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("next_page_url")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Next_page_url { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class SpendingListItem + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("organization_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Organization_id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("category")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Category Category { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("paid_at")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset? Paid_at { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("fulfillment_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Fulfillment_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("partner")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public SpendingPartner Partner { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("invoice_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Invoice_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversion_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Conversion_rate { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_gross")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_gross { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_gross_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_gross_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_vat_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_vat_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_vat_amount_local")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Total_vat_amount_local { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("invoice_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Invoice_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("due_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Due_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public SpendingPaymentMethod Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("is_created_by_nav")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public bool Is_created_by_nav { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class SpendingPartner + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("name")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Name { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("tax_code")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Tax_code { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("address")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public Address Address { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("iban")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Iban { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("swift")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Swift { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("account_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Account_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("phone")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Phone { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("internal_comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Internal_comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("group_member_tax_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Group_member_tax_number { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum SpendingPaymentMethod + { + + [System.Runtime.Serialization.EnumMember(Value = @"aruhitel")] + Aruhitel = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"bankcard")] + Bankcard = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"barion")] + Barion = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"barter")] + Barter = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"cash")] + Cash = 4, + + [System.Runtime.Serialization.EnumMember(Value = @"cash_on_delivery")] + Cash_on_delivery = 5, + + [System.Runtime.Serialization.EnumMember(Value = @"coupon")] + Coupon = 6, + + [System.Runtime.Serialization.EnumMember(Value = @"elore_utalas")] + Elore_utalas = 7, + + [System.Runtime.Serialization.EnumMember(Value = @"ep_kartya")] + Ep_kartya = 8, + + [System.Runtime.Serialization.EnumMember(Value = @"kompenzacio")] + Kompenzacio = 9, + + [System.Runtime.Serialization.EnumMember(Value = @"levonas")] + Levonas = 10, + + [System.Runtime.Serialization.EnumMember(Value = @"online_bankcard")] + Online_bankcard = 11, + + [System.Runtime.Serialization.EnumMember(Value = @"other")] + Other = 12, + + [System.Runtime.Serialization.EnumMember(Value = @"paylike")] + Paylike = 13, + + [System.Runtime.Serialization.EnumMember(Value = @"payoneer")] + Payoneer = 14, + + [System.Runtime.Serialization.EnumMember(Value = @"paypal")] + Paypal = 15, + + [System.Runtime.Serialization.EnumMember(Value = @"paypal_utolag")] + Paypal_utolag = 16, + + [System.Runtime.Serialization.EnumMember(Value = @"payu")] + Payu = 17, + + [System.Runtime.Serialization.EnumMember(Value = @"pick_pack_pont")] + Pick_pack_pont = 18, + + [System.Runtime.Serialization.EnumMember(Value = @"postai_csekk")] + Postai_csekk = 19, + + [System.Runtime.Serialization.EnumMember(Value = @"postautalvany")] + Postautalvany = 20, + + [System.Runtime.Serialization.EnumMember(Value = @"skrill")] + Skrill = 21, + + [System.Runtime.Serialization.EnumMember(Value = @"szep_card")] + Szep_card = 22, + + [System.Runtime.Serialization.EnumMember(Value = @"transferwise")] + Transferwise = 23, + + [System.Runtime.Serialization.EnumMember(Value = @"upwork")] + Upwork = 24, + + [System.Runtime.Serialization.EnumMember(Value = @"utalvany")] + Utalvany = 25, + + [System.Runtime.Serialization.EnumMember(Value = @"valto")] + Valto = 26, + + [System.Runtime.Serialization.EnumMember(Value = @"wire_transfer")] + Wire_transfer = 27, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class SpendingSave + { + + [System.Text.Json.Serialization.JsonPropertyName("currency")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Currency Currency { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("conversion_rate")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public float Conversion_rate { get; set; } = 1F; + + [System.Text.Json.Serialization.JsonPropertyName("total_gross")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Total_gross { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_gross_huf")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Total_gross_huf { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_vat_amount")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Total_vat_amount { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("total_vat_amount_huf")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + public float Total_vat_amount_huf { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("fulfillment_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Fulfillment_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("paid_at")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Paid_at { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("category")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public Category Category { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("comment")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Comment { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("invoice_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Invoice_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("invoice_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Invoice_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("due_date")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(DateFormatConverter))] + public System.DateTimeOffset Due_date { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("payment_method")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.Never)] + [System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public SpendingPaymentMethod Payment_method { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("partner_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Partner_id { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum CheckTaxNumberMessage + { + + [System.Runtime.Serialization.EnumMember(Value = @"external_nav_service_unreachable")] + External_nav_service_unreachable = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"invalid_tax_number")] + Invalid_tax_number = 1, + + [System.Runtime.Serialization.EnumMember(Value = @"no_online_szamla_settings")] + No_online_szamla_settings = 2, + + [System.Runtime.Serialization.EnumMember(Value = @"non_exist_tax_number")] + Non_exist_tax_number = 3, + + [System.Runtime.Serialization.EnumMember(Value = @"validation_ok")] + Validation_ok = 4, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class Id + { + + [System.Text.Json.Serialization.JsonPropertyName("id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Id1 { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("legacy_id")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Legacy_id { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ServerTime + { + + [System.Text.Json.Serialization.JsonPropertyName("epoch")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public int Epoch { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("formatted")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Formatted { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("w3c")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string W3c { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("timezone")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Timezone { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class TaxNumber + { + + [System.Text.Json.Serialization.JsonPropertyName("tax_number")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + public string Tax_number { get; set; } + + [System.Text.Json.Serialization.JsonPropertyName("result")] + + [System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)] + [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))] + public CheckTaxNumberMessage Result { get; set; } + + private System.Collections.Generic.IDictionary _additionalProperties; + + [System.Text.Json.Serialization.JsonExtensionData] + public System.Collections.Generic.IDictionary AdditionalProperties + { + get { return _additionalProperties ?? (_additionalProperties = new System.Collections.Generic.Dictionary()); } + set { _additionalProperties = value; } + } + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public enum Size + { + + [System.Runtime.Serialization.EnumMember(Value = @"58")] + _58 = 0, + + [System.Runtime.Serialization.EnumMember(Value = @"80")] + _80 = 1, + + } + + [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + internal class DateFormatConverter : System.Text.Json.Serialization.JsonConverter + { + public override System.DateTimeOffset Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) + { + var dateTime = reader.GetString(); + if (dateTime == null) + { + throw new System.Text.Json.JsonException("Unexpected JsonTokenType.Null"); + } + + return System.DateTimeOffset.Parse(dateTime); + } + + public override void Write(System.Text.Json.Utf8JsonWriter writer, System.DateTimeOffset value, System.Text.Json.JsonSerializerOptions options) + { + writer.WriteStringValue(value.ToString("yyyy-MM-dd")); + } + } + + [System.CodeDom.Compiler.GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class FileResponse : System.IDisposable + { + private System.IDisposable _client; + private System.IDisposable _response; + + public int StatusCode { get; private set; } + + public System.Collections.Generic.IReadOnlyDictionary> Headers { get; private set; } + + public System.IO.Stream Stream { get; private set; } + + public bool IsPartial + { + get { return StatusCode == 206; } + } + + public FileResponse(int statusCode, System.Collections.Generic.IReadOnlyDictionary> headers, System.IO.Stream stream, System.IDisposable client, System.IDisposable response) + { + StatusCode = statusCode; + Headers = headers; + Stream = stream; + _client = client; + _response = response; + } + + public void Dispose() + { + Stream.Dispose(); + if (_response != null) + _response.Dispose(); + if (_client != null) + _client.Dispose(); + } + } + + + [System.CodeDom.Compiler.GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ApiException : System.Exception + { + public int StatusCode { get; private set; } + + public string Response { get; private set; } + + public System.Collections.Generic.IReadOnlyDictionary> Headers { get; private set; } + + public ApiException(string message, int statusCode, string response, System.Collections.Generic.IReadOnlyDictionary> headers, System.Exception innerException) + : base(message + "\n\nStatus: " + statusCode + "\nResponse: \n" + ((response == null) ? "(null)" : response.Substring(0, response.Length >= 512 ? 512 : response.Length)), innerException) + { + StatusCode = statusCode; + Response = response; + Headers = headers; + } + + public override string ToString() + { + return string.Format("HTTP Response: \n\n{0}\n\n{1}", Response, base.ToString()); + } + } + + [System.CodeDom.Compiler.GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")] + public partial class ApiException : ApiException + { + public TResult Result { get; private set; } + + public ApiException(string message, int statusCode, string response, System.Collections.Generic.IReadOnlyDictionary> headers, TResult result, System.Exception innerException) + : base(message, statusCode, response, headers, innerException) + { + Result = result; + } + } + +} + +#pragma warning restore 108 +#pragma warning restore 114 +#pragma warning restore 472 +#pragma warning restore 612 +#pragma warning restore 1573 +#pragma warning restore 1591 +#pragma warning restore 8073 +#pragma warning restore 3016 +#pragma warning restore 8603 +#pragma warning restore 8604 diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Services/BillingoEmailMessageService.cs b/Nop.Plugin.Misc.BillingoInvoicing/Services/BillingoEmailMessageService.cs new file mode 100644 index 0000000..dc5e33f --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Services/BillingoEmailMessageService.cs @@ -0,0 +1,294 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net; +using System.Threading.Tasks; +using Nop.Core; +using Nop.Core.Domain.Blogs; +using Nop.Core.Domain.Catalog; +using Nop.Core.Domain.Common; +using Nop.Core.Domain.Customers; +using Nop.Core.Domain.Forums; +using Nop.Core.Domain.Messages; +using Nop.Core.Domain.News; +using Nop.Core.Domain.Orders; +using Nop.Core.Domain.Shipping; +using Nop.Core.Domain.Vendors; +using Nop.Core.Events; +using Nop.Services.Affiliates; +using Nop.Services.Catalog; +using Nop.Services.Common; +using Nop.Services.Customers; +using Nop.Services.Localization; +using Nop.Services.Orders; +using Nop.Services.Stores; +using Nop.Services.Messages; + +namespace Nop.Plugin.Misc.BillingoInvoicing.Services +{ + /// + /// Workflow message service + /// + public partial class BillingoEmailMessageService + { + #region Fields + + private readonly CommonSettings _commonSettings; + private readonly EmailAccountSettings _emailAccountSettings; + private readonly IAddressService _addressService; + private readonly IAffiliateService _affiliateService; + private readonly ICustomerService _customerService; + private readonly IEmailAccountService _emailAccountService; + private readonly IEventPublisher _eventPublisher; + private readonly ILanguageService _languageService; + private readonly ILocalizationService _localizationService; + private readonly IMessageTemplateService _messageTemplateService; + private readonly IMessageTokenProvider _messageTokenProvider; + private readonly IOrderService _orderService; + private readonly IProductService _productService; + private readonly IQueuedEmailService _queuedEmailService; + private readonly IStoreContext _storeContext; + private readonly IStoreService _storeService; + private readonly ITokenizer _tokenizer; + private readonly MessagesSettings _messagesSettings; + + #endregion + + #region Ctor + + public BillingoEmailMessageService(CommonSettings commonSettings, + EmailAccountSettings emailAccountSettings, + IAddressService addressService, + IAffiliateService affiliateService, + ICustomerService customerService, + IEmailAccountService emailAccountService, + IEventPublisher eventPublisher, + ILanguageService languageService, + ILocalizationService localizationService, + IMessageTemplateService messageTemplateService, + IMessageTokenProvider messageTokenProvider, + IOrderService orderService, + IProductService productService, + IQueuedEmailService queuedEmailService, + IStoreContext storeContext, + IStoreService storeService, + ITokenizer tokenizer, + MessagesSettings messagesSettings) + { + _commonSettings = commonSettings; + _emailAccountSettings = emailAccountSettings; + _addressService = addressService; + _affiliateService = affiliateService; + _customerService = customerService; + _emailAccountService = emailAccountService; + _eventPublisher = eventPublisher; + _languageService = languageService; + _localizationService = localizationService; + _messageTemplateService = messageTemplateService; + _messageTokenProvider = messageTokenProvider; + _orderService = orderService; + _productService = productService; + _queuedEmailService = queuedEmailService; + _storeContext = storeContext; + _storeService = storeService; + _tokenizer = tokenizer; + _messagesSettings = messagesSettings; + } + + #endregion + + #region Utilities + + /// + /// Get active message templates by the name + /// + /// Message template name + /// Store identifier + /// + /// A task that represents the asynchronous operation + /// The task result contains the list of message templates + /// + protected virtual async Task> GetActiveMessageTemplatesAsync(string messageTemplateName, int storeId) + { + //get message templates by the name + var messageTemplates = await _messageTemplateService.GetMessageTemplatesByNameAsync(messageTemplateName, storeId); + + //no template found + if (!messageTemplates?.Any() ?? true) + return new List(); + + //filter active templates + messageTemplates = messageTemplates.Where(messageTemplate => messageTemplate.IsActive).ToList(); + + return messageTemplates; + } + + /// + /// Get EmailAccount to use with a message templates + /// + /// Message template + /// Language identifier + /// + /// A task that represents the asynchronous operation + /// The task result contains the emailAccount + /// + protected virtual async Task GetEmailAccountOfMessageTemplateAsync(MessageTemplate messageTemplate, int languageId) + { + var emailAccountId = await _localizationService.GetLocalizedAsync(messageTemplate, mt => mt.EmailAccountId, languageId); + //some 0 validation (for localizable "Email account" dropdownlist which saves 0 if "Standard" value is chosen) + if (emailAccountId == 0) + emailAccountId = messageTemplate.EmailAccountId; + + var emailAccount = (await _emailAccountService.GetEmailAccountByIdAsync(emailAccountId) ?? await _emailAccountService.GetEmailAccountByIdAsync(_emailAccountSettings.DefaultEmailAccountId)) ?? + (await _emailAccountService.GetAllEmailAccountsAsync()).FirstOrDefault(); + return emailAccount; + } + + /// + /// Ensure language is active + /// + /// Language identifier + /// Store identifier + /// + /// A task that represents the asynchronous operation + /// The task result contains the return a value language identifier + /// + protected virtual async Task EnsureLanguageIsActiveAsync(int languageId, int storeId) + { + //load language by specified ID + var language = await _languageService.GetLanguageByIdAsync(languageId); + + if (language == null || !language.Published) + { + //load any language from the specified store + language = (await _languageService.GetAllLanguagesAsync(storeId: storeId)).FirstOrDefault(); + } + + if (language == null || !language.Published) + { + //load any language + language = (await _languageService.GetAllLanguagesAsync()).FirstOrDefault(); + } + + if (language == null) + throw new Exception("No active language could be loaded"); + + return language.Id; + } + + /// + /// Get email and name to send email for store owner + /// + /// Message template email account + /// Email address and name to send email fore store owner + protected virtual async Task<(string email, string name)> GetStoreOwnerNameAndEmailAsync(EmailAccount messageTemplateEmailAccount) + { + var storeOwnerEmailAccount = _messagesSettings.UseDefaultEmailAccountForSendStoreOwnerEmails ? await _emailAccountService.GetEmailAccountByIdAsync(_emailAccountSettings.DefaultEmailAccountId) : null; + storeOwnerEmailAccount ??= messageTemplateEmailAccount; + + return (storeOwnerEmailAccount.Email, storeOwnerEmailAccount.DisplayName); + } + + #endregion + + #region Methods + + public virtual async Task SendErrorToStoreOwnerNotificationMessageAsync(string errorMessage, int languageId, Order order) + { + var store = await _storeContext.GetCurrentStoreAsync(); + languageId = await EnsureLanguageIsActiveAsync(languageId, store.Id); + + + //tokens + var commonTokens = new List(); + await _messageTokenProvider.AddOrderTokensAsync(commonTokens, order, languageId); + await _messageTokenProvider.AddCustomerTokensAsync(commonTokens, order.CustomerId); + + var messageTemplates = await _messageTemplateService.GetMessageTemplatesByNameAsync(MessageTemplateSystemNames.ORDER_PAID_STORE_OWNER_NOTIFICATION, store.Id); + var messageTemplate = messageTemplates.First(); + + //email account + var emailAccount = await GetEmailAccountOfMessageTemplateAsync(messageTemplate, languageId); + + var tokens = new List(commonTokens); + await _messageTokenProvider.AddStoreTokensAsync(tokens, store, emailAccount); + + var (toEmail, toName) = await GetStoreOwnerNameAndEmailAsync(emailAccount); + + return await SendNotificationAsync(errorMessage, emailAccount, languageId, tokens, toEmail, toName); + + } + + + + #region Common + + /// + /// Send notification + /// + /// Message template + /// Email account + /// Language identifier + /// Tokens + /// Recipient email address + /// Recipient name + /// Attachment file path + /// Attachment file name + /// "Reply to" email + /// "Reply to" name + /// Sender email. If specified, then it overrides passed "emailAccount" details + /// Sender name. If specified, then it overrides passed "emailAccount" details + /// Subject. If specified, then it overrides subject of a message template + /// + /// A task that represents the asynchronous operation + /// The task result contains the queued email identifier + /// + public virtual async Task SendNotificationAsync(string errorMessage, + EmailAccount emailAccount, int languageId, IList tokens, + string toEmailAddress, string toName, + string attachmentFilePath = null, string attachmentFileName = null, + string replyToEmailAddress = null, string replyToName = null, + string fromEmail = null, string fromName = null, string subject = null) + { + + if (emailAccount == null) + throw new ArgumentNullException(nameof(emailAccount)); + + if (string.IsNullOrEmpty(subject)) + subject = "BillingoInvoicing error occured"; + var body = errorMessage; + + //Replace subject and body tokens + var subjectReplaced = _tokenizer.Replace(subject, tokens, false); + var bodyReplaced = _tokenizer.Replace(body, tokens, true); + + //limit name length + toName = CommonHelper.EnsureMaximumLength(toName, 300); + + var email = new QueuedEmail + { + Priority = QueuedEmailPriority.High, + From = !string.IsNullOrEmpty(fromEmail) ? fromEmail : emailAccount.Email, + FromName = !string.IsNullOrEmpty(fromName) ? fromName : emailAccount.DisplayName, + To = toEmailAddress, + ToName = toName, + ReplyTo = replyToEmailAddress, + ReplyToName = replyToName, + CC = string.Empty, + Subject = subjectReplaced, + Body = bodyReplaced, + AttachmentFilePath = attachmentFilePath, + AttachmentFileName = attachmentFileName, + CreatedOnUtc = DateTime.UtcNow, + EmailAccountId = emailAccount.Id, + }; + + await _queuedEmailService.InsertQueuedEmailAsync(email); + return email.Id; + } + + #endregion + + #endregion + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Services/InvoiceGenerator.cs b/Nop.Plugin.Misc.BillingoInvoicing/Services/InvoiceGenerator.cs new file mode 100644 index 0000000..47caeb8 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Services/InvoiceGenerator.cs @@ -0,0 +1,149 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Linq; +using System.Net.Http; +using System.Text; +using System.Threading.Tasks; +using DocumentFormat.OpenXml.Spreadsheet; +using Nop.Core; +using Nop.Core.Domain.Orders; +using Nop.Services.Catalog; +using Nop.Services.Common; +using Nop.Services.Configuration; +using Nop.Services.Directory; +using Nop.Services.Events; +using Nop.Services.Logging; +using Nop.Services.Orders; + +namespace Nop.Plugin.Misc.BillingoInvoicing.Services +{ + public class InvoiceGenerator : IConsumer + { + private BillingoClientService _billingoService; + private readonly IOrderService _orderService; + private readonly IProductService _productService; + private readonly IAddressService _addressService; + private readonly ICountryService _countryService; + private readonly ISettingService _settingService; + private readonly ILogger _logger; + private readonly BillingoEmailMessageService _billingoEmailMessageService; + private readonly IStoreContext _storeContext; + + public InvoiceGenerator( + BillingoClientService billingoClientService, + IOrderService orderService, + IProductService productService, + IAddressService addressService, + ICountryService countryService, + IStoreContext storeContext, + ISettingService settingService, + ILogger logger, + BillingoEmailMessageService billingoEmailMessageService) + { + _billingoService = billingoClientService; + _orderService = orderService; + _productService = productService; + _addressService = addressService; + _countryService = countryService; + _storeContext = storeContext; + _settingService = settingService; + _logger = logger; + _billingoEmailMessageService = billingoEmailMessageService; + } + + public async Task HandleEventAsync(OrderPaidEvent eventMessage) + { + try + { + if (eventMessage?.Order != null) + { + var orderItems = await _orderService.GetOrderItemsAsync(eventMessage.Order.Id); + var currentAddress = await _addressService.GetAddressByIdAsync(eventMessage.Order.BillingAddressId); + var currentCountry = (await _countryService.GetCountryByAddressAsync(currentAddress)); + var partnersWithName = await _billingoService.ListPartnerAsync(1, 100, $"{currentAddress.LastName} {currentAddress.FirstName}"); + Partner currentPartner = partnersWithName.Data.Where(partner => partner.Iban == eventMessage.Order.CardNumber + && partner.Address.Country_code.ToString() == currentCountry.TwoLetterIsoCode + && partner.Address.City == currentAddress.City + && partner.Address.Post_code == currentAddress.ZipPostalCode + && partner.Address.Address1 == currentAddress.Address1).FirstOrDefault(); + + if (currentPartner == null) + { + var partner = new Partner() + { + Name = $"{currentAddress.LastName} {currentAddress.FirstName}", + Address = new Address + { + Address1 = currentAddress.Address1, + City = currentAddress.City, + Country_code = currentCountry.TwoLetterIsoCode, + Post_code = currentAddress.ZipPostalCode + }, + Emails = new List() { currentAddress.Email } + }; + currentPartner = await _billingoService.CreatePartnerAsync(partner); + } + + var storeId = await _storeContext.GetActiveStoreScopeConfigurationAsync(); + var settings = await _settingService.LoadSettingAsync(storeId); + + var document = new DocumentInsert() + { + Partner_id = currentPartner.Id, //1802491707, + Block_id = settings.BlockId, //217127, + Bank_account_id = 179109, + Type = "invoice", + Fulfillment_date = DateTime.Now, + Due_date = DateTime.Now, + Payment_method = "paypal", + Language = "hu", + Currency = "HUF", + Conversion_rate = 1, + Electronic = false, + Paid = true, + Items = new List(), + Settings = new DocumentSettings() + { + Mediated_service = false, + Without_financial_fulfillment = false, + Round = "one", + No_send_onlineszamla_by_user = true, + Order_number = eventMessage.Order.Id.ToString(), + Place_id = 0, + Instant_payment = true, + Selected_type = "invoice" + }, + }; + foreach (var orderItem in orderItems) + { + var product = await _productService.GetProductByIdAsync(orderItem.ProductId); + var productData = new DocumentProductData() + { + Name = product.Name, + Unit_price = (float)orderItem.UnitPriceInclTax, + Unit_price_type = "gross", + Quantity = orderItem.Quantity, + Unit = "db", + Vat = "27%", + Entitlement = "AAM" + }; + document.Items.Add(productData); + } + var invoice = await _billingoService.CreateDocumentAsync(document); + + await _billingoService.SendDocumentAsync(invoice.Id, new SendDocument + { + Emails = new List() { currentAddress.Email }, + }); + } + } + catch (Exception ex) + { + var errorMessage = $"Billingo invoice creation failed at userId {eventMessage.Order.CustomerId}, message: {ex.Message}"; + await _logger.ErrorAsync(errorMessage, ex); + await _billingoEmailMessageService.SendErrorToStoreOwnerNotificationMessageAsync(errorMessage, eventMessage.Order.CustomerLanguageId, eventMessage.Order); + } + } + } +} diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Views/Configure.cshtml b/Nop.Plugin.Misc.BillingoInvoicing/Views/Configure.cshtml new file mode 100644 index 0000000..bfd9382 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Views/Configure.cshtml @@ -0,0 +1,50 @@ +@model ConfigurationModel + +@{ + Layout = "_ConfigurePlugin"; +} + +@await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent)) + +
+
+
+
+ @T("Plugins.Misc.BillingoInvoicing.Title") +
+
+

+ Ez egy NopCommerce automatikus számlageneráló plugin a Billingo számlázórendszerhez.
+ Szükséges, hogy legyen API és tömeges számlagenerálás előfizetése.
+ Kizárólag saját felelősségre használható!
+ Hozzon létre egy V3 API kulcsot: Hol tudok API kulcsot generálni? + Hozzon létre egy számlatömböt: Új bizonylattömb létrehozása +

+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+
+
\ No newline at end of file diff --git a/Nop.Plugin.Misc.BillingoInvoicing/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.BillingoInvoicing/Views/_ViewImports.cshtml new file mode 100644 index 0000000..0319f27 --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/Views/_ViewImports.cshtml @@ -0,0 +1,13 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Nop.Web.Areas.Admin.Components +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web +@using Nop.Services.Events +@using Nop.Web.Framework.Events +@using Nop.Web.Framework.Infrastructure +@using Nop.Plugin.Misc.BillingoInvoicing.Models \ No newline at end of file diff --git a/Nop.Plugin.Misc.BillingoInvoicing/logo.jpg b/Nop.Plugin.Misc.BillingoInvoicing/logo.jpg new file mode 100644 index 0000000..29e9368 Binary files /dev/null and b/Nop.Plugin.Misc.BillingoInvoicing/logo.jpg differ diff --git a/Nop.Plugin.Misc.BillingoInvoicing/plugin.json b/Nop.Plugin.Misc.BillingoInvoicing/plugin.json new file mode 100644 index 0000000..1e76b6a --- /dev/null +++ b/Nop.Plugin.Misc.BillingoInvoicing/plugin.json @@ -0,0 +1,11 @@ +{ + "Group": "Misc", + "FriendlyName": "Billingo Invoicing", + "SystemName": "Misc.BillingoInvoicing", + "Version": "1.00", + "SupportedVersions": [ "4.70" ], + "Author": "András Vesztergombi", + "DisplayOrder": 1, + "FileName": "Nop.Plugin.Misc.BillingoInvoicing.dll", + "Description": "" +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Areas/Admin/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.MyTestPlugin1/Areas/Admin/Views/_ViewImports.cshtml new file mode 100644 index 0000000..270744e --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Areas/Admin/Views/_ViewImports.cshtml @@ -0,0 +1,10 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web +@using Nop.Services.Events +@using Nop.Web.Framework.Events \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Components/CustomViewComponent.cs b/Nop.Plugin.Misc.MyTestPlugin1/Components/CustomViewComponent.cs new file mode 100644 index 0000000..0809817 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Components/CustomViewComponent.cs @@ -0,0 +1,19 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Web.Framework.Components; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Components +{ + [ViewComponent(Name = "Custom")] + public class CustomViewComponent : NopViewComponent + { + public CustomViewComponent() + { + + } + + public IViewComponentResult Invoke(int productId) + { + throw new NotImplementedException(); + } + } +} diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Domains/CustomTable.cs b/Nop.Plugin.Misc.MyTestPlugin1/Domains/CustomTable.cs new file mode 100644 index 0000000..57f9a11 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Domains/CustomTable.cs @@ -0,0 +1,9 @@ +using Nop.Core; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Domains +{ + public partial class CustomTable : BaseEntity + { + + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/PluginNopStartup.cs b/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/PluginNopStartup.cs new file mode 100644 index 0000000..e16fcbd --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/PluginNopStartup.cs @@ -0,0 +1,40 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Mvc.Razor; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Nop.Core.Infrastructure; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Infrastructure +{ + public class PluginNopStartup : INopStartup + { + /// + /// Add and configure any of the middleware + /// + /// Collection of service descriptors + /// Configuration of the application + public void ConfigureServices(IServiceCollection services, IConfiguration configuration) + { + services.Configure(options => + { + options.ViewLocationExpanders.Add(new ViewLocationExpander()); + }); + + //register services and interfaces + //services.AddScoped(); + } + + /// + /// Configure the using of added middleware + /// + /// Builder for configuring an application's request pipeline + public void Configure(IApplicationBuilder application) + { + } + + /// + /// Gets order of this startup configuration implementation + /// + public int Order => 3000; + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/RouteProvider.cs b/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/RouteProvider.cs new file mode 100644 index 0000000..8bf3699 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/RouteProvider.cs @@ -0,0 +1,25 @@ +using Microsoft.AspNetCore.Routing; +using Nop.Web.Framework.Mvc.Routing; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Infrastructure +{ + /// + /// Represents plugin route provider + /// + public class RouteProvider : IRouteProvider + { + /// + /// Register routes + /// + /// Route builder + public void RegisterRoutes(IEndpointRouteBuilder endpointRouteBuilder) + { + + } + + /// + /// Gets a priority of route provider + /// + public int Priority => 0; + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/ViewLocationExpander.cs b/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/ViewLocationExpander.cs new file mode 100644 index 0000000..1516d6f --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Infrastructure/ViewLocationExpander.cs @@ -0,0 +1,39 @@ +using Microsoft.AspNetCore.Mvc.Razor; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Infrastructure +{ + public class ViewLocationExpander : IViewLocationExpander + { + /// + /// Invoked by a to determine the values that would be consumed by this instance + /// of . The calculated values are used to determine if the view location + /// has changed since the last time it was located. + /// + /// The for the current view location + /// expansion operation. + public void PopulateValues(ViewLocationExpanderContext context) + { + } + + /// + /// Invoked by a to determine potential locations for a view. + /// + /// The for the current view location + /// expansion operation. + /// The sequence of view locations to expand. + /// A list of expanded view locations. + public IEnumerable ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable viewLocations) + { + if (context.AreaName == "Admin") + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.MyTestPlugin1/Areas/Admin/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + else + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.MyTestPlugin1/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + + return viewLocations; + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Mapping/Builders/PluginBuilder.cs b/Nop.Plugin.Misc.MyTestPlugin1/Mapping/Builders/PluginBuilder.cs new file mode 100644 index 0000000..8d3f3f8 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Mapping/Builders/PluginBuilder.cs @@ -0,0 +1,21 @@ +using FluentMigrator.Builders.Create.Table; +using Nop.Data.Mapping.Builders; +using Nop.Plugin.Misc.MyTestPlugin1.Domains; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Mapping.Builders +{ + public class PluginBuilder : NopEntityBuilder + { + #region Methods + + /// + /// Apply entity configuration + /// + /// Create table expression builder + public override void MapEntity(CreateTableExpressionBuilder table) + { + } + + #endregion + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Mapping/NameCompatibility.cs b/Nop.Plugin.Misc.MyTestPlugin1/Mapping/NameCompatibility.cs new file mode 100644 index 0000000..284e830 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Mapping/NameCompatibility.cs @@ -0,0 +1,17 @@ +using Nop.Data.Mapping; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Mapping +{ + public partial class NameCompatibility : INameCompatibility + { + /// + /// Gets table name for mapping with the type + /// + public Dictionary TableNames => new(); + + /// + /// Gets column name for mapping with the entity's property and type + /// + public Dictionary<(Type, string), string> ColumnName => new(); + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Migrations/SchemaMigration.cs b/Nop.Plugin.Misc.MyTestPlugin1/Migrations/SchemaMigration.cs new file mode 100644 index 0000000..53b1074 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Migrations/SchemaMigration.cs @@ -0,0 +1,20 @@ +using FluentMigrator; +using Nop.Data.Extensions; +using Nop.Data.Migrations; +using Nop.Plugin.Misc.MyTestPlugin1.Domains; + +namespace Nop.Plugin.Misc.MyTestPlugin1.Migrations +{ + //2022-04-05 17:00:00 + [NopMigration("2024-10-22 11:45:18", "Nop.Plugin.Misc.MyTestPlugin1 schema", MigrationProcessType.Installation)] + public class SchemaMigration : AutoReversingMigration + { + /// + /// Collect the UP migration expressions + /// + public override void Up() + { + Create.TableFor(); + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/MyTestPlugin.cs b/Nop.Plugin.Misc.MyTestPlugin1/MyTestPlugin.cs new file mode 100644 index 0000000..81b444c --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/MyTestPlugin.cs @@ -0,0 +1,11 @@ +using Nop.Services.Plugins; + +namespace Nop.Plugin.Misc.MyTestPlugin1 +{ + /// + /// Rename this file and change to the correct type + /// + public class MyTestPlugin : BasePlugin + { + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Nop.Plugin.Misc.MyTestPlugin1.csproj b/Nop.Plugin.Misc.MyTestPlugin1/Nop.Plugin.Misc.MyTestPlugin1.csproj new file mode 100644 index 0000000..1cb87dc --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Nop.Plugin.Misc.MyTestPlugin1.csproj @@ -0,0 +1,68 @@ + + + + net8.0 + ..\..\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.MyTestPlugin1 + $(OutputPath) + + false + enable + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Nop.Plugin.Misc.MyTestPlugin1/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.MyTestPlugin1/Views/_ViewImports.cshtml new file mode 100644 index 0000000..253a8a0 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/Views/_ViewImports.cshtml @@ -0,0 +1,11 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web +@using Nop.Services.Events +@using Nop.Web.Framework.Events +@using Nop.Web.Framework.Infrastructure \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/logo.jpg b/Nop.Plugin.Misc.MyTestPlugin1/logo.jpg new file mode 100644 index 0000000..cae3ce3 Binary files /dev/null and b/Nop.Plugin.Misc.MyTestPlugin1/logo.jpg differ diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.AssemblyInfo.cs b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.AssemblyInfo.cs new file mode 100644 index 0000000..3cd433f --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Nop.Plugin.Misc.MyTestPlugin1")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Nop.Plugin.Misc.MyTestPlugin1")] +[assembly: System.Reflection.AssemblyTitleAttribute("Nop.Plugin.Misc.MyTestPlugin1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.AssemblyInfoInputs.cache b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..83e432b --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +d9c6bfc69fbee00446024090601d4e410296f5f89c4125785fc03c41f6f621a4 diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.GeneratedMSBuildEditorConfig.editorconfig b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..cb3ec24 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Nop.Plugin.Misc.MyTestPlugin1 +build_property.ProjectDir = D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.MyTestPlugin1\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.GlobalUsings.g.cs b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.assets.cache b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.assets.cache new file mode 100644 index 0000000..782ee71 Binary files /dev/null and b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.assets.cache differ diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.csproj.AssemblyReference.cache b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.csproj.AssemblyReference.cache new file mode 100644 index 0000000..84f2440 Binary files /dev/null and b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/Nop.Plugin.Misc.MyTestPlugin1.csproj.AssemblyReference.cache differ diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/project.razor.vs.bin b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/project.razor.vs.bin new file mode 100644 index 0000000..6bbfd02 Binary files /dev/null and b/Nop.Plugin.Misc.MyTestPlugin1/obj/Debug/net8.0/project.razor.vs.bin differ diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.dgspec.json b/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..0cb7012 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.dgspec.json @@ -0,0 +1,617 @@ +{ + "format": 1, + "restore": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\Nop.Plugin.Misc.MyTestPlugin1.csproj": {} + }, + "projects": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj", + "projectName": "Nop.Core", + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[13.0.1, )" + }, + "Autofac.Extensions.DependencyInjection": { + "target": "Package", + "version": "[10.0.0, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs": { + "target": "Package", + "version": "[1.3.4, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys": { + "target": "Package", + "version": "[1.2.4, )" + }, + "Azure.Identity": { + "target": "Package", + "version": "[1.13.0, )" + }, + "Humanizer": { + "target": "Package", + "version": "[2.14.1, )" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.Extensions.Caching.SqlServer": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.Extensions.Caching.StackExchangeRedis": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Nito.AsyncEx.Coordination": { + "target": "Package", + "version": "[5.1.2, )" + }, + "System.IO.FileSystem.AccessControl": { + "target": "Package", + "version": "[5.0.0, )" + }, + "System.Linq.Async": { + "target": "Package", + "version": "[6.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj", + "projectName": "Nop.Data", + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentMigrator": { + "target": "Package", + "version": "[5.2.0, )" + }, + "FluentMigrator.Runner": { + "target": "Package", + "version": "[5.1.0, )" + }, + "Microsoft.Data.SqlClient": { + "target": "Package", + "version": "[5.2.0, )" + }, + "MySqlConnector": { + "target": "Package", + "version": "[2.3.7, )" + }, + "Npgsql": { + "target": "Package", + "version": "[8.0.5, )" + }, + "System.Configuration.ConfigurationManager": { + "target": "Package", + "version": "[8.0.1, )" + }, + "System.Net.NameResolution": { + "target": "Package", + "version": "[4.3.0, )" + }, + "linq2db": { + "target": "Package", + "version": "[5.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\Nop.Services.csproj", + "projectName": "Nop.Services", + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\Nop.Services.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Storage.Blobs": { + "target": "Package", + "version": "[12.22.2, )" + }, + "ClosedXML": { + "target": "Package", + "version": "[0.104.1, )" + }, + "Google.Apis.Auth": { + "target": "Package", + "version": "[1.68.0, )" + }, + "HarfBuzzSharp.NativeAssets.Linux": { + "target": "Package", + "version": "[7.3.0.2, )" + }, + "MailKit": { + "target": "Package", + "version": "[4.8.0, )" + }, + "MaxMind.GeoIP2": { + "target": "Package", + "version": "[5.2.0, )" + }, + "Microsoft.Identity.Client": { + "target": "Package", + "version": "[4.66.1, )" + }, + "QuestPDF": { + "target": "Package", + "version": "[2024.10.1, )" + }, + "SkiaSharp": { + "target": "Package", + "version": "[2.88.8, )" + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies": { + "target": "Package", + "version": "[2.88.8, )" + }, + "Svg.Skia": { + "target": "Package", + "version": "[2.0.0.1, )" + }, + "System.Linq.Dynamic.Core": { + "target": "Package", + "version": "[1.4.6, )" + }, + "System.ServiceModel.Http": { + "target": "Package", + "version": "[8.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\Nop.Plugin.Misc.MyTestPlugin1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\Nop.Plugin.Misc.MyTestPlugin1.csproj", + "projectName": "Nop.Plugin.Misc.MyTestPlugin1", + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\Nop.Plugin.Misc.MyTestPlugin1.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "projectName": "Nop.Web.Framework", + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web.Framework\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\Nop.Services.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "LigerShark.WebOptimizer.Core": { + "target": "Package", + "version": "[3.0.426, )" + }, + "WebMarkupMin.AspNetCore8": { + "target": "Package", + "version": "[2.17.0, )" + }, + "WebMarkupMin.NUglify": { + "target": "Package", + "version": "[2.17.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\Nop.Web.csproj", + "projectName": "Nop.Web", + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\Nop.Web.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Libraries\\Nop.Services\\Nop.Services.csproj" + }, + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.g.props b/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.g.props new file mode 100644 index 0000000..654d59e --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Ádám\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.10.1 + + + + + + + + C:\Users\Ádám\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.2 + + \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.g.targets b/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.g.targets new file mode 100644 index 0000000..dfc75fc --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/Nop.Plugin.Misc.MyTestPlugin1.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/project.assets.json b/Nop.Plugin.Misc.MyTestPlugin1/obj/project.assets.json new file mode 100644 index 0000000..61a639f --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/project.assets.json @@ -0,0 +1,10145 @@ +{ + "version": 3, + "targets": { + "net8.0": { + "AdvancedStringBuilder/0.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + } + }, + "Autofac/8.1.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "8.0.1" + }, + "compile": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + } + }, + "Autofac.Extensions.DependencyInjection/10.0.0": { + "type": "package", + "dependencies": { + "Autofac": "8.1.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + }, + "compile": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + } + }, + "AutoMapper/13.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Options": "6.0.0" + }, + "compile": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + } + }, + "Azure.Core/1.44.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "System.ClientModel": "1.1.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "6.0.0", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.10", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Azure.Storage.Blobs": "12.16.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.42.0", + "Azure.Security.KeyVault.Keys": "4.6.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Identity/1.13.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.44.1", + "Microsoft.Identity.Client": "4.65.0", + "Microsoft.Identity.Client.Extensions.Msal": "4.65.0", + "System.Memory": "4.5.5", + "System.Text.Json": "6.0.10", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, + "Azure.Security.KeyVault.Keys/4.6.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.37.0", + "System.Memory": "4.5.4", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Blobs/12.22.2": { + "type": "package", + "dependencies": { + "Azure.Storage.Common": "12.21.1", + "System.Text.Json": "6.0.10" + }, + "compile": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Common/12.21.1": { + "type": "package", + "dependencies": { + "Azure.Core": "1.44.1", + "System.IO.Hashing": "6.0.0" + }, + "compile": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + } + }, + "BouncyCastle.Cryptography/2.4.0": { + "type": "package", + "compile": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + } + }, + "ClosedXML/0.104.1": { + "type": "package", + "dependencies": { + "ClosedXML.Parser": "[1.2.0, 2.0.0)", + "DocumentFormat.OpenXml": "[3.0.1, 4.0.0)", + "ExcelNumberFormat": "1.1.0", + "RBush": "3.2.0", + "SixLabors.Fonts": "1.0.0", + "System.IO.Packaging": "8.0.0" + }, + "compile": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".pdb;.xml" + } + } + }, + "ClosedXML.Parser/1.2.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/ClosedXML.Parser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.Parser.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml/3.0.1": { + "type": "package", + "dependencies": { + "DocumentFormat.OpenXml.Framework": "3.0.1" + }, + "compile": { + "lib/net8.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml.Framework/3.0.1": { + "type": "package", + "dependencies": { + "System.IO.Packaging": "8.0.0" + }, + "compile": { + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { + "related": ".xml" + } + } + }, + "ExcelNumberFormat/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + } + }, + "ExCSS/4.2.3": { + "type": "package", + "compile": { + "lib/net7.0/ExCSS.dll": {} + }, + "runtime": { + "lib/net7.0/ExCSS.dll": {} + } + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "type": "package", + "compile": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + }, + "runtime": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + } + }, + "FluentMigrator/5.2.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.2.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Abstractions/5.2.0": { + "type": "package", + "dependencies": { + "System.ComponentModel.Annotations": "5.0.0", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll": { + "locale": "de-DE" + } + } + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Runner.Core": "5.1.0", + "FluentMigrator.Runner.Db2": "5.1.0", + "FluentMigrator.Runner.Firebird": "5.1.0", + "FluentMigrator.Runner.Hana": "5.1.0", + "FluentMigrator.Runner.MySql": "5.1.0", + "FluentMigrator.Runner.Oracle": "5.1.0", + "FluentMigrator.Runner.Postgres": "5.1.0", + "FluentMigrator.Runner.Redshift": "5.1.0", + "FluentMigrator.Runner.SQLite": "5.1.0", + "FluentMigrator.Runner.Snowflake": "5.1.0", + "FluentMigrator.Runner.SqlServer": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Core/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Abstractions": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "type": "package", + "dependencies": { + "FirebirdSql.Data.FirebirdClient": "10.0.0", + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.MySql": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Oracle": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Postgres": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Extensions.Snowflake": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.SqlServer": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Data.SqlClient": "5.1.4" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Google.Apis/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis.Core": "1.68.0" + }, + "compile": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Auth/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis": "1.68.0", + "Google.Apis.Core": "1.68.0", + "System.Management": "7.0.2" + }, + "compile": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Core/1.68.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp/7.3.0.2": { + "type": "package", + "dependencies": { + "HarfBuzzSharp.NativeAssets.Win32": "7.3.0.2", + "HarfBuzzSharp.NativeAssets.macOS": "7.3.0.2" + }, + "compile": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp.NativeAssets.Linux/7.3.0.2": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.2" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.2": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libHarfBuzzSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.2": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Humanizer/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core.af": "2.14.1", + "Humanizer.Core.ar": "2.14.1", + "Humanizer.Core.az": "2.14.1", + "Humanizer.Core.bg": "2.14.1", + "Humanizer.Core.bn-BD": "2.14.1", + "Humanizer.Core.cs": "2.14.1", + "Humanizer.Core.da": "2.14.1", + "Humanizer.Core.de": "2.14.1", + "Humanizer.Core.el": "2.14.1", + "Humanizer.Core.es": "2.14.1", + "Humanizer.Core.fa": "2.14.1", + "Humanizer.Core.fi-FI": "2.14.1", + "Humanizer.Core.fr": "2.14.1", + "Humanizer.Core.fr-BE": "2.14.1", + "Humanizer.Core.he": "2.14.1", + "Humanizer.Core.hr": "2.14.1", + "Humanizer.Core.hu": "2.14.1", + "Humanizer.Core.hy": "2.14.1", + "Humanizer.Core.id": "2.14.1", + "Humanizer.Core.is": "2.14.1", + "Humanizer.Core.it": "2.14.1", + "Humanizer.Core.ja": "2.14.1", + "Humanizer.Core.ko-KR": "2.14.1", + "Humanizer.Core.ku": "2.14.1", + "Humanizer.Core.lv": "2.14.1", + "Humanizer.Core.ms-MY": "2.14.1", + "Humanizer.Core.mt": "2.14.1", + "Humanizer.Core.nb": "2.14.1", + "Humanizer.Core.nb-NO": "2.14.1", + "Humanizer.Core.nl": "2.14.1", + "Humanizer.Core.pl": "2.14.1", + "Humanizer.Core.pt": "2.14.1", + "Humanizer.Core.ro": "2.14.1", + "Humanizer.Core.ru": "2.14.1", + "Humanizer.Core.sk": "2.14.1", + "Humanizer.Core.sl": "2.14.1", + "Humanizer.Core.sr": "2.14.1", + "Humanizer.Core.sr-Latn": "2.14.1", + "Humanizer.Core.sv": "2.14.1", + "Humanizer.Core.th-TH": "2.14.1", + "Humanizer.Core.tr": "2.14.1", + "Humanizer.Core.uk": "2.14.1", + "Humanizer.Core.uz-Cyrl-UZ": "2.14.1", + "Humanizer.Core.uz-Latn-UZ": "2.14.1", + "Humanizer.Core.vi": "2.14.1", + "Humanizer.Core.zh-CN": "2.14.1", + "Humanizer.Core.zh-Hans": "2.14.1", + "Humanizer.Core.zh-Hant": "2.14.1" + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core.af/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/af/Humanizer.resources.dll": { + "locale": "af" + } + } + }, + "Humanizer.Core.ar/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ar/Humanizer.resources.dll": { + "locale": "ar" + } + } + }, + "Humanizer.Core.az/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/az/Humanizer.resources.dll": { + "locale": "az" + } + } + }, + "Humanizer.Core.bg/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bg/Humanizer.resources.dll": { + "locale": "bg" + } + } + }, + "Humanizer.Core.bn-BD/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bn-BD/Humanizer.resources.dll": { + "locale": "bn-BD" + } + } + }, + "Humanizer.Core.cs/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/cs/Humanizer.resources.dll": { + "locale": "cs" + } + } + }, + "Humanizer.Core.da/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/da/Humanizer.resources.dll": { + "locale": "da" + } + } + }, + "Humanizer.Core.de/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/de/Humanizer.resources.dll": { + "locale": "de" + } + } + }, + "Humanizer.Core.el/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/el/Humanizer.resources.dll": { + "locale": "el" + } + } + }, + "Humanizer.Core.es/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/es/Humanizer.resources.dll": { + "locale": "es" + } + } + }, + "Humanizer.Core.fa/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fa/Humanizer.resources.dll": { + "locale": "fa" + } + } + }, + "Humanizer.Core.fi-FI/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fi-FI/Humanizer.resources.dll": { + "locale": "fi-FI" + } + } + }, + "Humanizer.Core.fr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr/Humanizer.resources.dll": { + "locale": "fr" + } + } + }, + "Humanizer.Core.fr-BE/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr-BE/Humanizer.resources.dll": { + "locale": "fr-BE" + } + } + }, + "Humanizer.Core.he/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/he/Humanizer.resources.dll": { + "locale": "he" + } + } + }, + "Humanizer.Core.hr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hr/Humanizer.resources.dll": { + "locale": "hr" + } + } + }, + "Humanizer.Core.hu/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hu/Humanizer.resources.dll": { + "locale": "hu" + } + } + }, + "Humanizer.Core.hy/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hy/Humanizer.resources.dll": { + "locale": "hy" + } + } + }, + "Humanizer.Core.id/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/id/Humanizer.resources.dll": { + "locale": "id" + } + } + }, + "Humanizer.Core.is/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/is/Humanizer.resources.dll": { + "locale": "is" + } + } + }, + "Humanizer.Core.it/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/it/Humanizer.resources.dll": { + "locale": "it" + } + } + }, + "Humanizer.Core.ja/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ja/Humanizer.resources.dll": { + "locale": "ja" + } + } + }, + "Humanizer.Core.ko-KR/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll": { + "locale": "ko-KR" + } + } + }, + "Humanizer.Core.ku/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ku/Humanizer.resources.dll": { + "locale": "ku" + } + } + }, + "Humanizer.Core.lv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/lv/Humanizer.resources.dll": { + "locale": "lv" + } + } + }, + "Humanizer.Core.ms-MY/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": { + "locale": "ms-MY" + } + } + }, + "Humanizer.Core.mt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/mt/Humanizer.resources.dll": { + "locale": "mt" + } + } + }, + "Humanizer.Core.nb/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb/Humanizer.resources.dll": { + "locale": "nb" + } + } + }, + "Humanizer.Core.nb-NO/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb-NO/Humanizer.resources.dll": { + "locale": "nb-NO" + } + } + }, + "Humanizer.Core.nl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nl/Humanizer.resources.dll": { + "locale": "nl" + } + } + }, + "Humanizer.Core.pl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pl/Humanizer.resources.dll": { + "locale": "pl" + } + } + }, + "Humanizer.Core.pt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pt/Humanizer.resources.dll": { + "locale": "pt" + } + } + }, + "Humanizer.Core.ro/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ro/Humanizer.resources.dll": { + "locale": "ro" + } + } + }, + "Humanizer.Core.ru/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ru/Humanizer.resources.dll": { + "locale": "ru" + } + } + }, + "Humanizer.Core.sk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sk/Humanizer.resources.dll": { + "locale": "sk" + } + } + }, + "Humanizer.Core.sl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sl/Humanizer.resources.dll": { + "locale": "sl" + } + } + }, + "Humanizer.Core.sr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr/Humanizer.resources.dll": { + "locale": "sr" + } + } + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr-Latn/Humanizer.resources.dll": { + "locale": "sr-Latn" + } + } + }, + "Humanizer.Core.sv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sv/Humanizer.resources.dll": { + "locale": "sv" + } + } + }, + "Humanizer.Core.th-TH/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/th-TH/Humanizer.resources.dll": { + "locale": "th-TH" + } + } + }, + "Humanizer.Core.tr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/tr/Humanizer.resources.dll": { + "locale": "tr" + } + } + }, + "Humanizer.Core.uk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uk/Humanizer.resources.dll": { + "locale": "uk" + } + } + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll": { + "locale": "uz-Cyrl-UZ" + } + } + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll": { + "locale": "uz-Latn-UZ" + } + } + }, + "Humanizer.Core.vi/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/vi/Humanizer.resources.dll": { + "locale": "vi" + } + } + }, + "Humanizer.Core.zh-CN/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-CN/Humanizer.resources.dll": { + "locale": "zh-CN" + } + } + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hans/Humanizer.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hant/Humanizer.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "LigerShark.WebOptimizer.Core/3.0.426": { + "type": "package", + "dependencies": { + "NUglify": "1.21.9" + }, + "compile": { + "lib/net8.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "build/_._": {} + } + }, + "linq2db/5.4.1": { + "type": "package", + "compile": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + } + }, + "MailKit/4.8.0": { + "type": "package", + "dependencies": { + "MimeKit": "4.8.0", + "System.Formats.Asn1": "8.0.1" + }, + "compile": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MaxMind.Db/4.1.0": { + "type": "package", + "compile": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + } + }, + "MaxMind.GeoIP2/5.2.0": { + "type": "package", + "dependencies": { + "MaxMind.Db": "4.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "3.1.32", + "Microsoft.AspNetCore.DataProtection.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.Hosting.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32", + "Microsoft.Extensions.Options": "3.1.32", + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Cryptography.Xml": "4.7.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.10", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + } + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets": {} + } + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.2", + "System.Collections.Immutable": "5.0.0", + "System.Memory": "4.5.4", + "System.Reflection.Metadata": "5.0.0", + "System.Runtime.CompilerServices.Unsafe": "5.0.0", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.0.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.CSharp": "4.0.0", + "Microsoft.CodeAnalysis.Common": "4.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.0": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.3", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.56.0", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.10": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.2", + "Microsoft.Data.SqlClient": "4.0.5", + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.FileProviders.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.66.1": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.65.0": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.65.0", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MimeKit/4.8.0": { + "type": "package", + "dependencies": { + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", + "System.Security.Cryptography.Pkcs": "8.0.0" + }, + "compile": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MySqlConnector/2.3.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "type": "package", + "dependencies": { + "Nito.AsyncEx.Tasks": "5.1.2", + "Nito.Collections.Deque": "1.1.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + } + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "type": "package", + "dependencies": { + "Nito.Disposables": "2.2.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + } + }, + "Nito.Collections.Deque/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + } + }, + "Nito.Disposables/2.2.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.7.1" + }, + "compile": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + } + }, + "Npgsql/8.0.5": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "NUglify/1.21.9": { + "type": "package", + "compile": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, + "compile": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + } + }, + "QuestPDF/2024.10.1": { + "type": "package", + "compile": { + "lib/net8.0/QuestPDF.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/QuestPDF.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/QuestPDF.targets": {} + }, + "runtimeTargets": { + "runtimes/linux-arm64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx-arm64/native/libQuestPdfSkia.dylib": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/libQuestPdfSkia.dylib": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-x64/native/QuestPdfSkia.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/QuestPdfSkia.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "RBush/3.2.0": { + "type": "package", + "compile": { + "lib/net6.0/RBush.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/RBush.dll": { + "related": ".xml" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "ShimSkiaSharp/2.0.0.1": { + "type": "package", + "compile": { + "lib/net8.0/ShimSkiaSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ShimSkiaSharp.dll": {} + } + }, + "SixLabors.Fonts/1.0.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.8", + "SkiaSharp.NativeAssets.macOS": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.HarfBuzz/2.88.8": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.2", + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Svg.Custom/2.0.0.1": { + "type": "package", + "dependencies": { + "ExCSS": "4.2.3" + }, + "compile": { + "lib/net8.0/Svg.Custom.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Custom.dll": {} + } + }, + "Svg.Model/2.0.0.1": { + "type": "package", + "dependencies": { + "ShimSkiaSharp": "2.0.0.1", + "Svg.Custom": "2.0.0.1" + }, + "compile": { + "lib/net8.0/Svg.Model.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Model.dll": {} + } + }, + "Svg.Skia/2.0.0.1": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8", + "SkiaSharp.HarfBuzz": "2.88.8", + "Svg.Custom": "2.0.0.1", + "Svg.Model": "2.0.0.1" + }, + "compile": { + "lib/net8.0/Svg.Skia.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Skia.dll": {} + } + }, + "System.ClientModel/1.1.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "6.0.9" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Annotations/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.Configuration.ConfigurationManager/8.0.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.1", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.DiagnosticSource/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Formats.Asn1/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Hashing/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Packaging/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/5.0.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Async/6.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0" + }, + "compile": { + "ref/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Dynamic.Core/1.4.6": { + "type": "package", + "compile": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "System.Management/7.0.2": { + "type": "package", + "dependencies": { + "System.CodeDom": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.5": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/6.0.0": { + "type": "package", + "dependencies": { + "System.Text.Json": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.Xml/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Cryptography.Pkcs": "6.0.1" + }, + "compile": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.ServiceModel.Http/8.0.0": { + "type": "package", + "dependencies": { + "System.ServiceModel.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Http.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Http.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Http.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.ServiceModel.Primitives/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ObjectPool": "6.0.16", + "System.Security.Cryptography.Xml": "6.0.1" + }, + "compile": { + "ref/net8.0/System.ServiceModel.Primitives.dll": {} + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Primitives.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/4.5.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.2", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + }, + "compile": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/6.0.10": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/System.Text.Json.targets": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "WebMarkupMin.AspNet.Common/2.17.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.Core": "2.17.0" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.AspNetCore8/2.17.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.AspNet.Common": "2.17.0" + }, + "compile": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "WebMarkupMin.Core/2.17.0": { + "type": "package", + "dependencies": { + "AdvancedStringBuilder": "0.1.1" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.NUglify/2.17.0": { + "type": "package", + "dependencies": { + "NUglify": "1.21.9", + "WebMarkupMin.Core": "2.17.0" + }, + "compile": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + } + }, + "Nop.Core/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "AutoMapper": "13.0.1", + "Autofac.Extensions.DependencyInjection": "10.0.0", + "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.4", + "Azure.Extensions.AspNetCore.DataProtection.Keys": "1.2.4", + "Azure.Identity": "1.13.0", + "Humanizer": "2.14.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.10", + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "8.0.10", + "Microsoft.Extensions.Caching.SqlServer": "8.0.10", + "Microsoft.Extensions.Caching.StackExchangeRedis": "8.0.10", + "Nito.AsyncEx.Coordination": "5.1.2", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Linq.Async": "6.0.1" + }, + "compile": { + "bin/placeholder/Nop.Core.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Core.dll": {} + } + }, + "Nop.Data/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentMigrator": "5.2.0", + "FluentMigrator.Runner": "5.1.0", + "Microsoft.Data.SqlClient": "5.2.0", + "MySqlConnector": "2.3.7", + "Nop.Core": "4.70.0", + "Npgsql": "8.0.5", + "System.Configuration.ConfigurationManager": "8.0.1", + "System.Net.NameResolution": "4.3.0", + "linq2db": "5.4.1" + }, + "compile": { + "bin/placeholder/Nop.Data.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Data.dll": {} + } + }, + "Nop.Services/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Azure.Storage.Blobs": "12.22.2", + "ClosedXML": "0.104.1", + "Google.Apis.Auth": "1.68.0", + "HarfBuzzSharp.NativeAssets.Linux": "7.3.0.2", + "MailKit": "4.8.0", + "MaxMind.GeoIP2": "5.2.0", + "Microsoft.Identity.Client": "4.66.1", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "QuestPDF": "2024.10.1", + "SkiaSharp": "2.88.8", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.8", + "Svg.Skia": "2.0.0.1", + "System.Linq.Dynamic.Core": "1.4.6", + "System.ServiceModel.Http": "8.0.0" + }, + "compile": { + "bin/placeholder/Nop.Services.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Services.dll": {} + } + }, + "Nop.Web/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "Nop.Web.Framework": "4.70.0" + }, + "compile": { + "bin/placeholder/Nop.Web.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.dll": {} + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentValidation.AspNetCore": "11.3.0", + "LigerShark.WebOptimizer.Core": "3.0.426", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "WebMarkupMin.AspNetCore8": "2.17.0", + "WebMarkupMin.NUglify": "2.17.0" + }, + "compile": { + "bin/placeholder/Nop.Web.Framework.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.Framework.dll": {} + } + } + } + }, + "libraries": { + "AdvancedStringBuilder/0.1.1": { + "sha512": "32IrlspOA59ewotQ4tlKP27QhKxMKGB7oncqlwVHn/hAz+j/r3HvLr6/W9ni9Mnyktlcg6kt7QZS8rEgur1+4Q==", + "type": "package", + "path": "advancedstringbuilder/0.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "advancedstringbuilder.0.1.1.nupkg.sha512", + "advancedstringbuilder.nuspec", + "icon.png", + "lib/net40-client/AdvancedStringBuilder.dll", + "lib/net40-client/AdvancedStringBuilder.xml", + "lib/net45/AdvancedStringBuilder.dll", + "lib/net45/AdvancedStringBuilder.xml", + "lib/netstandard1.0/AdvancedStringBuilder.dll", + "lib/netstandard1.0/AdvancedStringBuilder.xml", + "lib/netstandard2.0/AdvancedStringBuilder.dll", + "lib/netstandard2.0/AdvancedStringBuilder.xml", + "readme.txt" + ] + }, + "Autofac/8.1.0": { + "sha512": "O2QT+0DSTBR2Ojpacmcj3L0KrnnXTFrwLl/OW1lBUDiHhb89msHEHNhTA8AlK3jdFiAfMbAYyQaJVvRe6oSBcQ==", + "type": "package", + "path": "autofac/8.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.8.1.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net6.0/Autofac.dll", + "lib/net6.0/Autofac.xml", + "lib/net7.0/Autofac.dll", + "lib/net7.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Autofac.Extensions.DependencyInjection/10.0.0": { + "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "type": "package", + "path": "autofac.extensions.dependencyinjection/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.nuspec", + "icon.png", + "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net6.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net7.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net7.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net8.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" + ] + }, + "AutoMapper/13.0.1": { + "sha512": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==", + "type": "package", + "path": "automapper/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "automapper.13.0.1.nupkg.sha512", + "automapper.nuspec", + "icon.png", + "lib/net6.0/AutoMapper.dll", + "lib/net6.0/AutoMapper.xml" + ] + }, + "Azure.Core/1.44.1": { + "sha512": "YyznXLQZCregzHvioip07/BkzjuWNXogJEVz9T5W6TwjNr17ax41YGzYMptlo2G10oLCuVPoyva62y0SIRDixg==", + "type": "package", + "path": "azure.core/1.44.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.44.1.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "sha512": "zS+x0MpUMSbvZD598lwAoax+ohIeSAvGlXpT71iP7FFmMZ+Tjz/8hx+jZH/RbV2cJYTYbux8XFDll7LMPuz46g==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.blobs/1.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.blobs.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.4": { + "sha512": "sl0E1iOrVWxxWUTFzzo6hN2+ZjYK8B84t/NEbeVl8MY3xMO3lR8JBSeWGp3u5OL6Z8I2lTAescgOz/CkIni5Lg==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.keys/1.2.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.keys.1.2.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.xml" + ] + }, + "Azure.Identity/1.13.0": { + "sha512": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==", + "type": "package", + "path": "azure.identity/1.13.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.13.0.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Security.KeyVault.Keys/4.6.0": { + "sha512": "1KbCIkXmLaj+kDDNm1Va5rNlzgcJ/fVtnsoVmzZPKa38jz6DXhPyojdvGaOX8AdupGJceg0X1vrsGvZKN79Qzw==", + "type": "package", + "path": "azure.security.keyvault.keys/4.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.security.keyvault.keys.4.6.0.nupkg.sha512", + "azure.security.keyvault.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.xml" + ] + }, + "Azure.Storage.Blobs/12.22.2": { + "sha512": "/BK63qx31dhXjnqOXB90DP8mJM+pHbti45+v/D3SiEgP2A+ekvJlGWGLVGQznriT5UAOerM+3vAAEJNKolVSIQ==", + "type": "package", + "path": "azure.storage.blobs/12.22.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.blobs.12.22.2.nupkg.sha512", + "azure.storage.blobs.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Blobs.dll", + "lib/net6.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.0/Azure.Storage.Blobs.dll", + "lib/netstandard2.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.1/Azure.Storage.Blobs.dll", + "lib/netstandard2.1/Azure.Storage.Blobs.xml" + ] + }, + "Azure.Storage.Common/12.21.1": { + "sha512": "NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==", + "type": "package", + "path": "azure.storage.common/12.21.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.common.12.21.1.nupkg.sha512", + "azure.storage.common.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Common.dll", + "lib/net6.0/Azure.Storage.Common.xml", + "lib/netstandard2.0/Azure.Storage.Common.dll", + "lib/netstandard2.0/Azure.Storage.Common.xml" + ] + }, + "BouncyCastle.Cryptography/2.4.0": { + "sha512": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==", + "type": "package", + "path": "bouncycastle.cryptography/2.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "bouncycastle.cryptography.2.4.0.nupkg.sha512", + "bouncycastle.cryptography.nuspec", + "lib/net461/BouncyCastle.Cryptography.dll", + "lib/net461/BouncyCastle.Cryptography.xml", + "lib/net6.0/BouncyCastle.Cryptography.dll", + "lib/net6.0/BouncyCastle.Cryptography.xml", + "lib/netstandard2.0/BouncyCastle.Cryptography.dll", + "lib/netstandard2.0/BouncyCastle.Cryptography.xml", + "packageIcon.png" + ] + }, + "ClosedXML/0.104.1": { + "sha512": "RVm2fUNWJlBJlg07shrfeWzrHPG5ypI/vARqdUOUbUdaog8yBw8l4IbCHf2MXt0AXtzaZqGNqhFaCAHigCBdfw==", + "type": "package", + "path": "closedxml/0.104.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "closedxml.0.104.1.nupkg.sha512", + "closedxml.nuspec", + "lib/netstandard2.0/ClosedXML.dll", + "lib/netstandard2.0/ClosedXML.pdb", + "lib/netstandard2.0/ClosedXML.xml", + "lib/netstandard2.1/ClosedXML.dll", + "lib/netstandard2.1/ClosedXML.pdb", + "lib/netstandard2.1/ClosedXML.xml", + "nuget-logo.png" + ] + }, + "ClosedXML.Parser/1.2.0": { + "sha512": "w+/0tsxABS3lkSH8EUlA7IGme+mq5T/Puf3DbOiTckmSuUpAUO2LK29oXYByCcWkBv6wcRHxgWlQb1lxkwI0Tw==", + "type": "package", + "path": "closedxml.parser/1.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "closedxml.parser.1.2.0.nupkg.sha512", + "closedxml.parser.nuspec", + "lib/netstandard2.0/ClosedXML.Parser.dll", + "lib/netstandard2.0/ClosedXML.Parser.xml", + "lib/netstandard2.1/ClosedXML.Parser.dll", + "lib/netstandard2.1/ClosedXML.Parser.xml" + ] + }, + "DocumentFormat.OpenXml/3.0.1": { + "sha512": "DCK1cwFUJ1FGGyYyo++HWl9H1RkqMWIu+FGOLRy6E4L4y0/HIhlJ7N/n1HKboFfOwKn1cMBRxt1RCuDbIEy5YQ==", + "type": "package", + "path": "documentformat.openxml/3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.3.0.1.nupkg.sha512", + "documentformat.openxml.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.dll", + "lib/net35/DocumentFormat.OpenXml.xml", + "lib/net40/DocumentFormat.OpenXml.dll", + "lib/net40/DocumentFormat.OpenXml.xml", + "lib/net46/DocumentFormat.OpenXml.dll", + "lib/net46/DocumentFormat.OpenXml.xml", + "lib/net8.0/DocumentFormat.OpenXml.dll", + "lib/net8.0/DocumentFormat.OpenXml.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.xml" + ] + }, + "DocumentFormat.OpenXml.Framework/3.0.1": { + "sha512": "ifyI7OW7sggz7LQMIAD2aUsY/zVUON9QaHrpZ4MK33iVMeHlTG4uhUE2aLWb31nry+LCs2ALDAwf8OfUJGjgBg==", + "type": "package", + "path": "documentformat.openxml.framework/3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.framework.3.0.1.nupkg.sha512", + "documentformat.openxml.framework.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.Framework.dll", + "lib/net35/DocumentFormat.OpenXml.Framework.xml", + "lib/net40/DocumentFormat.OpenXml.Framework.dll", + "lib/net40/DocumentFormat.OpenXml.Framework.xml", + "lib/net46/DocumentFormat.OpenXml.Framework.dll", + "lib/net46/DocumentFormat.OpenXml.Framework.xml", + "lib/net6.0/DocumentFormat.OpenXml.Framework.dll", + "lib/net6.0/DocumentFormat.OpenXml.Framework.xml", + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll", + "lib/net8.0/DocumentFormat.OpenXml.Framework.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.xml" + ] + }, + "ExcelNumberFormat/1.1.0": { + "sha512": "R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", + "type": "package", + "path": "excelnumberformat/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excelnumberformat.1.1.0.nupkg.sha512", + "excelnumberformat.nuspec", + "icon.png", + "lib/net20/ExcelNumberFormat.dll", + "lib/net20/ExcelNumberFormat.xml", + "lib/netstandard1.0/ExcelNumberFormat.dll", + "lib/netstandard1.0/ExcelNumberFormat.xml", + "lib/netstandard2.0/ExcelNumberFormat.dll", + "lib/netstandard2.0/ExcelNumberFormat.xml" + ] + }, + "ExCSS/4.2.3": { + "sha512": "SyeAfu2wL5247sipJoPUzQfjiwQtfSd8hN4IbgoyVcDx4PP6Dud4znwPRibWQzLtTlUxYYcbf5f4p+EfFC7KtQ==", + "type": "package", + "path": "excss/4.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excss.4.2.3.nupkg.sha512", + "excss.nuspec", + "lib/net48/ExCSS.dll", + "lib/net6.0/ExCSS.dll", + "lib/net7.0/ExCSS.dll", + "lib/netcoreapp3.1/ExCSS.dll", + "lib/netstandard2.0/ExCSS.dll", + "lib/netstandard2.1/ExCSS.dll", + "readme.md" + ] + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "sha512": "x+JkSd6TeL9zUXDbi5C0NPeZ1ejo5sw3G9nhoxvVGXhaU399agYgO5RXtYRmcS4GkeA57Q9sThe5pFL2knSdXQ==", + "type": "package", + "path": "firebirdsql.data.firebirdclient/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "firebird-logo.png", + "firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "firebirdsql.data.firebirdclient.nuspec", + "lib/net48/FirebirdSql.Data.FirebirdClient.dll", + "lib/net5.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net6.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.1/FirebirdSql.Data.FirebirdClient.dll", + "license.txt" + ] + }, + "FluentMigrator/5.2.0": { + "sha512": "h3w95meLtHsdWQY1BVVh5eaGcI82zADR2T1WSCcc/NTc+P+rsGzmqG5RF9Gz+Fy1BNEQXL47Xppk/YorwJgEWg==", + "type": "package", + "path": "fluentmigrator/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.5.2.0.nupkg.sha512", + "fluentmigrator.nuspec", + "lib/net48/FluentMigrator.dll", + "lib/net48/FluentMigrator.pdb", + "lib/net48/FluentMigrator.xml", + "lib/netstandard2.0/FluentMigrator.dll", + "lib/netstandard2.0/FluentMigrator.pdb", + "lib/netstandard2.0/FluentMigrator.xml" + ] + }, + "FluentMigrator.Abstractions/5.2.0": { + "sha512": "MvzpENiB2o8QqIXYgKlbtrEPyaHc2m2ukRmaNWszL9ZJH3OBY/kYMotn/dxWC+zwlUo82ZPvoCJtoFi2nptz2w==", + "type": "package", + "path": "fluentmigrator.abstractions/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "fluentmigrator.abstractions.nuspec", + "lib/net48/FluentMigrator.Abstractions.dll", + "lib/net48/FluentMigrator.Abstractions.pdb", + "lib/net48/FluentMigrator.Abstractions.xml", + "lib/net48/de-DE/FluentMigrator.Abstractions.resources.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.pdb", + "lib/netstandard2.0/FluentMigrator.Abstractions.xml", + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll" + ] + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "sha512": "8dx8AS/XFs6HH7G3mw2FcDM43Y7+n96Z0OS9uQjmyum5Cv2Qp2dD2Gf747MCtbWbC/vdhJGomld+BnccBkNA3w==", + "type": "package", + "path": "fluentmigrator.extensions.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.mysql.nuspec", + "lib/net48/FluentMigrator.Extensions.MySql.dll", + "lib/net48/FluentMigrator.Extensions.MySql.pdb", + "lib/net48/FluentMigrator.Extensions.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.xml" + ] + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "sha512": "Cpnav//COP8wl/NVa7EYyiQAsF0lAba3NYizAWXq+vIApxyu5L9Cp6GpyCTgIIOR4QLTx3FXV4cCg7/QKXkHHA==", + "type": "package", + "path": "fluentmigrator.extensions.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.oracle.nuspec", + "lib/net48/FluentMigrator.Extensions.Oracle.dll", + "lib/net48/FluentMigrator.Extensions.Oracle.pdb", + "lib/net48/FluentMigrator.Extensions.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.xml" + ] + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "sha512": "g3Se8v9zyjJUxFedx6mxCtCWrpr5IRD1BExyeIuvorJZZztE4emO/qXtpEB/m9YwdD8stJuPShbMWUa7bKm86Q==", + "type": "package", + "path": "fluentmigrator.extensions.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.postgres.nuspec", + "lib/net48/FluentMigrator.Extensions.Postgres.dll", + "lib/net48/FluentMigrator.Extensions.Postgres.pdb", + "lib/net48/FluentMigrator.Extensions.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.xml" + ] + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "sha512": "3YnRq9q5AcShusF9OvbfMFu/Swyfn8V5YD/vkvAsNTcIIAWs4jXY0QhLR/lofIwvk56XqXE263x2OfzLZnf+gQ==", + "type": "package", + "path": "fluentmigrator.extensions.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.snowflake.nuspec", + "lib/net48/FluentMigrator.Extensions.Snowflake.dll", + "lib/net48/FluentMigrator.Extensions.Snowflake.pdb", + "lib/net48/FluentMigrator.Extensions.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.xml" + ] + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "sha512": "zdcQ1mYvyFY+gzfLScv5Y4j/qFXn4xLed71WqjiNWvN2/JkVh7Xa94K/b+PA6AYh8a7AIqdbnOKtzFr0Lh+95g==", + "type": "package", + "path": "fluentmigrator.extensions.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.sqlserver.nuspec", + "lib/net48/FluentMigrator.Extensions.SqlServer.dll", + "lib/net48/FluentMigrator.Extensions.SqlServer.pdb", + "lib/net48/FluentMigrator.Extensions.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.xml" + ] + }, + "FluentMigrator.Runner/5.1.0": { + "sha512": "jincYPtHyQjQ3XgQ7c8aPkKLX88HxueHdeSz++WDVo0LXnR4aFbvi/UXbtAsnwt+Jj06KFhF1DlYVOoT3yrhKQ==", + "type": "package", + "path": "fluentmigrator.runner/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.5.1.0.nupkg.sha512", + "fluentmigrator.runner.nuspec", + "lib/net48/FluentMigrator.Runner.dll", + "lib/net48/FluentMigrator.Runner.pdb", + "lib/net48/FluentMigrator.Runner.xml", + "lib/netstandard2.0/FluentMigrator.Runner.dll", + "lib/netstandard2.0/FluentMigrator.Runner.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.xml" + ] + }, + "FluentMigrator.Runner.Core/5.1.0": { + "sha512": "nP/3ezpP57wqt/1+NScrsSRiQj90xeaNjEyjFIekNtPzmGyM/z//AYk3MXtfM8so8b+JZNL5INQYgXaVGISD0Q==", + "type": "package", + "path": "fluentmigrator.runner.core/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "fluentmigrator.runner.core.nuspec", + "lib/net48/FluentMigrator.Runner.Core.dll", + "lib/net48/FluentMigrator.Runner.Core.pdb", + "lib/net48/FluentMigrator.Runner.Core.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Core.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Core.xml" + ] + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "sha512": "Z9CdgQnkyBgNyRpTA2le/VEQaa2ukFNqDYEqkRu2cOZk+XF3JsjkQMeeQB2Byy7yZhgK/SGrauLvebB5wF1wEw==", + "type": "package", + "path": "fluentmigrator.runner.db2/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "fluentmigrator.runner.db2.nuspec", + "lib/net48/FluentMigrator.Runner.Db2.dll", + "lib/net48/FluentMigrator.Runner.Db2.pdb", + "lib/net48/FluentMigrator.Runner.Db2.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.xml" + ] + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "sha512": "lNFo+LZQczW3vtuSjpOfRxUhoRrwBMg+PV+SOk12c1PnkfvDAtsX/HSn9yUI3xV+fN1x6krBIwIQ9o63HQZAfg==", + "type": "package", + "path": "fluentmigrator.runner.firebird/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "fluentmigrator.runner.firebird.nuspec", + "lib/net48/FluentMigrator.Runner.Firebird.dll", + "lib/net48/FluentMigrator.Runner.Firebird.pdb", + "lib/net48/FluentMigrator.Runner.Firebird.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.xml" + ] + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "sha512": "xCRna1elZYhOITRK4uNtPb3xut0GTtteCyTjQF7ZlHC4RFFpg1a2fAWFUF+TB9YVeFxf1QHKhbo8Kr5rGH6HqA==", + "type": "package", + "path": "fluentmigrator.runner.hana/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "fluentmigrator.runner.hana.nuspec", + "lib/net48/FluentMigrator.Runner.Hana.dll", + "lib/net48/FluentMigrator.Runner.Hana.pdb", + "lib/net48/FluentMigrator.Runner.Hana.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.xml" + ] + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "sha512": "VywFX3gKQ7EcveKoLcxLwf8aQkWnJn6WQ2aJqe7Dw6gld8o0WBpevsBwQFO1doGqXzhFDlWHO2NwKoqvXQCG+Q==", + "type": "package", + "path": "fluentmigrator.runner.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.runner.mysql.nuspec", + "lib/net48/FluentMigrator.Runner.MySql.dll", + "lib/net48/FluentMigrator.Runner.MySql.pdb", + "lib/net48/FluentMigrator.Runner.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.xml" + ] + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "sha512": "qNmTirqFREMOm/HMkO68suXd3EIoadfQ69gvuJ5Hvy7LNQgMAW8FcrcGkNFn0t0JYAtGEbtH9t90/6dmBAwQIg==", + "type": "package", + "path": "fluentmigrator.runner.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.runner.oracle.nuspec", + "lib/net48/FluentMigrator.Runner.Oracle.dll", + "lib/net48/FluentMigrator.Runner.Oracle.pdb", + "lib/net48/FluentMigrator.Runner.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.xml" + ] + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "sha512": "Zr/cqR7b5PJqwO/JPtVz/zn2USO/jLz8b9JEFCjsYIb4AU8WIwNpLoRXsEcWSoHjlAc60LPcZM608tkgDGgA6A==", + "type": "package", + "path": "fluentmigrator.runner.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.runner.postgres.nuspec", + "lib/net48/FluentMigrator.Runner.Postgres.dll", + "lib/net48/FluentMigrator.Runner.Postgres.pdb", + "lib/net48/FluentMigrator.Runner.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.xml" + ] + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "sha512": "7GTF2EaaU8de9ViLobwxSKT+gY81h6b4zXIkMteALdqnAjkMNcynhEradH5OaDe9PorKWWh3/VBzCmO+N516xw==", + "type": "package", + "path": "fluentmigrator.runner.redshift/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "fluentmigrator.runner.redshift.nuspec", + "lib/net48/FluentMigrator.Runner.Redshift.dll", + "lib/net48/FluentMigrator.Runner.Redshift.pdb", + "lib/net48/FluentMigrator.Runner.Redshift.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.xml" + ] + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "sha512": "OmGfCxJPSrhJ6VcW6ypqc+NziwH1rygkNEJfW7Jl1DHfwrQtPgIgWw8qTA0abN+RkwtalXsfaEJ+4EuL0L+w6w==", + "type": "package", + "path": "fluentmigrator.runner.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.runner.snowflake.nuspec", + "lib/net48/FluentMigrator.Runner.Snowflake.dll", + "lib/net48/FluentMigrator.Runner.Snowflake.pdb", + "lib/net48/FluentMigrator.Runner.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.xml" + ] + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "sha512": "5fADu6iWF9pnPKhI0S2VmdR8gaFFe4A+ZtAu57A9w8gcZCCPVzekye83+gm93XuAGxOQtT1RErVIy2T0aGcyYA==", + "type": "package", + "path": "fluentmigrator.runner.sqlite/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlite.nuspec", + "lib/net48/FluentMigrator.Runner.SQLite.dll", + "lib/net48/FluentMigrator.Runner.SQLite.pdb", + "lib/net48/FluentMigrator.Runner.SQLite.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.xml" + ] + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "sha512": "WiZjICPJRIjuOZG2c52JOspKG0iR9UrfotE/SQMNlGEoIxjp8XrksEw7LytWsXWCymDjZUedNnA7QTqZS4p/Iw==", + "type": "package", + "path": "fluentmigrator.runner.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlserver.nuspec", + "lib/net48/FluentMigrator.Runner.SqlServer.dll", + "lib/net48/FluentMigrator.Runner.SqlServer.pdb", + "lib/net48/FluentMigrator.Runner.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.xml" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Google.Apis/1.68.0": { + "sha512": "s2MymhdpH+ybZNBeZ2J5uFgFHApBp+QXf9FjZSdM1lk/vx5VqIknJwnaWiuAzXxPrLEkesX0Q+UsiWn39yZ9zw==", + "type": "package", + "path": "google.apis/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.1.68.0.nupkg.sha512", + "google.apis.nuspec", + "lib/net462/Google.Apis.dll", + "lib/net462/Google.Apis.pdb", + "lib/net462/Google.Apis.xml", + "lib/net6.0/Google.Apis.dll", + "lib/net6.0/Google.Apis.pdb", + "lib/net6.0/Google.Apis.xml", + "lib/netstandard2.0/Google.Apis.dll", + "lib/netstandard2.0/Google.Apis.pdb", + "lib/netstandard2.0/Google.Apis.xml" + ] + }, + "Google.Apis.Auth/1.68.0": { + "sha512": "hFx8Qz5bZ4w0hpnn4tSmZaaFpjAMsgVElZ+ZgVLUZ2r9i+AKcoVgwiNfv1pruNS5cCvpXqhKECbruBCfRezPHA==", + "type": "package", + "path": "google.apis.auth/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.auth.1.68.0.nupkg.sha512", + "google.apis.auth.nuspec", + "lib/net462/Google.Apis.Auth.dll", + "lib/net462/Google.Apis.Auth.pdb", + "lib/net462/Google.Apis.Auth.xml", + "lib/net6.0/Google.Apis.Auth.dll", + "lib/net6.0/Google.Apis.Auth.pdb", + "lib/net6.0/Google.Apis.Auth.xml", + "lib/netstandard2.0/Google.Apis.Auth.dll", + "lib/netstandard2.0/Google.Apis.Auth.pdb", + "lib/netstandard2.0/Google.Apis.Auth.xml" + ] + }, + "Google.Apis.Core/1.68.0": { + "sha512": "pAqwa6pfu53UXCR2b7A/PAPXeuVg6L1OFw38WckN27NU2+mf+KTjoEg2YGv/f0UyKxzz7DxF1urOTKg/6dTP9g==", + "type": "package", + "path": "google.apis.core/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.core.1.68.0.nupkg.sha512", + "google.apis.core.nuspec", + "lib/net462/Google.Apis.Core.dll", + "lib/net462/Google.Apis.Core.pdb", + "lib/net462/Google.Apis.Core.xml", + "lib/net6.0/Google.Apis.Core.dll", + "lib/net6.0/Google.Apis.Core.pdb", + "lib/net6.0/Google.Apis.Core.xml", + "lib/netstandard2.0/Google.Apis.Core.dll", + "lib/netstandard2.0/Google.Apis.Core.pdb", + "lib/netstandard2.0/Google.Apis.Core.xml" + ] + }, + "HarfBuzzSharp/7.3.0.2": { + "sha512": "0tCd6HyCmNsX/DniCp2b00fo0xPbdNwKOs9BxxyT8oOOuMlWjcSFwzONKyeckCKVBFEsbSmsAHPDTqxoSDwZMg==", + "type": "package", + "path": "harfbuzzsharp/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "harfbuzzsharp.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nuspec", + "lib/monoandroid1.0/HarfBuzzSharp.dll", + "lib/monoandroid1.0/HarfBuzzSharp.pdb", + "lib/monoandroid1.0/HarfBuzzSharp.xml", + "lib/net462/HarfBuzzSharp.dll", + "lib/net462/HarfBuzzSharp.pdb", + "lib/net462/HarfBuzzSharp.xml", + "lib/net6.0-android30.0/HarfBuzzSharp.dll", + "lib/net6.0-android30.0/HarfBuzzSharp.pdb", + "lib/net6.0-android30.0/HarfBuzzSharp.xml", + "lib/net6.0-ios13.6/HarfBuzzSharp.dll", + "lib/net6.0-ios13.6/HarfBuzzSharp.pdb", + "lib/net6.0-ios13.6/HarfBuzzSharp.xml", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.dll", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.pdb", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.xml", + "lib/net6.0-macos10.15/HarfBuzzSharp.dll", + "lib/net6.0-macos10.15/HarfBuzzSharp.pdb", + "lib/net6.0-macos10.15/HarfBuzzSharp.xml", + "lib/net6.0-tvos13.4/HarfBuzzSharp.dll", + "lib/net6.0-tvos13.4/HarfBuzzSharp.pdb", + "lib/net6.0-tvos13.4/HarfBuzzSharp.xml", + "lib/net6.0/HarfBuzzSharp.dll", + "lib/net6.0/HarfBuzzSharp.pdb", + "lib/net6.0/HarfBuzzSharp.xml", + "lib/netcoreapp3.1/HarfBuzzSharp.dll", + "lib/netcoreapp3.1/HarfBuzzSharp.pdb", + "lib/netcoreapp3.1/HarfBuzzSharp.xml", + "lib/netstandard1.3/HarfBuzzSharp.dll", + "lib/netstandard1.3/HarfBuzzSharp.pdb", + "lib/netstandard1.3/HarfBuzzSharp.xml", + "lib/netstandard2.0/HarfBuzzSharp.dll", + "lib/netstandard2.0/HarfBuzzSharp.pdb", + "lib/netstandard2.0/HarfBuzzSharp.xml", + "lib/netstandard2.1/HarfBuzzSharp.dll", + "lib/netstandard2.1/HarfBuzzSharp.pdb", + "lib/netstandard2.1/HarfBuzzSharp.xml", + "lib/tizen40/HarfBuzzSharp.dll", + "lib/tizen40/HarfBuzzSharp.pdb", + "lib/tizen40/HarfBuzzSharp.xml", + "lib/uap10.0.10240/HarfBuzzSharp.dll", + "lib/uap10.0.10240/HarfBuzzSharp.pdb", + "lib/uap10.0.10240/HarfBuzzSharp.xml", + "lib/uap10.0.16299/HarfBuzzSharp.dll", + "lib/uap10.0.16299/HarfBuzzSharp.pdb", + "lib/uap10.0.16299/HarfBuzzSharp.xml", + "lib/xamarinios1.0/HarfBuzzSharp.dll", + "lib/xamarinios1.0/HarfBuzzSharp.pdb", + "lib/xamarinios1.0/HarfBuzzSharp.xml", + "lib/xamarinmac2.0/HarfBuzzSharp.dll", + "lib/xamarinmac2.0/HarfBuzzSharp.pdb", + "lib/xamarinmac2.0/HarfBuzzSharp.xml", + "lib/xamarintvos1.0/HarfBuzzSharp.dll", + "lib/xamarintvos1.0/HarfBuzzSharp.pdb", + "lib/xamarintvos1.0/HarfBuzzSharp.xml", + "lib/xamarinwatchos1.0/HarfBuzzSharp.dll", + "lib/xamarinwatchos1.0/HarfBuzzSharp.pdb", + "lib/xamarinwatchos1.0/HarfBuzzSharp.xml" + ] + }, + "HarfBuzzSharp.NativeAssets.Linux/7.3.0.2": { + "sha512": "aKa5J1RqjXKAtdcZJp5wjC78klfBIzJHM6CneN76lFmQ9LLRJA9Oa0TkIDaV8lVLDKMAy5fCKHXFlXUK1YfL/g==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.linux/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.linux.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libHarfBuzzSharp.so", + "runtimes/linux-arm64/native/libHarfBuzzSharp.so", + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so", + "runtimes/linux-x64/native/libHarfBuzzSharp.so" + ] + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.2": { + "sha512": "nycYH/WLJ6ogm+I+QSFCdPJsdxSb5GANWYbQyp1vsd/KjXN56RVUJWPhbgP2GKb/Y7mrsHM7EProqVXlO/EMsA==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.macos/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.macos.nuspec", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libHarfBuzzSharp.dylib" + ] + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.2": { + "sha512": "DpF9JBzwws2dupOLnjME65hxQWWbN/GD40AoTkwB4S05WANvxo3n81AnQJKxWDCnrWfWhLPB36OF27TvEqzb/A==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.win32/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.win32.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libHarfBuzzSharp.dll", + "runtimes/win-x64/native/libHarfBuzzSharp.dll", + "runtimes/win-x86/native/libHarfBuzzSharp.dll" + ] + }, + "Humanizer/2.14.1": { + "sha512": "/FUTD3cEceAAmJSCPN9+J+VhGwmL/C12jvwlyM1DFXShEMsBzvLzLqSrJ2rb+k/W2znKw7JyflZgZpyE+tI7lA==", + "type": "package", + "path": "humanizer/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.2.14.1.nupkg.sha512", + "humanizer.nuspec", + "logo.png" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "Humanizer.Core.af/2.14.1": { + "sha512": "BoQHyu5le+xxKOw+/AUM7CLXneM/Bh3++0qh1u0+D95n6f9eGt9kNc8LcAHLIOwId7Sd5hiAaaav0Nimj3peNw==", + "type": "package", + "path": "humanizer.core.af/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.af.2.14.1.nupkg.sha512", + "humanizer.core.af.nuspec", + "lib/net6.0/af/Humanizer.resources.dll", + "lib/netstandard1.0/af/Humanizer.resources.dll", + "lib/netstandard2.0/af/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ar/2.14.1": { + "sha512": "3d1V10LDtmqg5bZjWkA/EkmGFeSfNBcyCH+TiHcHP+HGQQmRq3eBaLcLnOJbVQVn3Z6Ak8GOte4RX4kVCxQlFA==", + "type": "package", + "path": "humanizer.core.ar/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ar.2.14.1.nupkg.sha512", + "humanizer.core.ar.nuspec", + "lib/net6.0/ar/Humanizer.resources.dll", + "lib/netstandard1.0/ar/Humanizer.resources.dll", + "lib/netstandard2.0/ar/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.az/2.14.1": { + "sha512": "8Z/tp9PdHr/K2Stve2Qs/7uqWPWLUK9D8sOZDNzyv42e20bSoJkHFn7SFoxhmaoVLJwku2jp6P7HuwrfkrP18Q==", + "type": "package", + "path": "humanizer.core.az/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.az.2.14.1.nupkg.sha512", + "humanizer.core.az.nuspec", + "lib/net6.0/az/Humanizer.resources.dll", + "lib/netstandard1.0/az/Humanizer.resources.dll", + "lib/netstandard2.0/az/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bg/2.14.1": { + "sha512": "S+hIEHicrOcbV2TBtyoPp1AVIGsBzlarOGThhQYCnP6QzEYo/5imtok6LMmhZeTnBFoKhM8yJqRfvJ5yqVQKSQ==", + "type": "package", + "path": "humanizer.core.bg/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bg.2.14.1.nupkg.sha512", + "humanizer.core.bg.nuspec", + "lib/net6.0/bg/Humanizer.resources.dll", + "lib/netstandard1.0/bg/Humanizer.resources.dll", + "lib/netstandard2.0/bg/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bn-BD/2.14.1": { + "sha512": "U3bfj90tnUDRKlL1ZFlzhCHoVgpTcqUlTQxjvGCaFKb+734TTu3nkHUWVZltA1E/swTvimo/aXLtkxnLFrc0EQ==", + "type": "package", + "path": "humanizer.core.bn-bd/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "humanizer.core.bn-bd.nuspec", + "lib/net6.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard1.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard2.0/bn-BD/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.cs/2.14.1": { + "sha512": "jWrQkiCTy3L2u1T86cFkgijX6k7hoB0pdcFMWYaSZnm6rvG/XJE40tfhYyKhYYgIc1x9P2GO5AC7xXvFnFdqMQ==", + "type": "package", + "path": "humanizer.core.cs/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.cs.2.14.1.nupkg.sha512", + "humanizer.core.cs.nuspec", + "lib/net6.0/cs/Humanizer.resources.dll", + "lib/netstandard1.0/cs/Humanizer.resources.dll", + "lib/netstandard2.0/cs/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.da/2.14.1": { + "sha512": "5o0rJyE/2wWUUphC79rgYDnif/21MKTTx9LIzRVz9cjCIVFrJ2bDyR2gapvI9D6fjoyvD1NAfkN18SHBsO8S9g==", + "type": "package", + "path": "humanizer.core.da/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.da.2.14.1.nupkg.sha512", + "humanizer.core.da.nuspec", + "lib/net6.0/da/Humanizer.resources.dll", + "lib/netstandard1.0/da/Humanizer.resources.dll", + "lib/netstandard2.0/da/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.de/2.14.1": { + "sha512": "9JD/p+rqjb8f5RdZ3aEJqbjMYkbk4VFii2QDnnOdNo6ywEfg/A5YeOQ55CaBJmy7KvV4tOK4+qHJnX/tg3Z54A==", + "type": "package", + "path": "humanizer.core.de/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.de.2.14.1.nupkg.sha512", + "humanizer.core.de.nuspec", + "lib/net6.0/de/Humanizer.resources.dll", + "lib/netstandard1.0/de/Humanizer.resources.dll", + "lib/netstandard2.0/de/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.el/2.14.1": { + "sha512": "Xmv6sTL5mqjOWGGpqY7bvbfK5RngaUHSa8fYDGSLyxY9mGdNbDcasnRnMOvi0SxJS9gAqBCn21Xi90n2SHZbFA==", + "type": "package", + "path": "humanizer.core.el/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.el.2.14.1.nupkg.sha512", + "humanizer.core.el.nuspec", + "lib/net6.0/el/Humanizer.resources.dll", + "lib/netstandard1.0/el/Humanizer.resources.dll", + "lib/netstandard2.0/el/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.es/2.14.1": { + "sha512": "e//OIAeMB7pjBV1HqqI4pM2Bcw3Jwgpyz9G5Fi4c+RJvhqFwztoWxW57PzTnNJE2lbhGGLQZihFZjsbTUsbczA==", + "type": "package", + "path": "humanizer.core.es/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.es.2.14.1.nupkg.sha512", + "humanizer.core.es.nuspec", + "lib/net6.0/es/Humanizer.resources.dll", + "lib/netstandard1.0/es/Humanizer.resources.dll", + "lib/netstandard2.0/es/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fa/2.14.1": { + "sha512": "nzDOj1x0NgjXMjsQxrET21t1FbdoRYujzbmZoR8u8ou5CBWY1UNca0j6n/PEJR/iUbt4IxstpszRy41wL/BrpA==", + "type": "package", + "path": "humanizer.core.fa/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fa.2.14.1.nupkg.sha512", + "humanizer.core.fa.nuspec", + "lib/net6.0/fa/Humanizer.resources.dll", + "lib/netstandard1.0/fa/Humanizer.resources.dll", + "lib/netstandard2.0/fa/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fi-FI/2.14.1": { + "sha512": "Vnxxx4LUhp3AzowYi6lZLAA9Lh8UqkdwRh4IE2qDXiVpbo08rSbokATaEzFS+o+/jCNZBmoyyyph3vgmcSzhhQ==", + "type": "package", + "path": "humanizer.core.fi-fi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "humanizer.core.fi-fi.nuspec", + "lib/net6.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard1.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard2.0/fi-FI/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr/2.14.1": { + "sha512": "2p4g0BYNzFS3u9SOIDByp2VClYKO0K1ecDV4BkB9EYdEPWfFODYnF+8CH8LpUrpxL2TuWo2fiFx/4Jcmrnkbpg==", + "type": "package", + "path": "humanizer.core.fr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr.2.14.1.nupkg.sha512", + "humanizer.core.fr.nuspec", + "lib/net6.0/fr/Humanizer.resources.dll", + "lib/netstandard1.0/fr/Humanizer.resources.dll", + "lib/netstandard2.0/fr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr-BE/2.14.1": { + "sha512": "o6R3SerxCRn5Ij8nCihDNMGXlaJ/1AqefteAssgmU2qXYlSAGdhxmnrQAXZUDlE4YWt/XQ6VkNLtH7oMqsSPFQ==", + "type": "package", + "path": "humanizer.core.fr-be/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr-be.2.14.1.nupkg.sha512", + "humanizer.core.fr-be.nuspec", + "lib/net6.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard1.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard2.0/fr-BE/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.he/2.14.1": { + "sha512": "FPsAhy7Iw6hb+ZitLgYC26xNcgGAHXb0V823yFAzcyoL5ozM+DCJtYfDPYiOpsJhEZmKFTM9No0jUn1M89WGvg==", + "type": "package", + "path": "humanizer.core.he/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.he.2.14.1.nupkg.sha512", + "humanizer.core.he.nuspec", + "lib/net6.0/he/Humanizer.resources.dll", + "lib/netstandard1.0/he/Humanizer.resources.dll", + "lib/netstandard2.0/he/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hr/2.14.1": { + "sha512": "chnaD89yOlST142AMkAKLuzRcV5df3yyhDyRU5rypDiqrq2HN8y1UR3h1IicEAEtXLoOEQyjSAkAQ6QuXkn7aw==", + "type": "package", + "path": "humanizer.core.hr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hr.2.14.1.nupkg.sha512", + "humanizer.core.hr.nuspec", + "lib/net6.0/hr/Humanizer.resources.dll", + "lib/netstandard1.0/hr/Humanizer.resources.dll", + "lib/netstandard2.0/hr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hu/2.14.1": { + "sha512": "hAfnaoF9LTGU/CmFdbnvugN4tIs8ppevVMe3e5bD24+tuKsggMc5hYta9aiydI8JH9JnuVmxvNI4DJee1tK05A==", + "type": "package", + "path": "humanizer.core.hu/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hu.2.14.1.nupkg.sha512", + "humanizer.core.hu.nuspec", + "lib/net6.0/hu/Humanizer.resources.dll", + "lib/netstandard1.0/hu/Humanizer.resources.dll", + "lib/netstandard2.0/hu/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hy/2.14.1": { + "sha512": "sVIKxOiSBUb4gStRHo9XwwAg9w7TNvAXbjy176gyTtaTiZkcjr9aCPziUlYAF07oNz6SdwdC2mwJBGgvZ0Sl2g==", + "type": "package", + "path": "humanizer.core.hy/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hy.2.14.1.nupkg.sha512", + "humanizer.core.hy.nuspec", + "lib/net6.0/hy/Humanizer.resources.dll", + "lib/netstandard1.0/hy/Humanizer.resources.dll", + "lib/netstandard2.0/hy/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.id/2.14.1": { + "sha512": "4Zl3GTvk3a49Ia/WDNQ97eCupjjQRs2iCIZEQdmkiqyaLWttfb+cYXDMGthP42nufUL0SRsvBctN67oSpnXtsg==", + "type": "package", + "path": "humanizer.core.id/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.id.2.14.1.nupkg.sha512", + "humanizer.core.id.nuspec", + "lib/net6.0/id/Humanizer.resources.dll", + "lib/netstandard1.0/id/Humanizer.resources.dll", + "lib/netstandard2.0/id/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.is/2.14.1": { + "sha512": "R67A9j/nNgcWzU7gZy1AJ07ABSLvogRbqOWvfRDn4q6hNdbg/mjGjZBp4qCTPnB2mHQQTCKo3oeCUayBCNIBCw==", + "type": "package", + "path": "humanizer.core.is/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.is.2.14.1.nupkg.sha512", + "humanizer.core.is.nuspec", + "lib/net6.0/is/Humanizer.resources.dll", + "lib/netstandard1.0/is/Humanizer.resources.dll", + "lib/netstandard2.0/is/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.it/2.14.1": { + "sha512": "jYxGeN4XIKHVND02FZ+Woir3CUTyBhLsqxu9iqR/9BISArkMf1Px6i5pRZnvq4fc5Zn1qw71GKKoCaHDJBsLFw==", + "type": "package", + "path": "humanizer.core.it/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.it.2.14.1.nupkg.sha512", + "humanizer.core.it.nuspec", + "lib/net6.0/it/Humanizer.resources.dll", + "lib/netstandard1.0/it/Humanizer.resources.dll", + "lib/netstandard2.0/it/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ja/2.14.1": { + "sha512": "TM3ablFNoYx4cYJybmRgpDioHpiKSD7q0QtMrmpsqwtiiEsdW5zz/q4PolwAczFnvrKpN6nBXdjnPPKVet93ng==", + "type": "package", + "path": "humanizer.core.ja/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ja.2.14.1.nupkg.sha512", + "humanizer.core.ja.nuspec", + "lib/net6.0/ja/Humanizer.resources.dll", + "lib/netstandard1.0/ja/Humanizer.resources.dll", + "lib/netstandard2.0/ja/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ko-KR/2.14.1": { + "sha512": "CtvwvK941k/U0r8PGdEuBEMdW6jv/rBiA9tUhakC7Zd2rA/HCnDcbr1DiNZ+/tRshnhzxy/qwmpY8h4qcAYCtQ==", + "type": "package", + "path": "humanizer.core.ko-kr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "humanizer.core.ko-kr.nuspec", + "lib/netstandard1.0/ko-KR/Humanizer.resources.dll", + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ku/2.14.1": { + "sha512": "vHmzXcVMe+LNrF9txpdHzpG7XJX65SiN9GQd/Zkt6gsGIIEeECHrkwCN5Jnlkddw2M/b0HS4SNxdR1GrSn7uCA==", + "type": "package", + "path": "humanizer.core.ku/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ku.2.14.1.nupkg.sha512", + "humanizer.core.ku.nuspec", + "lib/net6.0/ku/Humanizer.resources.dll", + "lib/netstandard1.0/ku/Humanizer.resources.dll", + "lib/netstandard2.0/ku/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.lv/2.14.1": { + "sha512": "E1/KUVnYBS1bdOTMNDD7LV/jdoZv/fbWTLPtvwdMtSdqLyRTllv6PGM9xVQoFDYlpvVGtEl/09glCojPHw8ffA==", + "type": "package", + "path": "humanizer.core.lv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.lv.2.14.1.nupkg.sha512", + "humanizer.core.lv.nuspec", + "lib/net6.0/lv/Humanizer.resources.dll", + "lib/netstandard1.0/lv/Humanizer.resources.dll", + "lib/netstandard2.0/lv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ms-MY/2.14.1": { + "sha512": "vX8oq9HnYmAF7bek4aGgGFJficHDRTLgp/EOiPv9mBZq0i4SA96qVMYSjJ2YTaxs7Eljqit7pfpE2nmBhY5Fnw==", + "type": "package", + "path": "humanizer.core.ms-my/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ms-my.2.14.1.nupkg.sha512", + "humanizer.core.ms-my.nuspec", + "lib/netstandard1.0/ms-MY/Humanizer.resources.dll", + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.mt/2.14.1": { + "sha512": "pEgTBzUI9hzemF7xrIZigl44LidTUhNu4x/P6M9sAwZjkUF0mMkbpxKkaasOql7lLafKrnszs0xFfaxQyzeuZQ==", + "type": "package", + "path": "humanizer.core.mt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.mt.2.14.1.nupkg.sha512", + "humanizer.core.mt.nuspec", + "lib/netstandard1.0/mt/Humanizer.resources.dll", + "lib/netstandard2.0/mt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb/2.14.1": { + "sha512": "mbs3m6JJq53ssLqVPxNfqSdTxAcZN3njlG8yhJVx83XVedpTe1ECK9aCa8FKVOXv93Gl+yRHF82Hw9T9LWv2hw==", + "type": "package", + "path": "humanizer.core.nb/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb.2.14.1.nupkg.sha512", + "humanizer.core.nb.nuspec", + "lib/net6.0/nb/Humanizer.resources.dll", + "lib/netstandard1.0/nb/Humanizer.resources.dll", + "lib/netstandard2.0/nb/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb-NO/2.14.1": { + "sha512": "AsJxrrVYmIMbKDGe8W6Z6//wKv9dhWH7RsTcEHSr4tQt/80pcNvLi0hgD3fqfTtg0tWKtgch2cLf4prorEV+5A==", + "type": "package", + "path": "humanizer.core.nb-no/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb-no.2.14.1.nupkg.sha512", + "humanizer.core.nb-no.nuspec", + "lib/net6.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard1.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard2.0/nb-NO/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nl/2.14.1": { + "sha512": "24b0OUdzJxfoqiHPCtYnR5Y4l/s4Oh7KW7uDp+qX25NMAHLCGog2eRfA7p2kRJp8LvnynwwQxm2p534V9m55wQ==", + "type": "package", + "path": "humanizer.core.nl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nl.2.14.1.nupkg.sha512", + "humanizer.core.nl.nuspec", + "lib/net6.0/nl/Humanizer.resources.dll", + "lib/netstandard1.0/nl/Humanizer.resources.dll", + "lib/netstandard2.0/nl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pl/2.14.1": { + "sha512": "17mJNYaBssENVZyQHduiq+bvdXS0nhZJGEXtPKoMhKv3GD//WO0mEfd9wjEBsWCSmWI7bjRqhCidxzN+YtJmsg==", + "type": "package", + "path": "humanizer.core.pl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pl.2.14.1.nupkg.sha512", + "humanizer.core.pl.nuspec", + "lib/net6.0/pl/Humanizer.resources.dll", + "lib/netstandard1.0/pl/Humanizer.resources.dll", + "lib/netstandard2.0/pl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pt/2.14.1": { + "sha512": "8HB8qavcVp2la1GJX6t+G9nDYtylPKzyhxr9LAooIei9MnQvNsjEiIE4QvHoeDZ4weuQ9CsPg1c211XUMVEZ4A==", + "type": "package", + "path": "humanizer.core.pt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pt.2.14.1.nupkg.sha512", + "humanizer.core.pt.nuspec", + "lib/net6.0/pt/Humanizer.resources.dll", + "lib/netstandard1.0/pt/Humanizer.resources.dll", + "lib/netstandard2.0/pt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ro/2.14.1": { + "sha512": "psXNOcA6R8fSHoQYhpBTtTTYiOk8OBoN3PKCEDgsJKIyeY5xuK81IBdGi77qGZMu/OwBRQjQCBMtPJb0f4O1+A==", + "type": "package", + "path": "humanizer.core.ro/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ro.2.14.1.nupkg.sha512", + "humanizer.core.ro.nuspec", + "lib/net6.0/ro/Humanizer.resources.dll", + "lib/netstandard1.0/ro/Humanizer.resources.dll", + "lib/netstandard2.0/ro/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ru/2.14.1": { + "sha512": "zm245xUWrajSN2t9H7BTf84/2APbUkKlUJpcdgsvTdAysr1ag9fi1APu6JEok39RRBXDfNRVZHawQ/U8X0pSvQ==", + "type": "package", + "path": "humanizer.core.ru/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ru.2.14.1.nupkg.sha512", + "humanizer.core.ru.nuspec", + "lib/net6.0/ru/Humanizer.resources.dll", + "lib/netstandard1.0/ru/Humanizer.resources.dll", + "lib/netstandard2.0/ru/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sk/2.14.1": { + "sha512": "Ncw24Vf3ioRnbU4MsMFHafkyYi8JOnTqvK741GftlQvAbULBoTz2+e7JByOaasqeSi0KfTXeegJO+5Wk1c0Mbw==", + "type": "package", + "path": "humanizer.core.sk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sk.2.14.1.nupkg.sha512", + "humanizer.core.sk.nuspec", + "lib/net6.0/sk/Humanizer.resources.dll", + "lib/netstandard1.0/sk/Humanizer.resources.dll", + "lib/netstandard2.0/sk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sl/2.14.1": { + "sha512": "l8sUy4ciAIbVThWNL0atzTS2HWtv8qJrsGWNlqrEKmPwA4SdKolSqnTes9V89fyZTc2Q43jK8fgzVE2C7t009A==", + "type": "package", + "path": "humanizer.core.sl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sl.2.14.1.nupkg.sha512", + "humanizer.core.sl.nuspec", + "lib/net6.0/sl/Humanizer.resources.dll", + "lib/netstandard1.0/sl/Humanizer.resources.dll", + "lib/netstandard2.0/sl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr/2.14.1": { + "sha512": "rnNvhpkOrWEymy7R/MiFv7uef8YO5HuXDyvojZ7JpijHWA5dXuVXooCOiA/3E93fYa3pxDuG2OQe4M/olXbQ7w==", + "type": "package", + "path": "humanizer.core.sr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr.2.14.1.nupkg.sha512", + "humanizer.core.sr.nuspec", + "lib/net6.0/sr/Humanizer.resources.dll", + "lib/netstandard1.0/sr/Humanizer.resources.dll", + "lib/netstandard2.0/sr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "sha512": "nuy/ykpk974F8ItoQMS00kJPr2dFNjOSjgzCwfysbu7+gjqHmbLcYs7G4kshLwdA4AsVncxp99LYeJgoh1JF5g==", + "type": "package", + "path": "humanizer.core.sr-latn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "humanizer.core.sr-latn.nuspec", + "lib/net6.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard1.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sv/2.14.1": { + "sha512": "E53+tpAG0RCp+cSSI7TfBPC+NnsEqUuoSV0sU+rWRXWr9MbRWx1+Zj02XMojqjGzHjjOrBFBBio6m74seFl0AA==", + "type": "package", + "path": "humanizer.core.sv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sv.2.14.1.nupkg.sha512", + "humanizer.core.sv.nuspec", + "lib/net6.0/sv/Humanizer.resources.dll", + "lib/netstandard1.0/sv/Humanizer.resources.dll", + "lib/netstandard2.0/sv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.th-TH/2.14.1": { + "sha512": "eSevlJtvs1r4vQarNPfZ2kKDp/xMhuD00tVVzRXkSh1IAZbBJI/x2ydxUOwfK9bEwEp+YjvL1Djx2+kw7ziu7g==", + "type": "package", + "path": "humanizer.core.th-th/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.th-th.2.14.1.nupkg.sha512", + "humanizer.core.th-th.nuspec", + "lib/netstandard1.0/th-TH/Humanizer.resources.dll", + "lib/netstandard2.0/th-TH/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.tr/2.14.1": { + "sha512": "rQ8N+o7yFcFqdbtu1mmbrXFi8TQ+uy+fVH9OPI0CI3Cu1om5hUU/GOMC3hXsTCI6d79y4XX+0HbnD7FT5khegA==", + "type": "package", + "path": "humanizer.core.tr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.tr.2.14.1.nupkg.sha512", + "humanizer.core.tr.nuspec", + "lib/net6.0/tr/Humanizer.resources.dll", + "lib/netstandard1.0/tr/Humanizer.resources.dll", + "lib/netstandard2.0/tr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uk/2.14.1": { + "sha512": "2uEfujwXKNm6bdpukaLtEJD+04uUtQD65nSGCetA1fYNizItEaIBUboNfr3GzJxSMQotNwGVM3+nSn8jTd0VSg==", + "type": "package", + "path": "humanizer.core.uk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uk.2.14.1.nupkg.sha512", + "humanizer.core.uk.nuspec", + "lib/net6.0/uk/Humanizer.resources.dll", + "lib/netstandard1.0/uk/Humanizer.resources.dll", + "lib/netstandard2.0/uk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "sha512": "TD3ME2sprAvFqk9tkWrvSKx5XxEMlAn1sjk+cYClSWZlIMhQQ2Bp/w0VjX1Kc5oeKjxRAnR7vFcLUFLiZIDk9Q==", + "type": "package", + "path": "humanizer.core.uz-cyrl-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-cyrl-uz.nuspec", + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "sha512": "/kHAoF4g0GahnugZiEMpaHlxb+W6jCEbWIdsq9/I1k48ULOsl/J0pxZj93lXC3omGzVF1BTVIeAtv5fW06Phsg==", + "type": "package", + "path": "humanizer.core.uz-latn-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-latn-uz.nuspec", + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.vi/2.14.1": { + "sha512": "rsQNh9rmHMBtnsUUlJbShMsIMGflZtPmrMM6JNDw20nhsvqfrdcoDD8cMnLAbuSovtc3dP+swRmLQzKmXDTVPA==", + "type": "package", + "path": "humanizer.core.vi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.vi.2.14.1.nupkg.sha512", + "humanizer.core.vi.nuspec", + "lib/net6.0/vi/Humanizer.resources.dll", + "lib/netstandard1.0/vi/Humanizer.resources.dll", + "lib/netstandard2.0/vi/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-CN/2.14.1": { + "sha512": "uH2dWhrgugkCjDmduLdAFO9w1Mo0q07EuvM0QiIZCVm6FMCu/lGv2fpMu4GX+4HLZ6h5T2Pg9FIdDLCPN2a67w==", + "type": "package", + "path": "humanizer.core.zh-cn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "humanizer.core.zh-cn.nuspec", + "lib/net6.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard1.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard2.0/zh-CN/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "sha512": "WH6IhJ8V1UBG7rZXQk3dZUoP2gsi8a0WkL8xL0sN6WGiv695s8nVcmab9tWz20ySQbuzp0UkSxUQFi5jJHIpOQ==", + "type": "package", + "path": "humanizer.core.zh-hans/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "humanizer.core.zh-hans.nuspec", + "lib/net6.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "sha512": "VIXB7HCUC34OoaGnO3HJVtSv2/wljPhjV7eKH4+TFPgQdJj2lvHNKY41Dtg0Bphu7X5UaXFR4zrYYyo+GNOjbA==", + "type": "package", + "path": "humanizer.core.zh-hant/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "humanizer.core.zh-hant.nuspec", + "lib/net6.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll", + "logo.png" + ] + }, + "LigerShark.WebOptimizer.Core/3.0.426": { + "sha512": "Mc4FFKL40n2f4ognnwDrvFxLt+2CdsovhCobaS8u2HXriS2OP8uMDwDIwmE2irlAW+HhR04a+wF1XImtFPxxRg==", + "type": "package", + "path": "ligershark.weboptimizer.core/3.0.426", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/LigerShark.WebOptimizer.Core.props", + "build/LigerShark.WebOptimizer.Core.targets", + "lib/net6.0/WebOptimizer.Core.dll", + "lib/net6.0/WebOptimizer.Core.xml", + "lib/net8.0/WebOptimizer.Core.dll", + "lib/net8.0/WebOptimizer.Core.xml", + "ligershark.weboptimizer.core.3.0.426.nupkg.sha512", + "ligershark.weboptimizer.core.nuspec", + "logo.png" + ] + }, + "linq2db/5.4.1": { + "sha512": "qyH32MbFK6T55KsEcQYTbPFfkOa1Mo65lY/Zo8SFVMy0pwkQBCTnA/RUxyG5+l3D/mgfPz85PH3upDrtklSMrw==", + "type": "package", + "path": "linq2db/5.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MIT-LICENSE.txt", + "README.md", + "images/icon.png", + "lib/net45/linq2db.dll", + "lib/net45/linq2db.xml", + "lib/net46/linq2db.dll", + "lib/net46/linq2db.xml", + "lib/net472/linq2db.dll", + "lib/net472/linq2db.xml", + "lib/net6.0/linq2db.dll", + "lib/net6.0/linq2db.xml", + "lib/netcoreapp3.1/linq2db.dll", + "lib/netcoreapp3.1/linq2db.xml", + "lib/netstandard2.0/linq2db.dll", + "lib/netstandard2.0/linq2db.xml", + "lib/netstandard2.1/linq2db.dll", + "lib/netstandard2.1/linq2db.xml", + "linq2db.5.4.1.nupkg.sha512", + "linq2db.nuspec" + ] + }, + "MailKit/4.8.0": { + "sha512": "zZ1UoM4FUnSFUJ9fTl5CEEaejR0DNP6+FDt1OfXnjg4igZntcir1tg/8Ufd6WY5vrpmvToAjluYqjVM24A+5lA==", + "type": "package", + "path": "mailkit/4.8.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/ExchangeOAuth2.md", + "docs/FAQ.md", + "docs/GMailOAuth2.md", + "docs/README.md", + "icons/mailkit-50.png", + "lib/net462/MailKit.dll", + "lib/net462/MailKit.dll.config", + "lib/net462/MailKit.pdb", + "lib/net462/MailKit.xml", + "lib/net47/MailKit.dll", + "lib/net47/MailKit.dll.config", + "lib/net47/MailKit.pdb", + "lib/net47/MailKit.xml", + "lib/net48/MailKit.dll", + "lib/net48/MailKit.dll.config", + "lib/net48/MailKit.pdb", + "lib/net48/MailKit.xml", + "lib/net6.0/MailKit.dll", + "lib/net6.0/MailKit.dll.config", + "lib/net6.0/MailKit.pdb", + "lib/net6.0/MailKit.xml", + "lib/net8.0/MailKit.dll", + "lib/net8.0/MailKit.dll.config", + "lib/net8.0/MailKit.pdb", + "lib/net8.0/MailKit.xml", + "lib/netstandard2.0/MailKit.dll", + "lib/netstandard2.0/MailKit.dll.config", + "lib/netstandard2.0/MailKit.pdb", + "lib/netstandard2.0/MailKit.xml", + "lib/netstandard2.1/MailKit.dll", + "lib/netstandard2.1/MailKit.dll.config", + "lib/netstandard2.1/MailKit.pdb", + "lib/netstandard2.1/MailKit.xml", + "mailkit.4.8.0.nupkg.sha512", + "mailkit.nuspec" + ] + }, + "MaxMind.Db/4.1.0": { + "sha512": "lEjCFX0TUQCRmFS8xrXIQSi+4omJ1Fwy0gAHlbnjg8cgSBa0cllP5zOEftQ23EP247EbnF7mNCQ3JsG/bMkHAA==", + "type": "package", + "path": "maxmind.db/4.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.Db.dll", + "lib/net6.0/MaxMind.Db.xml", + "lib/net7.0/MaxMind.Db.dll", + "lib/net7.0/MaxMind.Db.xml", + "lib/net8.0/MaxMind.Db.dll", + "lib/net8.0/MaxMind.Db.xml", + "lib/netstandard2.0/MaxMind.Db.dll", + "lib/netstandard2.0/MaxMind.Db.xml", + "lib/netstandard2.1/MaxMind.Db.dll", + "lib/netstandard2.1/MaxMind.Db.xml", + "maxmind.db.4.1.0.nupkg.sha512", + "maxmind.db.nuspec" + ] + }, + "MaxMind.GeoIP2/5.2.0": { + "sha512": "E8i6yQPlAznLTfS8w208uY3oqCg6i7sQ9cxKmlDdhFMXVLfm4sKphOTMsIWdAHJCV7RxW2a3DlqxAPkQrqmqlA==", + "type": "package", + "path": "maxmind.geoip2/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.GeoIP2.dll", + "lib/net6.0/MaxMind.GeoIP2.xml", + "lib/net7.0/MaxMind.GeoIP2.dll", + "lib/net7.0/MaxMind.GeoIP2.xml", + "lib/net8.0/MaxMind.GeoIP2.dll", + "lib/net8.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.0/MaxMind.GeoIP2.dll", + "lib/netstandard2.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.1/MaxMind.GeoIP2.dll", + "lib/netstandard2.1/MaxMind.GeoIP2.xml", + "maxmind.geoip2.5.2.0.nupkg.sha512", + "maxmind.geoip2.nuspec" + ] + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "sha512": "tULjwFie6fYm4o6WfD+aHTTrps2I22MQVZpmEWaJumFmzZWA1nHsKezuCBl/u/iKiXtN3npL6MoINaiLHURr/A==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "sha512": "D46awzK+Q0jP7Bq0cQlsxQrhg7MBhlxG2z+U+9EzcbjcjaDzQvaD5/cxD+qKdu9bHMcSFf9fMr5wizSBPPai1Q==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "sha512": "MPL4iVyiaRxnOUY5VATHjvhDWaAEFb77KFiUxVRklv3Z3v+STofUr1UG/aCt1O9cgN7FVTDaC5A7U+zsLub8Xg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.10": { + "sha512": "pLEDpobrApzc+9IgnlwMfWHfVaOWdNlBFgfggxFgMw57sn/iTkPMwc8eaufcKcLyCCNZQ1r6GRLsIIzUMtH8eg==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.10": { + "sha512": "2DIFj+w15yFIQbh4AgQQC8m0UJfhiF20s3h/DlTyiPGgNfijZ9TxqauYqaj81hF5Pc9wUg9agvxlH+4eUFjoRg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "sha512": "M0h+ChPgydX2xY17agiphnAVa/Qh05RAP8eeuqGGhQKT10claRBlLNO6d2/oSV8zy0RLHzwLnNZm5xuC/gckGA==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll", + "microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.extensions.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": { + "sha512": "FM83yTM+cyfHWMAyh86KXh7ZGrwOQLyGDG6LB3erO8kxwmdMN5zBkYxJmIfXhjRL07+q1mpO7gqUkBvyGy6NfQ==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "build/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.xml", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.nuspec" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "sha512": "yCtBr1GSGzJrrp1NJUb4ltwFYMKHw/tJLnIDvg9g/FnkGIEzmE19tbCQqXARIJv5kdtBgsoVIdGLL+zmjxvM/A==", + "type": "package", + "path": "microsoft.aspnetcore.razor.language/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll", + "microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.razor.language.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "sha512": "7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.2", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "EULA.rtf", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/AnalysisLevel_2_9_8_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_Default.editorconfig", + "build/config/AnalysisLevel_3_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_Default.editorconfig", + "build/config/AnalysisLevel_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_Default.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "sha512": "d02ybMhUJl1r/dI6SkJPHrTiTzXBYCZeJdOLMckV+jyoMU/GGkjqFX/sRbv1K0QmlpwwKuLTiYVQvfYC+8ox2g==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "sha512": "2UVTGtyQGgTCazvnT6t82f+7AV2L+kqJdyb61rT9GQed4yK+tVh5IkaKcsm70VqyZQhBbDqsfZFNHnY65xhrRw==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "sha512": "uqdzuQXxD7XrJCbIbbwpI/LOv0PBJ9VIR0gdvANTHOfK5pjTaCir+XcwvYvBZ5BIzd0KGzyiamzlEWw1cK1q0w==", + "type": "package", + "path": "microsoft.codeanalysis.razor/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll", + "microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "microsoft.codeanalysis.razor.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/5.2.0": { + "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.10": { + "sha512": "Cz0qWHBA4UsM46BI/nehilD8dyglAYZ59gBkbgUzOnq9y4g52jb5R6wu7lKOyOi/pJx/VSt/Tt5LAbtxa27ZJw==", + "type": "package", + "path": "microsoft.extensions.caching.sqlserver/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.xml", + "microsoft.extensions.caching.sqlserver.8.0.10.nupkg.sha512", + "microsoft.extensions.caching.sqlserver.nuspec" + ] + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.10": { + "sha512": "60BGmEIij4UjMf6iG9hUQy6+aZC5X4UVNpJ0O/TU2Dt3z/XnNuC/vgjtpbfrhYdkeVegqFwGIHnWk/kEI4eddA==", + "type": "package", + "path": "microsoft.extensions.caching.stackexchangeredis/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "microsoft.extensions.caching.stackexchangeredis.8.0.10.nupkg.sha512", + "microsoft.extensions.caching.stackexchangeredis.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "sha512": "sS+U28IfgZSQUS2b3MayPdYGBJlHOWwgnfAZ77bZLkgU0z+lJz7lgzrKQUm9SgKF+OAc5B9kWJV5PB6l7mWWZA==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "sha512": "00J6eE920t5vfPnEHBSGyj1Ya9lG6WYsMwqvLZ0nMPPTD2UxkaL+FNJM5DNSnMFJtV84KkUudPRngmNiCkqhuA==", + "type": "package", + "path": "microsoft.extensions.hosting.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "type": "package", + "path": "microsoft.extensions.logging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "sha512": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "sha512": "OVX5tlKg6LY+XKqlUn7i9KY+6Liut0iewWff2DNr7129i/NJ8rpUzbmxavPydZgcLREEWHklXZiPKCS895tNIQ==", + "type": "package", + "path": "microsoft.extensions.objectpool/6.0.16", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.ObjectPool.dll", + "lib/net461/Microsoft.Extensions.ObjectPool.xml", + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll", + "lib/net6.0/Microsoft.Extensions.ObjectPool.xml", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/8.0.2": { + "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "type": "package", + "path": "microsoft.extensions.options/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "type": "package", + "path": "microsoft.extensions.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Identity.Client/4.66.1": { + "sha512": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==", + "type": "package", + "path": "microsoft.identity.client/4.66.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net472/Microsoft.Identity.Client.dll", + "lib/net472/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.66.1.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.65.0": { + "sha512": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.65.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.65.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "type": "package", + "path": "microsoft.identitymodel.logging/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "type": "package", + "path": "microsoft.identitymodel.protocols/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "type": "package", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "type": "package", + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", + "type": "package", + "path": "microsoft.netcore.platforms/2.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "type": "package", + "path": "microsoft.sqlserver.server/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" + ] + }, + "Microsoft.Win32.Registry/4.7.0": { + "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "type": "package", + "path": "microsoft.win32.registry/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.4.7.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "MimeKit/4.8.0": { + "sha512": "U24wp4LKED+sBRzyrWICE+3bSwptsTrPOcCIXbW5zfeThCNzQx5NCo8Wus+Rmi+EUkQrCwlI/3sVfejeq9tuxQ==", + "type": "package", + "path": "mimekit/4.8.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/FAQ.md", + "docs/README.md", + "icons/mimekit-50.png", + "lib/net462/MimeKit.dll", + "lib/net462/MimeKit.dll.config", + "lib/net462/MimeKit.pdb", + "lib/net462/MimeKit.xml", + "lib/net47/MimeKit.dll", + "lib/net47/MimeKit.dll.config", + "lib/net47/MimeKit.pdb", + "lib/net47/MimeKit.xml", + "lib/net48/MimeKit.dll", + "lib/net48/MimeKit.dll.config", + "lib/net48/MimeKit.pdb", + "lib/net48/MimeKit.xml", + "lib/net6.0/MimeKit.dll", + "lib/net6.0/MimeKit.dll.config", + "lib/net6.0/MimeKit.pdb", + "lib/net6.0/MimeKit.xml", + "lib/net8.0/MimeKit.dll", + "lib/net8.0/MimeKit.dll.config", + "lib/net8.0/MimeKit.pdb", + "lib/net8.0/MimeKit.xml", + "lib/netstandard2.0/MimeKit.dll", + "lib/netstandard2.0/MimeKit.dll.config", + "lib/netstandard2.0/MimeKit.pdb", + "lib/netstandard2.0/MimeKit.xml", + "lib/netstandard2.1/MimeKit.dll", + "lib/netstandard2.1/MimeKit.dll.config", + "lib/netstandard2.1/MimeKit.pdb", + "lib/netstandard2.1/MimeKit.xml", + "mimekit.4.8.0.nupkg.sha512", + "mimekit.nuspec" + ] + }, + "MySqlConnector/2.3.7": { + "sha512": "YiVOxvJ+vAYW8NT9gHv8RxKCDFCSXAObF3z0Ou/8WRv8Lsn2QsxaPW5xEwPE+xCcAq6BGkrI8GTOC09Xg09blQ==", + "type": "package", + "path": "mysqlconnector/2.3.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/MySqlConnector.dll", + "lib/net462/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net48/MySqlConnector.dll", + "lib/net48/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/net8.0/MySqlConnector.dll", + "lib/net8.0/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.3.7.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "type": "package", + "path": "newtonsoft.json/13.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "sha512": "QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==", + "type": "package", + "path": "nito.asyncex.coordination/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Coordination.dll", + "lib/net461/Nito.AsyncEx.Coordination.xml", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.dll", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.xml", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.xml", + "nito.asyncex.coordination.5.1.2.nupkg.sha512", + "nito.asyncex.coordination.nuspec" + ] + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "sha512": "jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==", + "type": "package", + "path": "nito.asyncex.tasks/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Tasks.dll", + "lib/net461/Nito.AsyncEx.Tasks.xml", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.dll", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.xml", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.xml", + "nito.asyncex.tasks.5.1.2.nupkg.sha512", + "nito.asyncex.tasks.nuspec" + ] + }, + "Nito.Collections.Deque/1.1.1": { + "sha512": "CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==", + "type": "package", + "path": "nito.collections.deque/1.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Collections.Deque.dll", + "lib/net461/Nito.Collections.Deque.xml", + "lib/netstandard1.0/Nito.Collections.Deque.dll", + "lib/netstandard1.0/Nito.Collections.Deque.xml", + "lib/netstandard2.0/Nito.Collections.Deque.dll", + "lib/netstandard2.0/Nito.Collections.Deque.xml", + "nito.collections.deque.1.1.1.nupkg.sha512", + "nito.collections.deque.nuspec" + ] + }, + "Nito.Disposables/2.2.1": { + "sha512": "6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==", + "type": "package", + "path": "nito.disposables/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Disposables.dll", + "lib/net461/Nito.Disposables.xml", + "lib/netstandard1.0/Nito.Disposables.dll", + "lib/netstandard1.0/Nito.Disposables.xml", + "lib/netstandard2.0/Nito.Disposables.dll", + "lib/netstandard2.0/Nito.Disposables.xml", + "lib/netstandard2.1/Nito.Disposables.dll", + "lib/netstandard2.1/Nito.Disposables.xml", + "nito.disposables.2.2.1.nupkg.sha512", + "nito.disposables.nuspec" + ] + }, + "Npgsql/8.0.5": { + "sha512": "zRG5V8cyeZLpzJlKzFKjEwkRMYIYnHWJvEor2lWXeccS2E1G2nIWYYhnukB51iz5XsWSVEtqg3AxTWM0QJ6vfg==", + "type": "package", + "path": "npgsql/8.0.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Npgsql.dll", + "lib/net6.0/Npgsql.xml", + "lib/net7.0/Npgsql.dll", + "lib/net7.0/Npgsql.xml", + "lib/net8.0/Npgsql.dll", + "lib/net8.0/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.8.0.5.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" + ] + }, + "NUglify/1.21.9": { + "sha512": "ULyI/scrIRAo2In6cnaCc/QkWUt+wB6pBVt5lrVddOKyamsCAm1XgArkk4px9tVn6SipjhbTt4M38QPlpoET+g==", + "type": "package", + "path": "nuglify/1.21.9", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/NUglify.dll", + "lib/net35/NUglify.xml", + "lib/net40/NUglify.dll", + "lib/net40/NUglify.xml", + "lib/net5.0/NUglify.dll", + "lib/net5.0/NUglify.xml", + "lib/netstandard1.3/NUglify.dll", + "lib/netstandard1.3/NUglify.xml", + "lib/netstandard2.0/NUglify.dll", + "lib/netstandard2.0/NUglify.xml", + "nuglify.1.21.9.nupkg.sha512", + "nuglify.nuspec", + "nuglify.png" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "QuestPDF/2024.10.1": { + "sha512": "pjPmQ/K5yI9EDuLceHa+HTPYMLAN0Lgpfmhsf4SxNhkU/nJ3Qc9k2d9wSg+1DNrub6hh2uJZx5xOk2jN6CNlew==", + "type": "package", + "path": "questpdf/2024.10.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Contributors.md", + "Description.md", + "Documentation.xml", + "ExternalDependencyLicenses/emsdk.txt", + "ExternalDependencyLicenses/expat.txt", + "ExternalDependencyLicenses/harfbuzz.txt", + "ExternalDependencyLicenses/icu.txt", + "ExternalDependencyLicenses/libjpeg-turbo.txt", + "ExternalDependencyLicenses/libpng.txt", + "ExternalDependencyLicenses/libwebp.txt", + "ExternalDependencyLicenses/ninja-build.txt", + "ExternalDependencyLicenses/readme.txt", + "ExternalDependencyLicenses/skia.txt", + "ExternalDependencyLicenses/wuffs.txt", + "ExternalDependencyLicenses/zlib.txt", + "LatoFont/Lato-Black.ttf", + "LatoFont/Lato-BlackItalic.ttf", + "LatoFont/Lato-Bold.ttf", + "LatoFont/Lato-BoldItalic.ttf", + "LatoFont/Lato-ExtraBold.ttf", + "LatoFont/Lato-ExtraBoldItalic.ttf", + "LatoFont/Lato-ExtraLight.ttf", + "LatoFont/Lato-ExtraLightItalic.ttf", + "LatoFont/Lato-Italic.ttf", + "LatoFont/Lato-Light.ttf", + "LatoFont/Lato-LightItalic.ttf", + "LatoFont/Lato-Medium.ttf", + "LatoFont/Lato-MediumItalic.ttf", + "LatoFont/Lato-Regular.ttf", + "LatoFont/Lato-SemiBold.ttf", + "LatoFont/Lato-SemiBoldItalic.ttf", + "LatoFont/Lato-Thin.ttf", + "LatoFont/Lato-ThinItalic.ttf", + "LatoFont/OFL.txt", + "Logo.png", + "PackageLicense.md", + "PackageReadme.md", + "ReleaseNotes.txt", + "build/QuestPDF.targets", + "build/net4/QuestPDF.targets", + "buildTransitive/QuestPDF.targets", + "buildTransitive/net4/QuestPDF.targets", + "lib/net6.0/QuestPDF.dll", + "lib/net6.0/QuestPDF.xml", + "lib/net8.0/QuestPDF.dll", + "lib/net8.0/QuestPDF.xml", + "lib/netstandard2.0/QuestPDF.dll", + "lib/netstandard2.0/QuestPDF.xml", + "questpdf.2024.10.1.nupkg.sha512", + "questpdf.nuspec", + "runtimes/linux-arm64/native/libQuestPdfSkia.so", + "runtimes/linux-musl-x64/native/libQuestPdfSkia.so", + "runtimes/linux-x64/native/libQuestPdfSkia.so", + "runtimes/osx-arm64/native/libQuestPdfSkia.dylib", + "runtimes/osx-x64/native/libQuestPdfSkia.dylib", + "runtimes/win-x64/native/QuestPdfSkia.dll", + "runtimes/win-x86/native/QuestPdfSkia.dll" + ] + }, + "RBush/3.2.0": { + "sha512": "ijGh9N0zZ7JfXk3oQkWCwK8SwSSByexbyh/MjbCjNxOft9eG5ZqKC1vdgiYq78h4IZRFmN4s3JZ/b10Jipud5w==", + "type": "package", + "path": "rbush/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/RBush.dll", + "lib/net6.0/RBush.xml", + "lib/netcoreapp3.1/RBush.dll", + "lib/netcoreapp3.1/RBush.xml", + "lib/netstandard1.2/RBush.dll", + "lib/netstandard1.2/RBush.xml", + "rbush.3.2.0.nupkg.sha512", + "rbush.nuspec", + "readme.md" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "ShimSkiaSharp/2.0.0.1": { + "sha512": "UcUtnhIlriwCmgThNdCjNqfjX1JCMxrx3xzYrcXovMVoxMWi8ulQAwa21vz2NiyaXkHfu4fYcNH2aeLVYxHq9Q==", + "type": "package", + "path": "shimskiasharp/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/ShimSkiaSharp.dll", + "lib/net6.0/ShimSkiaSharp.dll", + "lib/net8.0/ShimSkiaSharp.dll", + "lib/netstandard2.0/ShimSkiaSharp.dll", + "shimskiasharp.2.0.0.1.nupkg.sha512", + "shimskiasharp.nuspec" + ] + }, + "SixLabors.Fonts/1.0.0": { + "sha512": "LFQsCZlV0xlUyXAOMUo5kkSl+8zAQXXbbdwWchtk0B4o7zotZhQsQOcJUELGHdfPfm/xDAsz6hONAuV25bJaAg==", + "type": "package", + "path": "sixlabors.fonts/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netcoreapp3.1/SixLabors.Fonts.dll", + "lib/netcoreapp3.1/SixLabors.Fonts.xml", + "lib/netstandard2.0/SixLabors.Fonts.dll", + "lib/netstandard2.0/SixLabors.Fonts.xml", + "lib/netstandard2.1/SixLabors.Fonts.dll", + "lib/netstandard2.1/SixLabors.Fonts.xml", + "sixlabors.fonts.1.0.0.nupkg.sha512", + "sixlabors.fonts.128.png", + "sixlabors.fonts.nuspec" + ] + }, + "SkiaSharp/2.88.8": { + "sha512": "bRkp3uKp5ZI8gXYQT57uKwil1uobb2p8c69n7v5evlB/2JNcMAXVcw9DZAP5Ig3WSvgzGm2YSn27UVeOi05NlA==", + "type": "package", + "path": "skiasharp/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "interactive-extensions/dotnet/SkiaSharp.DotNet.Interactive.dll", + "lib/monoandroid1.0/SkiaSharp.dll", + "lib/monoandroid1.0/SkiaSharp.pdb", + "lib/monoandroid1.0/SkiaSharp.xml", + "lib/net462/SkiaSharp.dll", + "lib/net462/SkiaSharp.pdb", + "lib/net462/SkiaSharp.xml", + "lib/net6.0-android30.0/SkiaSharp.dll", + "lib/net6.0-android30.0/SkiaSharp.pdb", + "lib/net6.0-android30.0/SkiaSharp.xml", + "lib/net6.0-ios13.6/SkiaSharp.dll", + "lib/net6.0-ios13.6/SkiaSharp.pdb", + "lib/net6.0-ios13.6/SkiaSharp.xml", + "lib/net6.0-maccatalyst13.5/SkiaSharp.dll", + "lib/net6.0-maccatalyst13.5/SkiaSharp.pdb", + "lib/net6.0-maccatalyst13.5/SkiaSharp.xml", + "lib/net6.0-macos10.15/SkiaSharp.dll", + "lib/net6.0-macos10.15/SkiaSharp.pdb", + "lib/net6.0-macos10.15/SkiaSharp.xml", + "lib/net6.0-tizen7.0/SkiaSharp.dll", + "lib/net6.0-tizen7.0/SkiaSharp.pdb", + "lib/net6.0-tizen7.0/SkiaSharp.xml", + "lib/net6.0-tvos13.4/SkiaSharp.dll", + "lib/net6.0-tvos13.4/SkiaSharp.pdb", + "lib/net6.0-tvos13.4/SkiaSharp.xml", + "lib/net6.0/SkiaSharp.dll", + "lib/net6.0/SkiaSharp.pdb", + "lib/net6.0/SkiaSharp.xml", + "lib/netcoreapp3.1/SkiaSharp.dll", + "lib/netcoreapp3.1/SkiaSharp.pdb", + "lib/netcoreapp3.1/SkiaSharp.xml", + "lib/netstandard1.3/SkiaSharp.dll", + "lib/netstandard1.3/SkiaSharp.pdb", + "lib/netstandard1.3/SkiaSharp.xml", + "lib/netstandard2.0/SkiaSharp.dll", + "lib/netstandard2.0/SkiaSharp.pdb", + "lib/netstandard2.0/SkiaSharp.xml", + "lib/netstandard2.1/SkiaSharp.dll", + "lib/netstandard2.1/SkiaSharp.pdb", + "lib/netstandard2.1/SkiaSharp.xml", + "lib/tizen40/SkiaSharp.dll", + "lib/tizen40/SkiaSharp.pdb", + "lib/tizen40/SkiaSharp.xml", + "lib/uap10.0.10240/SkiaSharp.dll", + "lib/uap10.0.10240/SkiaSharp.pdb", + "lib/uap10.0.10240/SkiaSharp.xml", + "lib/uap10.0.16299/SkiaSharp.dll", + "lib/uap10.0.16299/SkiaSharp.pdb", + "lib/uap10.0.16299/SkiaSharp.xml", + "lib/xamarinios1.0/SkiaSharp.dll", + "lib/xamarinios1.0/SkiaSharp.pdb", + "lib/xamarinios1.0/SkiaSharp.xml", + "lib/xamarinmac2.0/SkiaSharp.dll", + "lib/xamarinmac2.0/SkiaSharp.pdb", + "lib/xamarinmac2.0/SkiaSharp.xml", + "lib/xamarintvos1.0/SkiaSharp.dll", + "lib/xamarintvos1.0/SkiaSharp.pdb", + "lib/xamarintvos1.0/SkiaSharp.xml", + "lib/xamarinwatchos1.0/SkiaSharp.dll", + "lib/xamarinwatchos1.0/SkiaSharp.pdb", + "lib/xamarinwatchos1.0/SkiaSharp.xml", + "skiasharp.2.88.8.nupkg.sha512", + "skiasharp.nuspec" + ] + }, + "SkiaSharp.HarfBuzz/2.88.8": { + "sha512": "ajSyJ2D17R0kZ4FwKwFrJTsYs3D3Y9iRBLhNecROR7dOxC6VTFaMPXJuwQB8KYpAqgmb2JAJFEgZ3i8MaaIw1g==", + "type": "package", + "path": "skiasharp.harfbuzz/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "lib/net462/SkiaSharp.HarfBuzz.dll", + "lib/net462/SkiaSharp.HarfBuzz.pdb", + "lib/net462/SkiaSharp.HarfBuzz.xml", + "lib/net6.0/SkiaSharp.HarfBuzz.dll", + "lib/net6.0/SkiaSharp.HarfBuzz.pdb", + "lib/net6.0/SkiaSharp.HarfBuzz.xml", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.dll", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.pdb", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.xml", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.dll", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.xml", + "skiasharp.harfbuzz.2.88.8.nupkg.sha512", + "skiasharp.harfbuzz.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "sha512": "/DoKtdyvRgCC5GR/SH+ps3ZiOjmf0BYpAyrhWQELFOO1hdcqddrDVJjDNCOJ41vV+NlS5b3kcDoZZ7jLhFjyXg==", + "type": "package", + "path": "skiasharp.nativeassets.linux.nodependencies/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libSkiaSharp.so", + "runtimes/linux-arm64/native/libSkiaSharp.so", + "runtimes/linux-musl-x64/native/libSkiaSharp.so", + "runtimes/linux-x64/native/libSkiaSharp.so", + "skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.linux.nodependencies.nuspec" + ] + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "sha512": "6Kn5TSkKlfyS6azWHF3Jk2sW5C4jCE5uSshM/5AbfFrR+5n6qM5XEnz9h4VaVl7LTxBvHvMkuPb/3bpbq0vxTw==", + "type": "package", + "path": "skiasharp.nativeassets.macos/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libSkiaSharp.dylib", + "skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.macos.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "sha512": "O9QXoWEXA+6cweR4h3BOnwMz+pO9vL9mXdjLrpDd0w1QzCgWmLQBxa1VgySDITiH7nQndrDG1h6937zm9pLj1Q==", + "type": "package", + "path": "skiasharp.nativeassets.win32/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Win32.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libSkiaSharp.dll", + "runtimes/win-x64/native/libSkiaSharp.dll", + "runtimes/win-x86/native/libSkiaSharp.dll", + "skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.win32.nuspec" + ] + }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, + "Svg.Custom/2.0.0.1": { + "sha512": "RDQkecvotRs6Cadg0d8IxoXMSkYzVhrYkBWOlS0cW/Krm7Fzr+/LbXdUuXYRnKDoRoSRzzP9GAKmv5Z9oZTM1w==", + "type": "package", + "path": "svg.custom/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Svg.Custom.dll", + "lib/net8.0/Svg.Custom.dll", + "lib/netstandard2.0/Svg.Custom.dll", + "svg.custom.2.0.0.1.nupkg.sha512", + "svg.custom.nuspec" + ] + }, + "Svg.Model/2.0.0.1": { + "sha512": "lHAW6yYC62oKAXmTol2f0Ke6je5VkGTilSvnk4ynZ8577o7/eCnvZyPJcoFPryOX+s+6aAUA1rbbcK1JfsQzEA==", + "type": "package", + "path": "svg.model/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Model.dll", + "lib/net6.0/Svg.Model.dll", + "lib/net8.0/Svg.Model.dll", + "lib/netstandard2.0/Svg.Model.dll", + "svg.model.2.0.0.1.nupkg.sha512", + "svg.model.nuspec" + ] + }, + "Svg.Skia/2.0.0.1": { + "sha512": "yn1+xr8sXV88qdAQbv+O+9Sf8Ymp0SFxDNGvyNWEr8OdyEtBndnzPPW5uHLIxzmsH4JFHaTOpL+wDF8Vj05iFQ==", + "type": "package", + "path": "svg.skia/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Skia.dll", + "lib/net6.0/Svg.Skia.dll", + "lib/net8.0/Svg.Skia.dll", + "lib/netstandard2.0/Svg.Skia.dll", + "svg.skia.2.0.0.1.nupkg.sha512", + "svg.skia.nuspec" + ] + }, + "System.ClientModel/1.1.0": { + "sha512": "UocOlCkxLZrG2CKMAAImPcldJTxeesHnHGHwhJ0pNlZEvEXcWKuQvVOER2/NiOkJGRJk978SNdw3j6/7O9H1lg==", + "type": "package", + "path": "system.clientmodel/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.1.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/7.0.0": { + "sha512": "GLltyqEsE5/3IE+zYRP5sNa1l44qKl9v+bfdMcwg+M9qnQf47wK3H0SUR/T+3N4JEQXF3vV4CSuuo0rsg+nq2A==", + "type": "package", + "path": "system.codedom/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.CodeDom.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.CodeDom.targets", + "lib/net462/System.CodeDom.dll", + "lib/net462/System.CodeDom.xml", + "lib/net6.0/System.CodeDom.dll", + "lib/net6.0/System.CodeDom.xml", + "lib/net7.0/System.CodeDom.dll", + "lib/net7.0/System.CodeDom.xml", + "lib/netstandard2.0/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.xml", + "system.codedom.7.0.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Immutable/5.0.0": { + "sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", + "type": "package", + "path": "system.collections.immutable/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/netstandard1.3/System.Collections.Immutable.dll", + "lib/netstandard1.3/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.5.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ComponentModel.Annotations/5.0.0": { + "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "type": "package", + "path": "system.componentmodel.annotations/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net461/System.ComponentModel.Annotations.dll", + "lib/netcore50/System.ComponentModel.Annotations.dll", + "lib/netstandard1.4/System.ComponentModel.Annotations.dll", + "lib/netstandard2.0/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.xml", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net461/System.ComponentModel.Annotations.dll", + "ref/net461/System.ComponentModel.Annotations.xml", + "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard2.0/System.ComponentModel.Annotations.dll", + "ref/netstandard2.0/System.ComponentModel.Annotations.xml", + "ref/netstandard2.1/System.ComponentModel.Annotations.dll", + "ref/netstandard2.1/System.ComponentModel.Annotations.xml", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.annotations.5.0.0.nupkg.sha512", + "system.componentmodel.annotations.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.1": { + "sha512": "gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", + "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.8.0.1.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.DiagnosticSource/8.0.1": { + "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net462/System.Diagnostics.DiagnosticSource.dll", + "lib/net462/System.Diagnostics.DiagnosticSource.xml", + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.EventLog/8.0.1": { + "sha512": "n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg==", + "type": "package", + "path": "system.diagnostics.eventlog/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net6.0/System.Diagnostics.EventLog.dll", + "lib/net6.0/System.Diagnostics.EventLog.xml", + "lib/net7.0/System.Diagnostics.EventLog.dll", + "lib/net7.0/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.8.0.1.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tracing.4.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Formats.Asn1/8.0.1": { + "sha512": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==", + "type": "package", + "path": "system.formats.asn1/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Formats.Asn1.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", + "lib/net462/System.Formats.Asn1.dll", + "lib/net462/System.Formats.Asn1.xml", + "lib/net6.0/System.Formats.Asn1.dll", + "lib/net6.0/System.Formats.Asn1.xml", + "lib/net7.0/System.Formats.Asn1.dll", + "lib/net7.0/System.Formats.Asn1.xml", + "lib/net8.0/System.Formats.Asn1.dll", + "lib/net8.0/System.Formats.Asn1.xml", + "lib/netstandard2.0/System.Formats.Asn1.dll", + "lib/netstandard2.0/System.Formats.Asn1.xml", + "system.formats.asn1.8.0.1.nupkg.sha512", + "system.formats.asn1.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "type": "package", + "path": "system.identitymodel.tokens.jwt/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/System.IdentityModel.Tokens.Jwt.dll", + "lib/net45/System.IdentityModel.Tokens.Jwt.xml", + "lib/net461/System.IdentityModel.Tokens.Jwt.dll", + "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "lib/net462/System.IdentityModel.Tokens.Jwt.dll", + "lib/net462/System.IdentityModel.Tokens.Jwt.xml", + "lib/net472/System.IdentityModel.Tokens.Jwt.dll", + "lib/net472/System.IdentityModel.Tokens.Jwt.xml", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", + "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "type": "package", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.Hashing/6.0.0": { + "sha512": "Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", + "type": "package", + "path": "system.io.hashing/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Hashing.dll", + "lib/net461/System.IO.Hashing.xml", + "lib/net6.0/System.IO.Hashing.dll", + "lib/net6.0/System.IO.Hashing.xml", + "lib/netstandard2.0/System.IO.Hashing.dll", + "lib/netstandard2.0/System.IO.Hashing.xml", + "system.io.hashing.6.0.0.nupkg.sha512", + "system.io.hashing.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Packaging/8.0.0": { + "sha512": "8g1V4YRpdGAxFcK8v9OjuMdIOJSpF30Zb1JGicwVZhly3I994WFyBdV6mQEo8d3T+URQe55/M0U0eIH0Hts1bg==", + "type": "package", + "path": "system.io.packaging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.IO.Packaging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", + "lib/net462/System.IO.Packaging.dll", + "lib/net462/System.IO.Packaging.xml", + "lib/net6.0/System.IO.Packaging.dll", + "lib/net6.0/System.IO.Packaging.xml", + "lib/net7.0/System.IO.Packaging.dll", + "lib/net7.0/System.IO.Packaging.xml", + "lib/net8.0/System.IO.Packaging.dll", + "lib/net8.0/System.IO.Packaging.xml", + "lib/netstandard2.0/System.IO.Packaging.dll", + "lib/netstandard2.0/System.IO.Packaging.xml", + "system.io.packaging.8.0.0.nupkg.sha512", + "system.io.packaging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Pipelines/5.0.1": { + "sha512": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==", + "type": "package", + "path": "system.io.pipelines/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/netcoreapp3.0/System.IO.Pipelines.dll", + "lib/netcoreapp3.0/System.IO.Pipelines.xml", + "lib/netstandard1.3/System.IO.Pipelines.dll", + "lib/netstandard1.3/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "ref/netcoreapp2.0/System.IO.Pipelines.dll", + "ref/netcoreapp2.0/System.IO.Pipelines.xml", + "system.io.pipelines.5.0.1.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Linq.Async/6.0.1": { + "sha512": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==", + "type": "package", + "path": "system.linq.async/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Logo.png", + "lib/net48/System.Linq.Async.dll", + "lib/net48/System.Linq.Async.xml", + "lib/net6.0/System.Linq.Async.dll", + "lib/net6.0/System.Linq.Async.xml", + "lib/netstandard2.0/System.Linq.Async.dll", + "lib/netstandard2.0/System.Linq.Async.xml", + "lib/netstandard2.1/System.Linq.Async.dll", + "lib/netstandard2.1/System.Linq.Async.xml", + "ref/net48/System.Linq.Async.dll", + "ref/net48/System.Linq.Async.xml", + "ref/net6.0/System.Linq.Async.dll", + "ref/net6.0/System.Linq.Async.xml", + "ref/netstandard2.0/System.Linq.Async.dll", + "ref/netstandard2.0/System.Linq.Async.xml", + "ref/netstandard2.1/System.Linq.Async.dll", + "ref/netstandard2.1/System.Linq.Async.xml", + "system.linq.async.6.0.1.nupkg.sha512", + "system.linq.async.nuspec" + ] + }, + "System.Linq.Dynamic.Core/1.4.6": { + "sha512": "GZJ996kvIKH0nnKysDWy+le7k0Hoq1iSY7S5sNq6AF1bXPQGidaXjiOJNX4VCUuVWpbe28Ygb6mDSwgY+UhHLA==", + "type": "package", + "path": "system.linq.dynamic.core/1.4.6", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "PackageReadme.md", + "lib/net35/System.Linq.Dynamic.Core.dll", + "lib/net35/System.Linq.Dynamic.Core.pdb", + "lib/net35/System.Linq.Dynamic.Core.xml", + "lib/net40/System.Linq.Dynamic.Core.dll", + "lib/net40/System.Linq.Dynamic.Core.pdb", + "lib/net40/System.Linq.Dynamic.Core.xml", + "lib/net45/System.Linq.Dynamic.Core.dll", + "lib/net45/System.Linq.Dynamic.Core.pdb", + "lib/net45/System.Linq.Dynamic.Core.xml", + "lib/net452/System.Linq.Dynamic.Core.dll", + "lib/net452/System.Linq.Dynamic.Core.pdb", + "lib/net452/System.Linq.Dynamic.Core.xml", + "lib/net46/System.Linq.Dynamic.Core.dll", + "lib/net46/System.Linq.Dynamic.Core.pdb", + "lib/net46/System.Linq.Dynamic.Core.xml", + "lib/net5.0/System.Linq.Dynamic.Core.dll", + "lib/net5.0/System.Linq.Dynamic.Core.pdb", + "lib/net5.0/System.Linq.Dynamic.Core.xml", + "lib/net6.0/System.Linq.Dynamic.Core.dll", + "lib/net6.0/System.Linq.Dynamic.Core.pdb", + "lib/net6.0/System.Linq.Dynamic.Core.xml", + "lib/net7.0/System.Linq.Dynamic.Core.dll", + "lib/net7.0/System.Linq.Dynamic.Core.pdb", + "lib/net7.0/System.Linq.Dynamic.Core.xml", + "lib/net8.0/System.Linq.Dynamic.Core.dll", + "lib/net8.0/System.Linq.Dynamic.Core.pdb", + "lib/net8.0/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.xml", + "lib/netstandard1.3/System.Linq.Dynamic.Core.dll", + "lib/netstandard1.3/System.Linq.Dynamic.Core.pdb", + "lib/netstandard1.3/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.0/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.0/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.0/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.1/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.1/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.1/System.Linq.Dynamic.Core.xml", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.dll", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pdb", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pri", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.xml", + "logo.png", + "system.linq.dynamic.core.1.4.6.nupkg.sha512", + "system.linq.dynamic.core.nuspec" + ] + }, + "System.Management/7.0.2": { + "sha512": "/qEUN91mP/MUQmJnM5y5BdT7ZoPuVrtxnFlbJ8a3kBJGhe2wCzBfnPFtK2wTtEEcf3DMGR9J00GZZfg6HRI6yA==", + "type": "package", + "path": "system.management/7.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Management.targets", + "lib/net462/_._", + "lib/net6.0/System.Management.dll", + "lib/net6.0/System.Management.xml", + "lib/net7.0/System.Management.dll", + "lib/net7.0/System.Management.xml", + "lib/netstandard2.0/System.Management.dll", + "lib/netstandard2.0/System.Management.xml", + "runtimes/win/lib/net6.0/System.Management.dll", + "runtimes/win/lib/net6.0/System.Management.xml", + "runtimes/win/lib/net7.0/System.Management.dll", + "runtimes/win/lib/net7.0/System.Management.xml", + "system.management.7.0.2.nupkg.sha512", + "system.management.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.5": { + "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", + "type": "package", + "path": "system.memory/4.5.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.5.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory.Data/6.0.0": { + "sha512": "ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==", + "type": "package", + "path": "system.memory.data/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Memory.Data.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", + "lib/net6.0/System.Memory.Data.dll", + "lib/net6.0/System.Memory.Data.xml", + "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", + "system.memory.data.6.0.0.nupkg.sha512", + "system.memory.data.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.3.0.nupkg.sha512", + "system.net.nameresolution.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "type": "package", + "path": "system.numerics.vectors/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Metadata/5.0.0": { + "sha512": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", + "type": "package", + "path": "system.reflection.metadata/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.5.0.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "type": "package", + "path": "system.runtime.caching/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/_._", + "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Security.AccessControl/6.0.0": { + "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "type": "package", + "path": "system.security.accesscontrol/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/net6.0/System.Security.AccessControl.dll", + "lib/net6.0/System.Security.AccessControl.xml", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", + "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", + "system.security.accesscontrol.6.0.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Cng/4.5.0": { + "sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "type": "package", + "path": "system.security.cryptography.cng/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", + "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", + "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.cryptography.cng.4.5.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "sha512": "ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", + "type": "package", + "path": "system.security.cryptography.pkcs/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "type": "package", + "path": "system.security.cryptography.protecteddata/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Xml/6.0.1": { + "sha512": "5e5bI28T0x73AwTsbuFP4qSRzthmU2C0Gqgg3AZ3KTxmSyA+Uhk31puA3srdaeWaacVnHhLdJywCzqOiEpbO/w==", + "type": "package", + "path": "system.security.cryptography.xml/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.Cryptography.Xml.dll", + "lib/net461/System.Security.Cryptography.Xml.xml", + "lib/net6.0/System.Security.Cryptography.Xml.dll", + "lib/net6.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.6.0.1.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Principal.Windows/5.0.0": { + "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "type": "package", + "path": "system.security.principal.windows/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ServiceModel.Http/8.0.0": { + "sha512": "Qwkoe0F+2e/2LiNwiIgfBTJTw11flv208UwS38ru+GR7nZk2VdGvAE8tqGB0RQIGra73Rux9jKNgfy1XtfXdLg==", + "type": "package", + "path": "system.servicemodel.http/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Http.dll", + "lib/net8.0/System.ServiceModel.Http.pdb", + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll", + "lib/net8.0/de/System.ServiceModel.Http.resources.dll", + "lib/net8.0/es/System.ServiceModel.Http.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/it/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll", + "system.servicemodel.http.8.0.0.nupkg.sha512", + "system.servicemodel.http.nuspec" + ] + }, + "System.ServiceModel.Primitives/8.0.0": { + "sha512": "hVzK77Bl00H+1V7ho7h03tKlgxAIKssV3eUnRdH+gTCZCK4Ywnv2CR35AV9ly/tRpvsGwNL1d/jkAwB1MWw3Fw==", + "type": "package", + "path": "system.servicemodel.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Primitives.dll", + "lib/net8.0/System.ServiceModel.Primitives.pdb", + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll", + "ref/net8.0/System.ServiceModel.Primitives.dll", + "system.servicemodel.primitives.8.0.0.nupkg.sha512", + "system.servicemodel.primitives.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.CodePages/4.5.1": { + "sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", + "type": "package", + "path": "system.text.encoding.codepages/4.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "system.text.encoding.codepages.4.5.1.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encodings.Web/6.0.0": { + "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "type": "package", + "path": "system.text.encodings.web/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Text.Encodings.Web.dll", + "lib/net461/System.Text.Encodings.Web.xml", + "lib/net6.0/System.Text.Encodings.Web.dll", + "lib/net6.0/System.Text.Encodings.Web.xml", + "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", + "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", + "system.text.encodings.web.6.0.0.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Json/6.0.10": { + "sha512": "NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==", + "type": "package", + "path": "system.text.json/6.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "buildTransitive/netcoreapp2.0/System.Text.Json.targets", + "buildTransitive/netcoreapp3.1/System.Text.Json.targets", + "buildTransitive/netstandard2.0/System.Text.Json.targets", + "lib/net461/System.Text.Json.dll", + "lib/net461/System.Text.Json.xml", + "lib/net6.0/System.Text.Json.dll", + "lib/net6.0/System.Text.Json.xml", + "lib/netcoreapp3.1/System.Text.Json.dll", + "lib/netcoreapp3.1/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.6.0.10.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "WebMarkupMin.AspNet.Common/2.17.0": { + "sha512": "HNMEVKwHnA9eGb7iAsihm9oKK5xTfuWb2bq6J7Gx6CTZSYi9HnYbo+ejzzmlTATRPiD9UqpYqwbecr0i09aJFg==", + "type": "package", + "path": "webmarkupmin.aspnet.common/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40/WebMarkupMin.AspNet.Common.dll", + "lib/net40/WebMarkupMin.AspNet.Common.xml", + "lib/net45/WebMarkupMin.AspNet.Common.dll", + "lib/net45/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.xml", + "readme.txt", + "webmarkupmin.aspnet.common.2.17.0.nupkg.sha512", + "webmarkupmin.aspnet.common.nuspec" + ] + }, + "WebMarkupMin.AspNetCore8/2.17.0": { + "sha512": "516pUZ5oXqK3FxV5bvX/L/Vor+iyZP7aP4Si6hs5nSIoXtXgz81X+4UTopxx/Wh8+jlYzWXsLC0pVxsKVPqHvw==", + "type": "package", + "path": "webmarkupmin.aspnetcore8/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net8.0/WebMarkupMin.AspNetCore8.dll", + "lib/net8.0/WebMarkupMin.AspNetCore8.xml", + "readme.txt", + "webmarkupmin.aspnetcore8.2.17.0.nupkg.sha512", + "webmarkupmin.aspnetcore8.nuspec" + ] + }, + "WebMarkupMin.Core/2.17.0": { + "sha512": "TKCwf7usSSqKkXzc+rfc11K1GGA5KUnj241ImDRRPvpfgekUsg9FbqZuhqbOCjkEw4WDEKWN6EODPBBtP5g5hA==", + "type": "package", + "path": "webmarkupmin.core/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40-client/WebMarkupMin.Core.dll", + "lib/net40-client/WebMarkupMin.Core.xml", + "lib/net45/WebMarkupMin.Core.dll", + "lib/net45/WebMarkupMin.Core.xml", + "lib/netstandard1.3/WebMarkupMin.Core.dll", + "lib/netstandard1.3/WebMarkupMin.Core.xml", + "lib/netstandard2.0/WebMarkupMin.Core.dll", + "lib/netstandard2.0/WebMarkupMin.Core.xml", + "lib/netstandard2.1/WebMarkupMin.Core.dll", + "lib/netstandard2.1/WebMarkupMin.Core.xml", + "readme.txt", + "webmarkupmin.core.2.17.0.nupkg.sha512", + "webmarkupmin.core.nuspec" + ] + }, + "WebMarkupMin.NUglify/2.17.0": { + "sha512": "ZS/qge/fL98fsul12z9Q4C24Rbpu9Epw+QQpPoF6ksifWt/3TH2CQWSUV4iDeorQsSlVRUbKfpVor7R2uQK/cA==", + "type": "package", + "path": "webmarkupmin.nuglify/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40-client/WebMarkupMin.NUglify.dll", + "lib/net40-client/WebMarkupMin.NUglify.xml", + "lib/net45/WebMarkupMin.NUglify.dll", + "lib/net45/WebMarkupMin.NUglify.xml", + "lib/netstandard1.3/WebMarkupMin.NUglify.dll", + "lib/netstandard1.3/WebMarkupMin.NUglify.xml", + "lib/netstandard2.0/WebMarkupMin.NUglify.dll", + "lib/netstandard2.0/WebMarkupMin.NUglify.xml", + "nuglify-license.txt", + "readme.txt", + "webmarkupmin.nuglify.2.17.0.nupkg.sha512", + "webmarkupmin.nuglify.nuspec" + ] + }, + "Nop.Core/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Core/Nop.Core.csproj", + "msbuildProject": "../../Libraries/Nop.Core/Nop.Core.csproj" + }, + "Nop.Data/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Data/Nop.Data.csproj", + "msbuildProject": "../../Libraries/Nop.Data/Nop.Data.csproj" + }, + "Nop.Services/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Services/Nop.Services.csproj", + "msbuildProject": "../../Libraries/Nop.Services/Nop.Services.csproj" + }, + "Nop.Web/4.70.0": { + "type": "project", + "path": "../../Presentation/Nop.Web/Nop.Web.csproj", + "msbuildProject": "../../Presentation/Nop.Web/Nop.Web.csproj" + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "path": "../../Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj", + "msbuildProject": "../../Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj" + } + }, + "projectFileDependencyGroups": { + "net8.0": [ + "Nop.Web >= 4.70.0" + ] + }, + "packageFolders": { + "C:\\Users\\Ádám\\.nuget\\packages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\Nop.Plugin.Misc.MyTestPlugin1.csproj", + "projectName": "Nop.Plugin.Misc.MyTestPlugin1", + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\Nop.Plugin.Misc.MyTestPlugin1.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/obj/project.nuget.cache b/Nop.Plugin.Misc.MyTestPlugin1/obj/project.nuget.cache new file mode 100644 index 0000000..ec78538 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/obj/project.nuget.cache @@ -0,0 +1,234 @@ +{ + "version": 2, + "dgSpecHash": "sxeRWjTwVGA=", + "success": true, + "projectFilePath": "D:\\Munka\\MANGOWEB\\LoveBits\\NopSRC\\Plugins\\Nop.Plugin.Misc.MyTestPlugin1\\Nop.Plugin.Misc.MyTestPlugin1.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Ádám\\.nuget\\packages\\advancedstringbuilder\\0.1.1\\advancedstringbuilder.0.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac\\8.1.0\\autofac.8.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac.extensions.dependencyinjection\\10.0.0\\autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\automapper\\13.0.1\\automapper.13.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.core\\1.44.1\\azure.core.1.44.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.blobs\\1.3.4\\azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.keys\\1.2.4\\azure.extensions.aspnetcore.dataprotection.keys.1.2.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.identity\\1.13.0\\azure.identity.1.13.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.security.keyvault.keys\\4.6.0\\azure.security.keyvault.keys.4.6.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.blobs\\12.22.2\\azure.storage.blobs.12.22.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.common\\12.21.1\\azure.storage.common.12.21.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\bouncycastle.cryptography\\2.4.0\\bouncycastle.cryptography.2.4.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml\\0.104.1\\closedxml.0.104.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml.parser\\1.2.0\\closedxml.parser.1.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml\\3.0.1\\documentformat.openxml.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml.framework\\3.0.1\\documentformat.openxml.framework.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excelnumberformat\\1.1.0\\excelnumberformat.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excss\\4.2.3\\excss.4.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\firebirdsql.data.firebirdclient\\10.0.0\\firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator\\5.2.0\\fluentmigrator.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.abstractions\\5.2.0\\fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.mysql\\5.1.0\\fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.oracle\\5.1.0\\fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.postgres\\5.1.0\\fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.snowflake\\5.1.0\\fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.sqlserver\\5.1.0\\fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner\\5.1.0\\fluentmigrator.runner.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.core\\5.1.0\\fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.db2\\5.1.0\\fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.firebird\\5.1.0\\fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.hana\\5.1.0\\fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.mysql\\5.1.0\\fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.oracle\\5.1.0\\fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.postgres\\5.1.0\\fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.redshift\\5.1.0\\fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.snowflake\\5.1.0\\fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlite\\5.1.0\\fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlserver\\5.1.0\\fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation\\11.5.1\\fluentvalidation.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.aspnetcore\\11.3.0\\fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.dependencyinjectionextensions\\11.5.1\\fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis\\1.68.0\\google.apis.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.auth\\1.68.0\\google.apis.auth.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.core\\1.68.0\\google.apis.core.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp\\7.3.0.2\\harfbuzzsharp.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\7.3.0.2\\harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.macos\\7.3.0.2\\harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.win32\\7.3.0.2\\harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer\\2.14.1\\humanizer.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.af\\2.14.1\\humanizer.core.af.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ar\\2.14.1\\humanizer.core.ar.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.az\\2.14.1\\humanizer.core.az.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bg\\2.14.1\\humanizer.core.bg.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bn-bd\\2.14.1\\humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.cs\\2.14.1\\humanizer.core.cs.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.da\\2.14.1\\humanizer.core.da.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.de\\2.14.1\\humanizer.core.de.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.el\\2.14.1\\humanizer.core.el.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.es\\2.14.1\\humanizer.core.es.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fa\\2.14.1\\humanizer.core.fa.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fi-fi\\2.14.1\\humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr\\2.14.1\\humanizer.core.fr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr-be\\2.14.1\\humanizer.core.fr-be.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.he\\2.14.1\\humanizer.core.he.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hr\\2.14.1\\humanizer.core.hr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hu\\2.14.1\\humanizer.core.hu.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hy\\2.14.1\\humanizer.core.hy.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.id\\2.14.1\\humanizer.core.id.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.is\\2.14.1\\humanizer.core.is.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.it\\2.14.1\\humanizer.core.it.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ja\\2.14.1\\humanizer.core.ja.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ko-kr\\2.14.1\\humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ku\\2.14.1\\humanizer.core.ku.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.lv\\2.14.1\\humanizer.core.lv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ms-my\\2.14.1\\humanizer.core.ms-my.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.mt\\2.14.1\\humanizer.core.mt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb\\2.14.1\\humanizer.core.nb.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb-no\\2.14.1\\humanizer.core.nb-no.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nl\\2.14.1\\humanizer.core.nl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pl\\2.14.1\\humanizer.core.pl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pt\\2.14.1\\humanizer.core.pt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ro\\2.14.1\\humanizer.core.ro.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ru\\2.14.1\\humanizer.core.ru.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sk\\2.14.1\\humanizer.core.sk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sl\\2.14.1\\humanizer.core.sl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr\\2.14.1\\humanizer.core.sr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr-latn\\2.14.1\\humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sv\\2.14.1\\humanizer.core.sv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.th-th\\2.14.1\\humanizer.core.th-th.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.tr\\2.14.1\\humanizer.core.tr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uk\\2.14.1\\humanizer.core.uk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-cyrl-uz\\2.14.1\\humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-latn-uz\\2.14.1\\humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.vi\\2.14.1\\humanizer.core.vi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-cn\\2.14.1\\humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hans\\2.14.1\\humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hant\\2.14.1\\humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\ligershark.weboptimizer.core\\3.0.426\\ligershark.weboptimizer.core.3.0.426.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\linq2db\\5.4.1\\linq2db.5.4.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mailkit\\4.8.0\\mailkit.4.8.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.db\\4.1.0\\maxmind.db.4.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.geoip2\\5.2.0\\maxmind.geoip2.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\3.1.32\\microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection\\3.1.32\\microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection.abstractions\\3.1.32\\microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\8.0.10\\microsoft.aspnetcore.jsonpatch.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.newtonsoftjson\\8.0.10\\microsoft.aspnetcore.mvc.newtonsoftjson.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.extensions\\6.0.0\\microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.runtimecompilation\\8.0.10\\microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\6.0.0\\microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.2\\microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.common\\4.0.0\\microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.0.0\\microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.razor\\6.0.0\\microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient\\5.2.0\\microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.2.0\\microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.sqlserver\\8.0.10\\microsoft.extensions.caching.sqlserver.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.stackexchangeredis\\8.0.10\\microsoft.extensions.caching.stackexchangeredis.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.2\\microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\3.1.32\\microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\3.1.32\\microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.objectpool\\6.0.16\\microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client\\4.66.1\\microsoft.identity.client.4.66.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.65.0\\microsoft.identity.client.extensions.msal.4.65.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.platforms\\2.1.2\\microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mimekit\\4.8.0\\mimekit.4.8.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mysqlconnector\\2.3.7\\mysqlconnector.2.3.7.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.coordination\\5.1.2\\nito.asyncex.coordination.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.tasks\\5.1.2\\nito.asyncex.tasks.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.collections.deque\\1.1.1\\nito.collections.deque.1.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.disposables\\2.2.1\\nito.disposables.2.2.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\npgsql\\8.0.5\\npgsql.8.0.5.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nuglify\\1.21.9\\nuglify.1.21.9.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.8\\pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\questpdf\\2024.10.1\\questpdf.2024.10.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\rbush\\3.2.0\\rbush.3.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\shimskiasharp\\2.0.0.1\\shimskiasharp.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\sixlabors.fonts\\1.0.0\\sixlabors.fonts.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp\\2.88.8\\skiasharp.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.harfbuzz\\2.88.8\\skiasharp.harfbuzz.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.linux.nodependencies\\2.88.8\\skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.8\\skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.8\\skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\stackexchange.redis\\2.7.27\\stackexchange.redis.2.7.27.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.custom\\2.0.0.1\\svg.custom.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.model\\2.0.0.1\\svg.model.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.skia\\2.0.0.1\\svg.skia.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.clientmodel\\1.1.0\\system.clientmodel.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.codedom\\7.0.0\\system.codedom.7.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.1\\system.configuration.configurationmanager.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.1\\system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.1\\system.diagnostics.eventlog.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.formats.asn1\\8.0.1\\system.formats.asn1.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.hashing\\6.0.0\\system.io.hashing.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.packaging\\8.0.0\\system.io.packaging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.pipelines\\5.0.1\\system.io.pipelines.5.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.async\\6.0.1\\system.linq.async.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.dynamic.core\\1.4.6\\system.linq.dynamic.core.1.4.6.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.management\\7.0.2\\system.management.7.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory\\4.5.5\\system.memory.4.5.5.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory.data\\6.0.0\\system.memory.data.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.caching\\8.0.0\\system.runtime.caching.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.0\\system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.xml\\6.0.1\\system.security.cryptography.xml.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.http\\8.0.0\\system.servicemodel.http.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.primitives\\8.0.0\\system.servicemodel.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encodings.web\\6.0.0\\system.text.encodings.web.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.json\\6.0.10\\system.text.json.6.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnet.common\\2.17.0\\webmarkupmin.aspnet.common.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnetcore8\\2.17.0\\webmarkupmin.aspnetcore8.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.core\\2.17.0\\webmarkupmin.core.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.nuglify\\2.17.0\\webmarkupmin.nuglify.2.17.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.MyTestPlugin1/plugin.json b/Nop.Plugin.Misc.MyTestPlugin1/plugin.json new file mode 100644 index 0000000..1ac2372 --- /dev/null +++ b/Nop.Plugin.Misc.MyTestPlugin1/plugin.json @@ -0,0 +1,13 @@ +{ + "Group": "", + "FriendlyName": "", + "SystemName": "", + "Version": "1.00", + "SupportedVersions": [ + "4.70" + ], + "Author": "Author Name", + "DisplayOrder": 1, + "FileName": "Nop.Plugin.Misc.MyTestPlugin1.dll", + "Description": "" +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Areas/Admin/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.SignalRApi/Areas/Admin/Views/_ViewImports.cshtml new file mode 100644 index 0000000..270744e --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Areas/Admin/Views/_ViewImports.cshtml @@ -0,0 +1,10 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web +@using Nop.Services.Events +@using Nop.Web.Framework.Events \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Components/CustomViewComponent.cs b/Nop.Plugin.Misc.SignalRApi/Components/CustomViewComponent.cs new file mode 100644 index 0000000..4f9778b --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Components/CustomViewComponent.cs @@ -0,0 +1,19 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Web.Framework.Components; + +namespace Nop.Plugin.Misc.SignalRApi.Components +{ + [ViewComponent(Name = "Custom")] + public class CustomViewComponent : NopViewComponent + { + public CustomViewComponent() + { + + } + + public IViewComponentResult Invoke(int productId) + { + throw new NotImplementedException(); + } + } +} diff --git a/Nop.Plugin.Misc.SignalRApi/Controllers/SignalRApiAdminController.cs b/Nop.Plugin.Misc.SignalRApi/Controllers/SignalRApiAdminController.cs new file mode 100644 index 0000000..6676286 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Controllers/SignalRApiAdminController.cs @@ -0,0 +1,38 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Web.Framework.Controllers; +using Nop.Web.Framework.Mvc.Filters; +using Nop.Web.Framework; +using Nop.Plugin.Misc.SignalRApi.Services; +using Nop.Plugin.Misc.SignalRApi.Models; + +[AutoValidateAntiforgeryToken] +[AuthorizeAdmin] +[Area(AreaNames.ADMIN)] +public class SignalRApiAdminController : BasePluginController +{ + private readonly SignalRservice _signalRservice; + + public SignalRApiAdminController(SignalRservice signalRservice) + { + _signalRservice = signalRservice; + } + + public async Task Configure(bool showtour = false) + { + return View("~/Plugins/Misc.SignalRApi/Views/Configure.cshtml", new ConfigurationModel()); + } + + [HttpPost] + public async Task TestHubConnection(string message) + { + try + { + await _signalRservice.TestHub(); + return Json(new { success = true, message = $"Hub successfully called - {message}" }); + } + catch (Exception ex) + { + return Json(new { success = false, message = $"Error: {ex.Message}" }); + } + } +} diff --git a/Nop.Plugin.Misc.SignalRApi/Controllers/SignalRApiController.cs b/Nop.Plugin.Misc.SignalRApi/Controllers/SignalRApiController.cs new file mode 100644 index 0000000..96a0eae --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Controllers/SignalRApiController.cs @@ -0,0 +1,28 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.SignalR; +using Nop.Plugin.Misc.SignalRApi.Hubs; + +namespace Nop.Plugin.Misc.SignalRApi.Controllers +{ + [Route("api/[controller]")] + [ApiController] + public class ProductOfferController : ControllerBase + { + private IHubContext mainHub; + public ProductOfferController(IHubContext _mainHub) + { + mainHub = _mainHub; + } + [HttpPost] + [Route("productoffers")] + public string Get() + { + List offers = new List(); + offers.Add("20% Off on IPhone 12"); + offers.Add("15% Off on HP Pavillion"); + offers.Add("25% Off on Samsung Smart TV"); + mainHub.Clients.All.SendOffersToUser(offers); + return "Offers sent successfully to all users!"; + } + } +} diff --git a/Nop.Plugin.Misc.SignalRApi/Domains/CustomTable1.cs b/Nop.Plugin.Misc.SignalRApi/Domains/CustomTable1.cs new file mode 100644 index 0000000..df11b66 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Domains/CustomTable1.cs @@ -0,0 +1,9 @@ +using Nop.Core; + +namespace Nop.Plugin.Misc.SignalRApi.Domains +{ + public partial class CustomTable1 : BaseEntity + { + + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Hubs/IMainHubClient.cs b/Nop.Plugin.Misc.SignalRApi/Hubs/IMainHubClient.cs new file mode 100644 index 0000000..adaaf1d --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Hubs/IMainHubClient.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Nop.Plugin.Misc.SignalRApi.Hubs +{ + public interface IMainHubClient + { + Task SendOffersToUser(List message); + Task ReceiveMessageFromClient(string message); + } +} diff --git a/Nop.Plugin.Misc.SignalRApi/Hubs/MainHub.cs b/Nop.Plugin.Misc.SignalRApi/Hubs/MainHub.cs new file mode 100644 index 0000000..a596e29 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Hubs/MainHub.cs @@ -0,0 +1,94 @@ +using DocumentFormat.OpenXml.EMMA; +using Microsoft.AspNetCore.Http; +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.SignalR; +using Nop.Core.Domain.Customers; +using Nop.Plugin.Misc.SignalRApi.Services; +using Nop.Services.Customers; +using Nop.Services.Localization; +using Nop.Web.Models.Customer; + +namespace Nop.Plugin.Misc.SignalRApi.Hubs +{ + + public class MainHub : Hub + { + + private readonly SignalRservice _signalRservice; + private readonly CustomerService _customerService; + private readonly CustomerRegistrationService _customerRegistrationService; + private readonly LocalizationService _localizationService; + + public MainHub(SignalRservice signalRservice, CustomerRegistrationService customerRegistrationService, CustomerService customerService, LocalizationService localizationService) + { + _signalRservice = signalRservice; + _customerRegistrationService = customerRegistrationService; + _customerService = customerService; + _localizationService = localizationService; + } + + // Existing method to send offers to clients + public async Task SendOffersToUser(List message) + { + await Clients.All.SendOffersToUser(message); + } + + // New method to handle incoming messages from clients + public async Task ReceiveMessageFromClient(string message) + { + // Broadcast the message received from the client to all clients + Console.Write($"Received message: {message}"); + await Clients.All.SendOffersToUser(new List { message }); + //await _signalRservice.TestHub(); + } + + public async Task ValidateUser(LoginModel loginModel) + { + string result = ""; + Console.Write($"Received login request"); + var returnUrl = "/signalrtest"; + if (loginModel!=null) + { + var customerEmail = loginModel.Email; + + var loginResult = await _customerRegistrationService.ValidateCustomerAsync(customerEmail, loginModel.Password); + switch (loginResult) + { + case CustomerLoginResults.Successful: + { + var customer = await _customerService.GetCustomerByEmailAsync(customerEmail); + + //var valami = await _customerRegistrationService.SignInCustomerAsync(customer, returnUrl, loginModel.RememberMe); + + result = customer.FirstName; + + break; + } + + case CustomerLoginResults.CustomerNotExist: + result = await _localizationService.GetResourceAsync("Account.Login.WrongCredentials.CustomerNotExist"); + break; + case CustomerLoginResults.Deleted: + result = await _localizationService.GetResourceAsync("Account.Login.WrongCredentials.Deleted"); + break; + case CustomerLoginResults.NotActive: + result = await _localizationService.GetResourceAsync("Account.Login.WrongCredentials.NotActive"); + break; + case CustomerLoginResults.NotRegistered: + result = await _localizationService.GetResourceAsync("Account.Login.WrongCredentials.NotRegistered"); + break; + case CustomerLoginResults.LockedOut: + result = await _localizationService.GetResourceAsync("Account.Login.WrongCredentials.LockedOut"); + break; + case CustomerLoginResults.WrongPassword: + default: + result = await _localizationService.GetResourceAsync("Account.Login.WrongCredentials"); + break; + } + } + await Clients.Caller.SendOffersToUser(new List { result }); + } + + } + +} diff --git a/Nop.Plugin.Misc.SignalRApi/Infrastructure/PluginNopStartup.cs b/Nop.Plugin.Misc.SignalRApi/Infrastructure/PluginNopStartup.cs new file mode 100644 index 0000000..7bd7266 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Infrastructure/PluginNopStartup.cs @@ -0,0 +1,58 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Mvc.Razor; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Nop.Core.Infrastructure; +using Nop.Plugin.Misc.SignalRApi.Hubs; +using Nop.Plugin.Misc.SignalRApi.Services; +using Nop.Services.Customers; +using Nop.Services.Localization; + +namespace Nop.Plugin.Misc.SignalRApi.Infrastructure +{ + public class PluginNopStartup : INopStartup + { + /// + /// Add and configure any of the middleware + /// + /// Collection of service descriptors + /// Configuration of the application + public void ConfigureServices(IServiceCollection services, IConfiguration configuration) + { + services.Configure(options => + { + options.ViewLocationExpanders.Add(new ViewLocationExpander()); + }); + + //register services and interfaces + //services.AddScoped(); + services.AddSignalR(); + services.AddScoped(); + services.AddScoped(); + services.AddScoped(); + services.AddScoped(); + + } + + /// + /// Configure the using of added middleware + /// + /// Builder for configuring an application's request pipeline + public void Configure(IApplicationBuilder application) + { + application.UseEndpoints(endpoints => + { + endpoints.MapHub("/mainHub"); + }); + application.UseCors(options => { + options.AllowAnyMethod().AllowAnyHeader().AllowCredentials().SetIsOriginAllowed((hosts) => true); + }); + + } + + /// + /// Gets order of this startup configuration implementation + /// + public int Order => 3000; + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Infrastructure/RouteProvider.cs b/Nop.Plugin.Misc.SignalRApi/Infrastructure/RouteProvider.cs new file mode 100644 index 0000000..c1ec284 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Infrastructure/RouteProvider.cs @@ -0,0 +1,35 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Routing; +using Nop.Web.Framework; +using Nop.Web.Framework.Mvc.Routing; + +namespace Nop.Plugin.Misc.SignalRApi.Infrastructure +{ + /// + /// Represents plugin route provider + /// + public class RouteProvider : IRouteProvider + { + /// + /// Register routes + /// + /// Route builder + public void RegisterRoutes(IEndpointRouteBuilder endpointRouteBuilder) + { + endpointRouteBuilder.MapControllerRoute(name: "Plugin.Misc.SignalRapi.Configure", + pattern: "Admin/SignalRApi/Configure", + defaults: new { controller = "SignalRApiAdmin", action = "Configure", area = AreaNames.ADMIN }); + endpointRouteBuilder.MapControllerRoute(name: "Plugin.Misc.SignalRapi.TestHubConnection", + pattern: "Admin/SignalRApi/TestHubConnection", + defaults: new { controller = "SignalRApiAdmin", action = "TestHubConnection", area = AreaNames.ADMIN }); + endpointRouteBuilder.MapControllerRoute(name: "Plugin.Misc.SignalRapi.Hub", + pattern: "SignalRApi/hub", + defaults: new { controller = "SignalRHub", action = "Main" }); + } + + /// + /// Gets a priority of route provider + /// + public int Priority => 0; + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Infrastructure/ViewLocationExpander.cs b/Nop.Plugin.Misc.SignalRApi/Infrastructure/ViewLocationExpander.cs new file mode 100644 index 0000000..1fda693 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Infrastructure/ViewLocationExpander.cs @@ -0,0 +1,39 @@ +using Microsoft.AspNetCore.Mvc.Razor; + +namespace Nop.Plugin.Misc.SignalRApi.Infrastructure +{ + public class ViewLocationExpander : IViewLocationExpander + { + /// + /// Invoked by a to determine the values that would be consumed by this instance + /// of . The calculated values are used to determine if the view location + /// has changed since the last time it was located. + /// + /// The for the current view location + /// expansion operation. + public void PopulateValues(ViewLocationExpanderContext context) + { + } + + /// + /// Invoked by a to determine potential locations for a view. + /// + /// The for the current view location + /// expansion operation. + /// The sequence of view locations to expand. + /// A list of expanded view locations. + public IEnumerable ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable viewLocations) + { + if (context.AreaName == "Admin") + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.SignalRApi/Areas/Admin/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + else + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.SignalRApi/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + + return viewLocations; + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Mapping/Builders/PluginBuilder.cs b/Nop.Plugin.Misc.SignalRApi/Mapping/Builders/PluginBuilder.cs new file mode 100644 index 0000000..f0680a1 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Mapping/Builders/PluginBuilder.cs @@ -0,0 +1,21 @@ +using FluentMigrator.Builders.Create.Table; +using Nop.Data.Mapping.Builders; +using Nop.Plugin.Misc.SignalRApi.Domains; + +namespace Nop.Plugin.Misc.SignalRApi.Mapping.Builders +{ + public class PluginBuilder : NopEntityBuilder + { + #region Methods + + /// + /// Apply entity configuration + /// + /// Create table expression builder + public override void MapEntity(CreateTableExpressionBuilder table) + { + } + + #endregion + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Mapping/NameCompatibility.cs b/Nop.Plugin.Misc.SignalRApi/Mapping/NameCompatibility.cs new file mode 100644 index 0000000..87fba3c --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Mapping/NameCompatibility.cs @@ -0,0 +1,17 @@ +using Nop.Data.Mapping; + +namespace Nop.Plugin.Misc.SignalRApi.Mapping +{ + public partial class NameCompatibility : INameCompatibility + { + /// + /// Gets table name for mapping with the type + /// + public Dictionary TableNames => new(); + + /// + /// Gets column name for mapping with the entity's property and type + /// + public Dictionary<(Type, string), string> ColumnName => new(); + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Migrations/SchemaMigration.cs b/Nop.Plugin.Misc.SignalRApi/Migrations/SchemaMigration.cs new file mode 100644 index 0000000..4a9380c --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Migrations/SchemaMigration.cs @@ -0,0 +1,19 @@ +using FluentMigrator; +using Nop.Data.Extensions; +using Nop.Data.Migrations; +using Nop.Plugin.Misc.SignalRApi.Domains; + +namespace Nop.Plugin.Misc.SignalRApi.Migrations +{ + [NopMigration("2024-10-31 21:27:08", "Nop.Plugin.Misc.SignalRApi schema", MigrationProcessType.Installation)] + public class SchemaMigration : AutoReversingMigration + { + /// + /// Collect the UP migration expressions + /// + public override void Up() + { + Create.TableFor(); + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/MiscSignalRApiPlugin.cs b/Nop.Plugin.Misc.SignalRApi/MiscSignalRApiPlugin.cs new file mode 100644 index 0000000..0ca75ef --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/MiscSignalRApiPlugin.cs @@ -0,0 +1,104 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.Infrastructure; +using Microsoft.AspNetCore.Mvc.Routing; +using Microsoft.AspNetCore.Routing; +using Nop.Core.Domain.Media; +using Nop.Services.Common; +using Nop.Services.Configuration; +using Nop.Services.Localization; +using Nop.Services.Plugins; +using Nop.Services.ScheduleTasks; +using Nop.Services.Security; +using Nop.Web.Framework; +using Nop.Web.Framework.Menu; + +namespace Nop.Plugin.Misc.SignalRApi +{ + /// + /// Rename this file and change to the correct type + /// + public class MiscSignalRApiPlugin : BasePlugin, IAdminMenuPlugin, IMiscPlugin + { + protected readonly IActionContextAccessor _actionContextAccessor; + protected readonly IPermissionService _permissionService; + protected readonly ILocalizationService _localizationService; + protected readonly IUrlHelperFactory _urlHelperFactory; + + public MiscSignalRApiPlugin(IActionContextAccessor actionContextAccessor, + ILocalizationService localizationService, + IPermissionService permissionService, + IUrlHelperFactory urlHelperFactory) + { + _actionContextAccessor = actionContextAccessor; + _localizationService = localizationService; + _permissionService = permissionService; + _urlHelperFactory = urlHelperFactory; + } + + public override async Task InstallAsync() + { + //await _settingService.SaveSettingAsync(new PayPalStandardPaymentSettings + //{ + // UseSandbox = true + //}); + + //await _localizationService.AddOrUpdateLocaleResourceAsync(new Dictionary + //{ + // //add custom translation + //}); + await base.InstallAsync(); + } + + public override async Task UninstallAsync() + { + await base.UninstallAsync(); + } + + public async Task ManageSiteMapAsync(SiteMapNode rootNode) + { + if (!await _permissionService.AuthorizeAsync(StandardPermissionProvider.ManagePlugins)) + return; + + var configurationItem = rootNode.ChildNodes.FirstOrDefault(node => node.SystemName.Equals("Configuration")); + if (configurationItem is null) + return; + + var shippingItem = configurationItem.ChildNodes.FirstOrDefault(node => node.SystemName.Equals("Shipping")); + var widgetsItem = configurationItem.ChildNodes.FirstOrDefault(node => node.SystemName.Equals("Widgets")); + if (shippingItem is null && widgetsItem is null) + return; + + var index = shippingItem is not null ? configurationItem.ChildNodes.IndexOf(shippingItem) : -1; + if (index < 0) + index = widgetsItem is not null ? configurationItem.ChildNodes.IndexOf(widgetsItem) : -1; + if (index < 0) + return; + + configurationItem.ChildNodes.Insert(index + 1, new SiteMapNode + { + Visible = true, + SystemName = "API plugins", + Title = await _localizationService.GetResourceAsync("Plugins.Misc.SignalRApi.Menu.Api"), + IconClass = "far fa-dot-circle", + ChildNodes = new List + { + new() + { + Visible = true, + SystemName = PluginDescriptor.SystemName, + Title = PluginDescriptor.FriendlyName, + ControllerName = "SignalRApi", + ActionName = "Configure", + IconClass = "far fa-circle", + RouteValues = new RouteValueDictionary { { "area", AreaNames.ADMIN } } + } + } + }); + } + + public override string GetConfigurationPageUrl() + { + return _urlHelperFactory.GetUrlHelper(_actionContextAccessor.ActionContext).RouteUrl("Plugin.Misc.SignalRApi.Configure"); + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Models/ConfigurationModel.cs b/Nop.Plugin.Misc.SignalRApi/Models/ConfigurationModel.cs new file mode 100644 index 0000000..278a2f5 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Models/ConfigurationModel.cs @@ -0,0 +1,27 @@ +using System.ComponentModel.DataAnnotations; +using Nop.Web.Framework.Models; +using Nop.Web.Framework.Mvc; +using Nop.Web.Framework.Mvc.ModelBinding; + +namespace Nop.Plugin.Misc.SignalRApi.Models; + +/// +/// Represents a configuration model +/// +public record ConfigurationModel : BaseNopModel +{ + #region Ctor + + public ConfigurationModel() + { + Test = ""; + } + + #endregion + + #region Properties + + public string Test { get; set; } + + #endregion +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/Nop.Plugin.Misc.SignalRApi.csproj b/Nop.Plugin.Misc.SignalRApi/Nop.Plugin.Misc.SignalRApi.csproj new file mode 100644 index 0000000..0781dfd --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Nop.Plugin.Misc.SignalRApi.csproj @@ -0,0 +1,72 @@ + + + + net8.0 + ..\..\..\..\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi + $(OutputPath) + + false + enable + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + Always + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Nop.Plugin.Misc.SignalRApi/Services/SignalRService.cs b/Nop.Plugin.Misc.SignalRApi/Services/SignalRService.cs new file mode 100644 index 0000000..3b62db9 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Services/SignalRService.cs @@ -0,0 +1,26 @@ +using Microsoft.AspNetCore.SignalR; +using Nop.Plugin.Misc.SignalRApi.Hubs; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Nop.Plugin.Misc.SignalRApi.Services +{ + public class SignalRservice + { + private readonly IHubContext _hubContext; + + public SignalRservice(IHubContext hubContext) + { + _hubContext = hubContext; + } + + public async Task TestHub() + { + // Check if you can access hub context + await _hubContext.Clients.All.SendAsync("TestMessage", "Hello from server"); + } + } +} diff --git a/Nop.Plugin.Misc.SignalRApi/Views/Configure.cshtml b/Nop.Plugin.Misc.SignalRApi/Views/Configure.cshtml new file mode 100644 index 0000000..a2a2e7c --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Views/Configure.cshtml @@ -0,0 +1,110 @@ +@model ConfigurationModel + +@{ + Layout = "_ConfigurePlugin"; + NopHtml.SetActiveMenuItemSystemName("API plugins"); +} + +
+
+
+ +
+ TITLE comes here +
+ +
+
+
+
+ +
+
+
+
@Model.Test
+
+
+ + + +
+
+ +
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
+
+
+
+ + + + diff --git a/Nop.Plugin.Misc.SignalRApi/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.SignalRApi/Views/_ViewImports.cshtml new file mode 100644 index 0000000..5ab6b6c --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/Views/_ViewImports.cshtml @@ -0,0 +1,27 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@inject INopHtmlHelper NopHtml + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Microsoft.AspNetCore.Mvc +@using System.Text.Encodings.Web +@using Nop.Core +@using Nop.Core.Infrastructure +@using Nop.Core.Domain.Catalog +@using Nop.Web.Areas.Admin.Models.Catalog +@using Nop.Web.Extensions +@using Nop.Web.Framework +@using Nop.Web.Framework.Extensions +@using Nop.Web.Framework.Infrastructure +@using Nop.Web.Framework.Models +@using Nop.Web.Framework.Models.DataTables +@using Nop.Web.Framework.Security.Captcha +@using Nop.Web.Framework.Security.Honeypot +@using Nop.Web.Framework.Themes +@using Nop.Web.Framework.UI +@using Nop.Plugin.Misc.SignalRApi +@using Nop.Plugin.Misc.SignalRApi.Models +@using Nop.Plugin.Misc.SignalRApi.Services +@using Nop.Plugin.Misc.SignalRApi.Hubs \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/logo.jpg b/Nop.Plugin.Misc.SignalRApi/logo.jpg new file mode 100644 index 0000000..cae3ce3 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/logo.jpg differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plug.69C19CFB.Up2Date b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plug.69C19CFB.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.AssemblyInfo.cs b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.AssemblyInfo.cs new file mode 100644 index 0000000..a9c8f05 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Nop.Plugin.Misc.SignalRApi")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Nop.Plugin.Misc.SignalRApi")] +[assembly: System.Reflection.AssemblyTitleAttribute("Nop.Plugin.Misc.SignalRApi")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.AssemblyInfoInputs.cache b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f8f711a --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +026479745d5c9bd84249d084e1e2e65424d4f228211d0fbc2a5e0ae6f7a8714b diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.GeneratedMSBuildEditorConfig.editorconfig b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..a7c3001 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Nop.Plugin.Misc.SignalRApi +build_property.ProjectDir = D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.GlobalUsings.g.cs b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.assets.cache b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.assets.cache new file mode 100644 index 0000000..46235d2 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.assets.cache differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.AssemblyReference.cache b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.AssemblyReference.cache new file mode 100644 index 0000000..21a20f8 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.AssemblyReference.cache differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.BuildWithSkipAnalyzers b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.CoreCompileInputs.cache b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..59f430e --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +65b2fe020fc3751d0c6e62f8a21ad741d9d38e80a46d77aab6bdf868e57bf357 diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.FileListAbsolute.txt b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..fe674e9 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.csproj.FileListAbsolute.txt @@ -0,0 +1,1346 @@ +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Web.deps.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Web.exe +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\logo.jpg +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\plugin.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Areas\Admin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-Black.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-BlackItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-Bold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-BoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-ExtraBold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-ExtraBoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-ExtraLight.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-ExtraLightItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-Italic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-Light.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-LightItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-Medium.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-MediumItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-Regular.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-SemiBold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-SemiBoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-Thin.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\Lato-ThinItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\LatoFont\OFL.txt +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Views\Configure.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.deps.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.pdb +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\mscorlib.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\netstandard.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.AppContext.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Buffers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Collections.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Console.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Data.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Drawing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Globalization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Linq.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Memory.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Numerics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Transactions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Windows.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.SignalRApi\refs\WindowsBase.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.csproj.AssemblyReference.cache +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.GeneratedMSBuildEditorConfig.editorconfig +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.AssemblyInfoInputs.cache +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.AssemblyInfo.cs +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.csproj.CoreCompileInputs.cache +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plug.69C19CFB.Up2Date +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\refint\Nop.Plugin.Misc.SignalRApi.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.pdb +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\ref\Nop.Plugin.Misc.SignalRApi.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\logo.jpg +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\plugin.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Areas\Admin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Black.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-BlackItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Bold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-BoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraBold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraBoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraLight.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraLightItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Italic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Light.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-LightItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Medium.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-MediumItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Regular.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-SemiBold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-SemiBoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Thin.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ThinItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\OFL.txt +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.deps.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.exe +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Views\Configure.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.deps.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.pdb +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\mscorlib.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\netstandard.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.AppContext.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Buffers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Console.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Drawing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Memory.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Numerics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Transactions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Windows.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\WindowsBase.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.deps.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.runtimeconfig.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.runtimeconfig.dev.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.staticwebassets.runtime.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.exe +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\logo.jpg +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\plugin.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Views\_ViewImports.cshtml +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Areas\Admin\Views\_ViewImports.cshtml +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Black.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-BlackItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Bold.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-BoldItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraBold.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraBoldItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraLight.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraLightItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Italic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Light.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-LightItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Medium.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-MediumItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Regular.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-SemiBold.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-SemiBoldItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Thin.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ThinItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\OFL.txt +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Views\Configure.cshtml +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.deps.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.pdb +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Antiforgery.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.Policy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Authorization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Endpoints.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Forms.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Server.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.CookiePolicy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cors.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HostFiltering.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Html.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Features.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Results.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpLogging.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpOverrides.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpsPolicy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Identity.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.Routing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Metadata.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Cors.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Localization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Razor.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.OutputCaching.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.RateLimiting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.Runtime.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.RequestDecompression.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCompression.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Rewrite.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.HttpSys.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IIS.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Session.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Common.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.StaticFiles.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.WebSockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.WebUtilities.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.CSharp.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Memory.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Binder.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.CommandLine.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Ini.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.DependencyInjection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Features.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Composite.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Embedded.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Physical.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileSystemGlobbing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Http.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Stores.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Localization.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Localization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Configuration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Console.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Debug.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventLog.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.TraceSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.ObjectPool.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.DataAnnotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.WebEncoders.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.JSInterop.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Net.Http.Headers.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.VisualBasic.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.VisualBasic.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Win32.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Win32.Registry.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\mscorlib.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\netstandard.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.AppContext.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Buffers.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Concurrent.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Immutable.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.NonGeneric.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Specialized.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.Annotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.DataAnnotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.EventBasedAsync.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.TypeConverter.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Configuration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Console.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.Common.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.DataSetExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Contracts.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Debug.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.DiagnosticSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.FileVersionInfo.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Process.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.StackTrace.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.TextWriterTraceListener.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Tools.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.TraceSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Tracing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Drawing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Drawing.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Dynamic.Runtime.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Formats.Tar.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.Calendars.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.Brotli.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.FileSystem.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.ZipFile.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.AccessControl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.DriveInfo.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.Watcher.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.IsolatedStorage.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.MemoryMappedFiles.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipelines.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipes.AccessControl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipes.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.UnmanagedMemoryStream.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Expressions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Parallel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Queryable.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Memory.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Http.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Http.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.HttpListener.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Mail.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.NameResolution.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.NetworkInformation.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Ping.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Quic.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Requests.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Security.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.ServicePoint.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Sockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebClient.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebHeaderCollection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebProxy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebSockets.Client.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebSockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Numerics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Numerics.Vectors.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ObjectModel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.DispatchProxy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.ILGeneration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.Lightweight.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Metadata.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.TypeExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.Reader.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.ResourceManager.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.Writer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.CompilerServices.Unsafe.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.CompilerServices.VisualC.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Handles.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.JavaScript.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.RuntimeInformation.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Intrinsics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Loader.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Numerics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Formatters.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.AccessControl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Claims.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Algorithms.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Cng.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Csp.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Encoding.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.OpenSsl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.X509Certificates.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Principal.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Principal.Windows.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.SecureString.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ServiceModel.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ServiceProcess.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.CodePages.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encodings.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.RegularExpressions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Channels.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Overlapped.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.RateLimiting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Dataflow.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Parallel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Thread.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.ThreadPool.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Timer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Transactions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Transactions.Local.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ValueTuple.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Web.HttpUtility.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Windows.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.Linq.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.ReaderWriter.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.Serialization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XDocument.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XmlDocument.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XmlSerializer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XPath.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XPath.XDocument.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\WindowsBase.dll +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.csproj.AssemblyReference.cache +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.GeneratedMSBuildEditorConfig.editorconfig +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.AssemblyInfoInputs.cache +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.AssemblyInfo.cs +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.csproj.CoreCompileInputs.cache +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plug.69C19CFB.Up2Date +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.dll +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\refint\Nop.Plugin.Misc.SignalRApi.dll +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.pdb +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\ref\Nop.Plugin.Misc.SignalRApi.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.deps.json +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.runtimeconfig.json +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.runtimeconfig.dev.json +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.staticwebassets.runtime.json +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Web.exe +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\logo.jpg +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\plugin.json +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Views\_ViewImports.cshtml +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Areas\Admin\Views\_ViewImports.cshtml +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Black.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-BlackItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Bold.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-BoldItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraBold.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraBoldItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraLight.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ExtraLightItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Italic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Light.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-LightItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Medium.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-MediumItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Regular.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-SemiBold.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-SemiBoldItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-Thin.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\Lato-ThinItalic.ttf +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\LatoFont\OFL.txt +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Views\Configure.cshtml +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.deps.json +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\Nop.Plugin.Misc.SignalRApi.pdb +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Server.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Components.Web.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cors.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Features.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Http.Results.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Identity.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Metadata.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Rewrite.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Routing.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.Session.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.WebSockets.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.CSharp.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Caching.Memory.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Json.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.DependencyInjection.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Features.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Hosting.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Http.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Core.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Identity.Stores.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Localization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Console.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.Debug.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.ObjectPool.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Options.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Extensions.WebEncoders.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.JSInterop.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Net.Http.Headers.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.VisualBasic.Core.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.VisualBasic.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Win32.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\Microsoft.Win32.Registry.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\mscorlib.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\netstandard.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.AppContext.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Buffers.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Concurrent.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Immutable.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.NonGeneric.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Collections.Specialized.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.Annotations.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.DataAnnotations.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.EventBasedAsync.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ComponentModel.TypeConverter.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Configuration.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Console.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Core.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.Common.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.DataSetExtensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Data.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Contracts.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Debug.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.DiagnosticSource.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.FileVersionInfo.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Process.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.StackTrace.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Tools.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.TraceSource.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Diagnostics.Tracing.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Drawing.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Drawing.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Dynamic.Runtime.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Formats.Tar.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.Calendars.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Globalization.Extensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.Brotli.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.FileSystem.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Compression.ZipFile.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.AccessControl.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.DriveInfo.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.FileSystem.Watcher.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.IsolatedStorage.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.MemoryMappedFiles.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipelines.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipes.AccessControl.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.Pipes.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.IO.UnmanagedMemoryStream.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Expressions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Parallel.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Linq.Queryable.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Memory.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Http.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Http.Json.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.HttpListener.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Mail.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.NameResolution.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.NetworkInformation.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Ping.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Quic.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Requests.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Security.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.ServicePoint.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.Sockets.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebClient.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebHeaderCollection.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebProxy.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebSockets.Client.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Net.WebSockets.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Numerics.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Numerics.Vectors.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ObjectModel.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.DispatchProxy.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.ILGeneration.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Emit.Lightweight.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Extensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Metadata.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Reflection.TypeExtensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.Reader.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.ResourceManager.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Resources.Writer.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.CompilerServices.VisualC.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Extensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Handles.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.JavaScript.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Intrinsics.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Loader.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Numerics.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Formatters.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Json.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Runtime.Serialization.Xml.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.AccessControl.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Claims.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Algorithms.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Cng.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Csp.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Encoding.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.OpenSsl.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Primitives.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.X509Certificates.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Cryptography.Xml.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Principal.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.Principal.Windows.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Security.SecureString.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ServiceModel.Web.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ServiceProcess.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.CodePages.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encoding.Extensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Encodings.Web.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.Json.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Text.RegularExpressions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Channels.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Overlapped.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.RateLimiting.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Dataflow.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Extensions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Tasks.Parallel.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Thread.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.ThreadPool.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Threading.Timer.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Transactions.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Transactions.Local.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.ValueTuple.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Web.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Web.HttpUtility.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Windows.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.Linq.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.ReaderWriter.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.Serialization.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XDocument.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XmlDocument.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XmlSerializer.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XPath.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\System.Xml.XPath.XDocument.dll +D:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.SignalRApi\refs\WindowsBase.dll +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.csproj.AssemblyReference.cache +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.GeneratedMSBuildEditorConfig.editorconfig +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.AssemblyInfoInputs.cache +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.AssemblyInfo.cs +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.csproj.CoreCompileInputs.cache +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plug.69C19CFB.Up2Date +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.dll +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\refint\Nop.Plugin.Misc.SignalRApi.dll +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\Nop.Plugin.Misc.SignalRApi.pdb +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.SignalRApi\obj\Debug\net8.0\ref\Nop.Plugin.Misc.SignalRApi.dll diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.dll b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.dll new file mode 100644 index 0000000..9a32f83 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.dll differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.pdb b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.pdb new file mode 100644 index 0000000..a8b4ec2 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/Nop.Plugin.Misc.SignalRApi.pdb differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/project.razor.vs.bin b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/project.razor.vs.bin new file mode 100644 index 0000000..45f8652 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/project.razor.vs.bin differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/ref/Nop.Plugin.Misc.SignalRApi.dll b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/ref/Nop.Plugin.Misc.SignalRApi.dll new file mode 100644 index 0000000..a914f19 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/ref/Nop.Plugin.Misc.SignalRApi.dll differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/refint/Nop.Plugin.Misc.SignalRApi.dll b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/refint/Nop.Plugin.Misc.SignalRApi.dll new file mode 100644 index 0000000..a914f19 Binary files /dev/null and b/Nop.Plugin.Misc.SignalRApi/obj/Debug/net8.0/refint/Nop.Plugin.Misc.SignalRApi.dll differ diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.dgspec.json b/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.dgspec.json new file mode 100644 index 0000000..0605944 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.dgspec.json @@ -0,0 +1,617 @@ +{ + "format": 1, + "restore": { + "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\Nop.Plugin.Misc.SignalRApi.csproj": {} + }, + "projects": { + "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\Nop.Plugin.Misc.SignalRApi.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\Nop.Plugin.Misc.SignalRApi.csproj", + "projectName": "Nop.Plugin.Misc.SignalRApi", + "projectPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\Nop.Plugin.Misc.SignalRApi.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj", + "projectName": "Nop.Core", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[13.0.1, )" + }, + "Autofac.Extensions.DependencyInjection": { + "target": "Package", + "version": "[10.0.0, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs": { + "target": "Package", + "version": "[1.3.4, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys": { + "target": "Package", + "version": "[1.2.4, )" + }, + "Azure.Identity": { + "target": "Package", + "version": "[1.13.0, )" + }, + "Humanizer": { + "target": "Package", + "version": "[2.14.1, )" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.Extensions.Caching.SqlServer": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.Extensions.Caching.StackExchangeRedis": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Nito.AsyncEx.Coordination": { + "target": "Package", + "version": "[5.1.2, )" + }, + "System.IO.FileSystem.AccessControl": { + "target": "Package", + "version": "[5.0.0, )" + }, + "System.Linq.Async": { + "target": "Package", + "version": "[6.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj", + "projectName": "Nop.Data", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentMigrator": { + "target": "Package", + "version": "[5.2.0, )" + }, + "FluentMigrator.Runner": { + "target": "Package", + "version": "[5.1.0, )" + }, + "Microsoft.Data.SqlClient": { + "target": "Package", + "version": "[5.2.0, )" + }, + "MySqlConnector": { + "target": "Package", + "version": "[2.3.7, )" + }, + "Npgsql": { + "target": "Package", + "version": "[8.0.5, )" + }, + "System.Configuration.ConfigurationManager": { + "target": "Package", + "version": "[8.0.1, )" + }, + "System.Net.NameResolution": { + "target": "Package", + "version": "[4.3.0, )" + }, + "linq2db": { + "target": "Package", + "version": "[5.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj", + "projectName": "Nop.Services", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Storage.Blobs": { + "target": "Package", + "version": "[12.22.2, )" + }, + "ClosedXML": { + "target": "Package", + "version": "[0.104.1, )" + }, + "Google.Apis.Auth": { + "target": "Package", + "version": "[1.68.0, )" + }, + "HarfBuzzSharp.NativeAssets.Linux": { + "target": "Package", + "version": "[7.3.0.2, )" + }, + "MailKit": { + "target": "Package", + "version": "[4.8.0, )" + }, + "MaxMind.GeoIP2": { + "target": "Package", + "version": "[5.2.0, )" + }, + "Microsoft.Identity.Client": { + "target": "Package", + "version": "[4.66.1, )" + }, + "QuestPDF": { + "target": "Package", + "version": "[2024.10.1, )" + }, + "SkiaSharp": { + "target": "Package", + "version": "[2.88.8, )" + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies": { + "target": "Package", + "version": "[2.88.8, )" + }, + "Svg.Skia": { + "target": "Package", + "version": "[2.0.0.1, )" + }, + "System.Linq.Dynamic.Core": { + "target": "Package", + "version": "[1.4.6, )" + }, + "System.ServiceModel.Http": { + "target": "Package", + "version": "[8.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "projectName": "Nop.Web.Framework", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "LigerShark.WebOptimizer.Core": { + "target": "Package", + "version": "[3.0.426, )" + }, + "WebMarkupMin.AspNetCore8": { + "target": "Package", + "version": "[2.17.0, )" + }, + "WebMarkupMin.NUglify": { + "target": "Package", + "version": "[2.17.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj", + "projectName": "Nop.Web", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.g.props b/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.g.props new file mode 100644 index 0000000..654d59e --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Ádám\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.10.1 + + + + + + + + C:\Users\Ádám\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.2 + + \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.g.targets b/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.g.targets new file mode 100644 index 0000000..dfc75fc --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/Nop.Plugin.Misc.SignalRApi.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/obj/project.assets.json b/Nop.Plugin.Misc.SignalRApi/obj/project.assets.json new file mode 100644 index 0000000..85192d9 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/project.assets.json @@ -0,0 +1,10145 @@ +{ + "version": 3, + "targets": { + "net8.0": { + "AdvancedStringBuilder/0.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + } + }, + "Autofac/8.1.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "8.0.1" + }, + "compile": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + } + }, + "Autofac.Extensions.DependencyInjection/10.0.0": { + "type": "package", + "dependencies": { + "Autofac": "8.1.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + }, + "compile": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + } + }, + "AutoMapper/13.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Options": "6.0.0" + }, + "compile": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + } + }, + "Azure.Core/1.44.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "System.ClientModel": "1.1.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "6.0.0", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.10", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Azure.Storage.Blobs": "12.16.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.42.0", + "Azure.Security.KeyVault.Keys": "4.6.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Identity/1.13.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.44.1", + "Microsoft.Identity.Client": "4.65.0", + "Microsoft.Identity.Client.Extensions.Msal": "4.65.0", + "System.Memory": "4.5.5", + "System.Text.Json": "6.0.10", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, + "Azure.Security.KeyVault.Keys/4.6.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.37.0", + "System.Memory": "4.5.4", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Blobs/12.22.2": { + "type": "package", + "dependencies": { + "Azure.Storage.Common": "12.21.1", + "System.Text.Json": "6.0.10" + }, + "compile": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Common/12.21.1": { + "type": "package", + "dependencies": { + "Azure.Core": "1.44.1", + "System.IO.Hashing": "6.0.0" + }, + "compile": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + } + }, + "BouncyCastle.Cryptography/2.4.0": { + "type": "package", + "compile": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + } + }, + "ClosedXML/0.104.1": { + "type": "package", + "dependencies": { + "ClosedXML.Parser": "[1.2.0, 2.0.0)", + "DocumentFormat.OpenXml": "[3.0.1, 4.0.0)", + "ExcelNumberFormat": "1.1.0", + "RBush": "3.2.0", + "SixLabors.Fonts": "1.0.0", + "System.IO.Packaging": "8.0.0" + }, + "compile": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".pdb;.xml" + } + } + }, + "ClosedXML.Parser/1.2.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/ClosedXML.Parser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.Parser.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml/3.0.1": { + "type": "package", + "dependencies": { + "DocumentFormat.OpenXml.Framework": "3.0.1" + }, + "compile": { + "lib/net8.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml.Framework/3.0.1": { + "type": "package", + "dependencies": { + "System.IO.Packaging": "8.0.0" + }, + "compile": { + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { + "related": ".xml" + } + } + }, + "ExcelNumberFormat/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + } + }, + "ExCSS/4.2.3": { + "type": "package", + "compile": { + "lib/net7.0/ExCSS.dll": {} + }, + "runtime": { + "lib/net7.0/ExCSS.dll": {} + } + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "type": "package", + "compile": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + }, + "runtime": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + } + }, + "FluentMigrator/5.2.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.2.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Abstractions/5.2.0": { + "type": "package", + "dependencies": { + "System.ComponentModel.Annotations": "5.0.0", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll": { + "locale": "de-DE" + } + } + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Runner.Core": "5.1.0", + "FluentMigrator.Runner.Db2": "5.1.0", + "FluentMigrator.Runner.Firebird": "5.1.0", + "FluentMigrator.Runner.Hana": "5.1.0", + "FluentMigrator.Runner.MySql": "5.1.0", + "FluentMigrator.Runner.Oracle": "5.1.0", + "FluentMigrator.Runner.Postgres": "5.1.0", + "FluentMigrator.Runner.Redshift": "5.1.0", + "FluentMigrator.Runner.SQLite": "5.1.0", + "FluentMigrator.Runner.Snowflake": "5.1.0", + "FluentMigrator.Runner.SqlServer": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Core/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Abstractions": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "type": "package", + "dependencies": { + "FirebirdSql.Data.FirebirdClient": "10.0.0", + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.MySql": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Oracle": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Postgres": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Extensions.Snowflake": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.SqlServer": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Data.SqlClient": "5.1.4" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Google.Apis/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis.Core": "1.68.0" + }, + "compile": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Auth/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis": "1.68.0", + "Google.Apis.Core": "1.68.0", + "System.Management": "7.0.2" + }, + "compile": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Core/1.68.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp/7.3.0.2": { + "type": "package", + "dependencies": { + "HarfBuzzSharp.NativeAssets.Win32": "7.3.0.2", + "HarfBuzzSharp.NativeAssets.macOS": "7.3.0.2" + }, + "compile": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp.NativeAssets.Linux/7.3.0.2": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.2" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.2": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libHarfBuzzSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.2": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Humanizer/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core.af": "2.14.1", + "Humanizer.Core.ar": "2.14.1", + "Humanizer.Core.az": "2.14.1", + "Humanizer.Core.bg": "2.14.1", + "Humanizer.Core.bn-BD": "2.14.1", + "Humanizer.Core.cs": "2.14.1", + "Humanizer.Core.da": "2.14.1", + "Humanizer.Core.de": "2.14.1", + "Humanizer.Core.el": "2.14.1", + "Humanizer.Core.es": "2.14.1", + "Humanizer.Core.fa": "2.14.1", + "Humanizer.Core.fi-FI": "2.14.1", + "Humanizer.Core.fr": "2.14.1", + "Humanizer.Core.fr-BE": "2.14.1", + "Humanizer.Core.he": "2.14.1", + "Humanizer.Core.hr": "2.14.1", + "Humanizer.Core.hu": "2.14.1", + "Humanizer.Core.hy": "2.14.1", + "Humanizer.Core.id": "2.14.1", + "Humanizer.Core.is": "2.14.1", + "Humanizer.Core.it": "2.14.1", + "Humanizer.Core.ja": "2.14.1", + "Humanizer.Core.ko-KR": "2.14.1", + "Humanizer.Core.ku": "2.14.1", + "Humanizer.Core.lv": "2.14.1", + "Humanizer.Core.ms-MY": "2.14.1", + "Humanizer.Core.mt": "2.14.1", + "Humanizer.Core.nb": "2.14.1", + "Humanizer.Core.nb-NO": "2.14.1", + "Humanizer.Core.nl": "2.14.1", + "Humanizer.Core.pl": "2.14.1", + "Humanizer.Core.pt": "2.14.1", + "Humanizer.Core.ro": "2.14.1", + "Humanizer.Core.ru": "2.14.1", + "Humanizer.Core.sk": "2.14.1", + "Humanizer.Core.sl": "2.14.1", + "Humanizer.Core.sr": "2.14.1", + "Humanizer.Core.sr-Latn": "2.14.1", + "Humanizer.Core.sv": "2.14.1", + "Humanizer.Core.th-TH": "2.14.1", + "Humanizer.Core.tr": "2.14.1", + "Humanizer.Core.uk": "2.14.1", + "Humanizer.Core.uz-Cyrl-UZ": "2.14.1", + "Humanizer.Core.uz-Latn-UZ": "2.14.1", + "Humanizer.Core.vi": "2.14.1", + "Humanizer.Core.zh-CN": "2.14.1", + "Humanizer.Core.zh-Hans": "2.14.1", + "Humanizer.Core.zh-Hant": "2.14.1" + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core.af/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/af/Humanizer.resources.dll": { + "locale": "af" + } + } + }, + "Humanizer.Core.ar/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ar/Humanizer.resources.dll": { + "locale": "ar" + } + } + }, + "Humanizer.Core.az/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/az/Humanizer.resources.dll": { + "locale": "az" + } + } + }, + "Humanizer.Core.bg/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bg/Humanizer.resources.dll": { + "locale": "bg" + } + } + }, + "Humanizer.Core.bn-BD/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bn-BD/Humanizer.resources.dll": { + "locale": "bn-BD" + } + } + }, + "Humanizer.Core.cs/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/cs/Humanizer.resources.dll": { + "locale": "cs" + } + } + }, + "Humanizer.Core.da/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/da/Humanizer.resources.dll": { + "locale": "da" + } + } + }, + "Humanizer.Core.de/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/de/Humanizer.resources.dll": { + "locale": "de" + } + } + }, + "Humanizer.Core.el/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/el/Humanizer.resources.dll": { + "locale": "el" + } + } + }, + "Humanizer.Core.es/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/es/Humanizer.resources.dll": { + "locale": "es" + } + } + }, + "Humanizer.Core.fa/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fa/Humanizer.resources.dll": { + "locale": "fa" + } + } + }, + "Humanizer.Core.fi-FI/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fi-FI/Humanizer.resources.dll": { + "locale": "fi-FI" + } + } + }, + "Humanizer.Core.fr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr/Humanizer.resources.dll": { + "locale": "fr" + } + } + }, + "Humanizer.Core.fr-BE/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr-BE/Humanizer.resources.dll": { + "locale": "fr-BE" + } + } + }, + "Humanizer.Core.he/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/he/Humanizer.resources.dll": { + "locale": "he" + } + } + }, + "Humanizer.Core.hr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hr/Humanizer.resources.dll": { + "locale": "hr" + } + } + }, + "Humanizer.Core.hu/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hu/Humanizer.resources.dll": { + "locale": "hu" + } + } + }, + "Humanizer.Core.hy/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hy/Humanizer.resources.dll": { + "locale": "hy" + } + } + }, + "Humanizer.Core.id/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/id/Humanizer.resources.dll": { + "locale": "id" + } + } + }, + "Humanizer.Core.is/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/is/Humanizer.resources.dll": { + "locale": "is" + } + } + }, + "Humanizer.Core.it/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/it/Humanizer.resources.dll": { + "locale": "it" + } + } + }, + "Humanizer.Core.ja/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ja/Humanizer.resources.dll": { + "locale": "ja" + } + } + }, + "Humanizer.Core.ko-KR/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll": { + "locale": "ko-KR" + } + } + }, + "Humanizer.Core.ku/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ku/Humanizer.resources.dll": { + "locale": "ku" + } + } + }, + "Humanizer.Core.lv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/lv/Humanizer.resources.dll": { + "locale": "lv" + } + } + }, + "Humanizer.Core.ms-MY/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": { + "locale": "ms-MY" + } + } + }, + "Humanizer.Core.mt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/mt/Humanizer.resources.dll": { + "locale": "mt" + } + } + }, + "Humanizer.Core.nb/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb/Humanizer.resources.dll": { + "locale": "nb" + } + } + }, + "Humanizer.Core.nb-NO/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb-NO/Humanizer.resources.dll": { + "locale": "nb-NO" + } + } + }, + "Humanizer.Core.nl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nl/Humanizer.resources.dll": { + "locale": "nl" + } + } + }, + "Humanizer.Core.pl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pl/Humanizer.resources.dll": { + "locale": "pl" + } + } + }, + "Humanizer.Core.pt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pt/Humanizer.resources.dll": { + "locale": "pt" + } + } + }, + "Humanizer.Core.ro/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ro/Humanizer.resources.dll": { + "locale": "ro" + } + } + }, + "Humanizer.Core.ru/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ru/Humanizer.resources.dll": { + "locale": "ru" + } + } + }, + "Humanizer.Core.sk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sk/Humanizer.resources.dll": { + "locale": "sk" + } + } + }, + "Humanizer.Core.sl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sl/Humanizer.resources.dll": { + "locale": "sl" + } + } + }, + "Humanizer.Core.sr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr/Humanizer.resources.dll": { + "locale": "sr" + } + } + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr-Latn/Humanizer.resources.dll": { + "locale": "sr-Latn" + } + } + }, + "Humanizer.Core.sv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sv/Humanizer.resources.dll": { + "locale": "sv" + } + } + }, + "Humanizer.Core.th-TH/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/th-TH/Humanizer.resources.dll": { + "locale": "th-TH" + } + } + }, + "Humanizer.Core.tr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/tr/Humanizer.resources.dll": { + "locale": "tr" + } + } + }, + "Humanizer.Core.uk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uk/Humanizer.resources.dll": { + "locale": "uk" + } + } + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll": { + "locale": "uz-Cyrl-UZ" + } + } + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll": { + "locale": "uz-Latn-UZ" + } + } + }, + "Humanizer.Core.vi/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/vi/Humanizer.resources.dll": { + "locale": "vi" + } + } + }, + "Humanizer.Core.zh-CN/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-CN/Humanizer.resources.dll": { + "locale": "zh-CN" + } + } + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hans/Humanizer.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hant/Humanizer.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "LigerShark.WebOptimizer.Core/3.0.426": { + "type": "package", + "dependencies": { + "NUglify": "1.21.9" + }, + "compile": { + "lib/net8.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "build/_._": {} + } + }, + "linq2db/5.4.1": { + "type": "package", + "compile": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + } + }, + "MailKit/4.8.0": { + "type": "package", + "dependencies": { + "MimeKit": "4.8.0", + "System.Formats.Asn1": "8.0.1" + }, + "compile": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MaxMind.Db/4.1.0": { + "type": "package", + "compile": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + } + }, + "MaxMind.GeoIP2/5.2.0": { + "type": "package", + "dependencies": { + "MaxMind.Db": "4.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "3.1.32", + "Microsoft.AspNetCore.DataProtection.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.Hosting.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32", + "Microsoft.Extensions.Options": "3.1.32", + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Cryptography.Xml": "4.7.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.10", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + } + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets": {} + } + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.2", + "System.Collections.Immutable": "5.0.0", + "System.Memory": "4.5.4", + "System.Reflection.Metadata": "5.0.0", + "System.Runtime.CompilerServices.Unsafe": "5.0.0", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.0.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.CSharp": "4.0.0", + "Microsoft.CodeAnalysis.Common": "4.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.0": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.3", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.56.0", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.10": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.2", + "Microsoft.Data.SqlClient": "4.0.5", + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.FileProviders.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.66.1": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.65.0": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.65.0", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MimeKit/4.8.0": { + "type": "package", + "dependencies": { + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", + "System.Security.Cryptography.Pkcs": "8.0.0" + }, + "compile": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MySqlConnector/2.3.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "type": "package", + "dependencies": { + "Nito.AsyncEx.Tasks": "5.1.2", + "Nito.Collections.Deque": "1.1.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + } + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "type": "package", + "dependencies": { + "Nito.Disposables": "2.2.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + } + }, + "Nito.Collections.Deque/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + } + }, + "Nito.Disposables/2.2.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.7.1" + }, + "compile": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + } + }, + "Npgsql/8.0.5": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "NUglify/1.21.9": { + "type": "package", + "compile": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, + "compile": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + } + }, + "QuestPDF/2024.10.1": { + "type": "package", + "compile": { + "lib/net8.0/QuestPDF.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/QuestPDF.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/QuestPDF.targets": {} + }, + "runtimeTargets": { + "runtimes/linux-arm64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx-arm64/native/libQuestPdfSkia.dylib": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/libQuestPdfSkia.dylib": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-x64/native/QuestPdfSkia.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/QuestPdfSkia.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "RBush/3.2.0": { + "type": "package", + "compile": { + "lib/net6.0/RBush.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/RBush.dll": { + "related": ".xml" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "ShimSkiaSharp/2.0.0.1": { + "type": "package", + "compile": { + "lib/net8.0/ShimSkiaSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ShimSkiaSharp.dll": {} + } + }, + "SixLabors.Fonts/1.0.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.8", + "SkiaSharp.NativeAssets.macOS": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.HarfBuzz/2.88.8": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.2", + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Svg.Custom/2.0.0.1": { + "type": "package", + "dependencies": { + "ExCSS": "4.2.3" + }, + "compile": { + "lib/net8.0/Svg.Custom.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Custom.dll": {} + } + }, + "Svg.Model/2.0.0.1": { + "type": "package", + "dependencies": { + "ShimSkiaSharp": "2.0.0.1", + "Svg.Custom": "2.0.0.1" + }, + "compile": { + "lib/net8.0/Svg.Model.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Model.dll": {} + } + }, + "Svg.Skia/2.0.0.1": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8", + "SkiaSharp.HarfBuzz": "2.88.8", + "Svg.Custom": "2.0.0.1", + "Svg.Model": "2.0.0.1" + }, + "compile": { + "lib/net8.0/Svg.Skia.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Skia.dll": {} + } + }, + "System.ClientModel/1.1.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "6.0.9" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Annotations/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.Configuration.ConfigurationManager/8.0.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.1", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.DiagnosticSource/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Formats.Asn1/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Hashing/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Packaging/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/5.0.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Async/6.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0" + }, + "compile": { + "ref/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Dynamic.Core/1.4.6": { + "type": "package", + "compile": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "System.Management/7.0.2": { + "type": "package", + "dependencies": { + "System.CodeDom": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.5": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/6.0.0": { + "type": "package", + "dependencies": { + "System.Text.Json": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.Xml/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Cryptography.Pkcs": "6.0.1" + }, + "compile": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.ServiceModel.Http/8.0.0": { + "type": "package", + "dependencies": { + "System.ServiceModel.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Http.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Http.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Http.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.ServiceModel.Primitives/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ObjectPool": "6.0.16", + "System.Security.Cryptography.Xml": "6.0.1" + }, + "compile": { + "ref/net8.0/System.ServiceModel.Primitives.dll": {} + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Primitives.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/4.5.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.2", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + }, + "compile": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/6.0.10": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/System.Text.Json.targets": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "WebMarkupMin.AspNet.Common/2.17.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.Core": "2.17.0" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.AspNetCore8/2.17.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.AspNet.Common": "2.17.0" + }, + "compile": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "WebMarkupMin.Core/2.17.0": { + "type": "package", + "dependencies": { + "AdvancedStringBuilder": "0.1.1" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.NUglify/2.17.0": { + "type": "package", + "dependencies": { + "NUglify": "1.21.9", + "WebMarkupMin.Core": "2.17.0" + }, + "compile": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + } + }, + "Nop.Core/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "AutoMapper": "13.0.1", + "Autofac.Extensions.DependencyInjection": "10.0.0", + "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.4", + "Azure.Extensions.AspNetCore.DataProtection.Keys": "1.2.4", + "Azure.Identity": "1.13.0", + "Humanizer": "2.14.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.10", + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "8.0.10", + "Microsoft.Extensions.Caching.SqlServer": "8.0.10", + "Microsoft.Extensions.Caching.StackExchangeRedis": "8.0.10", + "Nito.AsyncEx.Coordination": "5.1.2", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Linq.Async": "6.0.1" + }, + "compile": { + "bin/placeholder/Nop.Core.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Core.dll": {} + } + }, + "Nop.Data/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentMigrator": "5.2.0", + "FluentMigrator.Runner": "5.1.0", + "Microsoft.Data.SqlClient": "5.2.0", + "MySqlConnector": "2.3.7", + "Nop.Core": "4.70.0", + "Npgsql": "8.0.5", + "System.Configuration.ConfigurationManager": "8.0.1", + "System.Net.NameResolution": "4.3.0", + "linq2db": "5.4.1" + }, + "compile": { + "bin/placeholder/Nop.Data.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Data.dll": {} + } + }, + "Nop.Services/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Azure.Storage.Blobs": "12.22.2", + "ClosedXML": "0.104.1", + "Google.Apis.Auth": "1.68.0", + "HarfBuzzSharp.NativeAssets.Linux": "7.3.0.2", + "MailKit": "4.8.0", + "MaxMind.GeoIP2": "5.2.0", + "Microsoft.Identity.Client": "4.66.1", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "QuestPDF": "2024.10.1", + "SkiaSharp": "2.88.8", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.8", + "Svg.Skia": "2.0.0.1", + "System.Linq.Dynamic.Core": "1.4.6", + "System.ServiceModel.Http": "8.0.0" + }, + "compile": { + "bin/placeholder/Nop.Services.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Services.dll": {} + } + }, + "Nop.Web/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "Nop.Web.Framework": "4.70.0" + }, + "compile": { + "bin/placeholder/Nop.Web.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.dll": {} + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentValidation.AspNetCore": "11.3.0", + "LigerShark.WebOptimizer.Core": "3.0.426", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "WebMarkupMin.AspNetCore8": "2.17.0", + "WebMarkupMin.NUglify": "2.17.0" + }, + "compile": { + "bin/placeholder/Nop.Web.Framework.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.Framework.dll": {} + } + } + } + }, + "libraries": { + "AdvancedStringBuilder/0.1.1": { + "sha512": "32IrlspOA59ewotQ4tlKP27QhKxMKGB7oncqlwVHn/hAz+j/r3HvLr6/W9ni9Mnyktlcg6kt7QZS8rEgur1+4Q==", + "type": "package", + "path": "advancedstringbuilder/0.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "advancedstringbuilder.0.1.1.nupkg.sha512", + "advancedstringbuilder.nuspec", + "icon.png", + "lib/net40-client/AdvancedStringBuilder.dll", + "lib/net40-client/AdvancedStringBuilder.xml", + "lib/net45/AdvancedStringBuilder.dll", + "lib/net45/AdvancedStringBuilder.xml", + "lib/netstandard1.0/AdvancedStringBuilder.dll", + "lib/netstandard1.0/AdvancedStringBuilder.xml", + "lib/netstandard2.0/AdvancedStringBuilder.dll", + "lib/netstandard2.0/AdvancedStringBuilder.xml", + "readme.txt" + ] + }, + "Autofac/8.1.0": { + "sha512": "O2QT+0DSTBR2Ojpacmcj3L0KrnnXTFrwLl/OW1lBUDiHhb89msHEHNhTA8AlK3jdFiAfMbAYyQaJVvRe6oSBcQ==", + "type": "package", + "path": "autofac/8.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.8.1.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net6.0/Autofac.dll", + "lib/net6.0/Autofac.xml", + "lib/net7.0/Autofac.dll", + "lib/net7.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Autofac.Extensions.DependencyInjection/10.0.0": { + "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "type": "package", + "path": "autofac.extensions.dependencyinjection/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.nuspec", + "icon.png", + "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net6.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net7.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net7.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net8.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" + ] + }, + "AutoMapper/13.0.1": { + "sha512": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==", + "type": "package", + "path": "automapper/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "automapper.13.0.1.nupkg.sha512", + "automapper.nuspec", + "icon.png", + "lib/net6.0/AutoMapper.dll", + "lib/net6.0/AutoMapper.xml" + ] + }, + "Azure.Core/1.44.1": { + "sha512": "YyznXLQZCregzHvioip07/BkzjuWNXogJEVz9T5W6TwjNr17ax41YGzYMptlo2G10oLCuVPoyva62y0SIRDixg==", + "type": "package", + "path": "azure.core/1.44.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.44.1.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "sha512": "zS+x0MpUMSbvZD598lwAoax+ohIeSAvGlXpT71iP7FFmMZ+Tjz/8hx+jZH/RbV2cJYTYbux8XFDll7LMPuz46g==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.blobs/1.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.blobs.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.4": { + "sha512": "sl0E1iOrVWxxWUTFzzo6hN2+ZjYK8B84t/NEbeVl8MY3xMO3lR8JBSeWGp3u5OL6Z8I2lTAescgOz/CkIni5Lg==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.keys/1.2.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.keys.1.2.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.xml" + ] + }, + "Azure.Identity/1.13.0": { + "sha512": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==", + "type": "package", + "path": "azure.identity/1.13.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.13.0.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Security.KeyVault.Keys/4.6.0": { + "sha512": "1KbCIkXmLaj+kDDNm1Va5rNlzgcJ/fVtnsoVmzZPKa38jz6DXhPyojdvGaOX8AdupGJceg0X1vrsGvZKN79Qzw==", + "type": "package", + "path": "azure.security.keyvault.keys/4.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.security.keyvault.keys.4.6.0.nupkg.sha512", + "azure.security.keyvault.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.xml" + ] + }, + "Azure.Storage.Blobs/12.22.2": { + "sha512": "/BK63qx31dhXjnqOXB90DP8mJM+pHbti45+v/D3SiEgP2A+ekvJlGWGLVGQznriT5UAOerM+3vAAEJNKolVSIQ==", + "type": "package", + "path": "azure.storage.blobs/12.22.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.blobs.12.22.2.nupkg.sha512", + "azure.storage.blobs.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Blobs.dll", + "lib/net6.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.0/Azure.Storage.Blobs.dll", + "lib/netstandard2.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.1/Azure.Storage.Blobs.dll", + "lib/netstandard2.1/Azure.Storage.Blobs.xml" + ] + }, + "Azure.Storage.Common/12.21.1": { + "sha512": "NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==", + "type": "package", + "path": "azure.storage.common/12.21.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.common.12.21.1.nupkg.sha512", + "azure.storage.common.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Common.dll", + "lib/net6.0/Azure.Storage.Common.xml", + "lib/netstandard2.0/Azure.Storage.Common.dll", + "lib/netstandard2.0/Azure.Storage.Common.xml" + ] + }, + "BouncyCastle.Cryptography/2.4.0": { + "sha512": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==", + "type": "package", + "path": "bouncycastle.cryptography/2.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "bouncycastle.cryptography.2.4.0.nupkg.sha512", + "bouncycastle.cryptography.nuspec", + "lib/net461/BouncyCastle.Cryptography.dll", + "lib/net461/BouncyCastle.Cryptography.xml", + "lib/net6.0/BouncyCastle.Cryptography.dll", + "lib/net6.0/BouncyCastle.Cryptography.xml", + "lib/netstandard2.0/BouncyCastle.Cryptography.dll", + "lib/netstandard2.0/BouncyCastle.Cryptography.xml", + "packageIcon.png" + ] + }, + "ClosedXML/0.104.1": { + "sha512": "RVm2fUNWJlBJlg07shrfeWzrHPG5ypI/vARqdUOUbUdaog8yBw8l4IbCHf2MXt0AXtzaZqGNqhFaCAHigCBdfw==", + "type": "package", + "path": "closedxml/0.104.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "closedxml.0.104.1.nupkg.sha512", + "closedxml.nuspec", + "lib/netstandard2.0/ClosedXML.dll", + "lib/netstandard2.0/ClosedXML.pdb", + "lib/netstandard2.0/ClosedXML.xml", + "lib/netstandard2.1/ClosedXML.dll", + "lib/netstandard2.1/ClosedXML.pdb", + "lib/netstandard2.1/ClosedXML.xml", + "nuget-logo.png" + ] + }, + "ClosedXML.Parser/1.2.0": { + "sha512": "w+/0tsxABS3lkSH8EUlA7IGme+mq5T/Puf3DbOiTckmSuUpAUO2LK29oXYByCcWkBv6wcRHxgWlQb1lxkwI0Tw==", + "type": "package", + "path": "closedxml.parser/1.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "closedxml.parser.1.2.0.nupkg.sha512", + "closedxml.parser.nuspec", + "lib/netstandard2.0/ClosedXML.Parser.dll", + "lib/netstandard2.0/ClosedXML.Parser.xml", + "lib/netstandard2.1/ClosedXML.Parser.dll", + "lib/netstandard2.1/ClosedXML.Parser.xml" + ] + }, + "DocumentFormat.OpenXml/3.0.1": { + "sha512": "DCK1cwFUJ1FGGyYyo++HWl9H1RkqMWIu+FGOLRy6E4L4y0/HIhlJ7N/n1HKboFfOwKn1cMBRxt1RCuDbIEy5YQ==", + "type": "package", + "path": "documentformat.openxml/3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.3.0.1.nupkg.sha512", + "documentformat.openxml.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.dll", + "lib/net35/DocumentFormat.OpenXml.xml", + "lib/net40/DocumentFormat.OpenXml.dll", + "lib/net40/DocumentFormat.OpenXml.xml", + "lib/net46/DocumentFormat.OpenXml.dll", + "lib/net46/DocumentFormat.OpenXml.xml", + "lib/net8.0/DocumentFormat.OpenXml.dll", + "lib/net8.0/DocumentFormat.OpenXml.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.xml" + ] + }, + "DocumentFormat.OpenXml.Framework/3.0.1": { + "sha512": "ifyI7OW7sggz7LQMIAD2aUsY/zVUON9QaHrpZ4MK33iVMeHlTG4uhUE2aLWb31nry+LCs2ALDAwf8OfUJGjgBg==", + "type": "package", + "path": "documentformat.openxml.framework/3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.framework.3.0.1.nupkg.sha512", + "documentformat.openxml.framework.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.Framework.dll", + "lib/net35/DocumentFormat.OpenXml.Framework.xml", + "lib/net40/DocumentFormat.OpenXml.Framework.dll", + "lib/net40/DocumentFormat.OpenXml.Framework.xml", + "lib/net46/DocumentFormat.OpenXml.Framework.dll", + "lib/net46/DocumentFormat.OpenXml.Framework.xml", + "lib/net6.0/DocumentFormat.OpenXml.Framework.dll", + "lib/net6.0/DocumentFormat.OpenXml.Framework.xml", + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll", + "lib/net8.0/DocumentFormat.OpenXml.Framework.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.xml" + ] + }, + "ExcelNumberFormat/1.1.0": { + "sha512": "R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", + "type": "package", + "path": "excelnumberformat/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excelnumberformat.1.1.0.nupkg.sha512", + "excelnumberformat.nuspec", + "icon.png", + "lib/net20/ExcelNumberFormat.dll", + "lib/net20/ExcelNumberFormat.xml", + "lib/netstandard1.0/ExcelNumberFormat.dll", + "lib/netstandard1.0/ExcelNumberFormat.xml", + "lib/netstandard2.0/ExcelNumberFormat.dll", + "lib/netstandard2.0/ExcelNumberFormat.xml" + ] + }, + "ExCSS/4.2.3": { + "sha512": "SyeAfu2wL5247sipJoPUzQfjiwQtfSd8hN4IbgoyVcDx4PP6Dud4znwPRibWQzLtTlUxYYcbf5f4p+EfFC7KtQ==", + "type": "package", + "path": "excss/4.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excss.4.2.3.nupkg.sha512", + "excss.nuspec", + "lib/net48/ExCSS.dll", + "lib/net6.0/ExCSS.dll", + "lib/net7.0/ExCSS.dll", + "lib/netcoreapp3.1/ExCSS.dll", + "lib/netstandard2.0/ExCSS.dll", + "lib/netstandard2.1/ExCSS.dll", + "readme.md" + ] + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "sha512": "x+JkSd6TeL9zUXDbi5C0NPeZ1ejo5sw3G9nhoxvVGXhaU399agYgO5RXtYRmcS4GkeA57Q9sThe5pFL2knSdXQ==", + "type": "package", + "path": "firebirdsql.data.firebirdclient/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "firebird-logo.png", + "firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "firebirdsql.data.firebirdclient.nuspec", + "lib/net48/FirebirdSql.Data.FirebirdClient.dll", + "lib/net5.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net6.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.1/FirebirdSql.Data.FirebirdClient.dll", + "license.txt" + ] + }, + "FluentMigrator/5.2.0": { + "sha512": "h3w95meLtHsdWQY1BVVh5eaGcI82zADR2T1WSCcc/NTc+P+rsGzmqG5RF9Gz+Fy1BNEQXL47Xppk/YorwJgEWg==", + "type": "package", + "path": "fluentmigrator/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.5.2.0.nupkg.sha512", + "fluentmigrator.nuspec", + "lib/net48/FluentMigrator.dll", + "lib/net48/FluentMigrator.pdb", + "lib/net48/FluentMigrator.xml", + "lib/netstandard2.0/FluentMigrator.dll", + "lib/netstandard2.0/FluentMigrator.pdb", + "lib/netstandard2.0/FluentMigrator.xml" + ] + }, + "FluentMigrator.Abstractions/5.2.0": { + "sha512": "MvzpENiB2o8QqIXYgKlbtrEPyaHc2m2ukRmaNWszL9ZJH3OBY/kYMotn/dxWC+zwlUo82ZPvoCJtoFi2nptz2w==", + "type": "package", + "path": "fluentmigrator.abstractions/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "fluentmigrator.abstractions.nuspec", + "lib/net48/FluentMigrator.Abstractions.dll", + "lib/net48/FluentMigrator.Abstractions.pdb", + "lib/net48/FluentMigrator.Abstractions.xml", + "lib/net48/de-DE/FluentMigrator.Abstractions.resources.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.pdb", + "lib/netstandard2.0/FluentMigrator.Abstractions.xml", + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll" + ] + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "sha512": "8dx8AS/XFs6HH7G3mw2FcDM43Y7+n96Z0OS9uQjmyum5Cv2Qp2dD2Gf747MCtbWbC/vdhJGomld+BnccBkNA3w==", + "type": "package", + "path": "fluentmigrator.extensions.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.mysql.nuspec", + "lib/net48/FluentMigrator.Extensions.MySql.dll", + "lib/net48/FluentMigrator.Extensions.MySql.pdb", + "lib/net48/FluentMigrator.Extensions.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.xml" + ] + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "sha512": "Cpnav//COP8wl/NVa7EYyiQAsF0lAba3NYizAWXq+vIApxyu5L9Cp6GpyCTgIIOR4QLTx3FXV4cCg7/QKXkHHA==", + "type": "package", + "path": "fluentmigrator.extensions.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.oracle.nuspec", + "lib/net48/FluentMigrator.Extensions.Oracle.dll", + "lib/net48/FluentMigrator.Extensions.Oracle.pdb", + "lib/net48/FluentMigrator.Extensions.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.xml" + ] + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "sha512": "g3Se8v9zyjJUxFedx6mxCtCWrpr5IRD1BExyeIuvorJZZztE4emO/qXtpEB/m9YwdD8stJuPShbMWUa7bKm86Q==", + "type": "package", + "path": "fluentmigrator.extensions.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.postgres.nuspec", + "lib/net48/FluentMigrator.Extensions.Postgres.dll", + "lib/net48/FluentMigrator.Extensions.Postgres.pdb", + "lib/net48/FluentMigrator.Extensions.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.xml" + ] + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "sha512": "3YnRq9q5AcShusF9OvbfMFu/Swyfn8V5YD/vkvAsNTcIIAWs4jXY0QhLR/lofIwvk56XqXE263x2OfzLZnf+gQ==", + "type": "package", + "path": "fluentmigrator.extensions.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.snowflake.nuspec", + "lib/net48/FluentMigrator.Extensions.Snowflake.dll", + "lib/net48/FluentMigrator.Extensions.Snowflake.pdb", + "lib/net48/FluentMigrator.Extensions.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.xml" + ] + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "sha512": "zdcQ1mYvyFY+gzfLScv5Y4j/qFXn4xLed71WqjiNWvN2/JkVh7Xa94K/b+PA6AYh8a7AIqdbnOKtzFr0Lh+95g==", + "type": "package", + "path": "fluentmigrator.extensions.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.sqlserver.nuspec", + "lib/net48/FluentMigrator.Extensions.SqlServer.dll", + "lib/net48/FluentMigrator.Extensions.SqlServer.pdb", + "lib/net48/FluentMigrator.Extensions.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.xml" + ] + }, + "FluentMigrator.Runner/5.1.0": { + "sha512": "jincYPtHyQjQ3XgQ7c8aPkKLX88HxueHdeSz++WDVo0LXnR4aFbvi/UXbtAsnwt+Jj06KFhF1DlYVOoT3yrhKQ==", + "type": "package", + "path": "fluentmigrator.runner/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.5.1.0.nupkg.sha512", + "fluentmigrator.runner.nuspec", + "lib/net48/FluentMigrator.Runner.dll", + "lib/net48/FluentMigrator.Runner.pdb", + "lib/net48/FluentMigrator.Runner.xml", + "lib/netstandard2.0/FluentMigrator.Runner.dll", + "lib/netstandard2.0/FluentMigrator.Runner.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.xml" + ] + }, + "FluentMigrator.Runner.Core/5.1.0": { + "sha512": "nP/3ezpP57wqt/1+NScrsSRiQj90xeaNjEyjFIekNtPzmGyM/z//AYk3MXtfM8so8b+JZNL5INQYgXaVGISD0Q==", + "type": "package", + "path": "fluentmigrator.runner.core/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "fluentmigrator.runner.core.nuspec", + "lib/net48/FluentMigrator.Runner.Core.dll", + "lib/net48/FluentMigrator.Runner.Core.pdb", + "lib/net48/FluentMigrator.Runner.Core.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Core.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Core.xml" + ] + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "sha512": "Z9CdgQnkyBgNyRpTA2le/VEQaa2ukFNqDYEqkRu2cOZk+XF3JsjkQMeeQB2Byy7yZhgK/SGrauLvebB5wF1wEw==", + "type": "package", + "path": "fluentmigrator.runner.db2/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "fluentmigrator.runner.db2.nuspec", + "lib/net48/FluentMigrator.Runner.Db2.dll", + "lib/net48/FluentMigrator.Runner.Db2.pdb", + "lib/net48/FluentMigrator.Runner.Db2.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.xml" + ] + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "sha512": "lNFo+LZQczW3vtuSjpOfRxUhoRrwBMg+PV+SOk12c1PnkfvDAtsX/HSn9yUI3xV+fN1x6krBIwIQ9o63HQZAfg==", + "type": "package", + "path": "fluentmigrator.runner.firebird/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "fluentmigrator.runner.firebird.nuspec", + "lib/net48/FluentMigrator.Runner.Firebird.dll", + "lib/net48/FluentMigrator.Runner.Firebird.pdb", + "lib/net48/FluentMigrator.Runner.Firebird.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.xml" + ] + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "sha512": "xCRna1elZYhOITRK4uNtPb3xut0GTtteCyTjQF7ZlHC4RFFpg1a2fAWFUF+TB9YVeFxf1QHKhbo8Kr5rGH6HqA==", + "type": "package", + "path": "fluentmigrator.runner.hana/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "fluentmigrator.runner.hana.nuspec", + "lib/net48/FluentMigrator.Runner.Hana.dll", + "lib/net48/FluentMigrator.Runner.Hana.pdb", + "lib/net48/FluentMigrator.Runner.Hana.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.xml" + ] + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "sha512": "VywFX3gKQ7EcveKoLcxLwf8aQkWnJn6WQ2aJqe7Dw6gld8o0WBpevsBwQFO1doGqXzhFDlWHO2NwKoqvXQCG+Q==", + "type": "package", + "path": "fluentmigrator.runner.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.runner.mysql.nuspec", + "lib/net48/FluentMigrator.Runner.MySql.dll", + "lib/net48/FluentMigrator.Runner.MySql.pdb", + "lib/net48/FluentMigrator.Runner.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.xml" + ] + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "sha512": "qNmTirqFREMOm/HMkO68suXd3EIoadfQ69gvuJ5Hvy7LNQgMAW8FcrcGkNFn0t0JYAtGEbtH9t90/6dmBAwQIg==", + "type": "package", + "path": "fluentmigrator.runner.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.runner.oracle.nuspec", + "lib/net48/FluentMigrator.Runner.Oracle.dll", + "lib/net48/FluentMigrator.Runner.Oracle.pdb", + "lib/net48/FluentMigrator.Runner.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.xml" + ] + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "sha512": "Zr/cqR7b5PJqwO/JPtVz/zn2USO/jLz8b9JEFCjsYIb4AU8WIwNpLoRXsEcWSoHjlAc60LPcZM608tkgDGgA6A==", + "type": "package", + "path": "fluentmigrator.runner.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.runner.postgres.nuspec", + "lib/net48/FluentMigrator.Runner.Postgres.dll", + "lib/net48/FluentMigrator.Runner.Postgres.pdb", + "lib/net48/FluentMigrator.Runner.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.xml" + ] + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "sha512": "7GTF2EaaU8de9ViLobwxSKT+gY81h6b4zXIkMteALdqnAjkMNcynhEradH5OaDe9PorKWWh3/VBzCmO+N516xw==", + "type": "package", + "path": "fluentmigrator.runner.redshift/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "fluentmigrator.runner.redshift.nuspec", + "lib/net48/FluentMigrator.Runner.Redshift.dll", + "lib/net48/FluentMigrator.Runner.Redshift.pdb", + "lib/net48/FluentMigrator.Runner.Redshift.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.xml" + ] + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "sha512": "OmGfCxJPSrhJ6VcW6ypqc+NziwH1rygkNEJfW7Jl1DHfwrQtPgIgWw8qTA0abN+RkwtalXsfaEJ+4EuL0L+w6w==", + "type": "package", + "path": "fluentmigrator.runner.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.runner.snowflake.nuspec", + "lib/net48/FluentMigrator.Runner.Snowflake.dll", + "lib/net48/FluentMigrator.Runner.Snowflake.pdb", + "lib/net48/FluentMigrator.Runner.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.xml" + ] + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "sha512": "5fADu6iWF9pnPKhI0S2VmdR8gaFFe4A+ZtAu57A9w8gcZCCPVzekye83+gm93XuAGxOQtT1RErVIy2T0aGcyYA==", + "type": "package", + "path": "fluentmigrator.runner.sqlite/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlite.nuspec", + "lib/net48/FluentMigrator.Runner.SQLite.dll", + "lib/net48/FluentMigrator.Runner.SQLite.pdb", + "lib/net48/FluentMigrator.Runner.SQLite.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.xml" + ] + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "sha512": "WiZjICPJRIjuOZG2c52JOspKG0iR9UrfotE/SQMNlGEoIxjp8XrksEw7LytWsXWCymDjZUedNnA7QTqZS4p/Iw==", + "type": "package", + "path": "fluentmigrator.runner.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlserver.nuspec", + "lib/net48/FluentMigrator.Runner.SqlServer.dll", + "lib/net48/FluentMigrator.Runner.SqlServer.pdb", + "lib/net48/FluentMigrator.Runner.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.xml" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Google.Apis/1.68.0": { + "sha512": "s2MymhdpH+ybZNBeZ2J5uFgFHApBp+QXf9FjZSdM1lk/vx5VqIknJwnaWiuAzXxPrLEkesX0Q+UsiWn39yZ9zw==", + "type": "package", + "path": "google.apis/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.1.68.0.nupkg.sha512", + "google.apis.nuspec", + "lib/net462/Google.Apis.dll", + "lib/net462/Google.Apis.pdb", + "lib/net462/Google.Apis.xml", + "lib/net6.0/Google.Apis.dll", + "lib/net6.0/Google.Apis.pdb", + "lib/net6.0/Google.Apis.xml", + "lib/netstandard2.0/Google.Apis.dll", + "lib/netstandard2.0/Google.Apis.pdb", + "lib/netstandard2.0/Google.Apis.xml" + ] + }, + "Google.Apis.Auth/1.68.0": { + "sha512": "hFx8Qz5bZ4w0hpnn4tSmZaaFpjAMsgVElZ+ZgVLUZ2r9i+AKcoVgwiNfv1pruNS5cCvpXqhKECbruBCfRezPHA==", + "type": "package", + "path": "google.apis.auth/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.auth.1.68.0.nupkg.sha512", + "google.apis.auth.nuspec", + "lib/net462/Google.Apis.Auth.dll", + "lib/net462/Google.Apis.Auth.pdb", + "lib/net462/Google.Apis.Auth.xml", + "lib/net6.0/Google.Apis.Auth.dll", + "lib/net6.0/Google.Apis.Auth.pdb", + "lib/net6.0/Google.Apis.Auth.xml", + "lib/netstandard2.0/Google.Apis.Auth.dll", + "lib/netstandard2.0/Google.Apis.Auth.pdb", + "lib/netstandard2.0/Google.Apis.Auth.xml" + ] + }, + "Google.Apis.Core/1.68.0": { + "sha512": "pAqwa6pfu53UXCR2b7A/PAPXeuVg6L1OFw38WckN27NU2+mf+KTjoEg2YGv/f0UyKxzz7DxF1urOTKg/6dTP9g==", + "type": "package", + "path": "google.apis.core/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.core.1.68.0.nupkg.sha512", + "google.apis.core.nuspec", + "lib/net462/Google.Apis.Core.dll", + "lib/net462/Google.Apis.Core.pdb", + "lib/net462/Google.Apis.Core.xml", + "lib/net6.0/Google.Apis.Core.dll", + "lib/net6.0/Google.Apis.Core.pdb", + "lib/net6.0/Google.Apis.Core.xml", + "lib/netstandard2.0/Google.Apis.Core.dll", + "lib/netstandard2.0/Google.Apis.Core.pdb", + "lib/netstandard2.0/Google.Apis.Core.xml" + ] + }, + "HarfBuzzSharp/7.3.0.2": { + "sha512": "0tCd6HyCmNsX/DniCp2b00fo0xPbdNwKOs9BxxyT8oOOuMlWjcSFwzONKyeckCKVBFEsbSmsAHPDTqxoSDwZMg==", + "type": "package", + "path": "harfbuzzsharp/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "harfbuzzsharp.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nuspec", + "lib/monoandroid1.0/HarfBuzzSharp.dll", + "lib/monoandroid1.0/HarfBuzzSharp.pdb", + "lib/monoandroid1.0/HarfBuzzSharp.xml", + "lib/net462/HarfBuzzSharp.dll", + "lib/net462/HarfBuzzSharp.pdb", + "lib/net462/HarfBuzzSharp.xml", + "lib/net6.0-android30.0/HarfBuzzSharp.dll", + "lib/net6.0-android30.0/HarfBuzzSharp.pdb", + "lib/net6.0-android30.0/HarfBuzzSharp.xml", + "lib/net6.0-ios13.6/HarfBuzzSharp.dll", + "lib/net6.0-ios13.6/HarfBuzzSharp.pdb", + "lib/net6.0-ios13.6/HarfBuzzSharp.xml", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.dll", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.pdb", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.xml", + "lib/net6.0-macos10.15/HarfBuzzSharp.dll", + "lib/net6.0-macos10.15/HarfBuzzSharp.pdb", + "lib/net6.0-macos10.15/HarfBuzzSharp.xml", + "lib/net6.0-tvos13.4/HarfBuzzSharp.dll", + "lib/net6.0-tvos13.4/HarfBuzzSharp.pdb", + "lib/net6.0-tvos13.4/HarfBuzzSharp.xml", + "lib/net6.0/HarfBuzzSharp.dll", + "lib/net6.0/HarfBuzzSharp.pdb", + "lib/net6.0/HarfBuzzSharp.xml", + "lib/netcoreapp3.1/HarfBuzzSharp.dll", + "lib/netcoreapp3.1/HarfBuzzSharp.pdb", + "lib/netcoreapp3.1/HarfBuzzSharp.xml", + "lib/netstandard1.3/HarfBuzzSharp.dll", + "lib/netstandard1.3/HarfBuzzSharp.pdb", + "lib/netstandard1.3/HarfBuzzSharp.xml", + "lib/netstandard2.0/HarfBuzzSharp.dll", + "lib/netstandard2.0/HarfBuzzSharp.pdb", + "lib/netstandard2.0/HarfBuzzSharp.xml", + "lib/netstandard2.1/HarfBuzzSharp.dll", + "lib/netstandard2.1/HarfBuzzSharp.pdb", + "lib/netstandard2.1/HarfBuzzSharp.xml", + "lib/tizen40/HarfBuzzSharp.dll", + "lib/tizen40/HarfBuzzSharp.pdb", + "lib/tizen40/HarfBuzzSharp.xml", + "lib/uap10.0.10240/HarfBuzzSharp.dll", + "lib/uap10.0.10240/HarfBuzzSharp.pdb", + "lib/uap10.0.10240/HarfBuzzSharp.xml", + "lib/uap10.0.16299/HarfBuzzSharp.dll", + "lib/uap10.0.16299/HarfBuzzSharp.pdb", + "lib/uap10.0.16299/HarfBuzzSharp.xml", + "lib/xamarinios1.0/HarfBuzzSharp.dll", + "lib/xamarinios1.0/HarfBuzzSharp.pdb", + "lib/xamarinios1.0/HarfBuzzSharp.xml", + "lib/xamarinmac2.0/HarfBuzzSharp.dll", + "lib/xamarinmac2.0/HarfBuzzSharp.pdb", + "lib/xamarinmac2.0/HarfBuzzSharp.xml", + "lib/xamarintvos1.0/HarfBuzzSharp.dll", + "lib/xamarintvos1.0/HarfBuzzSharp.pdb", + "lib/xamarintvos1.0/HarfBuzzSharp.xml", + "lib/xamarinwatchos1.0/HarfBuzzSharp.dll", + "lib/xamarinwatchos1.0/HarfBuzzSharp.pdb", + "lib/xamarinwatchos1.0/HarfBuzzSharp.xml" + ] + }, + "HarfBuzzSharp.NativeAssets.Linux/7.3.0.2": { + "sha512": "aKa5J1RqjXKAtdcZJp5wjC78klfBIzJHM6CneN76lFmQ9LLRJA9Oa0TkIDaV8lVLDKMAy5fCKHXFlXUK1YfL/g==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.linux/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.linux.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libHarfBuzzSharp.so", + "runtimes/linux-arm64/native/libHarfBuzzSharp.so", + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so", + "runtimes/linux-x64/native/libHarfBuzzSharp.so" + ] + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.2": { + "sha512": "nycYH/WLJ6ogm+I+QSFCdPJsdxSb5GANWYbQyp1vsd/KjXN56RVUJWPhbgP2GKb/Y7mrsHM7EProqVXlO/EMsA==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.macos/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.macos.nuspec", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libHarfBuzzSharp.dylib" + ] + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.2": { + "sha512": "DpF9JBzwws2dupOLnjME65hxQWWbN/GD40AoTkwB4S05WANvxo3n81AnQJKxWDCnrWfWhLPB36OF27TvEqzb/A==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.win32/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.win32.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libHarfBuzzSharp.dll", + "runtimes/win-x64/native/libHarfBuzzSharp.dll", + "runtimes/win-x86/native/libHarfBuzzSharp.dll" + ] + }, + "Humanizer/2.14.1": { + "sha512": "/FUTD3cEceAAmJSCPN9+J+VhGwmL/C12jvwlyM1DFXShEMsBzvLzLqSrJ2rb+k/W2znKw7JyflZgZpyE+tI7lA==", + "type": "package", + "path": "humanizer/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.2.14.1.nupkg.sha512", + "humanizer.nuspec", + "logo.png" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "Humanizer.Core.af/2.14.1": { + "sha512": "BoQHyu5le+xxKOw+/AUM7CLXneM/Bh3++0qh1u0+D95n6f9eGt9kNc8LcAHLIOwId7Sd5hiAaaav0Nimj3peNw==", + "type": "package", + "path": "humanizer.core.af/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.af.2.14.1.nupkg.sha512", + "humanizer.core.af.nuspec", + "lib/net6.0/af/Humanizer.resources.dll", + "lib/netstandard1.0/af/Humanizer.resources.dll", + "lib/netstandard2.0/af/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ar/2.14.1": { + "sha512": "3d1V10LDtmqg5bZjWkA/EkmGFeSfNBcyCH+TiHcHP+HGQQmRq3eBaLcLnOJbVQVn3Z6Ak8GOte4RX4kVCxQlFA==", + "type": "package", + "path": "humanizer.core.ar/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ar.2.14.1.nupkg.sha512", + "humanizer.core.ar.nuspec", + "lib/net6.0/ar/Humanizer.resources.dll", + "lib/netstandard1.0/ar/Humanizer.resources.dll", + "lib/netstandard2.0/ar/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.az/2.14.1": { + "sha512": "8Z/tp9PdHr/K2Stve2Qs/7uqWPWLUK9D8sOZDNzyv42e20bSoJkHFn7SFoxhmaoVLJwku2jp6P7HuwrfkrP18Q==", + "type": "package", + "path": "humanizer.core.az/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.az.2.14.1.nupkg.sha512", + "humanizer.core.az.nuspec", + "lib/net6.0/az/Humanizer.resources.dll", + "lib/netstandard1.0/az/Humanizer.resources.dll", + "lib/netstandard2.0/az/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bg/2.14.1": { + "sha512": "S+hIEHicrOcbV2TBtyoPp1AVIGsBzlarOGThhQYCnP6QzEYo/5imtok6LMmhZeTnBFoKhM8yJqRfvJ5yqVQKSQ==", + "type": "package", + "path": "humanizer.core.bg/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bg.2.14.1.nupkg.sha512", + "humanizer.core.bg.nuspec", + "lib/net6.0/bg/Humanizer.resources.dll", + "lib/netstandard1.0/bg/Humanizer.resources.dll", + "lib/netstandard2.0/bg/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bn-BD/2.14.1": { + "sha512": "U3bfj90tnUDRKlL1ZFlzhCHoVgpTcqUlTQxjvGCaFKb+734TTu3nkHUWVZltA1E/swTvimo/aXLtkxnLFrc0EQ==", + "type": "package", + "path": "humanizer.core.bn-bd/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "humanizer.core.bn-bd.nuspec", + "lib/net6.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard1.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard2.0/bn-BD/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.cs/2.14.1": { + "sha512": "jWrQkiCTy3L2u1T86cFkgijX6k7hoB0pdcFMWYaSZnm6rvG/XJE40tfhYyKhYYgIc1x9P2GO5AC7xXvFnFdqMQ==", + "type": "package", + "path": "humanizer.core.cs/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.cs.2.14.1.nupkg.sha512", + "humanizer.core.cs.nuspec", + "lib/net6.0/cs/Humanizer.resources.dll", + "lib/netstandard1.0/cs/Humanizer.resources.dll", + "lib/netstandard2.0/cs/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.da/2.14.1": { + "sha512": "5o0rJyE/2wWUUphC79rgYDnif/21MKTTx9LIzRVz9cjCIVFrJ2bDyR2gapvI9D6fjoyvD1NAfkN18SHBsO8S9g==", + "type": "package", + "path": "humanizer.core.da/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.da.2.14.1.nupkg.sha512", + "humanizer.core.da.nuspec", + "lib/net6.0/da/Humanizer.resources.dll", + "lib/netstandard1.0/da/Humanizer.resources.dll", + "lib/netstandard2.0/da/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.de/2.14.1": { + "sha512": "9JD/p+rqjb8f5RdZ3aEJqbjMYkbk4VFii2QDnnOdNo6ywEfg/A5YeOQ55CaBJmy7KvV4tOK4+qHJnX/tg3Z54A==", + "type": "package", + "path": "humanizer.core.de/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.de.2.14.1.nupkg.sha512", + "humanizer.core.de.nuspec", + "lib/net6.0/de/Humanizer.resources.dll", + "lib/netstandard1.0/de/Humanizer.resources.dll", + "lib/netstandard2.0/de/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.el/2.14.1": { + "sha512": "Xmv6sTL5mqjOWGGpqY7bvbfK5RngaUHSa8fYDGSLyxY9mGdNbDcasnRnMOvi0SxJS9gAqBCn21Xi90n2SHZbFA==", + "type": "package", + "path": "humanizer.core.el/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.el.2.14.1.nupkg.sha512", + "humanizer.core.el.nuspec", + "lib/net6.0/el/Humanizer.resources.dll", + "lib/netstandard1.0/el/Humanizer.resources.dll", + "lib/netstandard2.0/el/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.es/2.14.1": { + "sha512": "e//OIAeMB7pjBV1HqqI4pM2Bcw3Jwgpyz9G5Fi4c+RJvhqFwztoWxW57PzTnNJE2lbhGGLQZihFZjsbTUsbczA==", + "type": "package", + "path": "humanizer.core.es/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.es.2.14.1.nupkg.sha512", + "humanizer.core.es.nuspec", + "lib/net6.0/es/Humanizer.resources.dll", + "lib/netstandard1.0/es/Humanizer.resources.dll", + "lib/netstandard2.0/es/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fa/2.14.1": { + "sha512": "nzDOj1x0NgjXMjsQxrET21t1FbdoRYujzbmZoR8u8ou5CBWY1UNca0j6n/PEJR/iUbt4IxstpszRy41wL/BrpA==", + "type": "package", + "path": "humanizer.core.fa/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fa.2.14.1.nupkg.sha512", + "humanizer.core.fa.nuspec", + "lib/net6.0/fa/Humanizer.resources.dll", + "lib/netstandard1.0/fa/Humanizer.resources.dll", + "lib/netstandard2.0/fa/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fi-FI/2.14.1": { + "sha512": "Vnxxx4LUhp3AzowYi6lZLAA9Lh8UqkdwRh4IE2qDXiVpbo08rSbokATaEzFS+o+/jCNZBmoyyyph3vgmcSzhhQ==", + "type": "package", + "path": "humanizer.core.fi-fi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "humanizer.core.fi-fi.nuspec", + "lib/net6.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard1.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard2.0/fi-FI/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr/2.14.1": { + "sha512": "2p4g0BYNzFS3u9SOIDByp2VClYKO0K1ecDV4BkB9EYdEPWfFODYnF+8CH8LpUrpxL2TuWo2fiFx/4Jcmrnkbpg==", + "type": "package", + "path": "humanizer.core.fr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr.2.14.1.nupkg.sha512", + "humanizer.core.fr.nuspec", + "lib/net6.0/fr/Humanizer.resources.dll", + "lib/netstandard1.0/fr/Humanizer.resources.dll", + "lib/netstandard2.0/fr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr-BE/2.14.1": { + "sha512": "o6R3SerxCRn5Ij8nCihDNMGXlaJ/1AqefteAssgmU2qXYlSAGdhxmnrQAXZUDlE4YWt/XQ6VkNLtH7oMqsSPFQ==", + "type": "package", + "path": "humanizer.core.fr-be/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr-be.2.14.1.nupkg.sha512", + "humanizer.core.fr-be.nuspec", + "lib/net6.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard1.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard2.0/fr-BE/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.he/2.14.1": { + "sha512": "FPsAhy7Iw6hb+ZitLgYC26xNcgGAHXb0V823yFAzcyoL5ozM+DCJtYfDPYiOpsJhEZmKFTM9No0jUn1M89WGvg==", + "type": "package", + "path": "humanizer.core.he/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.he.2.14.1.nupkg.sha512", + "humanizer.core.he.nuspec", + "lib/net6.0/he/Humanizer.resources.dll", + "lib/netstandard1.0/he/Humanizer.resources.dll", + "lib/netstandard2.0/he/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hr/2.14.1": { + "sha512": "chnaD89yOlST142AMkAKLuzRcV5df3yyhDyRU5rypDiqrq2HN8y1UR3h1IicEAEtXLoOEQyjSAkAQ6QuXkn7aw==", + "type": "package", + "path": "humanizer.core.hr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hr.2.14.1.nupkg.sha512", + "humanizer.core.hr.nuspec", + "lib/net6.0/hr/Humanizer.resources.dll", + "lib/netstandard1.0/hr/Humanizer.resources.dll", + "lib/netstandard2.0/hr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hu/2.14.1": { + "sha512": "hAfnaoF9LTGU/CmFdbnvugN4tIs8ppevVMe3e5bD24+tuKsggMc5hYta9aiydI8JH9JnuVmxvNI4DJee1tK05A==", + "type": "package", + "path": "humanizer.core.hu/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hu.2.14.1.nupkg.sha512", + "humanizer.core.hu.nuspec", + "lib/net6.0/hu/Humanizer.resources.dll", + "lib/netstandard1.0/hu/Humanizer.resources.dll", + "lib/netstandard2.0/hu/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hy/2.14.1": { + "sha512": "sVIKxOiSBUb4gStRHo9XwwAg9w7TNvAXbjy176gyTtaTiZkcjr9aCPziUlYAF07oNz6SdwdC2mwJBGgvZ0Sl2g==", + "type": "package", + "path": "humanizer.core.hy/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hy.2.14.1.nupkg.sha512", + "humanizer.core.hy.nuspec", + "lib/net6.0/hy/Humanizer.resources.dll", + "lib/netstandard1.0/hy/Humanizer.resources.dll", + "lib/netstandard2.0/hy/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.id/2.14.1": { + "sha512": "4Zl3GTvk3a49Ia/WDNQ97eCupjjQRs2iCIZEQdmkiqyaLWttfb+cYXDMGthP42nufUL0SRsvBctN67oSpnXtsg==", + "type": "package", + "path": "humanizer.core.id/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.id.2.14.1.nupkg.sha512", + "humanizer.core.id.nuspec", + "lib/net6.0/id/Humanizer.resources.dll", + "lib/netstandard1.0/id/Humanizer.resources.dll", + "lib/netstandard2.0/id/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.is/2.14.1": { + "sha512": "R67A9j/nNgcWzU7gZy1AJ07ABSLvogRbqOWvfRDn4q6hNdbg/mjGjZBp4qCTPnB2mHQQTCKo3oeCUayBCNIBCw==", + "type": "package", + "path": "humanizer.core.is/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.is.2.14.1.nupkg.sha512", + "humanizer.core.is.nuspec", + "lib/net6.0/is/Humanizer.resources.dll", + "lib/netstandard1.0/is/Humanizer.resources.dll", + "lib/netstandard2.0/is/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.it/2.14.1": { + "sha512": "jYxGeN4XIKHVND02FZ+Woir3CUTyBhLsqxu9iqR/9BISArkMf1Px6i5pRZnvq4fc5Zn1qw71GKKoCaHDJBsLFw==", + "type": "package", + "path": "humanizer.core.it/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.it.2.14.1.nupkg.sha512", + "humanizer.core.it.nuspec", + "lib/net6.0/it/Humanizer.resources.dll", + "lib/netstandard1.0/it/Humanizer.resources.dll", + "lib/netstandard2.0/it/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ja/2.14.1": { + "sha512": "TM3ablFNoYx4cYJybmRgpDioHpiKSD7q0QtMrmpsqwtiiEsdW5zz/q4PolwAczFnvrKpN6nBXdjnPPKVet93ng==", + "type": "package", + "path": "humanizer.core.ja/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ja.2.14.1.nupkg.sha512", + "humanizer.core.ja.nuspec", + "lib/net6.0/ja/Humanizer.resources.dll", + "lib/netstandard1.0/ja/Humanizer.resources.dll", + "lib/netstandard2.0/ja/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ko-KR/2.14.1": { + "sha512": "CtvwvK941k/U0r8PGdEuBEMdW6jv/rBiA9tUhakC7Zd2rA/HCnDcbr1DiNZ+/tRshnhzxy/qwmpY8h4qcAYCtQ==", + "type": "package", + "path": "humanizer.core.ko-kr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "humanizer.core.ko-kr.nuspec", + "lib/netstandard1.0/ko-KR/Humanizer.resources.dll", + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ku/2.14.1": { + "sha512": "vHmzXcVMe+LNrF9txpdHzpG7XJX65SiN9GQd/Zkt6gsGIIEeECHrkwCN5Jnlkddw2M/b0HS4SNxdR1GrSn7uCA==", + "type": "package", + "path": "humanizer.core.ku/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ku.2.14.1.nupkg.sha512", + "humanizer.core.ku.nuspec", + "lib/net6.0/ku/Humanizer.resources.dll", + "lib/netstandard1.0/ku/Humanizer.resources.dll", + "lib/netstandard2.0/ku/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.lv/2.14.1": { + "sha512": "E1/KUVnYBS1bdOTMNDD7LV/jdoZv/fbWTLPtvwdMtSdqLyRTllv6PGM9xVQoFDYlpvVGtEl/09glCojPHw8ffA==", + "type": "package", + "path": "humanizer.core.lv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.lv.2.14.1.nupkg.sha512", + "humanizer.core.lv.nuspec", + "lib/net6.0/lv/Humanizer.resources.dll", + "lib/netstandard1.0/lv/Humanizer.resources.dll", + "lib/netstandard2.0/lv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ms-MY/2.14.1": { + "sha512": "vX8oq9HnYmAF7bek4aGgGFJficHDRTLgp/EOiPv9mBZq0i4SA96qVMYSjJ2YTaxs7Eljqit7pfpE2nmBhY5Fnw==", + "type": "package", + "path": "humanizer.core.ms-my/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ms-my.2.14.1.nupkg.sha512", + "humanizer.core.ms-my.nuspec", + "lib/netstandard1.0/ms-MY/Humanizer.resources.dll", + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.mt/2.14.1": { + "sha512": "pEgTBzUI9hzemF7xrIZigl44LidTUhNu4x/P6M9sAwZjkUF0mMkbpxKkaasOql7lLafKrnszs0xFfaxQyzeuZQ==", + "type": "package", + "path": "humanizer.core.mt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.mt.2.14.1.nupkg.sha512", + "humanizer.core.mt.nuspec", + "lib/netstandard1.0/mt/Humanizer.resources.dll", + "lib/netstandard2.0/mt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb/2.14.1": { + "sha512": "mbs3m6JJq53ssLqVPxNfqSdTxAcZN3njlG8yhJVx83XVedpTe1ECK9aCa8FKVOXv93Gl+yRHF82Hw9T9LWv2hw==", + "type": "package", + "path": "humanizer.core.nb/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb.2.14.1.nupkg.sha512", + "humanizer.core.nb.nuspec", + "lib/net6.0/nb/Humanizer.resources.dll", + "lib/netstandard1.0/nb/Humanizer.resources.dll", + "lib/netstandard2.0/nb/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb-NO/2.14.1": { + "sha512": "AsJxrrVYmIMbKDGe8W6Z6//wKv9dhWH7RsTcEHSr4tQt/80pcNvLi0hgD3fqfTtg0tWKtgch2cLf4prorEV+5A==", + "type": "package", + "path": "humanizer.core.nb-no/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb-no.2.14.1.nupkg.sha512", + "humanizer.core.nb-no.nuspec", + "lib/net6.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard1.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard2.0/nb-NO/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nl/2.14.1": { + "sha512": "24b0OUdzJxfoqiHPCtYnR5Y4l/s4Oh7KW7uDp+qX25NMAHLCGog2eRfA7p2kRJp8LvnynwwQxm2p534V9m55wQ==", + "type": "package", + "path": "humanizer.core.nl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nl.2.14.1.nupkg.sha512", + "humanizer.core.nl.nuspec", + "lib/net6.0/nl/Humanizer.resources.dll", + "lib/netstandard1.0/nl/Humanizer.resources.dll", + "lib/netstandard2.0/nl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pl/2.14.1": { + "sha512": "17mJNYaBssENVZyQHduiq+bvdXS0nhZJGEXtPKoMhKv3GD//WO0mEfd9wjEBsWCSmWI7bjRqhCidxzN+YtJmsg==", + "type": "package", + "path": "humanizer.core.pl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pl.2.14.1.nupkg.sha512", + "humanizer.core.pl.nuspec", + "lib/net6.0/pl/Humanizer.resources.dll", + "lib/netstandard1.0/pl/Humanizer.resources.dll", + "lib/netstandard2.0/pl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pt/2.14.1": { + "sha512": "8HB8qavcVp2la1GJX6t+G9nDYtylPKzyhxr9LAooIei9MnQvNsjEiIE4QvHoeDZ4weuQ9CsPg1c211XUMVEZ4A==", + "type": "package", + "path": "humanizer.core.pt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pt.2.14.1.nupkg.sha512", + "humanizer.core.pt.nuspec", + "lib/net6.0/pt/Humanizer.resources.dll", + "lib/netstandard1.0/pt/Humanizer.resources.dll", + "lib/netstandard2.0/pt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ro/2.14.1": { + "sha512": "psXNOcA6R8fSHoQYhpBTtTTYiOk8OBoN3PKCEDgsJKIyeY5xuK81IBdGi77qGZMu/OwBRQjQCBMtPJb0f4O1+A==", + "type": "package", + "path": "humanizer.core.ro/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ro.2.14.1.nupkg.sha512", + "humanizer.core.ro.nuspec", + "lib/net6.0/ro/Humanizer.resources.dll", + "lib/netstandard1.0/ro/Humanizer.resources.dll", + "lib/netstandard2.0/ro/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ru/2.14.1": { + "sha512": "zm245xUWrajSN2t9H7BTf84/2APbUkKlUJpcdgsvTdAysr1ag9fi1APu6JEok39RRBXDfNRVZHawQ/U8X0pSvQ==", + "type": "package", + "path": "humanizer.core.ru/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ru.2.14.1.nupkg.sha512", + "humanizer.core.ru.nuspec", + "lib/net6.0/ru/Humanizer.resources.dll", + "lib/netstandard1.0/ru/Humanizer.resources.dll", + "lib/netstandard2.0/ru/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sk/2.14.1": { + "sha512": "Ncw24Vf3ioRnbU4MsMFHafkyYi8JOnTqvK741GftlQvAbULBoTz2+e7JByOaasqeSi0KfTXeegJO+5Wk1c0Mbw==", + "type": "package", + "path": "humanizer.core.sk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sk.2.14.1.nupkg.sha512", + "humanizer.core.sk.nuspec", + "lib/net6.0/sk/Humanizer.resources.dll", + "lib/netstandard1.0/sk/Humanizer.resources.dll", + "lib/netstandard2.0/sk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sl/2.14.1": { + "sha512": "l8sUy4ciAIbVThWNL0atzTS2HWtv8qJrsGWNlqrEKmPwA4SdKolSqnTes9V89fyZTc2Q43jK8fgzVE2C7t009A==", + "type": "package", + "path": "humanizer.core.sl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sl.2.14.1.nupkg.sha512", + "humanizer.core.sl.nuspec", + "lib/net6.0/sl/Humanizer.resources.dll", + "lib/netstandard1.0/sl/Humanizer.resources.dll", + "lib/netstandard2.0/sl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr/2.14.1": { + "sha512": "rnNvhpkOrWEymy7R/MiFv7uef8YO5HuXDyvojZ7JpijHWA5dXuVXooCOiA/3E93fYa3pxDuG2OQe4M/olXbQ7w==", + "type": "package", + "path": "humanizer.core.sr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr.2.14.1.nupkg.sha512", + "humanizer.core.sr.nuspec", + "lib/net6.0/sr/Humanizer.resources.dll", + "lib/netstandard1.0/sr/Humanizer.resources.dll", + "lib/netstandard2.0/sr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "sha512": "nuy/ykpk974F8ItoQMS00kJPr2dFNjOSjgzCwfysbu7+gjqHmbLcYs7G4kshLwdA4AsVncxp99LYeJgoh1JF5g==", + "type": "package", + "path": "humanizer.core.sr-latn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "humanizer.core.sr-latn.nuspec", + "lib/net6.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard1.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sv/2.14.1": { + "sha512": "E53+tpAG0RCp+cSSI7TfBPC+NnsEqUuoSV0sU+rWRXWr9MbRWx1+Zj02XMojqjGzHjjOrBFBBio6m74seFl0AA==", + "type": "package", + "path": "humanizer.core.sv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sv.2.14.1.nupkg.sha512", + "humanizer.core.sv.nuspec", + "lib/net6.0/sv/Humanizer.resources.dll", + "lib/netstandard1.0/sv/Humanizer.resources.dll", + "lib/netstandard2.0/sv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.th-TH/2.14.1": { + "sha512": "eSevlJtvs1r4vQarNPfZ2kKDp/xMhuD00tVVzRXkSh1IAZbBJI/x2ydxUOwfK9bEwEp+YjvL1Djx2+kw7ziu7g==", + "type": "package", + "path": "humanizer.core.th-th/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.th-th.2.14.1.nupkg.sha512", + "humanizer.core.th-th.nuspec", + "lib/netstandard1.0/th-TH/Humanizer.resources.dll", + "lib/netstandard2.0/th-TH/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.tr/2.14.1": { + "sha512": "rQ8N+o7yFcFqdbtu1mmbrXFi8TQ+uy+fVH9OPI0CI3Cu1om5hUU/GOMC3hXsTCI6d79y4XX+0HbnD7FT5khegA==", + "type": "package", + "path": "humanizer.core.tr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.tr.2.14.1.nupkg.sha512", + "humanizer.core.tr.nuspec", + "lib/net6.0/tr/Humanizer.resources.dll", + "lib/netstandard1.0/tr/Humanizer.resources.dll", + "lib/netstandard2.0/tr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uk/2.14.1": { + "sha512": "2uEfujwXKNm6bdpukaLtEJD+04uUtQD65nSGCetA1fYNizItEaIBUboNfr3GzJxSMQotNwGVM3+nSn8jTd0VSg==", + "type": "package", + "path": "humanizer.core.uk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uk.2.14.1.nupkg.sha512", + "humanizer.core.uk.nuspec", + "lib/net6.0/uk/Humanizer.resources.dll", + "lib/netstandard1.0/uk/Humanizer.resources.dll", + "lib/netstandard2.0/uk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "sha512": "TD3ME2sprAvFqk9tkWrvSKx5XxEMlAn1sjk+cYClSWZlIMhQQ2Bp/w0VjX1Kc5oeKjxRAnR7vFcLUFLiZIDk9Q==", + "type": "package", + "path": "humanizer.core.uz-cyrl-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-cyrl-uz.nuspec", + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "sha512": "/kHAoF4g0GahnugZiEMpaHlxb+W6jCEbWIdsq9/I1k48ULOsl/J0pxZj93lXC3omGzVF1BTVIeAtv5fW06Phsg==", + "type": "package", + "path": "humanizer.core.uz-latn-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-latn-uz.nuspec", + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.vi/2.14.1": { + "sha512": "rsQNh9rmHMBtnsUUlJbShMsIMGflZtPmrMM6JNDw20nhsvqfrdcoDD8cMnLAbuSovtc3dP+swRmLQzKmXDTVPA==", + "type": "package", + "path": "humanizer.core.vi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.vi.2.14.1.nupkg.sha512", + "humanizer.core.vi.nuspec", + "lib/net6.0/vi/Humanizer.resources.dll", + "lib/netstandard1.0/vi/Humanizer.resources.dll", + "lib/netstandard2.0/vi/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-CN/2.14.1": { + "sha512": "uH2dWhrgugkCjDmduLdAFO9w1Mo0q07EuvM0QiIZCVm6FMCu/lGv2fpMu4GX+4HLZ6h5T2Pg9FIdDLCPN2a67w==", + "type": "package", + "path": "humanizer.core.zh-cn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "humanizer.core.zh-cn.nuspec", + "lib/net6.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard1.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard2.0/zh-CN/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "sha512": "WH6IhJ8V1UBG7rZXQk3dZUoP2gsi8a0WkL8xL0sN6WGiv695s8nVcmab9tWz20ySQbuzp0UkSxUQFi5jJHIpOQ==", + "type": "package", + "path": "humanizer.core.zh-hans/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "humanizer.core.zh-hans.nuspec", + "lib/net6.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "sha512": "VIXB7HCUC34OoaGnO3HJVtSv2/wljPhjV7eKH4+TFPgQdJj2lvHNKY41Dtg0Bphu7X5UaXFR4zrYYyo+GNOjbA==", + "type": "package", + "path": "humanizer.core.zh-hant/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "humanizer.core.zh-hant.nuspec", + "lib/net6.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll", + "logo.png" + ] + }, + "LigerShark.WebOptimizer.Core/3.0.426": { + "sha512": "Mc4FFKL40n2f4ognnwDrvFxLt+2CdsovhCobaS8u2HXriS2OP8uMDwDIwmE2irlAW+HhR04a+wF1XImtFPxxRg==", + "type": "package", + "path": "ligershark.weboptimizer.core/3.0.426", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/LigerShark.WebOptimizer.Core.props", + "build/LigerShark.WebOptimizer.Core.targets", + "lib/net6.0/WebOptimizer.Core.dll", + "lib/net6.0/WebOptimizer.Core.xml", + "lib/net8.0/WebOptimizer.Core.dll", + "lib/net8.0/WebOptimizer.Core.xml", + "ligershark.weboptimizer.core.3.0.426.nupkg.sha512", + "ligershark.weboptimizer.core.nuspec", + "logo.png" + ] + }, + "linq2db/5.4.1": { + "sha512": "qyH32MbFK6T55KsEcQYTbPFfkOa1Mo65lY/Zo8SFVMy0pwkQBCTnA/RUxyG5+l3D/mgfPz85PH3upDrtklSMrw==", + "type": "package", + "path": "linq2db/5.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MIT-LICENSE.txt", + "README.md", + "images/icon.png", + "lib/net45/linq2db.dll", + "lib/net45/linq2db.xml", + "lib/net46/linq2db.dll", + "lib/net46/linq2db.xml", + "lib/net472/linq2db.dll", + "lib/net472/linq2db.xml", + "lib/net6.0/linq2db.dll", + "lib/net6.0/linq2db.xml", + "lib/netcoreapp3.1/linq2db.dll", + "lib/netcoreapp3.1/linq2db.xml", + "lib/netstandard2.0/linq2db.dll", + "lib/netstandard2.0/linq2db.xml", + "lib/netstandard2.1/linq2db.dll", + "lib/netstandard2.1/linq2db.xml", + "linq2db.5.4.1.nupkg.sha512", + "linq2db.nuspec" + ] + }, + "MailKit/4.8.0": { + "sha512": "zZ1UoM4FUnSFUJ9fTl5CEEaejR0DNP6+FDt1OfXnjg4igZntcir1tg/8Ufd6WY5vrpmvToAjluYqjVM24A+5lA==", + "type": "package", + "path": "mailkit/4.8.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/ExchangeOAuth2.md", + "docs/FAQ.md", + "docs/GMailOAuth2.md", + "docs/README.md", + "icons/mailkit-50.png", + "lib/net462/MailKit.dll", + "lib/net462/MailKit.dll.config", + "lib/net462/MailKit.pdb", + "lib/net462/MailKit.xml", + "lib/net47/MailKit.dll", + "lib/net47/MailKit.dll.config", + "lib/net47/MailKit.pdb", + "lib/net47/MailKit.xml", + "lib/net48/MailKit.dll", + "lib/net48/MailKit.dll.config", + "lib/net48/MailKit.pdb", + "lib/net48/MailKit.xml", + "lib/net6.0/MailKit.dll", + "lib/net6.0/MailKit.dll.config", + "lib/net6.0/MailKit.pdb", + "lib/net6.0/MailKit.xml", + "lib/net8.0/MailKit.dll", + "lib/net8.0/MailKit.dll.config", + "lib/net8.0/MailKit.pdb", + "lib/net8.0/MailKit.xml", + "lib/netstandard2.0/MailKit.dll", + "lib/netstandard2.0/MailKit.dll.config", + "lib/netstandard2.0/MailKit.pdb", + "lib/netstandard2.0/MailKit.xml", + "lib/netstandard2.1/MailKit.dll", + "lib/netstandard2.1/MailKit.dll.config", + "lib/netstandard2.1/MailKit.pdb", + "lib/netstandard2.1/MailKit.xml", + "mailkit.4.8.0.nupkg.sha512", + "mailkit.nuspec" + ] + }, + "MaxMind.Db/4.1.0": { + "sha512": "lEjCFX0TUQCRmFS8xrXIQSi+4omJ1Fwy0gAHlbnjg8cgSBa0cllP5zOEftQ23EP247EbnF7mNCQ3JsG/bMkHAA==", + "type": "package", + "path": "maxmind.db/4.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.Db.dll", + "lib/net6.0/MaxMind.Db.xml", + "lib/net7.0/MaxMind.Db.dll", + "lib/net7.0/MaxMind.Db.xml", + "lib/net8.0/MaxMind.Db.dll", + "lib/net8.0/MaxMind.Db.xml", + "lib/netstandard2.0/MaxMind.Db.dll", + "lib/netstandard2.0/MaxMind.Db.xml", + "lib/netstandard2.1/MaxMind.Db.dll", + "lib/netstandard2.1/MaxMind.Db.xml", + "maxmind.db.4.1.0.nupkg.sha512", + "maxmind.db.nuspec" + ] + }, + "MaxMind.GeoIP2/5.2.0": { + "sha512": "E8i6yQPlAznLTfS8w208uY3oqCg6i7sQ9cxKmlDdhFMXVLfm4sKphOTMsIWdAHJCV7RxW2a3DlqxAPkQrqmqlA==", + "type": "package", + "path": "maxmind.geoip2/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.GeoIP2.dll", + "lib/net6.0/MaxMind.GeoIP2.xml", + "lib/net7.0/MaxMind.GeoIP2.dll", + "lib/net7.0/MaxMind.GeoIP2.xml", + "lib/net8.0/MaxMind.GeoIP2.dll", + "lib/net8.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.0/MaxMind.GeoIP2.dll", + "lib/netstandard2.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.1/MaxMind.GeoIP2.dll", + "lib/netstandard2.1/MaxMind.GeoIP2.xml", + "maxmind.geoip2.5.2.0.nupkg.sha512", + "maxmind.geoip2.nuspec" + ] + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "sha512": "tULjwFie6fYm4o6WfD+aHTTrps2I22MQVZpmEWaJumFmzZWA1nHsKezuCBl/u/iKiXtN3npL6MoINaiLHURr/A==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "sha512": "D46awzK+Q0jP7Bq0cQlsxQrhg7MBhlxG2z+U+9EzcbjcjaDzQvaD5/cxD+qKdu9bHMcSFf9fMr5wizSBPPai1Q==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "sha512": "MPL4iVyiaRxnOUY5VATHjvhDWaAEFb77KFiUxVRklv3Z3v+STofUr1UG/aCt1O9cgN7FVTDaC5A7U+zsLub8Xg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.10": { + "sha512": "pLEDpobrApzc+9IgnlwMfWHfVaOWdNlBFgfggxFgMw57sn/iTkPMwc8eaufcKcLyCCNZQ1r6GRLsIIzUMtH8eg==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.10": { + "sha512": "2DIFj+w15yFIQbh4AgQQC8m0UJfhiF20s3h/DlTyiPGgNfijZ9TxqauYqaj81hF5Pc9wUg9agvxlH+4eUFjoRg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "sha512": "M0h+ChPgydX2xY17agiphnAVa/Qh05RAP8eeuqGGhQKT10claRBlLNO6d2/oSV8zy0RLHzwLnNZm5xuC/gckGA==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll", + "microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.extensions.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": { + "sha512": "FM83yTM+cyfHWMAyh86KXh7ZGrwOQLyGDG6LB3erO8kxwmdMN5zBkYxJmIfXhjRL07+q1mpO7gqUkBvyGy6NfQ==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "build/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.xml", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.nuspec" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "sha512": "yCtBr1GSGzJrrp1NJUb4ltwFYMKHw/tJLnIDvg9g/FnkGIEzmE19tbCQqXARIJv5kdtBgsoVIdGLL+zmjxvM/A==", + "type": "package", + "path": "microsoft.aspnetcore.razor.language/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll", + "microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.razor.language.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "sha512": "7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.2", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "EULA.rtf", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/AnalysisLevel_2_9_8_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_Default.editorconfig", + "build/config/AnalysisLevel_3_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_Default.editorconfig", + "build/config/AnalysisLevel_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_Default.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "sha512": "d02ybMhUJl1r/dI6SkJPHrTiTzXBYCZeJdOLMckV+jyoMU/GGkjqFX/sRbv1K0QmlpwwKuLTiYVQvfYC+8ox2g==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "sha512": "2UVTGtyQGgTCazvnT6t82f+7AV2L+kqJdyb61rT9GQed4yK+tVh5IkaKcsm70VqyZQhBbDqsfZFNHnY65xhrRw==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "sha512": "uqdzuQXxD7XrJCbIbbwpI/LOv0PBJ9VIR0gdvANTHOfK5pjTaCir+XcwvYvBZ5BIzd0KGzyiamzlEWw1cK1q0w==", + "type": "package", + "path": "microsoft.codeanalysis.razor/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll", + "microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "microsoft.codeanalysis.razor.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/5.2.0": { + "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.10": { + "sha512": "Cz0qWHBA4UsM46BI/nehilD8dyglAYZ59gBkbgUzOnq9y4g52jb5R6wu7lKOyOi/pJx/VSt/Tt5LAbtxa27ZJw==", + "type": "package", + "path": "microsoft.extensions.caching.sqlserver/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.xml", + "microsoft.extensions.caching.sqlserver.8.0.10.nupkg.sha512", + "microsoft.extensions.caching.sqlserver.nuspec" + ] + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.10": { + "sha512": "60BGmEIij4UjMf6iG9hUQy6+aZC5X4UVNpJ0O/TU2Dt3z/XnNuC/vgjtpbfrhYdkeVegqFwGIHnWk/kEI4eddA==", + "type": "package", + "path": "microsoft.extensions.caching.stackexchangeredis/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "microsoft.extensions.caching.stackexchangeredis.8.0.10.nupkg.sha512", + "microsoft.extensions.caching.stackexchangeredis.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "sha512": "sS+U28IfgZSQUS2b3MayPdYGBJlHOWwgnfAZ77bZLkgU0z+lJz7lgzrKQUm9SgKF+OAc5B9kWJV5PB6l7mWWZA==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "sha512": "00J6eE920t5vfPnEHBSGyj1Ya9lG6WYsMwqvLZ0nMPPTD2UxkaL+FNJM5DNSnMFJtV84KkUudPRngmNiCkqhuA==", + "type": "package", + "path": "microsoft.extensions.hosting.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "type": "package", + "path": "microsoft.extensions.logging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "sha512": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "sha512": "OVX5tlKg6LY+XKqlUn7i9KY+6Liut0iewWff2DNr7129i/NJ8rpUzbmxavPydZgcLREEWHklXZiPKCS895tNIQ==", + "type": "package", + "path": "microsoft.extensions.objectpool/6.0.16", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.ObjectPool.dll", + "lib/net461/Microsoft.Extensions.ObjectPool.xml", + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll", + "lib/net6.0/Microsoft.Extensions.ObjectPool.xml", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/8.0.2": { + "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "type": "package", + "path": "microsoft.extensions.options/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "type": "package", + "path": "microsoft.extensions.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Identity.Client/4.66.1": { + "sha512": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==", + "type": "package", + "path": "microsoft.identity.client/4.66.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net472/Microsoft.Identity.Client.dll", + "lib/net472/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.66.1.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.65.0": { + "sha512": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.65.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.65.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "type": "package", + "path": "microsoft.identitymodel.logging/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "type": "package", + "path": "microsoft.identitymodel.protocols/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "type": "package", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "type": "package", + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", + "type": "package", + "path": "microsoft.netcore.platforms/2.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "type": "package", + "path": "microsoft.sqlserver.server/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" + ] + }, + "Microsoft.Win32.Registry/4.7.0": { + "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "type": "package", + "path": "microsoft.win32.registry/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.4.7.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "MimeKit/4.8.0": { + "sha512": "U24wp4LKED+sBRzyrWICE+3bSwptsTrPOcCIXbW5zfeThCNzQx5NCo8Wus+Rmi+EUkQrCwlI/3sVfejeq9tuxQ==", + "type": "package", + "path": "mimekit/4.8.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/FAQ.md", + "docs/README.md", + "icons/mimekit-50.png", + "lib/net462/MimeKit.dll", + "lib/net462/MimeKit.dll.config", + "lib/net462/MimeKit.pdb", + "lib/net462/MimeKit.xml", + "lib/net47/MimeKit.dll", + "lib/net47/MimeKit.dll.config", + "lib/net47/MimeKit.pdb", + "lib/net47/MimeKit.xml", + "lib/net48/MimeKit.dll", + "lib/net48/MimeKit.dll.config", + "lib/net48/MimeKit.pdb", + "lib/net48/MimeKit.xml", + "lib/net6.0/MimeKit.dll", + "lib/net6.0/MimeKit.dll.config", + "lib/net6.0/MimeKit.pdb", + "lib/net6.0/MimeKit.xml", + "lib/net8.0/MimeKit.dll", + "lib/net8.0/MimeKit.dll.config", + "lib/net8.0/MimeKit.pdb", + "lib/net8.0/MimeKit.xml", + "lib/netstandard2.0/MimeKit.dll", + "lib/netstandard2.0/MimeKit.dll.config", + "lib/netstandard2.0/MimeKit.pdb", + "lib/netstandard2.0/MimeKit.xml", + "lib/netstandard2.1/MimeKit.dll", + "lib/netstandard2.1/MimeKit.dll.config", + "lib/netstandard2.1/MimeKit.pdb", + "lib/netstandard2.1/MimeKit.xml", + "mimekit.4.8.0.nupkg.sha512", + "mimekit.nuspec" + ] + }, + "MySqlConnector/2.3.7": { + "sha512": "YiVOxvJ+vAYW8NT9gHv8RxKCDFCSXAObF3z0Ou/8WRv8Lsn2QsxaPW5xEwPE+xCcAq6BGkrI8GTOC09Xg09blQ==", + "type": "package", + "path": "mysqlconnector/2.3.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/MySqlConnector.dll", + "lib/net462/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net48/MySqlConnector.dll", + "lib/net48/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/net8.0/MySqlConnector.dll", + "lib/net8.0/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.3.7.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "type": "package", + "path": "newtonsoft.json/13.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "sha512": "QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==", + "type": "package", + "path": "nito.asyncex.coordination/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Coordination.dll", + "lib/net461/Nito.AsyncEx.Coordination.xml", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.dll", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.xml", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.xml", + "nito.asyncex.coordination.5.1.2.nupkg.sha512", + "nito.asyncex.coordination.nuspec" + ] + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "sha512": "jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==", + "type": "package", + "path": "nito.asyncex.tasks/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Tasks.dll", + "lib/net461/Nito.AsyncEx.Tasks.xml", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.dll", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.xml", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.xml", + "nito.asyncex.tasks.5.1.2.nupkg.sha512", + "nito.asyncex.tasks.nuspec" + ] + }, + "Nito.Collections.Deque/1.1.1": { + "sha512": "CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==", + "type": "package", + "path": "nito.collections.deque/1.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Collections.Deque.dll", + "lib/net461/Nito.Collections.Deque.xml", + "lib/netstandard1.0/Nito.Collections.Deque.dll", + "lib/netstandard1.0/Nito.Collections.Deque.xml", + "lib/netstandard2.0/Nito.Collections.Deque.dll", + "lib/netstandard2.0/Nito.Collections.Deque.xml", + "nito.collections.deque.1.1.1.nupkg.sha512", + "nito.collections.deque.nuspec" + ] + }, + "Nito.Disposables/2.2.1": { + "sha512": "6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==", + "type": "package", + "path": "nito.disposables/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Disposables.dll", + "lib/net461/Nito.Disposables.xml", + "lib/netstandard1.0/Nito.Disposables.dll", + "lib/netstandard1.0/Nito.Disposables.xml", + "lib/netstandard2.0/Nito.Disposables.dll", + "lib/netstandard2.0/Nito.Disposables.xml", + "lib/netstandard2.1/Nito.Disposables.dll", + "lib/netstandard2.1/Nito.Disposables.xml", + "nito.disposables.2.2.1.nupkg.sha512", + "nito.disposables.nuspec" + ] + }, + "Npgsql/8.0.5": { + "sha512": "zRG5V8cyeZLpzJlKzFKjEwkRMYIYnHWJvEor2lWXeccS2E1G2nIWYYhnukB51iz5XsWSVEtqg3AxTWM0QJ6vfg==", + "type": "package", + "path": "npgsql/8.0.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Npgsql.dll", + "lib/net6.0/Npgsql.xml", + "lib/net7.0/Npgsql.dll", + "lib/net7.0/Npgsql.xml", + "lib/net8.0/Npgsql.dll", + "lib/net8.0/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.8.0.5.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" + ] + }, + "NUglify/1.21.9": { + "sha512": "ULyI/scrIRAo2In6cnaCc/QkWUt+wB6pBVt5lrVddOKyamsCAm1XgArkk4px9tVn6SipjhbTt4M38QPlpoET+g==", + "type": "package", + "path": "nuglify/1.21.9", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/NUglify.dll", + "lib/net35/NUglify.xml", + "lib/net40/NUglify.dll", + "lib/net40/NUglify.xml", + "lib/net5.0/NUglify.dll", + "lib/net5.0/NUglify.xml", + "lib/netstandard1.3/NUglify.dll", + "lib/netstandard1.3/NUglify.xml", + "lib/netstandard2.0/NUglify.dll", + "lib/netstandard2.0/NUglify.xml", + "nuglify.1.21.9.nupkg.sha512", + "nuglify.nuspec", + "nuglify.png" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "QuestPDF/2024.10.1": { + "sha512": "pjPmQ/K5yI9EDuLceHa+HTPYMLAN0Lgpfmhsf4SxNhkU/nJ3Qc9k2d9wSg+1DNrub6hh2uJZx5xOk2jN6CNlew==", + "type": "package", + "path": "questpdf/2024.10.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Contributors.md", + "Description.md", + "Documentation.xml", + "ExternalDependencyLicenses/emsdk.txt", + "ExternalDependencyLicenses/expat.txt", + "ExternalDependencyLicenses/harfbuzz.txt", + "ExternalDependencyLicenses/icu.txt", + "ExternalDependencyLicenses/libjpeg-turbo.txt", + "ExternalDependencyLicenses/libpng.txt", + "ExternalDependencyLicenses/libwebp.txt", + "ExternalDependencyLicenses/ninja-build.txt", + "ExternalDependencyLicenses/readme.txt", + "ExternalDependencyLicenses/skia.txt", + "ExternalDependencyLicenses/wuffs.txt", + "ExternalDependencyLicenses/zlib.txt", + "LatoFont/Lato-Black.ttf", + "LatoFont/Lato-BlackItalic.ttf", + "LatoFont/Lato-Bold.ttf", + "LatoFont/Lato-BoldItalic.ttf", + "LatoFont/Lato-ExtraBold.ttf", + "LatoFont/Lato-ExtraBoldItalic.ttf", + "LatoFont/Lato-ExtraLight.ttf", + "LatoFont/Lato-ExtraLightItalic.ttf", + "LatoFont/Lato-Italic.ttf", + "LatoFont/Lato-Light.ttf", + "LatoFont/Lato-LightItalic.ttf", + "LatoFont/Lato-Medium.ttf", + "LatoFont/Lato-MediumItalic.ttf", + "LatoFont/Lato-Regular.ttf", + "LatoFont/Lato-SemiBold.ttf", + "LatoFont/Lato-SemiBoldItalic.ttf", + "LatoFont/Lato-Thin.ttf", + "LatoFont/Lato-ThinItalic.ttf", + "LatoFont/OFL.txt", + "Logo.png", + "PackageLicense.md", + "PackageReadme.md", + "ReleaseNotes.txt", + "build/QuestPDF.targets", + "build/net4/QuestPDF.targets", + "buildTransitive/QuestPDF.targets", + "buildTransitive/net4/QuestPDF.targets", + "lib/net6.0/QuestPDF.dll", + "lib/net6.0/QuestPDF.xml", + "lib/net8.0/QuestPDF.dll", + "lib/net8.0/QuestPDF.xml", + "lib/netstandard2.0/QuestPDF.dll", + "lib/netstandard2.0/QuestPDF.xml", + "questpdf.2024.10.1.nupkg.sha512", + "questpdf.nuspec", + "runtimes/linux-arm64/native/libQuestPdfSkia.so", + "runtimes/linux-musl-x64/native/libQuestPdfSkia.so", + "runtimes/linux-x64/native/libQuestPdfSkia.so", + "runtimes/osx-arm64/native/libQuestPdfSkia.dylib", + "runtimes/osx-x64/native/libQuestPdfSkia.dylib", + "runtimes/win-x64/native/QuestPdfSkia.dll", + "runtimes/win-x86/native/QuestPdfSkia.dll" + ] + }, + "RBush/3.2.0": { + "sha512": "ijGh9N0zZ7JfXk3oQkWCwK8SwSSByexbyh/MjbCjNxOft9eG5ZqKC1vdgiYq78h4IZRFmN4s3JZ/b10Jipud5w==", + "type": "package", + "path": "rbush/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/RBush.dll", + "lib/net6.0/RBush.xml", + "lib/netcoreapp3.1/RBush.dll", + "lib/netcoreapp3.1/RBush.xml", + "lib/netstandard1.2/RBush.dll", + "lib/netstandard1.2/RBush.xml", + "rbush.3.2.0.nupkg.sha512", + "rbush.nuspec", + "readme.md" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "ShimSkiaSharp/2.0.0.1": { + "sha512": "UcUtnhIlriwCmgThNdCjNqfjX1JCMxrx3xzYrcXovMVoxMWi8ulQAwa21vz2NiyaXkHfu4fYcNH2aeLVYxHq9Q==", + "type": "package", + "path": "shimskiasharp/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/ShimSkiaSharp.dll", + "lib/net6.0/ShimSkiaSharp.dll", + "lib/net8.0/ShimSkiaSharp.dll", + "lib/netstandard2.0/ShimSkiaSharp.dll", + "shimskiasharp.2.0.0.1.nupkg.sha512", + "shimskiasharp.nuspec" + ] + }, + "SixLabors.Fonts/1.0.0": { + "sha512": "LFQsCZlV0xlUyXAOMUo5kkSl+8zAQXXbbdwWchtk0B4o7zotZhQsQOcJUELGHdfPfm/xDAsz6hONAuV25bJaAg==", + "type": "package", + "path": "sixlabors.fonts/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netcoreapp3.1/SixLabors.Fonts.dll", + "lib/netcoreapp3.1/SixLabors.Fonts.xml", + "lib/netstandard2.0/SixLabors.Fonts.dll", + "lib/netstandard2.0/SixLabors.Fonts.xml", + "lib/netstandard2.1/SixLabors.Fonts.dll", + "lib/netstandard2.1/SixLabors.Fonts.xml", + "sixlabors.fonts.1.0.0.nupkg.sha512", + "sixlabors.fonts.128.png", + "sixlabors.fonts.nuspec" + ] + }, + "SkiaSharp/2.88.8": { + "sha512": "bRkp3uKp5ZI8gXYQT57uKwil1uobb2p8c69n7v5evlB/2JNcMAXVcw9DZAP5Ig3WSvgzGm2YSn27UVeOi05NlA==", + "type": "package", + "path": "skiasharp/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "interactive-extensions/dotnet/SkiaSharp.DotNet.Interactive.dll", + "lib/monoandroid1.0/SkiaSharp.dll", + "lib/monoandroid1.0/SkiaSharp.pdb", + "lib/monoandroid1.0/SkiaSharp.xml", + "lib/net462/SkiaSharp.dll", + "lib/net462/SkiaSharp.pdb", + "lib/net462/SkiaSharp.xml", + "lib/net6.0-android30.0/SkiaSharp.dll", + "lib/net6.0-android30.0/SkiaSharp.pdb", + "lib/net6.0-android30.0/SkiaSharp.xml", + "lib/net6.0-ios13.6/SkiaSharp.dll", + "lib/net6.0-ios13.6/SkiaSharp.pdb", + "lib/net6.0-ios13.6/SkiaSharp.xml", + "lib/net6.0-maccatalyst13.5/SkiaSharp.dll", + "lib/net6.0-maccatalyst13.5/SkiaSharp.pdb", + "lib/net6.0-maccatalyst13.5/SkiaSharp.xml", + "lib/net6.0-macos10.15/SkiaSharp.dll", + "lib/net6.0-macos10.15/SkiaSharp.pdb", + "lib/net6.0-macos10.15/SkiaSharp.xml", + "lib/net6.0-tizen7.0/SkiaSharp.dll", + "lib/net6.0-tizen7.0/SkiaSharp.pdb", + "lib/net6.0-tizen7.0/SkiaSharp.xml", + "lib/net6.0-tvos13.4/SkiaSharp.dll", + "lib/net6.0-tvos13.4/SkiaSharp.pdb", + "lib/net6.0-tvos13.4/SkiaSharp.xml", + "lib/net6.0/SkiaSharp.dll", + "lib/net6.0/SkiaSharp.pdb", + "lib/net6.0/SkiaSharp.xml", + "lib/netcoreapp3.1/SkiaSharp.dll", + "lib/netcoreapp3.1/SkiaSharp.pdb", + "lib/netcoreapp3.1/SkiaSharp.xml", + "lib/netstandard1.3/SkiaSharp.dll", + "lib/netstandard1.3/SkiaSharp.pdb", + "lib/netstandard1.3/SkiaSharp.xml", + "lib/netstandard2.0/SkiaSharp.dll", + "lib/netstandard2.0/SkiaSharp.pdb", + "lib/netstandard2.0/SkiaSharp.xml", + "lib/netstandard2.1/SkiaSharp.dll", + "lib/netstandard2.1/SkiaSharp.pdb", + "lib/netstandard2.1/SkiaSharp.xml", + "lib/tizen40/SkiaSharp.dll", + "lib/tizen40/SkiaSharp.pdb", + "lib/tizen40/SkiaSharp.xml", + "lib/uap10.0.10240/SkiaSharp.dll", + "lib/uap10.0.10240/SkiaSharp.pdb", + "lib/uap10.0.10240/SkiaSharp.xml", + "lib/uap10.0.16299/SkiaSharp.dll", + "lib/uap10.0.16299/SkiaSharp.pdb", + "lib/uap10.0.16299/SkiaSharp.xml", + "lib/xamarinios1.0/SkiaSharp.dll", + "lib/xamarinios1.0/SkiaSharp.pdb", + "lib/xamarinios1.0/SkiaSharp.xml", + "lib/xamarinmac2.0/SkiaSharp.dll", + "lib/xamarinmac2.0/SkiaSharp.pdb", + "lib/xamarinmac2.0/SkiaSharp.xml", + "lib/xamarintvos1.0/SkiaSharp.dll", + "lib/xamarintvos1.0/SkiaSharp.pdb", + "lib/xamarintvos1.0/SkiaSharp.xml", + "lib/xamarinwatchos1.0/SkiaSharp.dll", + "lib/xamarinwatchos1.0/SkiaSharp.pdb", + "lib/xamarinwatchos1.0/SkiaSharp.xml", + "skiasharp.2.88.8.nupkg.sha512", + "skiasharp.nuspec" + ] + }, + "SkiaSharp.HarfBuzz/2.88.8": { + "sha512": "ajSyJ2D17R0kZ4FwKwFrJTsYs3D3Y9iRBLhNecROR7dOxC6VTFaMPXJuwQB8KYpAqgmb2JAJFEgZ3i8MaaIw1g==", + "type": "package", + "path": "skiasharp.harfbuzz/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "lib/net462/SkiaSharp.HarfBuzz.dll", + "lib/net462/SkiaSharp.HarfBuzz.pdb", + "lib/net462/SkiaSharp.HarfBuzz.xml", + "lib/net6.0/SkiaSharp.HarfBuzz.dll", + "lib/net6.0/SkiaSharp.HarfBuzz.pdb", + "lib/net6.0/SkiaSharp.HarfBuzz.xml", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.dll", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.pdb", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.xml", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.dll", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.xml", + "skiasharp.harfbuzz.2.88.8.nupkg.sha512", + "skiasharp.harfbuzz.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "sha512": "/DoKtdyvRgCC5GR/SH+ps3ZiOjmf0BYpAyrhWQELFOO1hdcqddrDVJjDNCOJ41vV+NlS5b3kcDoZZ7jLhFjyXg==", + "type": "package", + "path": "skiasharp.nativeassets.linux.nodependencies/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libSkiaSharp.so", + "runtimes/linux-arm64/native/libSkiaSharp.so", + "runtimes/linux-musl-x64/native/libSkiaSharp.so", + "runtimes/linux-x64/native/libSkiaSharp.so", + "skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.linux.nodependencies.nuspec" + ] + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "sha512": "6Kn5TSkKlfyS6azWHF3Jk2sW5C4jCE5uSshM/5AbfFrR+5n6qM5XEnz9h4VaVl7LTxBvHvMkuPb/3bpbq0vxTw==", + "type": "package", + "path": "skiasharp.nativeassets.macos/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libSkiaSharp.dylib", + "skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.macos.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "sha512": "O9QXoWEXA+6cweR4h3BOnwMz+pO9vL9mXdjLrpDd0w1QzCgWmLQBxa1VgySDITiH7nQndrDG1h6937zm9pLj1Q==", + "type": "package", + "path": "skiasharp.nativeassets.win32/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Win32.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libSkiaSharp.dll", + "runtimes/win-x64/native/libSkiaSharp.dll", + "runtimes/win-x86/native/libSkiaSharp.dll", + "skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.win32.nuspec" + ] + }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, + "Svg.Custom/2.0.0.1": { + "sha512": "RDQkecvotRs6Cadg0d8IxoXMSkYzVhrYkBWOlS0cW/Krm7Fzr+/LbXdUuXYRnKDoRoSRzzP9GAKmv5Z9oZTM1w==", + "type": "package", + "path": "svg.custom/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Svg.Custom.dll", + "lib/net8.0/Svg.Custom.dll", + "lib/netstandard2.0/Svg.Custom.dll", + "svg.custom.2.0.0.1.nupkg.sha512", + "svg.custom.nuspec" + ] + }, + "Svg.Model/2.0.0.1": { + "sha512": "lHAW6yYC62oKAXmTol2f0Ke6je5VkGTilSvnk4ynZ8577o7/eCnvZyPJcoFPryOX+s+6aAUA1rbbcK1JfsQzEA==", + "type": "package", + "path": "svg.model/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Model.dll", + "lib/net6.0/Svg.Model.dll", + "lib/net8.0/Svg.Model.dll", + "lib/netstandard2.0/Svg.Model.dll", + "svg.model.2.0.0.1.nupkg.sha512", + "svg.model.nuspec" + ] + }, + "Svg.Skia/2.0.0.1": { + "sha512": "yn1+xr8sXV88qdAQbv+O+9Sf8Ymp0SFxDNGvyNWEr8OdyEtBndnzPPW5uHLIxzmsH4JFHaTOpL+wDF8Vj05iFQ==", + "type": "package", + "path": "svg.skia/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Skia.dll", + "lib/net6.0/Svg.Skia.dll", + "lib/net8.0/Svg.Skia.dll", + "lib/netstandard2.0/Svg.Skia.dll", + "svg.skia.2.0.0.1.nupkg.sha512", + "svg.skia.nuspec" + ] + }, + "System.ClientModel/1.1.0": { + "sha512": "UocOlCkxLZrG2CKMAAImPcldJTxeesHnHGHwhJ0pNlZEvEXcWKuQvVOER2/NiOkJGRJk978SNdw3j6/7O9H1lg==", + "type": "package", + "path": "system.clientmodel/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.1.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/7.0.0": { + "sha512": "GLltyqEsE5/3IE+zYRP5sNa1l44qKl9v+bfdMcwg+M9qnQf47wK3H0SUR/T+3N4JEQXF3vV4CSuuo0rsg+nq2A==", + "type": "package", + "path": "system.codedom/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.CodeDom.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.CodeDom.targets", + "lib/net462/System.CodeDom.dll", + "lib/net462/System.CodeDom.xml", + "lib/net6.0/System.CodeDom.dll", + "lib/net6.0/System.CodeDom.xml", + "lib/net7.0/System.CodeDom.dll", + "lib/net7.0/System.CodeDom.xml", + "lib/netstandard2.0/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.xml", + "system.codedom.7.0.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Immutable/5.0.0": { + "sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", + "type": "package", + "path": "system.collections.immutable/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/netstandard1.3/System.Collections.Immutable.dll", + "lib/netstandard1.3/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.5.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ComponentModel.Annotations/5.0.0": { + "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "type": "package", + "path": "system.componentmodel.annotations/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net461/System.ComponentModel.Annotations.dll", + "lib/netcore50/System.ComponentModel.Annotations.dll", + "lib/netstandard1.4/System.ComponentModel.Annotations.dll", + "lib/netstandard2.0/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.xml", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net461/System.ComponentModel.Annotations.dll", + "ref/net461/System.ComponentModel.Annotations.xml", + "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard2.0/System.ComponentModel.Annotations.dll", + "ref/netstandard2.0/System.ComponentModel.Annotations.xml", + "ref/netstandard2.1/System.ComponentModel.Annotations.dll", + "ref/netstandard2.1/System.ComponentModel.Annotations.xml", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.annotations.5.0.0.nupkg.sha512", + "system.componentmodel.annotations.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.1": { + "sha512": "gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", + "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.8.0.1.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.DiagnosticSource/8.0.1": { + "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net462/System.Diagnostics.DiagnosticSource.dll", + "lib/net462/System.Diagnostics.DiagnosticSource.xml", + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.EventLog/8.0.1": { + "sha512": "n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg==", + "type": "package", + "path": "system.diagnostics.eventlog/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net6.0/System.Diagnostics.EventLog.dll", + "lib/net6.0/System.Diagnostics.EventLog.xml", + "lib/net7.0/System.Diagnostics.EventLog.dll", + "lib/net7.0/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.8.0.1.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tracing.4.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Formats.Asn1/8.0.1": { + "sha512": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==", + "type": "package", + "path": "system.formats.asn1/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Formats.Asn1.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", + "lib/net462/System.Formats.Asn1.dll", + "lib/net462/System.Formats.Asn1.xml", + "lib/net6.0/System.Formats.Asn1.dll", + "lib/net6.0/System.Formats.Asn1.xml", + "lib/net7.0/System.Formats.Asn1.dll", + "lib/net7.0/System.Formats.Asn1.xml", + "lib/net8.0/System.Formats.Asn1.dll", + "lib/net8.0/System.Formats.Asn1.xml", + "lib/netstandard2.0/System.Formats.Asn1.dll", + "lib/netstandard2.0/System.Formats.Asn1.xml", + "system.formats.asn1.8.0.1.nupkg.sha512", + "system.formats.asn1.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "type": "package", + "path": "system.identitymodel.tokens.jwt/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/System.IdentityModel.Tokens.Jwt.dll", + "lib/net45/System.IdentityModel.Tokens.Jwt.xml", + "lib/net461/System.IdentityModel.Tokens.Jwt.dll", + "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "lib/net462/System.IdentityModel.Tokens.Jwt.dll", + "lib/net462/System.IdentityModel.Tokens.Jwt.xml", + "lib/net472/System.IdentityModel.Tokens.Jwt.dll", + "lib/net472/System.IdentityModel.Tokens.Jwt.xml", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", + "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "type": "package", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.Hashing/6.0.0": { + "sha512": "Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", + "type": "package", + "path": "system.io.hashing/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Hashing.dll", + "lib/net461/System.IO.Hashing.xml", + "lib/net6.0/System.IO.Hashing.dll", + "lib/net6.0/System.IO.Hashing.xml", + "lib/netstandard2.0/System.IO.Hashing.dll", + "lib/netstandard2.0/System.IO.Hashing.xml", + "system.io.hashing.6.0.0.nupkg.sha512", + "system.io.hashing.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Packaging/8.0.0": { + "sha512": "8g1V4YRpdGAxFcK8v9OjuMdIOJSpF30Zb1JGicwVZhly3I994WFyBdV6mQEo8d3T+URQe55/M0U0eIH0Hts1bg==", + "type": "package", + "path": "system.io.packaging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.IO.Packaging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", + "lib/net462/System.IO.Packaging.dll", + "lib/net462/System.IO.Packaging.xml", + "lib/net6.0/System.IO.Packaging.dll", + "lib/net6.0/System.IO.Packaging.xml", + "lib/net7.0/System.IO.Packaging.dll", + "lib/net7.0/System.IO.Packaging.xml", + "lib/net8.0/System.IO.Packaging.dll", + "lib/net8.0/System.IO.Packaging.xml", + "lib/netstandard2.0/System.IO.Packaging.dll", + "lib/netstandard2.0/System.IO.Packaging.xml", + "system.io.packaging.8.0.0.nupkg.sha512", + "system.io.packaging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Pipelines/5.0.1": { + "sha512": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==", + "type": "package", + "path": "system.io.pipelines/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/netcoreapp3.0/System.IO.Pipelines.dll", + "lib/netcoreapp3.0/System.IO.Pipelines.xml", + "lib/netstandard1.3/System.IO.Pipelines.dll", + "lib/netstandard1.3/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "ref/netcoreapp2.0/System.IO.Pipelines.dll", + "ref/netcoreapp2.0/System.IO.Pipelines.xml", + "system.io.pipelines.5.0.1.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Linq.Async/6.0.1": { + "sha512": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==", + "type": "package", + "path": "system.linq.async/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Logo.png", + "lib/net48/System.Linq.Async.dll", + "lib/net48/System.Linq.Async.xml", + "lib/net6.0/System.Linq.Async.dll", + "lib/net6.0/System.Linq.Async.xml", + "lib/netstandard2.0/System.Linq.Async.dll", + "lib/netstandard2.0/System.Linq.Async.xml", + "lib/netstandard2.1/System.Linq.Async.dll", + "lib/netstandard2.1/System.Linq.Async.xml", + "ref/net48/System.Linq.Async.dll", + "ref/net48/System.Linq.Async.xml", + "ref/net6.0/System.Linq.Async.dll", + "ref/net6.0/System.Linq.Async.xml", + "ref/netstandard2.0/System.Linq.Async.dll", + "ref/netstandard2.0/System.Linq.Async.xml", + "ref/netstandard2.1/System.Linq.Async.dll", + "ref/netstandard2.1/System.Linq.Async.xml", + "system.linq.async.6.0.1.nupkg.sha512", + "system.linq.async.nuspec" + ] + }, + "System.Linq.Dynamic.Core/1.4.6": { + "sha512": "GZJ996kvIKH0nnKysDWy+le7k0Hoq1iSY7S5sNq6AF1bXPQGidaXjiOJNX4VCUuVWpbe28Ygb6mDSwgY+UhHLA==", + "type": "package", + "path": "system.linq.dynamic.core/1.4.6", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "PackageReadme.md", + "lib/net35/System.Linq.Dynamic.Core.dll", + "lib/net35/System.Linq.Dynamic.Core.pdb", + "lib/net35/System.Linq.Dynamic.Core.xml", + "lib/net40/System.Linq.Dynamic.Core.dll", + "lib/net40/System.Linq.Dynamic.Core.pdb", + "lib/net40/System.Linq.Dynamic.Core.xml", + "lib/net45/System.Linq.Dynamic.Core.dll", + "lib/net45/System.Linq.Dynamic.Core.pdb", + "lib/net45/System.Linq.Dynamic.Core.xml", + "lib/net452/System.Linq.Dynamic.Core.dll", + "lib/net452/System.Linq.Dynamic.Core.pdb", + "lib/net452/System.Linq.Dynamic.Core.xml", + "lib/net46/System.Linq.Dynamic.Core.dll", + "lib/net46/System.Linq.Dynamic.Core.pdb", + "lib/net46/System.Linq.Dynamic.Core.xml", + "lib/net5.0/System.Linq.Dynamic.Core.dll", + "lib/net5.0/System.Linq.Dynamic.Core.pdb", + "lib/net5.0/System.Linq.Dynamic.Core.xml", + "lib/net6.0/System.Linq.Dynamic.Core.dll", + "lib/net6.0/System.Linq.Dynamic.Core.pdb", + "lib/net6.0/System.Linq.Dynamic.Core.xml", + "lib/net7.0/System.Linq.Dynamic.Core.dll", + "lib/net7.0/System.Linq.Dynamic.Core.pdb", + "lib/net7.0/System.Linq.Dynamic.Core.xml", + "lib/net8.0/System.Linq.Dynamic.Core.dll", + "lib/net8.0/System.Linq.Dynamic.Core.pdb", + "lib/net8.0/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.xml", + "lib/netstandard1.3/System.Linq.Dynamic.Core.dll", + "lib/netstandard1.3/System.Linq.Dynamic.Core.pdb", + "lib/netstandard1.3/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.0/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.0/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.0/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.1/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.1/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.1/System.Linq.Dynamic.Core.xml", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.dll", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pdb", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pri", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.xml", + "logo.png", + "system.linq.dynamic.core.1.4.6.nupkg.sha512", + "system.linq.dynamic.core.nuspec" + ] + }, + "System.Management/7.0.2": { + "sha512": "/qEUN91mP/MUQmJnM5y5BdT7ZoPuVrtxnFlbJ8a3kBJGhe2wCzBfnPFtK2wTtEEcf3DMGR9J00GZZfg6HRI6yA==", + "type": "package", + "path": "system.management/7.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Management.targets", + "lib/net462/_._", + "lib/net6.0/System.Management.dll", + "lib/net6.0/System.Management.xml", + "lib/net7.0/System.Management.dll", + "lib/net7.0/System.Management.xml", + "lib/netstandard2.0/System.Management.dll", + "lib/netstandard2.0/System.Management.xml", + "runtimes/win/lib/net6.0/System.Management.dll", + "runtimes/win/lib/net6.0/System.Management.xml", + "runtimes/win/lib/net7.0/System.Management.dll", + "runtimes/win/lib/net7.0/System.Management.xml", + "system.management.7.0.2.nupkg.sha512", + "system.management.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.5": { + "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", + "type": "package", + "path": "system.memory/4.5.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.5.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory.Data/6.0.0": { + "sha512": "ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==", + "type": "package", + "path": "system.memory.data/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Memory.Data.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", + "lib/net6.0/System.Memory.Data.dll", + "lib/net6.0/System.Memory.Data.xml", + "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", + "system.memory.data.6.0.0.nupkg.sha512", + "system.memory.data.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.3.0.nupkg.sha512", + "system.net.nameresolution.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "type": "package", + "path": "system.numerics.vectors/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Metadata/5.0.0": { + "sha512": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", + "type": "package", + "path": "system.reflection.metadata/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.5.0.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "type": "package", + "path": "system.runtime.caching/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/_._", + "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Security.AccessControl/6.0.0": { + "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "type": "package", + "path": "system.security.accesscontrol/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/net6.0/System.Security.AccessControl.dll", + "lib/net6.0/System.Security.AccessControl.xml", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", + "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", + "system.security.accesscontrol.6.0.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Cng/4.5.0": { + "sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "type": "package", + "path": "system.security.cryptography.cng/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", + "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", + "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.cryptography.cng.4.5.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "sha512": "ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", + "type": "package", + "path": "system.security.cryptography.pkcs/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "type": "package", + "path": "system.security.cryptography.protecteddata/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Xml/6.0.1": { + "sha512": "5e5bI28T0x73AwTsbuFP4qSRzthmU2C0Gqgg3AZ3KTxmSyA+Uhk31puA3srdaeWaacVnHhLdJywCzqOiEpbO/w==", + "type": "package", + "path": "system.security.cryptography.xml/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.Cryptography.Xml.dll", + "lib/net461/System.Security.Cryptography.Xml.xml", + "lib/net6.0/System.Security.Cryptography.Xml.dll", + "lib/net6.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.6.0.1.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Principal.Windows/5.0.0": { + "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "type": "package", + "path": "system.security.principal.windows/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ServiceModel.Http/8.0.0": { + "sha512": "Qwkoe0F+2e/2LiNwiIgfBTJTw11flv208UwS38ru+GR7nZk2VdGvAE8tqGB0RQIGra73Rux9jKNgfy1XtfXdLg==", + "type": "package", + "path": "system.servicemodel.http/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Http.dll", + "lib/net8.0/System.ServiceModel.Http.pdb", + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll", + "lib/net8.0/de/System.ServiceModel.Http.resources.dll", + "lib/net8.0/es/System.ServiceModel.Http.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/it/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll", + "system.servicemodel.http.8.0.0.nupkg.sha512", + "system.servicemodel.http.nuspec" + ] + }, + "System.ServiceModel.Primitives/8.0.0": { + "sha512": "hVzK77Bl00H+1V7ho7h03tKlgxAIKssV3eUnRdH+gTCZCK4Ywnv2CR35AV9ly/tRpvsGwNL1d/jkAwB1MWw3Fw==", + "type": "package", + "path": "system.servicemodel.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Primitives.dll", + "lib/net8.0/System.ServiceModel.Primitives.pdb", + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll", + "ref/net8.0/System.ServiceModel.Primitives.dll", + "system.servicemodel.primitives.8.0.0.nupkg.sha512", + "system.servicemodel.primitives.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.CodePages/4.5.1": { + "sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", + "type": "package", + "path": "system.text.encoding.codepages/4.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "system.text.encoding.codepages.4.5.1.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encodings.Web/6.0.0": { + "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "type": "package", + "path": "system.text.encodings.web/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Text.Encodings.Web.dll", + "lib/net461/System.Text.Encodings.Web.xml", + "lib/net6.0/System.Text.Encodings.Web.dll", + "lib/net6.0/System.Text.Encodings.Web.xml", + "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", + "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", + "system.text.encodings.web.6.0.0.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Json/6.0.10": { + "sha512": "NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==", + "type": "package", + "path": "system.text.json/6.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "buildTransitive/netcoreapp2.0/System.Text.Json.targets", + "buildTransitive/netcoreapp3.1/System.Text.Json.targets", + "buildTransitive/netstandard2.0/System.Text.Json.targets", + "lib/net461/System.Text.Json.dll", + "lib/net461/System.Text.Json.xml", + "lib/net6.0/System.Text.Json.dll", + "lib/net6.0/System.Text.Json.xml", + "lib/netcoreapp3.1/System.Text.Json.dll", + "lib/netcoreapp3.1/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.6.0.10.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "WebMarkupMin.AspNet.Common/2.17.0": { + "sha512": "HNMEVKwHnA9eGb7iAsihm9oKK5xTfuWb2bq6J7Gx6CTZSYi9HnYbo+ejzzmlTATRPiD9UqpYqwbecr0i09aJFg==", + "type": "package", + "path": "webmarkupmin.aspnet.common/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40/WebMarkupMin.AspNet.Common.dll", + "lib/net40/WebMarkupMin.AspNet.Common.xml", + "lib/net45/WebMarkupMin.AspNet.Common.dll", + "lib/net45/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.xml", + "readme.txt", + "webmarkupmin.aspnet.common.2.17.0.nupkg.sha512", + "webmarkupmin.aspnet.common.nuspec" + ] + }, + "WebMarkupMin.AspNetCore8/2.17.0": { + "sha512": "516pUZ5oXqK3FxV5bvX/L/Vor+iyZP7aP4Si6hs5nSIoXtXgz81X+4UTopxx/Wh8+jlYzWXsLC0pVxsKVPqHvw==", + "type": "package", + "path": "webmarkupmin.aspnetcore8/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net8.0/WebMarkupMin.AspNetCore8.dll", + "lib/net8.0/WebMarkupMin.AspNetCore8.xml", + "readme.txt", + "webmarkupmin.aspnetcore8.2.17.0.nupkg.sha512", + "webmarkupmin.aspnetcore8.nuspec" + ] + }, + "WebMarkupMin.Core/2.17.0": { + "sha512": "TKCwf7usSSqKkXzc+rfc11K1GGA5KUnj241ImDRRPvpfgekUsg9FbqZuhqbOCjkEw4WDEKWN6EODPBBtP5g5hA==", + "type": "package", + "path": "webmarkupmin.core/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40-client/WebMarkupMin.Core.dll", + "lib/net40-client/WebMarkupMin.Core.xml", + "lib/net45/WebMarkupMin.Core.dll", + "lib/net45/WebMarkupMin.Core.xml", + "lib/netstandard1.3/WebMarkupMin.Core.dll", + "lib/netstandard1.3/WebMarkupMin.Core.xml", + "lib/netstandard2.0/WebMarkupMin.Core.dll", + "lib/netstandard2.0/WebMarkupMin.Core.xml", + "lib/netstandard2.1/WebMarkupMin.Core.dll", + "lib/netstandard2.1/WebMarkupMin.Core.xml", + "readme.txt", + "webmarkupmin.core.2.17.0.nupkg.sha512", + "webmarkupmin.core.nuspec" + ] + }, + "WebMarkupMin.NUglify/2.17.0": { + "sha512": "ZS/qge/fL98fsul12z9Q4C24Rbpu9Epw+QQpPoF6ksifWt/3TH2CQWSUV4iDeorQsSlVRUbKfpVor7R2uQK/cA==", + "type": "package", + "path": "webmarkupmin.nuglify/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40-client/WebMarkupMin.NUglify.dll", + "lib/net40-client/WebMarkupMin.NUglify.xml", + "lib/net45/WebMarkupMin.NUglify.dll", + "lib/net45/WebMarkupMin.NUglify.xml", + "lib/netstandard1.3/WebMarkupMin.NUglify.dll", + "lib/netstandard1.3/WebMarkupMin.NUglify.xml", + "lib/netstandard2.0/WebMarkupMin.NUglify.dll", + "lib/netstandard2.0/WebMarkupMin.NUglify.xml", + "nuglify-license.txt", + "readme.txt", + "webmarkupmin.nuglify.2.17.0.nupkg.sha512", + "webmarkupmin.nuglify.nuspec" + ] + }, + "Nop.Core/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Libraries/Nop.Core/Nop.Core.csproj", + "msbuildProject": "../../../../NopCommerce/Libraries/Nop.Core/Nop.Core.csproj" + }, + "Nop.Data/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Libraries/Nop.Data/Nop.Data.csproj", + "msbuildProject": "../../../../NopCommerce/Libraries/Nop.Data/Nop.Data.csproj" + }, + "Nop.Services/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Libraries/Nop.Services/Nop.Services.csproj", + "msbuildProject": "../../../../NopCommerce/Libraries/Nop.Services/Nop.Services.csproj" + }, + "Nop.Web/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Presentation/Nop.Web/Nop.Web.csproj", + "msbuildProject": "../../../../NopCommerce/Presentation/Nop.Web/Nop.Web.csproj" + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj", + "msbuildProject": "../../../../NopCommerce/Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj" + } + }, + "projectFileDependencyGroups": { + "net8.0": [ + "Nop.Web >= 4.70.0" + ] + }, + "packageFolders": { + "C:\\Users\\Ádám\\.nuget\\packages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\Nop.Plugin.Misc.SignalRApi.csproj", + "projectName": "Nop.Plugin.Misc.SignalRApi", + "projectPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\Nop.Plugin.Misc.SignalRApi.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/obj/project.nuget.cache b/Nop.Plugin.Misc.SignalRApi/obj/project.nuget.cache new file mode 100644 index 0000000..45f6cab --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/obj/project.nuget.cache @@ -0,0 +1,234 @@ +{ + "version": 2, + "dgSpecHash": "WWKUKQxi3MA=", + "success": true, + "projectFilePath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.SignalRApi\\Nop.Plugin.Misc.SignalRApi.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Ádám\\.nuget\\packages\\advancedstringbuilder\\0.1.1\\advancedstringbuilder.0.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac\\8.1.0\\autofac.8.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac.extensions.dependencyinjection\\10.0.0\\autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\automapper\\13.0.1\\automapper.13.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.core\\1.44.1\\azure.core.1.44.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.blobs\\1.3.4\\azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.keys\\1.2.4\\azure.extensions.aspnetcore.dataprotection.keys.1.2.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.identity\\1.13.0\\azure.identity.1.13.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.security.keyvault.keys\\4.6.0\\azure.security.keyvault.keys.4.6.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.blobs\\12.22.2\\azure.storage.blobs.12.22.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.common\\12.21.1\\azure.storage.common.12.21.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\bouncycastle.cryptography\\2.4.0\\bouncycastle.cryptography.2.4.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml\\0.104.1\\closedxml.0.104.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml.parser\\1.2.0\\closedxml.parser.1.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml\\3.0.1\\documentformat.openxml.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml.framework\\3.0.1\\documentformat.openxml.framework.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excelnumberformat\\1.1.0\\excelnumberformat.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excss\\4.2.3\\excss.4.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\firebirdsql.data.firebirdclient\\10.0.0\\firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator\\5.2.0\\fluentmigrator.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.abstractions\\5.2.0\\fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.mysql\\5.1.0\\fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.oracle\\5.1.0\\fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.postgres\\5.1.0\\fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.snowflake\\5.1.0\\fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.sqlserver\\5.1.0\\fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner\\5.1.0\\fluentmigrator.runner.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.core\\5.1.0\\fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.db2\\5.1.0\\fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.firebird\\5.1.0\\fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.hana\\5.1.0\\fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.mysql\\5.1.0\\fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.oracle\\5.1.0\\fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.postgres\\5.1.0\\fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.redshift\\5.1.0\\fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.snowflake\\5.1.0\\fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlite\\5.1.0\\fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlserver\\5.1.0\\fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation\\11.5.1\\fluentvalidation.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.aspnetcore\\11.3.0\\fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.dependencyinjectionextensions\\11.5.1\\fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis\\1.68.0\\google.apis.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.auth\\1.68.0\\google.apis.auth.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.core\\1.68.0\\google.apis.core.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp\\7.3.0.2\\harfbuzzsharp.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\7.3.0.2\\harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.macos\\7.3.0.2\\harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.win32\\7.3.0.2\\harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer\\2.14.1\\humanizer.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.af\\2.14.1\\humanizer.core.af.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ar\\2.14.1\\humanizer.core.ar.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.az\\2.14.1\\humanizer.core.az.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bg\\2.14.1\\humanizer.core.bg.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bn-bd\\2.14.1\\humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.cs\\2.14.1\\humanizer.core.cs.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.da\\2.14.1\\humanizer.core.da.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.de\\2.14.1\\humanizer.core.de.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.el\\2.14.1\\humanizer.core.el.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.es\\2.14.1\\humanizer.core.es.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fa\\2.14.1\\humanizer.core.fa.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fi-fi\\2.14.1\\humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr\\2.14.1\\humanizer.core.fr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr-be\\2.14.1\\humanizer.core.fr-be.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.he\\2.14.1\\humanizer.core.he.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hr\\2.14.1\\humanizer.core.hr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hu\\2.14.1\\humanizer.core.hu.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hy\\2.14.1\\humanizer.core.hy.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.id\\2.14.1\\humanizer.core.id.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.is\\2.14.1\\humanizer.core.is.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.it\\2.14.1\\humanizer.core.it.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ja\\2.14.1\\humanizer.core.ja.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ko-kr\\2.14.1\\humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ku\\2.14.1\\humanizer.core.ku.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.lv\\2.14.1\\humanizer.core.lv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ms-my\\2.14.1\\humanizer.core.ms-my.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.mt\\2.14.1\\humanizer.core.mt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb\\2.14.1\\humanizer.core.nb.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb-no\\2.14.1\\humanizer.core.nb-no.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nl\\2.14.1\\humanizer.core.nl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pl\\2.14.1\\humanizer.core.pl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pt\\2.14.1\\humanizer.core.pt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ro\\2.14.1\\humanizer.core.ro.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ru\\2.14.1\\humanizer.core.ru.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sk\\2.14.1\\humanizer.core.sk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sl\\2.14.1\\humanizer.core.sl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr\\2.14.1\\humanizer.core.sr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr-latn\\2.14.1\\humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sv\\2.14.1\\humanizer.core.sv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.th-th\\2.14.1\\humanizer.core.th-th.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.tr\\2.14.1\\humanizer.core.tr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uk\\2.14.1\\humanizer.core.uk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-cyrl-uz\\2.14.1\\humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-latn-uz\\2.14.1\\humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.vi\\2.14.1\\humanizer.core.vi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-cn\\2.14.1\\humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hans\\2.14.1\\humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hant\\2.14.1\\humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\ligershark.weboptimizer.core\\3.0.426\\ligershark.weboptimizer.core.3.0.426.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\linq2db\\5.4.1\\linq2db.5.4.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mailkit\\4.8.0\\mailkit.4.8.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.db\\4.1.0\\maxmind.db.4.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.geoip2\\5.2.0\\maxmind.geoip2.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\3.1.32\\microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection\\3.1.32\\microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection.abstractions\\3.1.32\\microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\8.0.10\\microsoft.aspnetcore.jsonpatch.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.newtonsoftjson\\8.0.10\\microsoft.aspnetcore.mvc.newtonsoftjson.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.extensions\\6.0.0\\microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.runtimecompilation\\8.0.10\\microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\6.0.0\\microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.2\\microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.common\\4.0.0\\microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.0.0\\microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.razor\\6.0.0\\microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient\\5.2.0\\microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.2.0\\microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.sqlserver\\8.0.10\\microsoft.extensions.caching.sqlserver.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.stackexchangeredis\\8.0.10\\microsoft.extensions.caching.stackexchangeredis.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.2\\microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\3.1.32\\microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\3.1.32\\microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.objectpool\\6.0.16\\microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client\\4.66.1\\microsoft.identity.client.4.66.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.65.0\\microsoft.identity.client.extensions.msal.4.65.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.platforms\\2.1.2\\microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mimekit\\4.8.0\\mimekit.4.8.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mysqlconnector\\2.3.7\\mysqlconnector.2.3.7.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.coordination\\5.1.2\\nito.asyncex.coordination.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.tasks\\5.1.2\\nito.asyncex.tasks.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.collections.deque\\1.1.1\\nito.collections.deque.1.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.disposables\\2.2.1\\nito.disposables.2.2.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\npgsql\\8.0.5\\npgsql.8.0.5.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nuglify\\1.21.9\\nuglify.1.21.9.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.8\\pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\questpdf\\2024.10.1\\questpdf.2024.10.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\rbush\\3.2.0\\rbush.3.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\shimskiasharp\\2.0.0.1\\shimskiasharp.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\sixlabors.fonts\\1.0.0\\sixlabors.fonts.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp\\2.88.8\\skiasharp.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.harfbuzz\\2.88.8\\skiasharp.harfbuzz.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.linux.nodependencies\\2.88.8\\skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.8\\skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.8\\skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\stackexchange.redis\\2.7.27\\stackexchange.redis.2.7.27.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.custom\\2.0.0.1\\svg.custom.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.model\\2.0.0.1\\svg.model.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.skia\\2.0.0.1\\svg.skia.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.clientmodel\\1.1.0\\system.clientmodel.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.codedom\\7.0.0\\system.codedom.7.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.1\\system.configuration.configurationmanager.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.1\\system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.1\\system.diagnostics.eventlog.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.formats.asn1\\8.0.1\\system.formats.asn1.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.hashing\\6.0.0\\system.io.hashing.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.packaging\\8.0.0\\system.io.packaging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.pipelines\\5.0.1\\system.io.pipelines.5.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.async\\6.0.1\\system.linq.async.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.dynamic.core\\1.4.6\\system.linq.dynamic.core.1.4.6.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.management\\7.0.2\\system.management.7.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory\\4.5.5\\system.memory.4.5.5.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory.data\\6.0.0\\system.memory.data.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.caching\\8.0.0\\system.runtime.caching.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.0\\system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.xml\\6.0.1\\system.security.cryptography.xml.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.http\\8.0.0\\system.servicemodel.http.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.primitives\\8.0.0\\system.servicemodel.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encodings.web\\6.0.0\\system.text.encodings.web.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.json\\6.0.10\\system.text.json.6.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnet.common\\2.17.0\\webmarkupmin.aspnet.common.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnetcore8\\2.17.0\\webmarkupmin.aspnetcore8.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.core\\2.17.0\\webmarkupmin.core.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.nuglify\\2.17.0\\webmarkupmin.nuglify.2.17.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.SignalRApi/plugin.json b/Nop.Plugin.Misc.SignalRApi/plugin.json new file mode 100644 index 0000000..8587571 --- /dev/null +++ b/Nop.Plugin.Misc.SignalRApi/plugin.json @@ -0,0 +1,13 @@ +{ + "Group": "Misc", + "FriendlyName": "SignalR Api", + "SystemName": "Misc.SignalRApi", + "Version": "1.00", + "SupportedVersions": [ + "4.70" + ], + "Author": "Adam Gelencser", + "DisplayOrder": 1, + "FileName": "Nop.Plugin.Misc.SignalRApi.dll", + "Description": "This plugin adds SignalR to access data from outside" +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/AgeVerificationPlugin.cs b/Nop.Plugin.Misc.TestPlugin/AgeVerificationPlugin.cs new file mode 100644 index 0000000..1e4f83b --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/AgeVerificationPlugin.cs @@ -0,0 +1,36 @@ +using Nop.Plugin.Misc.TestPlugin.Components; +using Nop.Services.Cms; +using Nop.Services.Plugins; +using Nop.Web.Framework.Infrastructure; + +namespace Nop.Plugin.Misc.TestPlugin; +/// +/// Rename this file and change to the correct type +/// +public class AgeVerificationPlugin : BasePlugin, IWidgetPlugin +{ + public bool HideInWidgetList => true; + + public Type GetWidgetViewComponent(string widgetZone) + { + return typeof(AgeVerificationViewComponent); + } + + public Task> GetWidgetZonesAsync() + { + return Task.FromResult>(new List { PublicWidgetZones.HomepageTop }); + } + + public override async Task InstallAsync() + { + // Add installation logic if needed + await base.InstallAsync(); + } + + public override async Task UninstallAsync() + { + // Add uninstallation logic if needed + await base.UninstallAsync(); + } +} + diff --git a/Nop.Plugin.Misc.TestPlugin/Areas/Admin/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.TestPlugin/Areas/Admin/Views/_ViewImports.cshtml new file mode 100644 index 0000000..270744e --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Areas/Admin/Views/_ViewImports.cshtml @@ -0,0 +1,10 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web +@using Nop.Services.Events +@using Nop.Web.Framework.Events \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Components/AgeVerificationViewComponent.cs b/Nop.Plugin.Misc.TestPlugin/Components/AgeVerificationViewComponent.cs new file mode 100644 index 0000000..bd58a6e --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Components/AgeVerificationViewComponent.cs @@ -0,0 +1,13 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Web.Framework.Components; + +namespace Nop.Plugin.Misc.TestPlugin.Components; +[ViewComponent(Name = "AgeVerification")] + + public class AgeVerificationViewComponent : NopViewComponent + { + public IViewComponentResult Invoke() + { + return View("~/Plugins/Misc.AgeVerification/Views/AgeVerificationPopup.cshtml"); + } + } diff --git a/Nop.Plugin.Misc.TestPlugin/Controllers/AgeVerificationController.cs b/Nop.Plugin.Misc.TestPlugin/Controllers/AgeVerificationController.cs new file mode 100644 index 0000000..968adaf --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Controllers/AgeVerificationController.cs @@ -0,0 +1,13 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Web.Framework.Controllers; + +namespace Nop.Plugin.Widgets.AgeVerification.Controllers +{ + public class AgeVerificationController : BasePluginController + { + public IActionResult Popup() + { + return View("~/Plugins/Misc.AgeVerification/Views/AgeVerificationPopup.cshtml"); + } + } +} diff --git a/Nop.Plugin.Misc.TestPlugin/Domains/CustomTable.cs b/Nop.Plugin.Misc.TestPlugin/Domains/CustomTable.cs new file mode 100644 index 0000000..1b0e1d8 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Domains/CustomTable.cs @@ -0,0 +1,7 @@ +using Nop.Core; + +namespace Nop.Plugin.Misc.TestPlugin.Domains; +public partial class CustomTable : BaseEntity +{ + +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Infrastructure/PluginNopStartup.cs b/Nop.Plugin.Misc.TestPlugin/Infrastructure/PluginNopStartup.cs new file mode 100644 index 0000000..5364b3d --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Infrastructure/PluginNopStartup.cs @@ -0,0 +1,38 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Mvc.Razor; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Nop.Core.Infrastructure; + +namespace Nop.Plugin.Misc.TestPlugin.Infrastructure; +public class PluginNopStartup : INopStartup +{ + /// + /// Add and configure any of the middleware + /// + /// Collection of service descriptors + /// Configuration of the application + public void ConfigureServices(IServiceCollection services, IConfiguration configuration) + { + services.Configure(options => + { + options.ViewLocationExpanders.Add(new ViewLocationExpander()); + }); + + //register services and interfaces + //services.AddScoped(); + } + + /// + /// Configure the using of added middleware + /// + /// Builder for configuring an application's request pipeline + public void Configure(IApplicationBuilder application) + { + } + + /// + /// Gets order of this startup configuration implementation + /// + public int Order => 3000; +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Infrastructure/RouteProvider.cs b/Nop.Plugin.Misc.TestPlugin/Infrastructure/RouteProvider.cs new file mode 100644 index 0000000..290655f --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Infrastructure/RouteProvider.cs @@ -0,0 +1,23 @@ +using Microsoft.AspNetCore.Routing; +using Nop.Web.Framework.Mvc.Routing; + +namespace Nop.Plugin.Misc.TestPlugin.Infrastructure; +/// +/// Represents plugin route provider +/// +public class RouteProvider : IRouteProvider +{ + /// + /// Register routes + /// + /// Route builder + public void RegisterRoutes(IEndpointRouteBuilder endpointRouteBuilder) + { + + } + + /// + /// Gets a priority of route provider + /// + public int Priority => 0; +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Infrastructure/ViewLocationExpander.cs b/Nop.Plugin.Misc.TestPlugin/Infrastructure/ViewLocationExpander.cs new file mode 100644 index 0000000..1c49371 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Infrastructure/ViewLocationExpander.cs @@ -0,0 +1,37 @@ +using Microsoft.AspNetCore.Mvc.Razor; + +namespace Nop.Plugin.Misc.TestPlugin.Infrastructure; +public class ViewLocationExpander : IViewLocationExpander +{ + /// + /// Invoked by a to determine the values that would be consumed by this instance + /// of . The calculated values are used to determine if the view location + /// has changed since the last time it was located. + /// + /// The for the current view location + /// expansion operation. + public void PopulateValues(ViewLocationExpanderContext context) + { + } + + /// + /// Invoked by a to determine potential locations for a view. + /// + /// The for the current view location + /// expansion operation. + /// The sequence of view locations to expand. + /// A list of expanded view locations. + public IEnumerable ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable viewLocations) + { + if (context.AreaName == "Admin") + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.TestPlugin/Areas/Admin/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + else + { + viewLocations = new[] { $"/Plugins/Nop.Plugin.Misc.TestPlugin/Views/{context.ControllerName}/{context.ViewName}.cshtml" }.Concat(viewLocations); + } + + return viewLocations; + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Mapping/Builders/PluginBuilder.cs b/Nop.Plugin.Misc.TestPlugin/Mapping/Builders/PluginBuilder.cs new file mode 100644 index 0000000..99ab26e --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Mapping/Builders/PluginBuilder.cs @@ -0,0 +1,19 @@ +using FluentMigrator.Builders.Create.Table; +using Nop.Data.Mapping.Builders; +using Nop.Plugin.Misc.TestPlugin.Domains; + +namespace Nop.Plugin.Misc.TestPlugin.Mapping.Builders; +public class PluginBuilder : NopEntityBuilder +{ + #region Methods + + /// + /// Apply entity configuration + /// + /// Create table expression builder + public override void MapEntity(CreateTableExpressionBuilder table) + { + } + + #endregion +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Mapping/NameCompatibility.cs b/Nop.Plugin.Misc.TestPlugin/Mapping/NameCompatibility.cs new file mode 100644 index 0000000..269e5d5 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Mapping/NameCompatibility.cs @@ -0,0 +1,15 @@ +using Nop.Data.Mapping; + +namespace Nop.Plugin.Misc.TestPlugin.Mapping; +public partial class NameCompatibility : INameCompatibility +{ + /// + /// Gets table name for mapping with the type + /// + public Dictionary TableNames => new(); + + /// + /// Gets column name for mapping with the entity's property and type + /// + public Dictionary<(Type, string), string> ColumnName => new(); +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Migrations/SchemaMigration.cs b/Nop.Plugin.Misc.TestPlugin/Migrations/SchemaMigration.cs new file mode 100644 index 0000000..e526551 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Migrations/SchemaMigration.cs @@ -0,0 +1,18 @@ +using FluentMigrator; +using Nop.Data.Extensions; +using Nop.Data.Migrations; +using Nop.Plugin.Misc.TestPlugin.Domains; + +namespace Nop.Plugin.Misc.TestPlugin.Migrations; +//2022-04-05 17:00:00 +[NopMigration("2024-08-01 23:07:37", "Nop.Plugin.Misc.TestPlugin schema", MigrationProcessType.Installation)] +public class SchemaMigration : AutoReversingMigration +{ + /// + /// Collect the UP migration expressions + /// + public override void Up() + { + Create.TableFor(); + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/Nop.Plugin.Misc.TestPlugin.csproj b/Nop.Plugin.Misc.TestPlugin/Nop.Plugin.Misc.TestPlugin.csproj new file mode 100644 index 0000000..7318b5e --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Nop.Plugin.Misc.TestPlugin.csproj @@ -0,0 +1,70 @@ + + + + net8.0 + ..\..\..\..\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin + $(OutputPath) + + false + enable + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Nop.Plugin.Misc.TestPlugin/Views/AgeVerificationPopup.cshtml b/Nop.Plugin.Misc.TestPlugin/Views/AgeVerificationPopup.cshtml new file mode 100644 index 0000000..1a595b2 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Views/AgeVerificationPopup.cshtml @@ -0,0 +1,22 @@ + + + diff --git a/Nop.Plugin.Misc.TestPlugin/Views/_ViewImports.cshtml b/Nop.Plugin.Misc.TestPlugin/Views/_ViewImports.cshtml new file mode 100644 index 0000000..253a8a0 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/Views/_ViewImports.cshtml @@ -0,0 +1,11 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web +@using Nop.Services.Events +@using Nop.Web.Framework.Events +@using Nop.Web.Framework.Infrastructure \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/logo.jpg b/Nop.Plugin.Misc.TestPlugin/logo.jpg new file mode 100644 index 0000000..cae3ce3 Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/logo.jpg differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plug.CB622A65.Up2Date b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plug.CB622A65.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs new file mode 100644 index 0000000..3c0aec1 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Nop.Plugin.Misc.TestPlugin")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Nop.Plugin.Misc.TestPlugin")] +[assembly: System.Reflection.AssemblyTitleAttribute("Nop.Plugin.Misc.TestPlugin")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache new file mode 100644 index 0000000..8392241 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ee4fc583b48e437829a1100f0a32759a1a547e904a3bf0e69cf2c5a9f8e5a442 diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..6a67a86 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Nop.Plugin.Misc.TestPlugin +build_property.ProjectDir = D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.GlobalUsings.g.cs b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.assets.cache b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.assets.cache new file mode 100644 index 0000000..0ffc072 Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.assets.cache differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache new file mode 100644 index 0000000..21a20f8 Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..5b0c9c3 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +6e5103e045e63b21dfbcff2c241eeb621154eed173d5a6ca5a691d680f2d267a diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.FileListAbsolute.txt b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..816886d --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.FileListAbsolute.txt @@ -0,0 +1,1648 @@ +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Web.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Web.exe +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\logo.jpg +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\plugin.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Views\AgeVerificationPopup.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Areas\Admin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\mscorlib.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\netstandard.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.AppContext.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Buffers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Collections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Data.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Drawing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Formats.Asn1.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Globalization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Transactions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Nop.Plugin.Misc.TestPlugin\refs\WindowsBase.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plug.CB622A65.Up2Date +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\refint\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\ref\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.exe +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\logo.jpg +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\plugin.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\AgeVerificationPopup.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Areas\Admin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\mscorlib.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\netstandard.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.AppContext.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Buffers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Formats.Asn1.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\WindowsBase.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.deps.json +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.exe +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\logo.jpg +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\plugin.json +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\AgeVerificationPopup.cshtml +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Areas\Admin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.deps.json +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.pdb +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Abstractions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\mscorlib.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\netstandard.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.AppContext.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Buffers.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Configuration.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Console.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Core.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.EventLog.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Formats.Asn1.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Memory.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Windows.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\WindowsBase.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plug.CB622A65.Up2Date +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\refint\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.pdb +D:\Munka\MANGOWEB\FreylerContemporary\src\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\ref\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.deps.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.exe +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\logo.jpg +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\plugin.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\AgeVerificationPopup.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Areas\Admin\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Black.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-BlackItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Bold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-BoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraBold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraBoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraLight.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraLightItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Italic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Light.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-LightItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Medium.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-MediumItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Regular.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-SemiBold.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-SemiBoldItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Thin.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ThinItalic.ttf +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\OFL.txt +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.deps.json +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.pdb +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\mscorlib.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\netstandard.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.AppContext.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Buffers.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Configuration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Console.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Core.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Memory.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Windows.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\WindowsBase.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plug.CB622A65.Up2Date +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\refint\Nop.Plugin.Misc.TestPlugin.dll +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.pdb +D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\ref\Nop.Plugin.Misc.TestPlugin.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.deps.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.runtimeconfig.dev.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.staticwebassets.runtime.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Web.exe +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\logo.jpg +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\plugin.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\AgeVerificationPopup.cshtml +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Views\_ViewImports.cshtml +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Areas\Admin\Views\_ViewImports.cshtml +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Black.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-BlackItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Bold.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-BoldItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraBold.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraBoldItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraLight.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ExtraLightItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Italic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Light.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-LightItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Medium.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-MediumItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Regular.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-SemiBold.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-SemiBoldItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-Thin.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\Lato-ThinItalic.ttf +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\LatoFont\OFL.txt +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.deps.json +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\Nop.Plugin.Misc.TestPlugin.pdb +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Antiforgery.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Authorization.Policy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Authorization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Endpoints.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Forms.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Server.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Components.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.CookiePolicy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cors.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HostFiltering.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Html.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Connections.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Features.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Http.Results.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpLogging.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpOverrides.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.HttpsPolicy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Identity.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Localization.Routing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Metadata.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Cors.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Localization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.Razor.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.OutputCaching.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RateLimiting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Razor.Runtime.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.RequestDecompression.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCaching.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.ResponseCompression.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Rewrite.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Routing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.HttpSys.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IIS.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.Session.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Common.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.StaticFiles.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebSockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.AspNetCore.WebUtilities.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.CSharp.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Caching.Memory.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Binder.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.CommandLine.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Ini.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Configuration.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.DependencyInjection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Features.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Composite.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Embedded.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileProviders.Physical.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.FileSystemGlobbing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Hosting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Http.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Identity.Stores.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.Abstractions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Localization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Configuration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Console.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.Debug.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventLog.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.EventSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Logging.TraceSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.ObjectPool.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.DataAnnotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Options.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Extensions.WebEncoders.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.JSInterop.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Net.Http.Headers.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.VisualBasic.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\Microsoft.Win32.Registry.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\mscorlib.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\netstandard.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.AppContext.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Buffers.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Concurrent.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Immutable.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.NonGeneric.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Collections.Specialized.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Annotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.DataAnnotations.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.EventBasedAsync.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ComponentModel.TypeConverter.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Configuration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Console.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Core.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.Common.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.DataSetExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Data.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Contracts.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Debug.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.DiagnosticSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.FileVersionInfo.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Process.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.StackTrace.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TextWriterTraceListener.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tools.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.TraceSource.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Diagnostics.Tracing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Drawing.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Dynamic.Runtime.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Formats.Tar.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Calendars.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Globalization.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.Brotli.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.FileSystem.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Compression.ZipFile.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.AccessControl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.DriveInfo.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.FileSystem.Watcher.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.IsolatedStorage.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.MemoryMappedFiles.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipelines.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.AccessControl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.Pipes.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.IO.UnmanagedMemoryStream.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Expressions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Parallel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Linq.Queryable.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Memory.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Http.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.HttpListener.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Mail.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NameResolution.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.NetworkInformation.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Ping.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Quic.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Requests.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Security.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.ServicePoint.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.Sockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebClient.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebHeaderCollection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebProxy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.Client.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Net.WebSockets.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Numerics.Vectors.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ObjectModel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.DispatchProxy.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.ILGeneration.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Emit.Lightweight.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Metadata.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Reflection.TypeExtensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Reader.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.ResourceManager.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Resources.Writer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.Unsafe.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.CompilerServices.VisualC.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Handles.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.JavaScript.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.InteropServices.RuntimeInformation.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Intrinsics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Loader.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Numerics.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Formatters.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Runtime.Serialization.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.AccessControl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Claims.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Algorithms.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Cng.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Csp.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Encoding.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.OpenSsl.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Primitives.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.X509Certificates.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Cryptography.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.Principal.Windows.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Security.SecureString.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceModel.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ServiceProcess.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.CodePages.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encoding.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Encodings.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.Json.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Text.RegularExpressions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Channels.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Overlapped.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.RateLimiting.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Dataflow.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Extensions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Tasks.Parallel.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Thread.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.ThreadPool.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Threading.Timer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Transactions.Local.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.ValueTuple.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Web.HttpUtility.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Windows.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Linq.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.ReaderWriter.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.Serialization.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XDocument.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlDocument.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XmlSerializer.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\System.Xml.XPath.XDocument.dll +C:\REPOS\MANGO\source\NopCommerce\Presentation\Nop.Web\Plugins\Misc.TestPlugin\refs\WindowsBase.dll +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plug.CB622A65.Up2Date +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.dll +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\refint\Nop.Plugin.Misc.TestPlugin.dll +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.pdb +C:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\ref\Nop.Plugin.Misc.TestPlugin.dll +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.csproj.CoreCompileInputs.cache +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.dll +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\refint\Nop.Plugin.Misc.TestPlugin.dll +D:\REPOS\MANGO\source\Nopcommerce.Common\4.70\Plugins\Nop.Plugin.Misc.TestPlugin\obj\Debug\net8.0\Nop.Plugin.Misc.TestPlugin.pdb diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.dll b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.dll new file mode 100644 index 0000000..4c7bfa6 Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.dll differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.pdb b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.pdb new file mode 100644 index 0000000..a885d01 Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/Nop.Plugin.Misc.TestPlugin.pdb differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/project.razor.vs.bin b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/project.razor.vs.bin new file mode 100644 index 0000000..7209631 Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/project.razor.vs.bin differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/ref/Nop.Plugin.Misc.TestPlugin.dll b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/ref/Nop.Plugin.Misc.TestPlugin.dll new file mode 100644 index 0000000..79698ab Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/ref/Nop.Plugin.Misc.TestPlugin.dll differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/refint/Nop.Plugin.Misc.TestPlugin.dll b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/refint/Nop.Plugin.Misc.TestPlugin.dll new file mode 100644 index 0000000..79698ab Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Debug/net8.0/refint/Nop.Plugin.Misc.TestPlugin.dll differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.dgspec.json b/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.dgspec.json new file mode 100644 index 0000000..414efc7 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.dgspec.json @@ -0,0 +1,617 @@ +{ + "format": 1, + "restore": { + "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\Nop.Plugin.Misc.TestPlugin.csproj": {} + }, + "projects": { + "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\Nop.Plugin.Misc.TestPlugin.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\Nop.Plugin.Misc.TestPlugin.csproj", + "projectName": "Nop.Plugin.Misc.TestPlugin", + "projectPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\Nop.Plugin.Misc.TestPlugin.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj", + "projectName": "Nop.Core", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[13.0.1, )" + }, + "Autofac.Extensions.DependencyInjection": { + "target": "Package", + "version": "[10.0.0, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs": { + "target": "Package", + "version": "[1.3.4, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys": { + "target": "Package", + "version": "[1.2.4, )" + }, + "Azure.Identity": { + "target": "Package", + "version": "[1.13.0, )" + }, + "Humanizer": { + "target": "Package", + "version": "[2.14.1, )" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.Extensions.Caching.SqlServer": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Microsoft.Extensions.Caching.StackExchangeRedis": { + "target": "Package", + "version": "[8.0.10, )" + }, + "Nito.AsyncEx.Coordination": { + "target": "Package", + "version": "[5.1.2, )" + }, + "System.IO.FileSystem.AccessControl": { + "target": "Package", + "version": "[5.0.0, )" + }, + "System.Linq.Async": { + "target": "Package", + "version": "[6.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj", + "projectName": "Nop.Data", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentMigrator": { + "target": "Package", + "version": "[5.2.0, )" + }, + "FluentMigrator.Runner": { + "target": "Package", + "version": "[5.1.0, )" + }, + "Microsoft.Data.SqlClient": { + "target": "Package", + "version": "[5.2.0, )" + }, + "MySqlConnector": { + "target": "Package", + "version": "[2.3.7, )" + }, + "Npgsql": { + "target": "Package", + "version": "[8.0.5, )" + }, + "System.Configuration.ConfigurationManager": { + "target": "Package", + "version": "[8.0.1, )" + }, + "System.Net.NameResolution": { + "target": "Package", + "version": "[4.3.0, )" + }, + "linq2db": { + "target": "Package", + "version": "[5.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj", + "projectName": "Nop.Services", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Storage.Blobs": { + "target": "Package", + "version": "[12.22.2, )" + }, + "ClosedXML": { + "target": "Package", + "version": "[0.104.1, )" + }, + "Google.Apis.Auth": { + "target": "Package", + "version": "[1.68.0, )" + }, + "HarfBuzzSharp.NativeAssets.Linux": { + "target": "Package", + "version": "[7.3.0.2, )" + }, + "MailKit": { + "target": "Package", + "version": "[4.8.0, )" + }, + "MaxMind.GeoIP2": { + "target": "Package", + "version": "[5.2.0, )" + }, + "Microsoft.Identity.Client": { + "target": "Package", + "version": "[4.66.1, )" + }, + "QuestPDF": { + "target": "Package", + "version": "[2024.10.1, )" + }, + "SkiaSharp": { + "target": "Package", + "version": "[2.88.8, )" + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies": { + "target": "Package", + "version": "[2.88.8, )" + }, + "Svg.Skia": { + "target": "Package", + "version": "[2.0.0.1, )" + }, + "System.Linq.Dynamic.Core": { + "target": "Package", + "version": "[1.4.6, )" + }, + "System.ServiceModel.Http": { + "target": "Package", + "version": "[8.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "projectName": "Nop.Web.Framework", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "LigerShark.WebOptimizer.Core": { + "target": "Package", + "version": "[3.0.426, )" + }, + "WebMarkupMin.AspNetCore8": { + "target": "Package", + "version": "[2.17.0, )" + }, + "WebMarkupMin.NUglify": { + "target": "Package", + "version": "[2.17.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj", + "projectName": "Nop.Web", + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Libraries\\Nop.Services\\Nop.Services.csproj" + }, + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.g.props b/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.g.props new file mode 100644 index 0000000..654d59e --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Ádám\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.10.1 + + + + + + + + C:\Users\Ádám\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.2 + + \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.g.targets b/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.g.targets new file mode 100644 index 0000000..dfc75fc --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Nop.Plugin.Misc.TestPlugin.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs new file mode 100644 index 0000000..df1e477 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Nop.Plugin.Misc.TestPlugin")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Nop.Plugin.Misc.TestPlugin")] +[assembly: System.Reflection.AssemblyTitleAttribute("Nop.Plugin.Misc.TestPlugin")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache new file mode 100644 index 0000000..69a2a0f --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +4bec69cb8594c379592c29cf9bd3de6ddf4d374d108b69d12cd0296be01d2445 diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..44b0fb2 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Nop.Plugin.Misc.TestPlugin +build_property.ProjectDir = D:\Munka\MANGOWEB\LoveBits\NopSRC\Plugins\Nop.Plugin.Misc.TestPlugin\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.GlobalUsings.g.cs b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.assets.cache b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.assets.cache new file mode 100644 index 0000000..41f8c15 Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.assets.cache differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache new file mode 100644 index 0000000..c9e75ef Binary files /dev/null and b/Nop.Plugin.Misc.TestPlugin/obj/Release/net8.0/Nop.Plugin.Misc.TestPlugin.csproj.AssemblyReference.cache differ diff --git a/Nop.Plugin.Misc.TestPlugin/obj/project.assets.json b/Nop.Plugin.Misc.TestPlugin/obj/project.assets.json new file mode 100644 index 0000000..fd82e58 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/project.assets.json @@ -0,0 +1,10145 @@ +{ + "version": 3, + "targets": { + "net8.0": { + "AdvancedStringBuilder/0.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + } + }, + "Autofac/8.1.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "8.0.1" + }, + "compile": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + } + }, + "Autofac.Extensions.DependencyInjection/10.0.0": { + "type": "package", + "dependencies": { + "Autofac": "8.1.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + }, + "compile": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + } + }, + "AutoMapper/13.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Options": "6.0.0" + }, + "compile": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + } + }, + "Azure.Core/1.44.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "System.ClientModel": "1.1.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "6.0.0", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.10", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Azure.Storage.Blobs": "12.16.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.42.0", + "Azure.Security.KeyVault.Keys": "4.6.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Identity/1.13.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.44.1", + "Microsoft.Identity.Client": "4.65.0", + "Microsoft.Identity.Client.Extensions.Msal": "4.65.0", + "System.Memory": "4.5.5", + "System.Text.Json": "6.0.10", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, + "Azure.Security.KeyVault.Keys/4.6.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.37.0", + "System.Memory": "4.5.4", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Blobs/12.22.2": { + "type": "package", + "dependencies": { + "Azure.Storage.Common": "12.21.1", + "System.Text.Json": "6.0.10" + }, + "compile": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Common/12.21.1": { + "type": "package", + "dependencies": { + "Azure.Core": "1.44.1", + "System.IO.Hashing": "6.0.0" + }, + "compile": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + } + }, + "BouncyCastle.Cryptography/2.4.0": { + "type": "package", + "compile": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + } + }, + "ClosedXML/0.104.1": { + "type": "package", + "dependencies": { + "ClosedXML.Parser": "[1.2.0, 2.0.0)", + "DocumentFormat.OpenXml": "[3.0.1, 4.0.0)", + "ExcelNumberFormat": "1.1.0", + "RBush": "3.2.0", + "SixLabors.Fonts": "1.0.0", + "System.IO.Packaging": "8.0.0" + }, + "compile": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".pdb;.xml" + } + } + }, + "ClosedXML.Parser/1.2.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/ClosedXML.Parser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.Parser.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml/3.0.1": { + "type": "package", + "dependencies": { + "DocumentFormat.OpenXml.Framework": "3.0.1" + }, + "compile": { + "lib/net8.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml.Framework/3.0.1": { + "type": "package", + "dependencies": { + "System.IO.Packaging": "8.0.0" + }, + "compile": { + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll": { + "related": ".xml" + } + } + }, + "ExcelNumberFormat/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + } + }, + "ExCSS/4.2.3": { + "type": "package", + "compile": { + "lib/net7.0/ExCSS.dll": {} + }, + "runtime": { + "lib/net7.0/ExCSS.dll": {} + } + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "type": "package", + "compile": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + }, + "runtime": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + } + }, + "FluentMigrator/5.2.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.2.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Abstractions/5.2.0": { + "type": "package", + "dependencies": { + "System.ComponentModel.Annotations": "5.0.0", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll": { + "locale": "de-DE" + } + } + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Runner.Core": "5.1.0", + "FluentMigrator.Runner.Db2": "5.1.0", + "FluentMigrator.Runner.Firebird": "5.1.0", + "FluentMigrator.Runner.Hana": "5.1.0", + "FluentMigrator.Runner.MySql": "5.1.0", + "FluentMigrator.Runner.Oracle": "5.1.0", + "FluentMigrator.Runner.Postgres": "5.1.0", + "FluentMigrator.Runner.Redshift": "5.1.0", + "FluentMigrator.Runner.SQLite": "5.1.0", + "FluentMigrator.Runner.Snowflake": "5.1.0", + "FluentMigrator.Runner.SqlServer": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Core/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Abstractions": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "type": "package", + "dependencies": { + "FirebirdSql.Data.FirebirdClient": "10.0.0", + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.MySql": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Oracle": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Postgres": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Extensions.Snowflake": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.SqlServer": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Data.SqlClient": "5.1.4" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Google.Apis/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis.Core": "1.68.0" + }, + "compile": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Auth/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis": "1.68.0", + "Google.Apis.Core": "1.68.0", + "System.Management": "7.0.2" + }, + "compile": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Core/1.68.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp/7.3.0.2": { + "type": "package", + "dependencies": { + "HarfBuzzSharp.NativeAssets.Win32": "7.3.0.2", + "HarfBuzzSharp.NativeAssets.macOS": "7.3.0.2" + }, + "compile": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp.NativeAssets.Linux/7.3.0.2": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.2" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.2": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libHarfBuzzSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.2": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Humanizer/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core.af": "2.14.1", + "Humanizer.Core.ar": "2.14.1", + "Humanizer.Core.az": "2.14.1", + "Humanizer.Core.bg": "2.14.1", + "Humanizer.Core.bn-BD": "2.14.1", + "Humanizer.Core.cs": "2.14.1", + "Humanizer.Core.da": "2.14.1", + "Humanizer.Core.de": "2.14.1", + "Humanizer.Core.el": "2.14.1", + "Humanizer.Core.es": "2.14.1", + "Humanizer.Core.fa": "2.14.1", + "Humanizer.Core.fi-FI": "2.14.1", + "Humanizer.Core.fr": "2.14.1", + "Humanizer.Core.fr-BE": "2.14.1", + "Humanizer.Core.he": "2.14.1", + "Humanizer.Core.hr": "2.14.1", + "Humanizer.Core.hu": "2.14.1", + "Humanizer.Core.hy": "2.14.1", + "Humanizer.Core.id": "2.14.1", + "Humanizer.Core.is": "2.14.1", + "Humanizer.Core.it": "2.14.1", + "Humanizer.Core.ja": "2.14.1", + "Humanizer.Core.ko-KR": "2.14.1", + "Humanizer.Core.ku": "2.14.1", + "Humanizer.Core.lv": "2.14.1", + "Humanizer.Core.ms-MY": "2.14.1", + "Humanizer.Core.mt": "2.14.1", + "Humanizer.Core.nb": "2.14.1", + "Humanizer.Core.nb-NO": "2.14.1", + "Humanizer.Core.nl": "2.14.1", + "Humanizer.Core.pl": "2.14.1", + "Humanizer.Core.pt": "2.14.1", + "Humanizer.Core.ro": "2.14.1", + "Humanizer.Core.ru": "2.14.1", + "Humanizer.Core.sk": "2.14.1", + "Humanizer.Core.sl": "2.14.1", + "Humanizer.Core.sr": "2.14.1", + "Humanizer.Core.sr-Latn": "2.14.1", + "Humanizer.Core.sv": "2.14.1", + "Humanizer.Core.th-TH": "2.14.1", + "Humanizer.Core.tr": "2.14.1", + "Humanizer.Core.uk": "2.14.1", + "Humanizer.Core.uz-Cyrl-UZ": "2.14.1", + "Humanizer.Core.uz-Latn-UZ": "2.14.1", + "Humanizer.Core.vi": "2.14.1", + "Humanizer.Core.zh-CN": "2.14.1", + "Humanizer.Core.zh-Hans": "2.14.1", + "Humanizer.Core.zh-Hant": "2.14.1" + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core.af/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/af/Humanizer.resources.dll": { + "locale": "af" + } + } + }, + "Humanizer.Core.ar/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ar/Humanizer.resources.dll": { + "locale": "ar" + } + } + }, + "Humanizer.Core.az/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/az/Humanizer.resources.dll": { + "locale": "az" + } + } + }, + "Humanizer.Core.bg/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bg/Humanizer.resources.dll": { + "locale": "bg" + } + } + }, + "Humanizer.Core.bn-BD/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bn-BD/Humanizer.resources.dll": { + "locale": "bn-BD" + } + } + }, + "Humanizer.Core.cs/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/cs/Humanizer.resources.dll": { + "locale": "cs" + } + } + }, + "Humanizer.Core.da/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/da/Humanizer.resources.dll": { + "locale": "da" + } + } + }, + "Humanizer.Core.de/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/de/Humanizer.resources.dll": { + "locale": "de" + } + } + }, + "Humanizer.Core.el/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/el/Humanizer.resources.dll": { + "locale": "el" + } + } + }, + "Humanizer.Core.es/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/es/Humanizer.resources.dll": { + "locale": "es" + } + } + }, + "Humanizer.Core.fa/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fa/Humanizer.resources.dll": { + "locale": "fa" + } + } + }, + "Humanizer.Core.fi-FI/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fi-FI/Humanizer.resources.dll": { + "locale": "fi-FI" + } + } + }, + "Humanizer.Core.fr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr/Humanizer.resources.dll": { + "locale": "fr" + } + } + }, + "Humanizer.Core.fr-BE/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr-BE/Humanizer.resources.dll": { + "locale": "fr-BE" + } + } + }, + "Humanizer.Core.he/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/he/Humanizer.resources.dll": { + "locale": "he" + } + } + }, + "Humanizer.Core.hr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hr/Humanizer.resources.dll": { + "locale": "hr" + } + } + }, + "Humanizer.Core.hu/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hu/Humanizer.resources.dll": { + "locale": "hu" + } + } + }, + "Humanizer.Core.hy/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hy/Humanizer.resources.dll": { + "locale": "hy" + } + } + }, + "Humanizer.Core.id/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/id/Humanizer.resources.dll": { + "locale": "id" + } + } + }, + "Humanizer.Core.is/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/is/Humanizer.resources.dll": { + "locale": "is" + } + } + }, + "Humanizer.Core.it/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/it/Humanizer.resources.dll": { + "locale": "it" + } + } + }, + "Humanizer.Core.ja/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ja/Humanizer.resources.dll": { + "locale": "ja" + } + } + }, + "Humanizer.Core.ko-KR/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll": { + "locale": "ko-KR" + } + } + }, + "Humanizer.Core.ku/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ku/Humanizer.resources.dll": { + "locale": "ku" + } + } + }, + "Humanizer.Core.lv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/lv/Humanizer.resources.dll": { + "locale": "lv" + } + } + }, + "Humanizer.Core.ms-MY/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": { + "locale": "ms-MY" + } + } + }, + "Humanizer.Core.mt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/mt/Humanizer.resources.dll": { + "locale": "mt" + } + } + }, + "Humanizer.Core.nb/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb/Humanizer.resources.dll": { + "locale": "nb" + } + } + }, + "Humanizer.Core.nb-NO/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb-NO/Humanizer.resources.dll": { + "locale": "nb-NO" + } + } + }, + "Humanizer.Core.nl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nl/Humanizer.resources.dll": { + "locale": "nl" + } + } + }, + "Humanizer.Core.pl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pl/Humanizer.resources.dll": { + "locale": "pl" + } + } + }, + "Humanizer.Core.pt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pt/Humanizer.resources.dll": { + "locale": "pt" + } + } + }, + "Humanizer.Core.ro/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ro/Humanizer.resources.dll": { + "locale": "ro" + } + } + }, + "Humanizer.Core.ru/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ru/Humanizer.resources.dll": { + "locale": "ru" + } + } + }, + "Humanizer.Core.sk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sk/Humanizer.resources.dll": { + "locale": "sk" + } + } + }, + "Humanizer.Core.sl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sl/Humanizer.resources.dll": { + "locale": "sl" + } + } + }, + "Humanizer.Core.sr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr/Humanizer.resources.dll": { + "locale": "sr" + } + } + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr-Latn/Humanizer.resources.dll": { + "locale": "sr-Latn" + } + } + }, + "Humanizer.Core.sv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sv/Humanizer.resources.dll": { + "locale": "sv" + } + } + }, + "Humanizer.Core.th-TH/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/th-TH/Humanizer.resources.dll": { + "locale": "th-TH" + } + } + }, + "Humanizer.Core.tr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/tr/Humanizer.resources.dll": { + "locale": "tr" + } + } + }, + "Humanizer.Core.uk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uk/Humanizer.resources.dll": { + "locale": "uk" + } + } + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll": { + "locale": "uz-Cyrl-UZ" + } + } + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll": { + "locale": "uz-Latn-UZ" + } + } + }, + "Humanizer.Core.vi/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/vi/Humanizer.resources.dll": { + "locale": "vi" + } + } + }, + "Humanizer.Core.zh-CN/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-CN/Humanizer.resources.dll": { + "locale": "zh-CN" + } + } + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hans/Humanizer.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hant/Humanizer.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "LigerShark.WebOptimizer.Core/3.0.426": { + "type": "package", + "dependencies": { + "NUglify": "1.21.9" + }, + "compile": { + "lib/net8.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "build/_._": {} + } + }, + "linq2db/5.4.1": { + "type": "package", + "compile": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + } + }, + "MailKit/4.8.0": { + "type": "package", + "dependencies": { + "MimeKit": "4.8.0", + "System.Formats.Asn1": "8.0.1" + }, + "compile": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MaxMind.Db/4.1.0": { + "type": "package", + "compile": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + } + }, + "MaxMind.GeoIP2/5.2.0": { + "type": "package", + "dependencies": { + "MaxMind.Db": "4.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "3.1.32", + "Microsoft.AspNetCore.DataProtection.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.Hosting.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32", + "Microsoft.Extensions.Options": "3.1.32", + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Cryptography.Xml": "4.7.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.10", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + } + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets": {} + } + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.2", + "System.Collections.Immutable": "5.0.0", + "System.Memory": "4.5.4", + "System.Reflection.Metadata": "5.0.0", + "System.Runtime.CompilerServices.Unsafe": "5.0.0", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.0.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.CSharp": "4.0.0", + "Microsoft.CodeAnalysis.Common": "4.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.0": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.3", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.56.0", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.10": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.2", + "Microsoft.Data.SqlClient": "4.0.5", + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.10": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.FileProviders.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.66.1": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.65.0": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.65.0", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MimeKit/4.8.0": { + "type": "package", + "dependencies": { + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", + "System.Security.Cryptography.Pkcs": "8.0.0" + }, + "compile": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MySqlConnector/2.3.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "type": "package", + "dependencies": { + "Nito.AsyncEx.Tasks": "5.1.2", + "Nito.Collections.Deque": "1.1.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + } + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "type": "package", + "dependencies": { + "Nito.Disposables": "2.2.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + } + }, + "Nito.Collections.Deque/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + } + }, + "Nito.Disposables/2.2.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.7.1" + }, + "compile": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + } + }, + "Npgsql/8.0.5": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "NUglify/1.21.9": { + "type": "package", + "compile": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, + "compile": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + } + }, + "QuestPDF/2024.10.1": { + "type": "package", + "compile": { + "lib/net8.0/QuestPDF.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/QuestPDF.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/QuestPDF.targets": {} + }, + "runtimeTargets": { + "runtimes/linux-arm64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libQuestPdfSkia.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx-arm64/native/libQuestPdfSkia.dylib": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/libQuestPdfSkia.dylib": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-x64/native/QuestPdfSkia.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/QuestPdfSkia.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "RBush/3.2.0": { + "type": "package", + "compile": { + "lib/net6.0/RBush.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/RBush.dll": { + "related": ".xml" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "ShimSkiaSharp/2.0.0.1": { + "type": "package", + "compile": { + "lib/net8.0/ShimSkiaSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ShimSkiaSharp.dll": {} + } + }, + "SixLabors.Fonts/1.0.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.8", + "SkiaSharp.NativeAssets.macOS": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.HarfBuzz/2.88.8": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.2", + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Svg.Custom/2.0.0.1": { + "type": "package", + "dependencies": { + "ExCSS": "4.2.3" + }, + "compile": { + "lib/net8.0/Svg.Custom.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Custom.dll": {} + } + }, + "Svg.Model/2.0.0.1": { + "type": "package", + "dependencies": { + "ShimSkiaSharp": "2.0.0.1", + "Svg.Custom": "2.0.0.1" + }, + "compile": { + "lib/net8.0/Svg.Model.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Model.dll": {} + } + }, + "Svg.Skia/2.0.0.1": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8", + "SkiaSharp.HarfBuzz": "2.88.8", + "Svg.Custom": "2.0.0.1", + "Svg.Model": "2.0.0.1" + }, + "compile": { + "lib/net8.0/Svg.Skia.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Skia.dll": {} + } + }, + "System.ClientModel/1.1.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "6.0.9" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Collections.Immutable/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Annotations/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.Configuration.ConfigurationManager/8.0.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.1", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.DiagnosticSource/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Formats.Asn1/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Hashing/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Packaging/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/5.0.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Async/6.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0" + }, + "compile": { + "ref/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Dynamic.Core/1.4.6": { + "type": "package", + "compile": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "System.Management/7.0.2": { + "type": "package", + "dependencies": { + "System.CodeDom": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.5": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/6.0.0": { + "type": "package", + "dependencies": { + "System.Text.Json": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.Xml/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Cryptography.Pkcs": "6.0.1" + }, + "compile": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.ServiceModel.Http/8.0.0": { + "type": "package", + "dependencies": { + "System.ServiceModel.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Http.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Http.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Http.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.ServiceModel.Primitives/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ObjectPool": "6.0.16", + "System.Security.Cryptography.Xml": "6.0.1" + }, + "compile": { + "ref/net8.0/System.ServiceModel.Primitives.dll": {} + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Primitives.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/4.5.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.2", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + }, + "compile": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/6.0.10": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/System.Text.Json.targets": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "WebMarkupMin.AspNet.Common/2.17.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.Core": "2.17.0" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.AspNetCore8/2.17.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.AspNet.Common": "2.17.0" + }, + "compile": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "WebMarkupMin.Core/2.17.0": { + "type": "package", + "dependencies": { + "AdvancedStringBuilder": "0.1.1" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.NUglify/2.17.0": { + "type": "package", + "dependencies": { + "NUglify": "1.21.9", + "WebMarkupMin.Core": "2.17.0" + }, + "compile": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + } + }, + "Nop.Core/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "AutoMapper": "13.0.1", + "Autofac.Extensions.DependencyInjection": "10.0.0", + "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.4", + "Azure.Extensions.AspNetCore.DataProtection.Keys": "1.2.4", + "Azure.Identity": "1.13.0", + "Humanizer": "2.14.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.10", + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "8.0.10", + "Microsoft.Extensions.Caching.SqlServer": "8.0.10", + "Microsoft.Extensions.Caching.StackExchangeRedis": "8.0.10", + "Nito.AsyncEx.Coordination": "5.1.2", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Linq.Async": "6.0.1" + }, + "compile": { + "bin/placeholder/Nop.Core.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Core.dll": {} + } + }, + "Nop.Data/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentMigrator": "5.2.0", + "FluentMigrator.Runner": "5.1.0", + "Microsoft.Data.SqlClient": "5.2.0", + "MySqlConnector": "2.3.7", + "Nop.Core": "4.70.0", + "Npgsql": "8.0.5", + "System.Configuration.ConfigurationManager": "8.0.1", + "System.Net.NameResolution": "4.3.0", + "linq2db": "5.4.1" + }, + "compile": { + "bin/placeholder/Nop.Data.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Data.dll": {} + } + }, + "Nop.Services/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Azure.Storage.Blobs": "12.22.2", + "ClosedXML": "0.104.1", + "Google.Apis.Auth": "1.68.0", + "HarfBuzzSharp.NativeAssets.Linux": "7.3.0.2", + "MailKit": "4.8.0", + "MaxMind.GeoIP2": "5.2.0", + "Microsoft.Identity.Client": "4.66.1", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "QuestPDF": "2024.10.1", + "SkiaSharp": "2.88.8", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.8", + "Svg.Skia": "2.0.0.1", + "System.Linq.Dynamic.Core": "1.4.6", + "System.ServiceModel.Http": "8.0.0" + }, + "compile": { + "bin/placeholder/Nop.Services.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Services.dll": {} + } + }, + "Nop.Web/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "Nop.Web.Framework": "4.70.0" + }, + "compile": { + "bin/placeholder/Nop.Web.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.dll": {} + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentValidation.AspNetCore": "11.3.0", + "LigerShark.WebOptimizer.Core": "3.0.426", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "WebMarkupMin.AspNetCore8": "2.17.0", + "WebMarkupMin.NUglify": "2.17.0" + }, + "compile": { + "bin/placeholder/Nop.Web.Framework.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.Framework.dll": {} + } + } + } + }, + "libraries": { + "AdvancedStringBuilder/0.1.1": { + "sha512": "32IrlspOA59ewotQ4tlKP27QhKxMKGB7oncqlwVHn/hAz+j/r3HvLr6/W9ni9Mnyktlcg6kt7QZS8rEgur1+4Q==", + "type": "package", + "path": "advancedstringbuilder/0.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "advancedstringbuilder.0.1.1.nupkg.sha512", + "advancedstringbuilder.nuspec", + "icon.png", + "lib/net40-client/AdvancedStringBuilder.dll", + "lib/net40-client/AdvancedStringBuilder.xml", + "lib/net45/AdvancedStringBuilder.dll", + "lib/net45/AdvancedStringBuilder.xml", + "lib/netstandard1.0/AdvancedStringBuilder.dll", + "lib/netstandard1.0/AdvancedStringBuilder.xml", + "lib/netstandard2.0/AdvancedStringBuilder.dll", + "lib/netstandard2.0/AdvancedStringBuilder.xml", + "readme.txt" + ] + }, + "Autofac/8.1.0": { + "sha512": "O2QT+0DSTBR2Ojpacmcj3L0KrnnXTFrwLl/OW1lBUDiHhb89msHEHNhTA8AlK3jdFiAfMbAYyQaJVvRe6oSBcQ==", + "type": "package", + "path": "autofac/8.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.8.1.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net6.0/Autofac.dll", + "lib/net6.0/Autofac.xml", + "lib/net7.0/Autofac.dll", + "lib/net7.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Autofac.Extensions.DependencyInjection/10.0.0": { + "sha512": "ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==", + "type": "package", + "path": "autofac.extensions.dependencyinjection/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.nuspec", + "icon.png", + "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net6.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net7.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net7.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net8.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" + ] + }, + "AutoMapper/13.0.1": { + "sha512": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==", + "type": "package", + "path": "automapper/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "automapper.13.0.1.nupkg.sha512", + "automapper.nuspec", + "icon.png", + "lib/net6.0/AutoMapper.dll", + "lib/net6.0/AutoMapper.xml" + ] + }, + "Azure.Core/1.44.1": { + "sha512": "YyznXLQZCregzHvioip07/BkzjuWNXogJEVz9T5W6TwjNr17ax41YGzYMptlo2G10oLCuVPoyva62y0SIRDixg==", + "type": "package", + "path": "azure.core/1.44.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.44.1.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "sha512": "zS+x0MpUMSbvZD598lwAoax+ohIeSAvGlXpT71iP7FFmMZ+Tjz/8hx+jZH/RbV2cJYTYbux8XFDll7LMPuz46g==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.blobs/1.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.blobs.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.4": { + "sha512": "sl0E1iOrVWxxWUTFzzo6hN2+ZjYK8B84t/NEbeVl8MY3xMO3lR8JBSeWGp3u5OL6Z8I2lTAescgOz/CkIni5Lg==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.keys/1.2.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.keys.1.2.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.xml" + ] + }, + "Azure.Identity/1.13.0": { + "sha512": "UMYCdapkVRojCtXqUmrWMAEV/i1N5haRcQ481oBmXn+kpq1zLJXiL6ESghbxbE0QV5zvewUJIy/IZcvijcpLfg==", + "type": "package", + "path": "azure.identity/1.13.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.13.0.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Security.KeyVault.Keys/4.6.0": { + "sha512": "1KbCIkXmLaj+kDDNm1Va5rNlzgcJ/fVtnsoVmzZPKa38jz6DXhPyojdvGaOX8AdupGJceg0X1vrsGvZKN79Qzw==", + "type": "package", + "path": "azure.security.keyvault.keys/4.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.security.keyvault.keys.4.6.0.nupkg.sha512", + "azure.security.keyvault.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.xml" + ] + }, + "Azure.Storage.Blobs/12.22.2": { + "sha512": "/BK63qx31dhXjnqOXB90DP8mJM+pHbti45+v/D3SiEgP2A+ekvJlGWGLVGQznriT5UAOerM+3vAAEJNKolVSIQ==", + "type": "package", + "path": "azure.storage.blobs/12.22.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.blobs.12.22.2.nupkg.sha512", + "azure.storage.blobs.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Blobs.dll", + "lib/net6.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.0/Azure.Storage.Blobs.dll", + "lib/netstandard2.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.1/Azure.Storage.Blobs.dll", + "lib/netstandard2.1/Azure.Storage.Blobs.xml" + ] + }, + "Azure.Storage.Common/12.21.1": { + "sha512": "NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==", + "type": "package", + "path": "azure.storage.common/12.21.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.common.12.21.1.nupkg.sha512", + "azure.storage.common.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Common.dll", + "lib/net6.0/Azure.Storage.Common.xml", + "lib/netstandard2.0/Azure.Storage.Common.dll", + "lib/netstandard2.0/Azure.Storage.Common.xml" + ] + }, + "BouncyCastle.Cryptography/2.4.0": { + "sha512": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==", + "type": "package", + "path": "bouncycastle.cryptography/2.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "bouncycastle.cryptography.2.4.0.nupkg.sha512", + "bouncycastle.cryptography.nuspec", + "lib/net461/BouncyCastle.Cryptography.dll", + "lib/net461/BouncyCastle.Cryptography.xml", + "lib/net6.0/BouncyCastle.Cryptography.dll", + "lib/net6.0/BouncyCastle.Cryptography.xml", + "lib/netstandard2.0/BouncyCastle.Cryptography.dll", + "lib/netstandard2.0/BouncyCastle.Cryptography.xml", + "packageIcon.png" + ] + }, + "ClosedXML/0.104.1": { + "sha512": "RVm2fUNWJlBJlg07shrfeWzrHPG5ypI/vARqdUOUbUdaog8yBw8l4IbCHf2MXt0AXtzaZqGNqhFaCAHigCBdfw==", + "type": "package", + "path": "closedxml/0.104.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "closedxml.0.104.1.nupkg.sha512", + "closedxml.nuspec", + "lib/netstandard2.0/ClosedXML.dll", + "lib/netstandard2.0/ClosedXML.pdb", + "lib/netstandard2.0/ClosedXML.xml", + "lib/netstandard2.1/ClosedXML.dll", + "lib/netstandard2.1/ClosedXML.pdb", + "lib/netstandard2.1/ClosedXML.xml", + "nuget-logo.png" + ] + }, + "ClosedXML.Parser/1.2.0": { + "sha512": "w+/0tsxABS3lkSH8EUlA7IGme+mq5T/Puf3DbOiTckmSuUpAUO2LK29oXYByCcWkBv6wcRHxgWlQb1lxkwI0Tw==", + "type": "package", + "path": "closedxml.parser/1.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "closedxml.parser.1.2.0.nupkg.sha512", + "closedxml.parser.nuspec", + "lib/netstandard2.0/ClosedXML.Parser.dll", + "lib/netstandard2.0/ClosedXML.Parser.xml", + "lib/netstandard2.1/ClosedXML.Parser.dll", + "lib/netstandard2.1/ClosedXML.Parser.xml" + ] + }, + "DocumentFormat.OpenXml/3.0.1": { + "sha512": "DCK1cwFUJ1FGGyYyo++HWl9H1RkqMWIu+FGOLRy6E4L4y0/HIhlJ7N/n1HKboFfOwKn1cMBRxt1RCuDbIEy5YQ==", + "type": "package", + "path": "documentformat.openxml/3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.3.0.1.nupkg.sha512", + "documentformat.openxml.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.dll", + "lib/net35/DocumentFormat.OpenXml.xml", + "lib/net40/DocumentFormat.OpenXml.dll", + "lib/net40/DocumentFormat.OpenXml.xml", + "lib/net46/DocumentFormat.OpenXml.dll", + "lib/net46/DocumentFormat.OpenXml.xml", + "lib/net8.0/DocumentFormat.OpenXml.dll", + "lib/net8.0/DocumentFormat.OpenXml.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.xml" + ] + }, + "DocumentFormat.OpenXml.Framework/3.0.1": { + "sha512": "ifyI7OW7sggz7LQMIAD2aUsY/zVUON9QaHrpZ4MK33iVMeHlTG4uhUE2aLWb31nry+LCs2ALDAwf8OfUJGjgBg==", + "type": "package", + "path": "documentformat.openxml.framework/3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.framework.3.0.1.nupkg.sha512", + "documentformat.openxml.framework.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.Framework.dll", + "lib/net35/DocumentFormat.OpenXml.Framework.xml", + "lib/net40/DocumentFormat.OpenXml.Framework.dll", + "lib/net40/DocumentFormat.OpenXml.Framework.xml", + "lib/net46/DocumentFormat.OpenXml.Framework.dll", + "lib/net46/DocumentFormat.OpenXml.Framework.xml", + "lib/net6.0/DocumentFormat.OpenXml.Framework.dll", + "lib/net6.0/DocumentFormat.OpenXml.Framework.xml", + "lib/net8.0/DocumentFormat.OpenXml.Framework.dll", + "lib/net8.0/DocumentFormat.OpenXml.Framework.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.Framework.xml" + ] + }, + "ExcelNumberFormat/1.1.0": { + "sha512": "R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", + "type": "package", + "path": "excelnumberformat/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excelnumberformat.1.1.0.nupkg.sha512", + "excelnumberformat.nuspec", + "icon.png", + "lib/net20/ExcelNumberFormat.dll", + "lib/net20/ExcelNumberFormat.xml", + "lib/netstandard1.0/ExcelNumberFormat.dll", + "lib/netstandard1.0/ExcelNumberFormat.xml", + "lib/netstandard2.0/ExcelNumberFormat.dll", + "lib/netstandard2.0/ExcelNumberFormat.xml" + ] + }, + "ExCSS/4.2.3": { + "sha512": "SyeAfu2wL5247sipJoPUzQfjiwQtfSd8hN4IbgoyVcDx4PP6Dud4znwPRibWQzLtTlUxYYcbf5f4p+EfFC7KtQ==", + "type": "package", + "path": "excss/4.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excss.4.2.3.nupkg.sha512", + "excss.nuspec", + "lib/net48/ExCSS.dll", + "lib/net6.0/ExCSS.dll", + "lib/net7.0/ExCSS.dll", + "lib/netcoreapp3.1/ExCSS.dll", + "lib/netstandard2.0/ExCSS.dll", + "lib/netstandard2.1/ExCSS.dll", + "readme.md" + ] + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "sha512": "x+JkSd6TeL9zUXDbi5C0NPeZ1ejo5sw3G9nhoxvVGXhaU399agYgO5RXtYRmcS4GkeA57Q9sThe5pFL2knSdXQ==", + "type": "package", + "path": "firebirdsql.data.firebirdclient/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "firebird-logo.png", + "firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "firebirdsql.data.firebirdclient.nuspec", + "lib/net48/FirebirdSql.Data.FirebirdClient.dll", + "lib/net5.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net6.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.1/FirebirdSql.Data.FirebirdClient.dll", + "license.txt" + ] + }, + "FluentMigrator/5.2.0": { + "sha512": "h3w95meLtHsdWQY1BVVh5eaGcI82zADR2T1WSCcc/NTc+P+rsGzmqG5RF9Gz+Fy1BNEQXL47Xppk/YorwJgEWg==", + "type": "package", + "path": "fluentmigrator/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.5.2.0.nupkg.sha512", + "fluentmigrator.nuspec", + "lib/net48/FluentMigrator.dll", + "lib/net48/FluentMigrator.pdb", + "lib/net48/FluentMigrator.xml", + "lib/netstandard2.0/FluentMigrator.dll", + "lib/netstandard2.0/FluentMigrator.pdb", + "lib/netstandard2.0/FluentMigrator.xml" + ] + }, + "FluentMigrator.Abstractions/5.2.0": { + "sha512": "MvzpENiB2o8QqIXYgKlbtrEPyaHc2m2ukRmaNWszL9ZJH3OBY/kYMotn/dxWC+zwlUo82ZPvoCJtoFi2nptz2w==", + "type": "package", + "path": "fluentmigrator.abstractions/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "fluentmigrator.abstractions.nuspec", + "lib/net48/FluentMigrator.Abstractions.dll", + "lib/net48/FluentMigrator.Abstractions.pdb", + "lib/net48/FluentMigrator.Abstractions.xml", + "lib/net48/de-DE/FluentMigrator.Abstractions.resources.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.pdb", + "lib/netstandard2.0/FluentMigrator.Abstractions.xml", + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll" + ] + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "sha512": "8dx8AS/XFs6HH7G3mw2FcDM43Y7+n96Z0OS9uQjmyum5Cv2Qp2dD2Gf747MCtbWbC/vdhJGomld+BnccBkNA3w==", + "type": "package", + "path": "fluentmigrator.extensions.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.mysql.nuspec", + "lib/net48/FluentMigrator.Extensions.MySql.dll", + "lib/net48/FluentMigrator.Extensions.MySql.pdb", + "lib/net48/FluentMigrator.Extensions.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.xml" + ] + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "sha512": "Cpnav//COP8wl/NVa7EYyiQAsF0lAba3NYizAWXq+vIApxyu5L9Cp6GpyCTgIIOR4QLTx3FXV4cCg7/QKXkHHA==", + "type": "package", + "path": "fluentmigrator.extensions.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.oracle.nuspec", + "lib/net48/FluentMigrator.Extensions.Oracle.dll", + "lib/net48/FluentMigrator.Extensions.Oracle.pdb", + "lib/net48/FluentMigrator.Extensions.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.xml" + ] + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "sha512": "g3Se8v9zyjJUxFedx6mxCtCWrpr5IRD1BExyeIuvorJZZztE4emO/qXtpEB/m9YwdD8stJuPShbMWUa7bKm86Q==", + "type": "package", + "path": "fluentmigrator.extensions.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.postgres.nuspec", + "lib/net48/FluentMigrator.Extensions.Postgres.dll", + "lib/net48/FluentMigrator.Extensions.Postgres.pdb", + "lib/net48/FluentMigrator.Extensions.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.xml" + ] + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "sha512": "3YnRq9q5AcShusF9OvbfMFu/Swyfn8V5YD/vkvAsNTcIIAWs4jXY0QhLR/lofIwvk56XqXE263x2OfzLZnf+gQ==", + "type": "package", + "path": "fluentmigrator.extensions.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.snowflake.nuspec", + "lib/net48/FluentMigrator.Extensions.Snowflake.dll", + "lib/net48/FluentMigrator.Extensions.Snowflake.pdb", + "lib/net48/FluentMigrator.Extensions.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.xml" + ] + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "sha512": "zdcQ1mYvyFY+gzfLScv5Y4j/qFXn4xLed71WqjiNWvN2/JkVh7Xa94K/b+PA6AYh8a7AIqdbnOKtzFr0Lh+95g==", + "type": "package", + "path": "fluentmigrator.extensions.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.sqlserver.nuspec", + "lib/net48/FluentMigrator.Extensions.SqlServer.dll", + "lib/net48/FluentMigrator.Extensions.SqlServer.pdb", + "lib/net48/FluentMigrator.Extensions.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.xml" + ] + }, + "FluentMigrator.Runner/5.1.0": { + "sha512": "jincYPtHyQjQ3XgQ7c8aPkKLX88HxueHdeSz++WDVo0LXnR4aFbvi/UXbtAsnwt+Jj06KFhF1DlYVOoT3yrhKQ==", + "type": "package", + "path": "fluentmigrator.runner/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.5.1.0.nupkg.sha512", + "fluentmigrator.runner.nuspec", + "lib/net48/FluentMigrator.Runner.dll", + "lib/net48/FluentMigrator.Runner.pdb", + "lib/net48/FluentMigrator.Runner.xml", + "lib/netstandard2.0/FluentMigrator.Runner.dll", + "lib/netstandard2.0/FluentMigrator.Runner.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.xml" + ] + }, + "FluentMigrator.Runner.Core/5.1.0": { + "sha512": "nP/3ezpP57wqt/1+NScrsSRiQj90xeaNjEyjFIekNtPzmGyM/z//AYk3MXtfM8so8b+JZNL5INQYgXaVGISD0Q==", + "type": "package", + "path": "fluentmigrator.runner.core/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "fluentmigrator.runner.core.nuspec", + "lib/net48/FluentMigrator.Runner.Core.dll", + "lib/net48/FluentMigrator.Runner.Core.pdb", + "lib/net48/FluentMigrator.Runner.Core.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Core.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Core.xml" + ] + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "sha512": "Z9CdgQnkyBgNyRpTA2le/VEQaa2ukFNqDYEqkRu2cOZk+XF3JsjkQMeeQB2Byy7yZhgK/SGrauLvebB5wF1wEw==", + "type": "package", + "path": "fluentmigrator.runner.db2/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "fluentmigrator.runner.db2.nuspec", + "lib/net48/FluentMigrator.Runner.Db2.dll", + "lib/net48/FluentMigrator.Runner.Db2.pdb", + "lib/net48/FluentMigrator.Runner.Db2.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.xml" + ] + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "sha512": "lNFo+LZQczW3vtuSjpOfRxUhoRrwBMg+PV+SOk12c1PnkfvDAtsX/HSn9yUI3xV+fN1x6krBIwIQ9o63HQZAfg==", + "type": "package", + "path": "fluentmigrator.runner.firebird/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "fluentmigrator.runner.firebird.nuspec", + "lib/net48/FluentMigrator.Runner.Firebird.dll", + "lib/net48/FluentMigrator.Runner.Firebird.pdb", + "lib/net48/FluentMigrator.Runner.Firebird.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.xml" + ] + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "sha512": "xCRna1elZYhOITRK4uNtPb3xut0GTtteCyTjQF7ZlHC4RFFpg1a2fAWFUF+TB9YVeFxf1QHKhbo8Kr5rGH6HqA==", + "type": "package", + "path": "fluentmigrator.runner.hana/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "fluentmigrator.runner.hana.nuspec", + "lib/net48/FluentMigrator.Runner.Hana.dll", + "lib/net48/FluentMigrator.Runner.Hana.pdb", + "lib/net48/FluentMigrator.Runner.Hana.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.xml" + ] + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "sha512": "VywFX3gKQ7EcveKoLcxLwf8aQkWnJn6WQ2aJqe7Dw6gld8o0WBpevsBwQFO1doGqXzhFDlWHO2NwKoqvXQCG+Q==", + "type": "package", + "path": "fluentmigrator.runner.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.runner.mysql.nuspec", + "lib/net48/FluentMigrator.Runner.MySql.dll", + "lib/net48/FluentMigrator.Runner.MySql.pdb", + "lib/net48/FluentMigrator.Runner.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.xml" + ] + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "sha512": "qNmTirqFREMOm/HMkO68suXd3EIoadfQ69gvuJ5Hvy7LNQgMAW8FcrcGkNFn0t0JYAtGEbtH9t90/6dmBAwQIg==", + "type": "package", + "path": "fluentmigrator.runner.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.runner.oracle.nuspec", + "lib/net48/FluentMigrator.Runner.Oracle.dll", + "lib/net48/FluentMigrator.Runner.Oracle.pdb", + "lib/net48/FluentMigrator.Runner.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.xml" + ] + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "sha512": "Zr/cqR7b5PJqwO/JPtVz/zn2USO/jLz8b9JEFCjsYIb4AU8WIwNpLoRXsEcWSoHjlAc60LPcZM608tkgDGgA6A==", + "type": "package", + "path": "fluentmigrator.runner.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.runner.postgres.nuspec", + "lib/net48/FluentMigrator.Runner.Postgres.dll", + "lib/net48/FluentMigrator.Runner.Postgres.pdb", + "lib/net48/FluentMigrator.Runner.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.xml" + ] + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "sha512": "7GTF2EaaU8de9ViLobwxSKT+gY81h6b4zXIkMteALdqnAjkMNcynhEradH5OaDe9PorKWWh3/VBzCmO+N516xw==", + "type": "package", + "path": "fluentmigrator.runner.redshift/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "fluentmigrator.runner.redshift.nuspec", + "lib/net48/FluentMigrator.Runner.Redshift.dll", + "lib/net48/FluentMigrator.Runner.Redshift.pdb", + "lib/net48/FluentMigrator.Runner.Redshift.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.xml" + ] + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "sha512": "OmGfCxJPSrhJ6VcW6ypqc+NziwH1rygkNEJfW7Jl1DHfwrQtPgIgWw8qTA0abN+RkwtalXsfaEJ+4EuL0L+w6w==", + "type": "package", + "path": "fluentmigrator.runner.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.runner.snowflake.nuspec", + "lib/net48/FluentMigrator.Runner.Snowflake.dll", + "lib/net48/FluentMigrator.Runner.Snowflake.pdb", + "lib/net48/FluentMigrator.Runner.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.xml" + ] + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "sha512": "5fADu6iWF9pnPKhI0S2VmdR8gaFFe4A+ZtAu57A9w8gcZCCPVzekye83+gm93XuAGxOQtT1RErVIy2T0aGcyYA==", + "type": "package", + "path": "fluentmigrator.runner.sqlite/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlite.nuspec", + "lib/net48/FluentMigrator.Runner.SQLite.dll", + "lib/net48/FluentMigrator.Runner.SQLite.pdb", + "lib/net48/FluentMigrator.Runner.SQLite.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.xml" + ] + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "sha512": "WiZjICPJRIjuOZG2c52JOspKG0iR9UrfotE/SQMNlGEoIxjp8XrksEw7LytWsXWCymDjZUedNnA7QTqZS4p/Iw==", + "type": "package", + "path": "fluentmigrator.runner.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlserver.nuspec", + "lib/net48/FluentMigrator.Runner.SqlServer.dll", + "lib/net48/FluentMigrator.Runner.SqlServer.pdb", + "lib/net48/FluentMigrator.Runner.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.xml" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Google.Apis/1.68.0": { + "sha512": "s2MymhdpH+ybZNBeZ2J5uFgFHApBp+QXf9FjZSdM1lk/vx5VqIknJwnaWiuAzXxPrLEkesX0Q+UsiWn39yZ9zw==", + "type": "package", + "path": "google.apis/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.1.68.0.nupkg.sha512", + "google.apis.nuspec", + "lib/net462/Google.Apis.dll", + "lib/net462/Google.Apis.pdb", + "lib/net462/Google.Apis.xml", + "lib/net6.0/Google.Apis.dll", + "lib/net6.0/Google.Apis.pdb", + "lib/net6.0/Google.Apis.xml", + "lib/netstandard2.0/Google.Apis.dll", + "lib/netstandard2.0/Google.Apis.pdb", + "lib/netstandard2.0/Google.Apis.xml" + ] + }, + "Google.Apis.Auth/1.68.0": { + "sha512": "hFx8Qz5bZ4w0hpnn4tSmZaaFpjAMsgVElZ+ZgVLUZ2r9i+AKcoVgwiNfv1pruNS5cCvpXqhKECbruBCfRezPHA==", + "type": "package", + "path": "google.apis.auth/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.auth.1.68.0.nupkg.sha512", + "google.apis.auth.nuspec", + "lib/net462/Google.Apis.Auth.dll", + "lib/net462/Google.Apis.Auth.pdb", + "lib/net462/Google.Apis.Auth.xml", + "lib/net6.0/Google.Apis.Auth.dll", + "lib/net6.0/Google.Apis.Auth.pdb", + "lib/net6.0/Google.Apis.Auth.xml", + "lib/netstandard2.0/Google.Apis.Auth.dll", + "lib/netstandard2.0/Google.Apis.Auth.pdb", + "lib/netstandard2.0/Google.Apis.Auth.xml" + ] + }, + "Google.Apis.Core/1.68.0": { + "sha512": "pAqwa6pfu53UXCR2b7A/PAPXeuVg6L1OFw38WckN27NU2+mf+KTjoEg2YGv/f0UyKxzz7DxF1urOTKg/6dTP9g==", + "type": "package", + "path": "google.apis.core/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.core.1.68.0.nupkg.sha512", + "google.apis.core.nuspec", + "lib/net462/Google.Apis.Core.dll", + "lib/net462/Google.Apis.Core.pdb", + "lib/net462/Google.Apis.Core.xml", + "lib/net6.0/Google.Apis.Core.dll", + "lib/net6.0/Google.Apis.Core.pdb", + "lib/net6.0/Google.Apis.Core.xml", + "lib/netstandard2.0/Google.Apis.Core.dll", + "lib/netstandard2.0/Google.Apis.Core.pdb", + "lib/netstandard2.0/Google.Apis.Core.xml" + ] + }, + "HarfBuzzSharp/7.3.0.2": { + "sha512": "0tCd6HyCmNsX/DniCp2b00fo0xPbdNwKOs9BxxyT8oOOuMlWjcSFwzONKyeckCKVBFEsbSmsAHPDTqxoSDwZMg==", + "type": "package", + "path": "harfbuzzsharp/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "harfbuzzsharp.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nuspec", + "lib/monoandroid1.0/HarfBuzzSharp.dll", + "lib/monoandroid1.0/HarfBuzzSharp.pdb", + "lib/monoandroid1.0/HarfBuzzSharp.xml", + "lib/net462/HarfBuzzSharp.dll", + "lib/net462/HarfBuzzSharp.pdb", + "lib/net462/HarfBuzzSharp.xml", + "lib/net6.0-android30.0/HarfBuzzSharp.dll", + "lib/net6.0-android30.0/HarfBuzzSharp.pdb", + "lib/net6.0-android30.0/HarfBuzzSharp.xml", + "lib/net6.0-ios13.6/HarfBuzzSharp.dll", + "lib/net6.0-ios13.6/HarfBuzzSharp.pdb", + "lib/net6.0-ios13.6/HarfBuzzSharp.xml", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.dll", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.pdb", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.xml", + "lib/net6.0-macos10.15/HarfBuzzSharp.dll", + "lib/net6.0-macos10.15/HarfBuzzSharp.pdb", + "lib/net6.0-macos10.15/HarfBuzzSharp.xml", + "lib/net6.0-tvos13.4/HarfBuzzSharp.dll", + "lib/net6.0-tvos13.4/HarfBuzzSharp.pdb", + "lib/net6.0-tvos13.4/HarfBuzzSharp.xml", + "lib/net6.0/HarfBuzzSharp.dll", + "lib/net6.0/HarfBuzzSharp.pdb", + "lib/net6.0/HarfBuzzSharp.xml", + "lib/netcoreapp3.1/HarfBuzzSharp.dll", + "lib/netcoreapp3.1/HarfBuzzSharp.pdb", + "lib/netcoreapp3.1/HarfBuzzSharp.xml", + "lib/netstandard1.3/HarfBuzzSharp.dll", + "lib/netstandard1.3/HarfBuzzSharp.pdb", + "lib/netstandard1.3/HarfBuzzSharp.xml", + "lib/netstandard2.0/HarfBuzzSharp.dll", + "lib/netstandard2.0/HarfBuzzSharp.pdb", + "lib/netstandard2.0/HarfBuzzSharp.xml", + "lib/netstandard2.1/HarfBuzzSharp.dll", + "lib/netstandard2.1/HarfBuzzSharp.pdb", + "lib/netstandard2.1/HarfBuzzSharp.xml", + "lib/tizen40/HarfBuzzSharp.dll", + "lib/tizen40/HarfBuzzSharp.pdb", + "lib/tizen40/HarfBuzzSharp.xml", + "lib/uap10.0.10240/HarfBuzzSharp.dll", + "lib/uap10.0.10240/HarfBuzzSharp.pdb", + "lib/uap10.0.10240/HarfBuzzSharp.xml", + "lib/uap10.0.16299/HarfBuzzSharp.dll", + "lib/uap10.0.16299/HarfBuzzSharp.pdb", + "lib/uap10.0.16299/HarfBuzzSharp.xml", + "lib/xamarinios1.0/HarfBuzzSharp.dll", + "lib/xamarinios1.0/HarfBuzzSharp.pdb", + "lib/xamarinios1.0/HarfBuzzSharp.xml", + "lib/xamarinmac2.0/HarfBuzzSharp.dll", + "lib/xamarinmac2.0/HarfBuzzSharp.pdb", + "lib/xamarinmac2.0/HarfBuzzSharp.xml", + "lib/xamarintvos1.0/HarfBuzzSharp.dll", + "lib/xamarintvos1.0/HarfBuzzSharp.pdb", + "lib/xamarintvos1.0/HarfBuzzSharp.xml", + "lib/xamarinwatchos1.0/HarfBuzzSharp.dll", + "lib/xamarinwatchos1.0/HarfBuzzSharp.pdb", + "lib/xamarinwatchos1.0/HarfBuzzSharp.xml" + ] + }, + "HarfBuzzSharp.NativeAssets.Linux/7.3.0.2": { + "sha512": "aKa5J1RqjXKAtdcZJp5wjC78klfBIzJHM6CneN76lFmQ9LLRJA9Oa0TkIDaV8lVLDKMAy5fCKHXFlXUK1YfL/g==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.linux/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.linux.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libHarfBuzzSharp.so", + "runtimes/linux-arm64/native/libHarfBuzzSharp.so", + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so", + "runtimes/linux-x64/native/libHarfBuzzSharp.so" + ] + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.2": { + "sha512": "nycYH/WLJ6ogm+I+QSFCdPJsdxSb5GANWYbQyp1vsd/KjXN56RVUJWPhbgP2GKb/Y7mrsHM7EProqVXlO/EMsA==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.macos/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.macos.nuspec", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libHarfBuzzSharp.dylib" + ] + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.2": { + "sha512": "DpF9JBzwws2dupOLnjME65hxQWWbN/GD40AoTkwB4S05WANvxo3n81AnQJKxWDCnrWfWhLPB36OF27TvEqzb/A==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.win32/7.3.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg.sha512", + "harfbuzzsharp.nativeassets.win32.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libHarfBuzzSharp.dll", + "runtimes/win-x64/native/libHarfBuzzSharp.dll", + "runtimes/win-x86/native/libHarfBuzzSharp.dll" + ] + }, + "Humanizer/2.14.1": { + "sha512": "/FUTD3cEceAAmJSCPN9+J+VhGwmL/C12jvwlyM1DFXShEMsBzvLzLqSrJ2rb+k/W2znKw7JyflZgZpyE+tI7lA==", + "type": "package", + "path": "humanizer/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.2.14.1.nupkg.sha512", + "humanizer.nuspec", + "logo.png" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "Humanizer.Core.af/2.14.1": { + "sha512": "BoQHyu5le+xxKOw+/AUM7CLXneM/Bh3++0qh1u0+D95n6f9eGt9kNc8LcAHLIOwId7Sd5hiAaaav0Nimj3peNw==", + "type": "package", + "path": "humanizer.core.af/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.af.2.14.1.nupkg.sha512", + "humanizer.core.af.nuspec", + "lib/net6.0/af/Humanizer.resources.dll", + "lib/netstandard1.0/af/Humanizer.resources.dll", + "lib/netstandard2.0/af/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ar/2.14.1": { + "sha512": "3d1V10LDtmqg5bZjWkA/EkmGFeSfNBcyCH+TiHcHP+HGQQmRq3eBaLcLnOJbVQVn3Z6Ak8GOte4RX4kVCxQlFA==", + "type": "package", + "path": "humanizer.core.ar/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ar.2.14.1.nupkg.sha512", + "humanizer.core.ar.nuspec", + "lib/net6.0/ar/Humanizer.resources.dll", + "lib/netstandard1.0/ar/Humanizer.resources.dll", + "lib/netstandard2.0/ar/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.az/2.14.1": { + "sha512": "8Z/tp9PdHr/K2Stve2Qs/7uqWPWLUK9D8sOZDNzyv42e20bSoJkHFn7SFoxhmaoVLJwku2jp6P7HuwrfkrP18Q==", + "type": "package", + "path": "humanizer.core.az/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.az.2.14.1.nupkg.sha512", + "humanizer.core.az.nuspec", + "lib/net6.0/az/Humanizer.resources.dll", + "lib/netstandard1.0/az/Humanizer.resources.dll", + "lib/netstandard2.0/az/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bg/2.14.1": { + "sha512": "S+hIEHicrOcbV2TBtyoPp1AVIGsBzlarOGThhQYCnP6QzEYo/5imtok6LMmhZeTnBFoKhM8yJqRfvJ5yqVQKSQ==", + "type": "package", + "path": "humanizer.core.bg/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bg.2.14.1.nupkg.sha512", + "humanizer.core.bg.nuspec", + "lib/net6.0/bg/Humanizer.resources.dll", + "lib/netstandard1.0/bg/Humanizer.resources.dll", + "lib/netstandard2.0/bg/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bn-BD/2.14.1": { + "sha512": "U3bfj90tnUDRKlL1ZFlzhCHoVgpTcqUlTQxjvGCaFKb+734TTu3nkHUWVZltA1E/swTvimo/aXLtkxnLFrc0EQ==", + "type": "package", + "path": "humanizer.core.bn-bd/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "humanizer.core.bn-bd.nuspec", + "lib/net6.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard1.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard2.0/bn-BD/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.cs/2.14.1": { + "sha512": "jWrQkiCTy3L2u1T86cFkgijX6k7hoB0pdcFMWYaSZnm6rvG/XJE40tfhYyKhYYgIc1x9P2GO5AC7xXvFnFdqMQ==", + "type": "package", + "path": "humanizer.core.cs/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.cs.2.14.1.nupkg.sha512", + "humanizer.core.cs.nuspec", + "lib/net6.0/cs/Humanizer.resources.dll", + "lib/netstandard1.0/cs/Humanizer.resources.dll", + "lib/netstandard2.0/cs/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.da/2.14.1": { + "sha512": "5o0rJyE/2wWUUphC79rgYDnif/21MKTTx9LIzRVz9cjCIVFrJ2bDyR2gapvI9D6fjoyvD1NAfkN18SHBsO8S9g==", + "type": "package", + "path": "humanizer.core.da/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.da.2.14.1.nupkg.sha512", + "humanizer.core.da.nuspec", + "lib/net6.0/da/Humanizer.resources.dll", + "lib/netstandard1.0/da/Humanizer.resources.dll", + "lib/netstandard2.0/da/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.de/2.14.1": { + "sha512": "9JD/p+rqjb8f5RdZ3aEJqbjMYkbk4VFii2QDnnOdNo6ywEfg/A5YeOQ55CaBJmy7KvV4tOK4+qHJnX/tg3Z54A==", + "type": "package", + "path": "humanizer.core.de/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.de.2.14.1.nupkg.sha512", + "humanizer.core.de.nuspec", + "lib/net6.0/de/Humanizer.resources.dll", + "lib/netstandard1.0/de/Humanizer.resources.dll", + "lib/netstandard2.0/de/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.el/2.14.1": { + "sha512": "Xmv6sTL5mqjOWGGpqY7bvbfK5RngaUHSa8fYDGSLyxY9mGdNbDcasnRnMOvi0SxJS9gAqBCn21Xi90n2SHZbFA==", + "type": "package", + "path": "humanizer.core.el/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.el.2.14.1.nupkg.sha512", + "humanizer.core.el.nuspec", + "lib/net6.0/el/Humanizer.resources.dll", + "lib/netstandard1.0/el/Humanizer.resources.dll", + "lib/netstandard2.0/el/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.es/2.14.1": { + "sha512": "e//OIAeMB7pjBV1HqqI4pM2Bcw3Jwgpyz9G5Fi4c+RJvhqFwztoWxW57PzTnNJE2lbhGGLQZihFZjsbTUsbczA==", + "type": "package", + "path": "humanizer.core.es/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.es.2.14.1.nupkg.sha512", + "humanizer.core.es.nuspec", + "lib/net6.0/es/Humanizer.resources.dll", + "lib/netstandard1.0/es/Humanizer.resources.dll", + "lib/netstandard2.0/es/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fa/2.14.1": { + "sha512": "nzDOj1x0NgjXMjsQxrET21t1FbdoRYujzbmZoR8u8ou5CBWY1UNca0j6n/PEJR/iUbt4IxstpszRy41wL/BrpA==", + "type": "package", + "path": "humanizer.core.fa/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fa.2.14.1.nupkg.sha512", + "humanizer.core.fa.nuspec", + "lib/net6.0/fa/Humanizer.resources.dll", + "lib/netstandard1.0/fa/Humanizer.resources.dll", + "lib/netstandard2.0/fa/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fi-FI/2.14.1": { + "sha512": "Vnxxx4LUhp3AzowYi6lZLAA9Lh8UqkdwRh4IE2qDXiVpbo08rSbokATaEzFS+o+/jCNZBmoyyyph3vgmcSzhhQ==", + "type": "package", + "path": "humanizer.core.fi-fi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "humanizer.core.fi-fi.nuspec", + "lib/net6.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard1.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard2.0/fi-FI/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr/2.14.1": { + "sha512": "2p4g0BYNzFS3u9SOIDByp2VClYKO0K1ecDV4BkB9EYdEPWfFODYnF+8CH8LpUrpxL2TuWo2fiFx/4Jcmrnkbpg==", + "type": "package", + "path": "humanizer.core.fr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr.2.14.1.nupkg.sha512", + "humanizer.core.fr.nuspec", + "lib/net6.0/fr/Humanizer.resources.dll", + "lib/netstandard1.0/fr/Humanizer.resources.dll", + "lib/netstandard2.0/fr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr-BE/2.14.1": { + "sha512": "o6R3SerxCRn5Ij8nCihDNMGXlaJ/1AqefteAssgmU2qXYlSAGdhxmnrQAXZUDlE4YWt/XQ6VkNLtH7oMqsSPFQ==", + "type": "package", + "path": "humanizer.core.fr-be/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr-be.2.14.1.nupkg.sha512", + "humanizer.core.fr-be.nuspec", + "lib/net6.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard1.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard2.0/fr-BE/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.he/2.14.1": { + "sha512": "FPsAhy7Iw6hb+ZitLgYC26xNcgGAHXb0V823yFAzcyoL5ozM+DCJtYfDPYiOpsJhEZmKFTM9No0jUn1M89WGvg==", + "type": "package", + "path": "humanizer.core.he/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.he.2.14.1.nupkg.sha512", + "humanizer.core.he.nuspec", + "lib/net6.0/he/Humanizer.resources.dll", + "lib/netstandard1.0/he/Humanizer.resources.dll", + "lib/netstandard2.0/he/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hr/2.14.1": { + "sha512": "chnaD89yOlST142AMkAKLuzRcV5df3yyhDyRU5rypDiqrq2HN8y1UR3h1IicEAEtXLoOEQyjSAkAQ6QuXkn7aw==", + "type": "package", + "path": "humanizer.core.hr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hr.2.14.1.nupkg.sha512", + "humanizer.core.hr.nuspec", + "lib/net6.0/hr/Humanizer.resources.dll", + "lib/netstandard1.0/hr/Humanizer.resources.dll", + "lib/netstandard2.0/hr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hu/2.14.1": { + "sha512": "hAfnaoF9LTGU/CmFdbnvugN4tIs8ppevVMe3e5bD24+tuKsggMc5hYta9aiydI8JH9JnuVmxvNI4DJee1tK05A==", + "type": "package", + "path": "humanizer.core.hu/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hu.2.14.1.nupkg.sha512", + "humanizer.core.hu.nuspec", + "lib/net6.0/hu/Humanizer.resources.dll", + "lib/netstandard1.0/hu/Humanizer.resources.dll", + "lib/netstandard2.0/hu/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hy/2.14.1": { + "sha512": "sVIKxOiSBUb4gStRHo9XwwAg9w7TNvAXbjy176gyTtaTiZkcjr9aCPziUlYAF07oNz6SdwdC2mwJBGgvZ0Sl2g==", + "type": "package", + "path": "humanizer.core.hy/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hy.2.14.1.nupkg.sha512", + "humanizer.core.hy.nuspec", + "lib/net6.0/hy/Humanizer.resources.dll", + "lib/netstandard1.0/hy/Humanizer.resources.dll", + "lib/netstandard2.0/hy/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.id/2.14.1": { + "sha512": "4Zl3GTvk3a49Ia/WDNQ97eCupjjQRs2iCIZEQdmkiqyaLWttfb+cYXDMGthP42nufUL0SRsvBctN67oSpnXtsg==", + "type": "package", + "path": "humanizer.core.id/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.id.2.14.1.nupkg.sha512", + "humanizer.core.id.nuspec", + "lib/net6.0/id/Humanizer.resources.dll", + "lib/netstandard1.0/id/Humanizer.resources.dll", + "lib/netstandard2.0/id/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.is/2.14.1": { + "sha512": "R67A9j/nNgcWzU7gZy1AJ07ABSLvogRbqOWvfRDn4q6hNdbg/mjGjZBp4qCTPnB2mHQQTCKo3oeCUayBCNIBCw==", + "type": "package", + "path": "humanizer.core.is/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.is.2.14.1.nupkg.sha512", + "humanizer.core.is.nuspec", + "lib/net6.0/is/Humanizer.resources.dll", + "lib/netstandard1.0/is/Humanizer.resources.dll", + "lib/netstandard2.0/is/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.it/2.14.1": { + "sha512": "jYxGeN4XIKHVND02FZ+Woir3CUTyBhLsqxu9iqR/9BISArkMf1Px6i5pRZnvq4fc5Zn1qw71GKKoCaHDJBsLFw==", + "type": "package", + "path": "humanizer.core.it/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.it.2.14.1.nupkg.sha512", + "humanizer.core.it.nuspec", + "lib/net6.0/it/Humanizer.resources.dll", + "lib/netstandard1.0/it/Humanizer.resources.dll", + "lib/netstandard2.0/it/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ja/2.14.1": { + "sha512": "TM3ablFNoYx4cYJybmRgpDioHpiKSD7q0QtMrmpsqwtiiEsdW5zz/q4PolwAczFnvrKpN6nBXdjnPPKVet93ng==", + "type": "package", + "path": "humanizer.core.ja/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ja.2.14.1.nupkg.sha512", + "humanizer.core.ja.nuspec", + "lib/net6.0/ja/Humanizer.resources.dll", + "lib/netstandard1.0/ja/Humanizer.resources.dll", + "lib/netstandard2.0/ja/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ko-KR/2.14.1": { + "sha512": "CtvwvK941k/U0r8PGdEuBEMdW6jv/rBiA9tUhakC7Zd2rA/HCnDcbr1DiNZ+/tRshnhzxy/qwmpY8h4qcAYCtQ==", + "type": "package", + "path": "humanizer.core.ko-kr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "humanizer.core.ko-kr.nuspec", + "lib/netstandard1.0/ko-KR/Humanizer.resources.dll", + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ku/2.14.1": { + "sha512": "vHmzXcVMe+LNrF9txpdHzpG7XJX65SiN9GQd/Zkt6gsGIIEeECHrkwCN5Jnlkddw2M/b0HS4SNxdR1GrSn7uCA==", + "type": "package", + "path": "humanizer.core.ku/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ku.2.14.1.nupkg.sha512", + "humanizer.core.ku.nuspec", + "lib/net6.0/ku/Humanizer.resources.dll", + "lib/netstandard1.0/ku/Humanizer.resources.dll", + "lib/netstandard2.0/ku/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.lv/2.14.1": { + "sha512": "E1/KUVnYBS1bdOTMNDD7LV/jdoZv/fbWTLPtvwdMtSdqLyRTllv6PGM9xVQoFDYlpvVGtEl/09glCojPHw8ffA==", + "type": "package", + "path": "humanizer.core.lv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.lv.2.14.1.nupkg.sha512", + "humanizer.core.lv.nuspec", + "lib/net6.0/lv/Humanizer.resources.dll", + "lib/netstandard1.0/lv/Humanizer.resources.dll", + "lib/netstandard2.0/lv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ms-MY/2.14.1": { + "sha512": "vX8oq9HnYmAF7bek4aGgGFJficHDRTLgp/EOiPv9mBZq0i4SA96qVMYSjJ2YTaxs7Eljqit7pfpE2nmBhY5Fnw==", + "type": "package", + "path": "humanizer.core.ms-my/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ms-my.2.14.1.nupkg.sha512", + "humanizer.core.ms-my.nuspec", + "lib/netstandard1.0/ms-MY/Humanizer.resources.dll", + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.mt/2.14.1": { + "sha512": "pEgTBzUI9hzemF7xrIZigl44LidTUhNu4x/P6M9sAwZjkUF0mMkbpxKkaasOql7lLafKrnszs0xFfaxQyzeuZQ==", + "type": "package", + "path": "humanizer.core.mt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.mt.2.14.1.nupkg.sha512", + "humanizer.core.mt.nuspec", + "lib/netstandard1.0/mt/Humanizer.resources.dll", + "lib/netstandard2.0/mt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb/2.14.1": { + "sha512": "mbs3m6JJq53ssLqVPxNfqSdTxAcZN3njlG8yhJVx83XVedpTe1ECK9aCa8FKVOXv93Gl+yRHF82Hw9T9LWv2hw==", + "type": "package", + "path": "humanizer.core.nb/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb.2.14.1.nupkg.sha512", + "humanizer.core.nb.nuspec", + "lib/net6.0/nb/Humanizer.resources.dll", + "lib/netstandard1.0/nb/Humanizer.resources.dll", + "lib/netstandard2.0/nb/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb-NO/2.14.1": { + "sha512": "AsJxrrVYmIMbKDGe8W6Z6//wKv9dhWH7RsTcEHSr4tQt/80pcNvLi0hgD3fqfTtg0tWKtgch2cLf4prorEV+5A==", + "type": "package", + "path": "humanizer.core.nb-no/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb-no.2.14.1.nupkg.sha512", + "humanizer.core.nb-no.nuspec", + "lib/net6.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard1.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard2.0/nb-NO/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nl/2.14.1": { + "sha512": "24b0OUdzJxfoqiHPCtYnR5Y4l/s4Oh7KW7uDp+qX25NMAHLCGog2eRfA7p2kRJp8LvnynwwQxm2p534V9m55wQ==", + "type": "package", + "path": "humanizer.core.nl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nl.2.14.1.nupkg.sha512", + "humanizer.core.nl.nuspec", + "lib/net6.0/nl/Humanizer.resources.dll", + "lib/netstandard1.0/nl/Humanizer.resources.dll", + "lib/netstandard2.0/nl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pl/2.14.1": { + "sha512": "17mJNYaBssENVZyQHduiq+bvdXS0nhZJGEXtPKoMhKv3GD//WO0mEfd9wjEBsWCSmWI7bjRqhCidxzN+YtJmsg==", + "type": "package", + "path": "humanizer.core.pl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pl.2.14.1.nupkg.sha512", + "humanizer.core.pl.nuspec", + "lib/net6.0/pl/Humanizer.resources.dll", + "lib/netstandard1.0/pl/Humanizer.resources.dll", + "lib/netstandard2.0/pl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pt/2.14.1": { + "sha512": "8HB8qavcVp2la1GJX6t+G9nDYtylPKzyhxr9LAooIei9MnQvNsjEiIE4QvHoeDZ4weuQ9CsPg1c211XUMVEZ4A==", + "type": "package", + "path": "humanizer.core.pt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pt.2.14.1.nupkg.sha512", + "humanizer.core.pt.nuspec", + "lib/net6.0/pt/Humanizer.resources.dll", + "lib/netstandard1.0/pt/Humanizer.resources.dll", + "lib/netstandard2.0/pt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ro/2.14.1": { + "sha512": "psXNOcA6R8fSHoQYhpBTtTTYiOk8OBoN3PKCEDgsJKIyeY5xuK81IBdGi77qGZMu/OwBRQjQCBMtPJb0f4O1+A==", + "type": "package", + "path": "humanizer.core.ro/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ro.2.14.1.nupkg.sha512", + "humanizer.core.ro.nuspec", + "lib/net6.0/ro/Humanizer.resources.dll", + "lib/netstandard1.0/ro/Humanizer.resources.dll", + "lib/netstandard2.0/ro/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ru/2.14.1": { + "sha512": "zm245xUWrajSN2t9H7BTf84/2APbUkKlUJpcdgsvTdAysr1ag9fi1APu6JEok39RRBXDfNRVZHawQ/U8X0pSvQ==", + "type": "package", + "path": "humanizer.core.ru/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ru.2.14.1.nupkg.sha512", + "humanizer.core.ru.nuspec", + "lib/net6.0/ru/Humanizer.resources.dll", + "lib/netstandard1.0/ru/Humanizer.resources.dll", + "lib/netstandard2.0/ru/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sk/2.14.1": { + "sha512": "Ncw24Vf3ioRnbU4MsMFHafkyYi8JOnTqvK741GftlQvAbULBoTz2+e7JByOaasqeSi0KfTXeegJO+5Wk1c0Mbw==", + "type": "package", + "path": "humanizer.core.sk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sk.2.14.1.nupkg.sha512", + "humanizer.core.sk.nuspec", + "lib/net6.0/sk/Humanizer.resources.dll", + "lib/netstandard1.0/sk/Humanizer.resources.dll", + "lib/netstandard2.0/sk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sl/2.14.1": { + "sha512": "l8sUy4ciAIbVThWNL0atzTS2HWtv8qJrsGWNlqrEKmPwA4SdKolSqnTes9V89fyZTc2Q43jK8fgzVE2C7t009A==", + "type": "package", + "path": "humanizer.core.sl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sl.2.14.1.nupkg.sha512", + "humanizer.core.sl.nuspec", + "lib/net6.0/sl/Humanizer.resources.dll", + "lib/netstandard1.0/sl/Humanizer.resources.dll", + "lib/netstandard2.0/sl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr/2.14.1": { + "sha512": "rnNvhpkOrWEymy7R/MiFv7uef8YO5HuXDyvojZ7JpijHWA5dXuVXooCOiA/3E93fYa3pxDuG2OQe4M/olXbQ7w==", + "type": "package", + "path": "humanizer.core.sr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr.2.14.1.nupkg.sha512", + "humanizer.core.sr.nuspec", + "lib/net6.0/sr/Humanizer.resources.dll", + "lib/netstandard1.0/sr/Humanizer.resources.dll", + "lib/netstandard2.0/sr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "sha512": "nuy/ykpk974F8ItoQMS00kJPr2dFNjOSjgzCwfysbu7+gjqHmbLcYs7G4kshLwdA4AsVncxp99LYeJgoh1JF5g==", + "type": "package", + "path": "humanizer.core.sr-latn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "humanizer.core.sr-latn.nuspec", + "lib/net6.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard1.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sv/2.14.1": { + "sha512": "E53+tpAG0RCp+cSSI7TfBPC+NnsEqUuoSV0sU+rWRXWr9MbRWx1+Zj02XMojqjGzHjjOrBFBBio6m74seFl0AA==", + "type": "package", + "path": "humanizer.core.sv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sv.2.14.1.nupkg.sha512", + "humanizer.core.sv.nuspec", + "lib/net6.0/sv/Humanizer.resources.dll", + "lib/netstandard1.0/sv/Humanizer.resources.dll", + "lib/netstandard2.0/sv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.th-TH/2.14.1": { + "sha512": "eSevlJtvs1r4vQarNPfZ2kKDp/xMhuD00tVVzRXkSh1IAZbBJI/x2ydxUOwfK9bEwEp+YjvL1Djx2+kw7ziu7g==", + "type": "package", + "path": "humanizer.core.th-th/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.th-th.2.14.1.nupkg.sha512", + "humanizer.core.th-th.nuspec", + "lib/netstandard1.0/th-TH/Humanizer.resources.dll", + "lib/netstandard2.0/th-TH/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.tr/2.14.1": { + "sha512": "rQ8N+o7yFcFqdbtu1mmbrXFi8TQ+uy+fVH9OPI0CI3Cu1om5hUU/GOMC3hXsTCI6d79y4XX+0HbnD7FT5khegA==", + "type": "package", + "path": "humanizer.core.tr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.tr.2.14.1.nupkg.sha512", + "humanizer.core.tr.nuspec", + "lib/net6.0/tr/Humanizer.resources.dll", + "lib/netstandard1.0/tr/Humanizer.resources.dll", + "lib/netstandard2.0/tr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uk/2.14.1": { + "sha512": "2uEfujwXKNm6bdpukaLtEJD+04uUtQD65nSGCetA1fYNizItEaIBUboNfr3GzJxSMQotNwGVM3+nSn8jTd0VSg==", + "type": "package", + "path": "humanizer.core.uk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uk.2.14.1.nupkg.sha512", + "humanizer.core.uk.nuspec", + "lib/net6.0/uk/Humanizer.resources.dll", + "lib/netstandard1.0/uk/Humanizer.resources.dll", + "lib/netstandard2.0/uk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "sha512": "TD3ME2sprAvFqk9tkWrvSKx5XxEMlAn1sjk+cYClSWZlIMhQQ2Bp/w0VjX1Kc5oeKjxRAnR7vFcLUFLiZIDk9Q==", + "type": "package", + "path": "humanizer.core.uz-cyrl-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-cyrl-uz.nuspec", + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "sha512": "/kHAoF4g0GahnugZiEMpaHlxb+W6jCEbWIdsq9/I1k48ULOsl/J0pxZj93lXC3omGzVF1BTVIeAtv5fW06Phsg==", + "type": "package", + "path": "humanizer.core.uz-latn-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-latn-uz.nuspec", + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.vi/2.14.1": { + "sha512": "rsQNh9rmHMBtnsUUlJbShMsIMGflZtPmrMM6JNDw20nhsvqfrdcoDD8cMnLAbuSovtc3dP+swRmLQzKmXDTVPA==", + "type": "package", + "path": "humanizer.core.vi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.vi.2.14.1.nupkg.sha512", + "humanizer.core.vi.nuspec", + "lib/net6.0/vi/Humanizer.resources.dll", + "lib/netstandard1.0/vi/Humanizer.resources.dll", + "lib/netstandard2.0/vi/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-CN/2.14.1": { + "sha512": "uH2dWhrgugkCjDmduLdAFO9w1Mo0q07EuvM0QiIZCVm6FMCu/lGv2fpMu4GX+4HLZ6h5T2Pg9FIdDLCPN2a67w==", + "type": "package", + "path": "humanizer.core.zh-cn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "humanizer.core.zh-cn.nuspec", + "lib/net6.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard1.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard2.0/zh-CN/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "sha512": "WH6IhJ8V1UBG7rZXQk3dZUoP2gsi8a0WkL8xL0sN6WGiv695s8nVcmab9tWz20ySQbuzp0UkSxUQFi5jJHIpOQ==", + "type": "package", + "path": "humanizer.core.zh-hans/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "humanizer.core.zh-hans.nuspec", + "lib/net6.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "sha512": "VIXB7HCUC34OoaGnO3HJVtSv2/wljPhjV7eKH4+TFPgQdJj2lvHNKY41Dtg0Bphu7X5UaXFR4zrYYyo+GNOjbA==", + "type": "package", + "path": "humanizer.core.zh-hant/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "humanizer.core.zh-hant.nuspec", + "lib/net6.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll", + "logo.png" + ] + }, + "LigerShark.WebOptimizer.Core/3.0.426": { + "sha512": "Mc4FFKL40n2f4ognnwDrvFxLt+2CdsovhCobaS8u2HXriS2OP8uMDwDIwmE2irlAW+HhR04a+wF1XImtFPxxRg==", + "type": "package", + "path": "ligershark.weboptimizer.core/3.0.426", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/LigerShark.WebOptimizer.Core.props", + "build/LigerShark.WebOptimizer.Core.targets", + "lib/net6.0/WebOptimizer.Core.dll", + "lib/net6.0/WebOptimizer.Core.xml", + "lib/net8.0/WebOptimizer.Core.dll", + "lib/net8.0/WebOptimizer.Core.xml", + "ligershark.weboptimizer.core.3.0.426.nupkg.sha512", + "ligershark.weboptimizer.core.nuspec", + "logo.png" + ] + }, + "linq2db/5.4.1": { + "sha512": "qyH32MbFK6T55KsEcQYTbPFfkOa1Mo65lY/Zo8SFVMy0pwkQBCTnA/RUxyG5+l3D/mgfPz85PH3upDrtklSMrw==", + "type": "package", + "path": "linq2db/5.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MIT-LICENSE.txt", + "README.md", + "images/icon.png", + "lib/net45/linq2db.dll", + "lib/net45/linq2db.xml", + "lib/net46/linq2db.dll", + "lib/net46/linq2db.xml", + "lib/net472/linq2db.dll", + "lib/net472/linq2db.xml", + "lib/net6.0/linq2db.dll", + "lib/net6.0/linq2db.xml", + "lib/netcoreapp3.1/linq2db.dll", + "lib/netcoreapp3.1/linq2db.xml", + "lib/netstandard2.0/linq2db.dll", + "lib/netstandard2.0/linq2db.xml", + "lib/netstandard2.1/linq2db.dll", + "lib/netstandard2.1/linq2db.xml", + "linq2db.5.4.1.nupkg.sha512", + "linq2db.nuspec" + ] + }, + "MailKit/4.8.0": { + "sha512": "zZ1UoM4FUnSFUJ9fTl5CEEaejR0DNP6+FDt1OfXnjg4igZntcir1tg/8Ufd6WY5vrpmvToAjluYqjVM24A+5lA==", + "type": "package", + "path": "mailkit/4.8.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/ExchangeOAuth2.md", + "docs/FAQ.md", + "docs/GMailOAuth2.md", + "docs/README.md", + "icons/mailkit-50.png", + "lib/net462/MailKit.dll", + "lib/net462/MailKit.dll.config", + "lib/net462/MailKit.pdb", + "lib/net462/MailKit.xml", + "lib/net47/MailKit.dll", + "lib/net47/MailKit.dll.config", + "lib/net47/MailKit.pdb", + "lib/net47/MailKit.xml", + "lib/net48/MailKit.dll", + "lib/net48/MailKit.dll.config", + "lib/net48/MailKit.pdb", + "lib/net48/MailKit.xml", + "lib/net6.0/MailKit.dll", + "lib/net6.0/MailKit.dll.config", + "lib/net6.0/MailKit.pdb", + "lib/net6.0/MailKit.xml", + "lib/net8.0/MailKit.dll", + "lib/net8.0/MailKit.dll.config", + "lib/net8.0/MailKit.pdb", + "lib/net8.0/MailKit.xml", + "lib/netstandard2.0/MailKit.dll", + "lib/netstandard2.0/MailKit.dll.config", + "lib/netstandard2.0/MailKit.pdb", + "lib/netstandard2.0/MailKit.xml", + "lib/netstandard2.1/MailKit.dll", + "lib/netstandard2.1/MailKit.dll.config", + "lib/netstandard2.1/MailKit.pdb", + "lib/netstandard2.1/MailKit.xml", + "mailkit.4.8.0.nupkg.sha512", + "mailkit.nuspec" + ] + }, + "MaxMind.Db/4.1.0": { + "sha512": "lEjCFX0TUQCRmFS8xrXIQSi+4omJ1Fwy0gAHlbnjg8cgSBa0cllP5zOEftQ23EP247EbnF7mNCQ3JsG/bMkHAA==", + "type": "package", + "path": "maxmind.db/4.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.Db.dll", + "lib/net6.0/MaxMind.Db.xml", + "lib/net7.0/MaxMind.Db.dll", + "lib/net7.0/MaxMind.Db.xml", + "lib/net8.0/MaxMind.Db.dll", + "lib/net8.0/MaxMind.Db.xml", + "lib/netstandard2.0/MaxMind.Db.dll", + "lib/netstandard2.0/MaxMind.Db.xml", + "lib/netstandard2.1/MaxMind.Db.dll", + "lib/netstandard2.1/MaxMind.Db.xml", + "maxmind.db.4.1.0.nupkg.sha512", + "maxmind.db.nuspec" + ] + }, + "MaxMind.GeoIP2/5.2.0": { + "sha512": "E8i6yQPlAznLTfS8w208uY3oqCg6i7sQ9cxKmlDdhFMXVLfm4sKphOTMsIWdAHJCV7RxW2a3DlqxAPkQrqmqlA==", + "type": "package", + "path": "maxmind.geoip2/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.GeoIP2.dll", + "lib/net6.0/MaxMind.GeoIP2.xml", + "lib/net7.0/MaxMind.GeoIP2.dll", + "lib/net7.0/MaxMind.GeoIP2.xml", + "lib/net8.0/MaxMind.GeoIP2.dll", + "lib/net8.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.0/MaxMind.GeoIP2.dll", + "lib/netstandard2.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.1/MaxMind.GeoIP2.dll", + "lib/netstandard2.1/MaxMind.GeoIP2.xml", + "maxmind.geoip2.5.2.0.nupkg.sha512", + "maxmind.geoip2.nuspec" + ] + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "sha512": "tULjwFie6fYm4o6WfD+aHTTrps2I22MQVZpmEWaJumFmzZWA1nHsKezuCBl/u/iKiXtN3npL6MoINaiLHURr/A==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "sha512": "D46awzK+Q0jP7Bq0cQlsxQrhg7MBhlxG2z+U+9EzcbjcjaDzQvaD5/cxD+qKdu9bHMcSFf9fMr5wizSBPPai1Q==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "sha512": "MPL4iVyiaRxnOUY5VATHjvhDWaAEFb77KFiUxVRklv3Z3v+STofUr1UG/aCt1O9cgN7FVTDaC5A7U+zsLub8Xg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.10": { + "sha512": "pLEDpobrApzc+9IgnlwMfWHfVaOWdNlBFgfggxFgMw57sn/iTkPMwc8eaufcKcLyCCNZQ1r6GRLsIIzUMtH8eg==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.10": { + "sha512": "2DIFj+w15yFIQbh4AgQQC8m0UJfhiF20s3h/DlTyiPGgNfijZ9TxqauYqaj81hF5Pc9wUg9agvxlH+4eUFjoRg==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "sha512": "M0h+ChPgydX2xY17agiphnAVa/Qh05RAP8eeuqGGhQKT10claRBlLNO6d2/oSV8zy0RLHzwLnNZm5xuC/gckGA==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll", + "microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.extensions.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": { + "sha512": "FM83yTM+cyfHWMAyh86KXh7ZGrwOQLyGDG6LB3erO8kxwmdMN5zBkYxJmIfXhjRL07+q1mpO7gqUkBvyGy6NfQ==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "build/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.xml", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.10.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.nuspec" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "sha512": "yCtBr1GSGzJrrp1NJUb4ltwFYMKHw/tJLnIDvg9g/FnkGIEzmE19tbCQqXARIJv5kdtBgsoVIdGLL+zmjxvM/A==", + "type": "package", + "path": "microsoft.aspnetcore.razor.language/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll", + "microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.razor.language.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "sha512": "7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.2", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "EULA.rtf", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/AnalysisLevel_2_9_8_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_Default.editorconfig", + "build/config/AnalysisLevel_3_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_Default.editorconfig", + "build/config/AnalysisLevel_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_Default.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "sha512": "d02ybMhUJl1r/dI6SkJPHrTiTzXBYCZeJdOLMckV+jyoMU/GGkjqFX/sRbv1K0QmlpwwKuLTiYVQvfYC+8ox2g==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "sha512": "2UVTGtyQGgTCazvnT6t82f+7AV2L+kqJdyb61rT9GQed4yK+tVh5IkaKcsm70VqyZQhBbDqsfZFNHnY65xhrRw==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "sha512": "uqdzuQXxD7XrJCbIbbwpI/LOv0PBJ9VIR0gdvANTHOfK5pjTaCir+XcwvYvBZ5BIzd0KGzyiamzlEWw1cK1q0w==", + "type": "package", + "path": "microsoft.codeanalysis.razor/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll", + "microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "microsoft.codeanalysis.razor.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/5.2.0": { + "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.10": { + "sha512": "Cz0qWHBA4UsM46BI/nehilD8dyglAYZ59gBkbgUzOnq9y4g52jb5R6wu7lKOyOi/pJx/VSt/Tt5LAbtxa27ZJw==", + "type": "package", + "path": "microsoft.extensions.caching.sqlserver/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.xml", + "microsoft.extensions.caching.sqlserver.8.0.10.nupkg.sha512", + "microsoft.extensions.caching.sqlserver.nuspec" + ] + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.10": { + "sha512": "60BGmEIij4UjMf6iG9hUQy6+aZC5X4UVNpJ0O/TU2Dt3z/XnNuC/vgjtpbfrhYdkeVegqFwGIHnWk/kEI4eddA==", + "type": "package", + "path": "microsoft.extensions.caching.stackexchangeredis/8.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "microsoft.extensions.caching.stackexchangeredis.8.0.10.nupkg.sha512", + "microsoft.extensions.caching.stackexchangeredis.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "sha512": "sS+U28IfgZSQUS2b3MayPdYGBJlHOWwgnfAZ77bZLkgU0z+lJz7lgzrKQUm9SgKF+OAc5B9kWJV5PB6l7mWWZA==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "sha512": "00J6eE920t5vfPnEHBSGyj1Ya9lG6WYsMwqvLZ0nMPPTD2UxkaL+FNJM5DNSnMFJtV84KkUudPRngmNiCkqhuA==", + "type": "package", + "path": "microsoft.extensions.hosting.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "type": "package", + "path": "microsoft.extensions.logging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "sha512": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "sha512": "OVX5tlKg6LY+XKqlUn7i9KY+6Liut0iewWff2DNr7129i/NJ8rpUzbmxavPydZgcLREEWHklXZiPKCS895tNIQ==", + "type": "package", + "path": "microsoft.extensions.objectpool/6.0.16", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.ObjectPool.dll", + "lib/net461/Microsoft.Extensions.ObjectPool.xml", + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll", + "lib/net6.0/Microsoft.Extensions.ObjectPool.xml", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/8.0.2": { + "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "type": "package", + "path": "microsoft.extensions.options/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "type": "package", + "path": "microsoft.extensions.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Identity.Client/4.66.1": { + "sha512": "mE+m3pZ7zSKocSubKXxwZcUrCzLflC86IdLxrVjS8tialy0b1L+aECBqRBC/ykcPlB4y7skg49TaTiA+O2UfDw==", + "type": "package", + "path": "microsoft.identity.client/4.66.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net472/Microsoft.Identity.Client.dll", + "lib/net472/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.66.1.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.65.0": { + "sha512": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.65.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.65.0.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "type": "package", + "path": "microsoft.identitymodel.logging/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "type": "package", + "path": "microsoft.identitymodel.protocols/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "type": "package", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "type": "package", + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", + "type": "package", + "path": "microsoft.netcore.platforms/2.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "type": "package", + "path": "microsoft.sqlserver.server/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" + ] + }, + "Microsoft.Win32.Registry/4.7.0": { + "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "type": "package", + "path": "microsoft.win32.registry/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.4.7.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "MimeKit/4.8.0": { + "sha512": "U24wp4LKED+sBRzyrWICE+3bSwptsTrPOcCIXbW5zfeThCNzQx5NCo8Wus+Rmi+EUkQrCwlI/3sVfejeq9tuxQ==", + "type": "package", + "path": "mimekit/4.8.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/FAQ.md", + "docs/README.md", + "icons/mimekit-50.png", + "lib/net462/MimeKit.dll", + "lib/net462/MimeKit.dll.config", + "lib/net462/MimeKit.pdb", + "lib/net462/MimeKit.xml", + "lib/net47/MimeKit.dll", + "lib/net47/MimeKit.dll.config", + "lib/net47/MimeKit.pdb", + "lib/net47/MimeKit.xml", + "lib/net48/MimeKit.dll", + "lib/net48/MimeKit.dll.config", + "lib/net48/MimeKit.pdb", + "lib/net48/MimeKit.xml", + "lib/net6.0/MimeKit.dll", + "lib/net6.0/MimeKit.dll.config", + "lib/net6.0/MimeKit.pdb", + "lib/net6.0/MimeKit.xml", + "lib/net8.0/MimeKit.dll", + "lib/net8.0/MimeKit.dll.config", + "lib/net8.0/MimeKit.pdb", + "lib/net8.0/MimeKit.xml", + "lib/netstandard2.0/MimeKit.dll", + "lib/netstandard2.0/MimeKit.dll.config", + "lib/netstandard2.0/MimeKit.pdb", + "lib/netstandard2.0/MimeKit.xml", + "lib/netstandard2.1/MimeKit.dll", + "lib/netstandard2.1/MimeKit.dll.config", + "lib/netstandard2.1/MimeKit.pdb", + "lib/netstandard2.1/MimeKit.xml", + "mimekit.4.8.0.nupkg.sha512", + "mimekit.nuspec" + ] + }, + "MySqlConnector/2.3.7": { + "sha512": "YiVOxvJ+vAYW8NT9gHv8RxKCDFCSXAObF3z0Ou/8WRv8Lsn2QsxaPW5xEwPE+xCcAq6BGkrI8GTOC09Xg09blQ==", + "type": "package", + "path": "mysqlconnector/2.3.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/MySqlConnector.dll", + "lib/net462/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net48/MySqlConnector.dll", + "lib/net48/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/net8.0/MySqlConnector.dll", + "lib/net8.0/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.3.7.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "type": "package", + "path": "newtonsoft.json/13.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "sha512": "QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==", + "type": "package", + "path": "nito.asyncex.coordination/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Coordination.dll", + "lib/net461/Nito.AsyncEx.Coordination.xml", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.dll", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.xml", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.xml", + "nito.asyncex.coordination.5.1.2.nupkg.sha512", + "nito.asyncex.coordination.nuspec" + ] + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "sha512": "jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==", + "type": "package", + "path": "nito.asyncex.tasks/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Tasks.dll", + "lib/net461/Nito.AsyncEx.Tasks.xml", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.dll", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.xml", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.xml", + "nito.asyncex.tasks.5.1.2.nupkg.sha512", + "nito.asyncex.tasks.nuspec" + ] + }, + "Nito.Collections.Deque/1.1.1": { + "sha512": "CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==", + "type": "package", + "path": "nito.collections.deque/1.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Collections.Deque.dll", + "lib/net461/Nito.Collections.Deque.xml", + "lib/netstandard1.0/Nito.Collections.Deque.dll", + "lib/netstandard1.0/Nito.Collections.Deque.xml", + "lib/netstandard2.0/Nito.Collections.Deque.dll", + "lib/netstandard2.0/Nito.Collections.Deque.xml", + "nito.collections.deque.1.1.1.nupkg.sha512", + "nito.collections.deque.nuspec" + ] + }, + "Nito.Disposables/2.2.1": { + "sha512": "6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==", + "type": "package", + "path": "nito.disposables/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Disposables.dll", + "lib/net461/Nito.Disposables.xml", + "lib/netstandard1.0/Nito.Disposables.dll", + "lib/netstandard1.0/Nito.Disposables.xml", + "lib/netstandard2.0/Nito.Disposables.dll", + "lib/netstandard2.0/Nito.Disposables.xml", + "lib/netstandard2.1/Nito.Disposables.dll", + "lib/netstandard2.1/Nito.Disposables.xml", + "nito.disposables.2.2.1.nupkg.sha512", + "nito.disposables.nuspec" + ] + }, + "Npgsql/8.0.5": { + "sha512": "zRG5V8cyeZLpzJlKzFKjEwkRMYIYnHWJvEor2lWXeccS2E1G2nIWYYhnukB51iz5XsWSVEtqg3AxTWM0QJ6vfg==", + "type": "package", + "path": "npgsql/8.0.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Npgsql.dll", + "lib/net6.0/Npgsql.xml", + "lib/net7.0/Npgsql.dll", + "lib/net7.0/Npgsql.xml", + "lib/net8.0/Npgsql.dll", + "lib/net8.0/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.8.0.5.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" + ] + }, + "NUglify/1.21.9": { + "sha512": "ULyI/scrIRAo2In6cnaCc/QkWUt+wB6pBVt5lrVddOKyamsCAm1XgArkk4px9tVn6SipjhbTt4M38QPlpoET+g==", + "type": "package", + "path": "nuglify/1.21.9", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/NUglify.dll", + "lib/net35/NUglify.xml", + "lib/net40/NUglify.dll", + "lib/net40/NUglify.xml", + "lib/net5.0/NUglify.dll", + "lib/net5.0/NUglify.xml", + "lib/netstandard1.3/NUglify.dll", + "lib/netstandard1.3/NUglify.xml", + "lib/netstandard2.0/NUglify.dll", + "lib/netstandard2.0/NUglify.xml", + "nuglify.1.21.9.nupkg.sha512", + "nuglify.nuspec", + "nuglify.png" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "QuestPDF/2024.10.1": { + "sha512": "pjPmQ/K5yI9EDuLceHa+HTPYMLAN0Lgpfmhsf4SxNhkU/nJ3Qc9k2d9wSg+1DNrub6hh2uJZx5xOk2jN6CNlew==", + "type": "package", + "path": "questpdf/2024.10.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Contributors.md", + "Description.md", + "Documentation.xml", + "ExternalDependencyLicenses/emsdk.txt", + "ExternalDependencyLicenses/expat.txt", + "ExternalDependencyLicenses/harfbuzz.txt", + "ExternalDependencyLicenses/icu.txt", + "ExternalDependencyLicenses/libjpeg-turbo.txt", + "ExternalDependencyLicenses/libpng.txt", + "ExternalDependencyLicenses/libwebp.txt", + "ExternalDependencyLicenses/ninja-build.txt", + "ExternalDependencyLicenses/readme.txt", + "ExternalDependencyLicenses/skia.txt", + "ExternalDependencyLicenses/wuffs.txt", + "ExternalDependencyLicenses/zlib.txt", + "LatoFont/Lato-Black.ttf", + "LatoFont/Lato-BlackItalic.ttf", + "LatoFont/Lato-Bold.ttf", + "LatoFont/Lato-BoldItalic.ttf", + "LatoFont/Lato-ExtraBold.ttf", + "LatoFont/Lato-ExtraBoldItalic.ttf", + "LatoFont/Lato-ExtraLight.ttf", + "LatoFont/Lato-ExtraLightItalic.ttf", + "LatoFont/Lato-Italic.ttf", + "LatoFont/Lato-Light.ttf", + "LatoFont/Lato-LightItalic.ttf", + "LatoFont/Lato-Medium.ttf", + "LatoFont/Lato-MediumItalic.ttf", + "LatoFont/Lato-Regular.ttf", + "LatoFont/Lato-SemiBold.ttf", + "LatoFont/Lato-SemiBoldItalic.ttf", + "LatoFont/Lato-Thin.ttf", + "LatoFont/Lato-ThinItalic.ttf", + "LatoFont/OFL.txt", + "Logo.png", + "PackageLicense.md", + "PackageReadme.md", + "ReleaseNotes.txt", + "build/QuestPDF.targets", + "build/net4/QuestPDF.targets", + "buildTransitive/QuestPDF.targets", + "buildTransitive/net4/QuestPDF.targets", + "lib/net6.0/QuestPDF.dll", + "lib/net6.0/QuestPDF.xml", + "lib/net8.0/QuestPDF.dll", + "lib/net8.0/QuestPDF.xml", + "lib/netstandard2.0/QuestPDF.dll", + "lib/netstandard2.0/QuestPDF.xml", + "questpdf.2024.10.1.nupkg.sha512", + "questpdf.nuspec", + "runtimes/linux-arm64/native/libQuestPdfSkia.so", + "runtimes/linux-musl-x64/native/libQuestPdfSkia.so", + "runtimes/linux-x64/native/libQuestPdfSkia.so", + "runtimes/osx-arm64/native/libQuestPdfSkia.dylib", + "runtimes/osx-x64/native/libQuestPdfSkia.dylib", + "runtimes/win-x64/native/QuestPdfSkia.dll", + "runtimes/win-x86/native/QuestPdfSkia.dll" + ] + }, + "RBush/3.2.0": { + "sha512": "ijGh9N0zZ7JfXk3oQkWCwK8SwSSByexbyh/MjbCjNxOft9eG5ZqKC1vdgiYq78h4IZRFmN4s3JZ/b10Jipud5w==", + "type": "package", + "path": "rbush/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/RBush.dll", + "lib/net6.0/RBush.xml", + "lib/netcoreapp3.1/RBush.dll", + "lib/netcoreapp3.1/RBush.xml", + "lib/netstandard1.2/RBush.dll", + "lib/netstandard1.2/RBush.xml", + "rbush.3.2.0.nupkg.sha512", + "rbush.nuspec", + "readme.md" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "ShimSkiaSharp/2.0.0.1": { + "sha512": "UcUtnhIlriwCmgThNdCjNqfjX1JCMxrx3xzYrcXovMVoxMWi8ulQAwa21vz2NiyaXkHfu4fYcNH2aeLVYxHq9Q==", + "type": "package", + "path": "shimskiasharp/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/ShimSkiaSharp.dll", + "lib/net6.0/ShimSkiaSharp.dll", + "lib/net8.0/ShimSkiaSharp.dll", + "lib/netstandard2.0/ShimSkiaSharp.dll", + "shimskiasharp.2.0.0.1.nupkg.sha512", + "shimskiasharp.nuspec" + ] + }, + "SixLabors.Fonts/1.0.0": { + "sha512": "LFQsCZlV0xlUyXAOMUo5kkSl+8zAQXXbbdwWchtk0B4o7zotZhQsQOcJUELGHdfPfm/xDAsz6hONAuV25bJaAg==", + "type": "package", + "path": "sixlabors.fonts/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netcoreapp3.1/SixLabors.Fonts.dll", + "lib/netcoreapp3.1/SixLabors.Fonts.xml", + "lib/netstandard2.0/SixLabors.Fonts.dll", + "lib/netstandard2.0/SixLabors.Fonts.xml", + "lib/netstandard2.1/SixLabors.Fonts.dll", + "lib/netstandard2.1/SixLabors.Fonts.xml", + "sixlabors.fonts.1.0.0.nupkg.sha512", + "sixlabors.fonts.128.png", + "sixlabors.fonts.nuspec" + ] + }, + "SkiaSharp/2.88.8": { + "sha512": "bRkp3uKp5ZI8gXYQT57uKwil1uobb2p8c69n7v5evlB/2JNcMAXVcw9DZAP5Ig3WSvgzGm2YSn27UVeOi05NlA==", + "type": "package", + "path": "skiasharp/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "interactive-extensions/dotnet/SkiaSharp.DotNet.Interactive.dll", + "lib/monoandroid1.0/SkiaSharp.dll", + "lib/monoandroid1.0/SkiaSharp.pdb", + "lib/monoandroid1.0/SkiaSharp.xml", + "lib/net462/SkiaSharp.dll", + "lib/net462/SkiaSharp.pdb", + "lib/net462/SkiaSharp.xml", + "lib/net6.0-android30.0/SkiaSharp.dll", + "lib/net6.0-android30.0/SkiaSharp.pdb", + "lib/net6.0-android30.0/SkiaSharp.xml", + "lib/net6.0-ios13.6/SkiaSharp.dll", + "lib/net6.0-ios13.6/SkiaSharp.pdb", + "lib/net6.0-ios13.6/SkiaSharp.xml", + "lib/net6.0-maccatalyst13.5/SkiaSharp.dll", + "lib/net6.0-maccatalyst13.5/SkiaSharp.pdb", + "lib/net6.0-maccatalyst13.5/SkiaSharp.xml", + "lib/net6.0-macos10.15/SkiaSharp.dll", + "lib/net6.0-macos10.15/SkiaSharp.pdb", + "lib/net6.0-macos10.15/SkiaSharp.xml", + "lib/net6.0-tizen7.0/SkiaSharp.dll", + "lib/net6.0-tizen7.0/SkiaSharp.pdb", + "lib/net6.0-tizen7.0/SkiaSharp.xml", + "lib/net6.0-tvos13.4/SkiaSharp.dll", + "lib/net6.0-tvos13.4/SkiaSharp.pdb", + "lib/net6.0-tvos13.4/SkiaSharp.xml", + "lib/net6.0/SkiaSharp.dll", + "lib/net6.0/SkiaSharp.pdb", + "lib/net6.0/SkiaSharp.xml", + "lib/netcoreapp3.1/SkiaSharp.dll", + "lib/netcoreapp3.1/SkiaSharp.pdb", + "lib/netcoreapp3.1/SkiaSharp.xml", + "lib/netstandard1.3/SkiaSharp.dll", + "lib/netstandard1.3/SkiaSharp.pdb", + "lib/netstandard1.3/SkiaSharp.xml", + "lib/netstandard2.0/SkiaSharp.dll", + "lib/netstandard2.0/SkiaSharp.pdb", + "lib/netstandard2.0/SkiaSharp.xml", + "lib/netstandard2.1/SkiaSharp.dll", + "lib/netstandard2.1/SkiaSharp.pdb", + "lib/netstandard2.1/SkiaSharp.xml", + "lib/tizen40/SkiaSharp.dll", + "lib/tizen40/SkiaSharp.pdb", + "lib/tizen40/SkiaSharp.xml", + "lib/uap10.0.10240/SkiaSharp.dll", + "lib/uap10.0.10240/SkiaSharp.pdb", + "lib/uap10.0.10240/SkiaSharp.xml", + "lib/uap10.0.16299/SkiaSharp.dll", + "lib/uap10.0.16299/SkiaSharp.pdb", + "lib/uap10.0.16299/SkiaSharp.xml", + "lib/xamarinios1.0/SkiaSharp.dll", + "lib/xamarinios1.0/SkiaSharp.pdb", + "lib/xamarinios1.0/SkiaSharp.xml", + "lib/xamarinmac2.0/SkiaSharp.dll", + "lib/xamarinmac2.0/SkiaSharp.pdb", + "lib/xamarinmac2.0/SkiaSharp.xml", + "lib/xamarintvos1.0/SkiaSharp.dll", + "lib/xamarintvos1.0/SkiaSharp.pdb", + "lib/xamarintvos1.0/SkiaSharp.xml", + "lib/xamarinwatchos1.0/SkiaSharp.dll", + "lib/xamarinwatchos1.0/SkiaSharp.pdb", + "lib/xamarinwatchos1.0/SkiaSharp.xml", + "skiasharp.2.88.8.nupkg.sha512", + "skiasharp.nuspec" + ] + }, + "SkiaSharp.HarfBuzz/2.88.8": { + "sha512": "ajSyJ2D17R0kZ4FwKwFrJTsYs3D3Y9iRBLhNecROR7dOxC6VTFaMPXJuwQB8KYpAqgmb2JAJFEgZ3i8MaaIw1g==", + "type": "package", + "path": "skiasharp.harfbuzz/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "lib/net462/SkiaSharp.HarfBuzz.dll", + "lib/net462/SkiaSharp.HarfBuzz.pdb", + "lib/net462/SkiaSharp.HarfBuzz.xml", + "lib/net6.0/SkiaSharp.HarfBuzz.dll", + "lib/net6.0/SkiaSharp.HarfBuzz.pdb", + "lib/net6.0/SkiaSharp.HarfBuzz.xml", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.dll", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.pdb", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.xml", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.dll", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.xml", + "skiasharp.harfbuzz.2.88.8.nupkg.sha512", + "skiasharp.harfbuzz.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "sha512": "/DoKtdyvRgCC5GR/SH+ps3ZiOjmf0BYpAyrhWQELFOO1hdcqddrDVJjDNCOJ41vV+NlS5b3kcDoZZ7jLhFjyXg==", + "type": "package", + "path": "skiasharp.nativeassets.linux.nodependencies/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libSkiaSharp.so", + "runtimes/linux-arm64/native/libSkiaSharp.so", + "runtimes/linux-musl-x64/native/libSkiaSharp.so", + "runtimes/linux-x64/native/libSkiaSharp.so", + "skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.linux.nodependencies.nuspec" + ] + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "sha512": "6Kn5TSkKlfyS6azWHF3Jk2sW5C4jCE5uSshM/5AbfFrR+5n6qM5XEnz9h4VaVl7LTxBvHvMkuPb/3bpbq0vxTw==", + "type": "package", + "path": "skiasharp.nativeassets.macos/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libSkiaSharp.dylib", + "skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.macos.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "sha512": "O9QXoWEXA+6cweR4h3BOnwMz+pO9vL9mXdjLrpDd0w1QzCgWmLQBxa1VgySDITiH7nQndrDG1h6937zm9pLj1Q==", + "type": "package", + "path": "skiasharp.nativeassets.win32/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Win32.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libSkiaSharp.dll", + "runtimes/win-x64/native/libSkiaSharp.dll", + "runtimes/win-x86/native/libSkiaSharp.dll", + "skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.win32.nuspec" + ] + }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, + "Svg.Custom/2.0.0.1": { + "sha512": "RDQkecvotRs6Cadg0d8IxoXMSkYzVhrYkBWOlS0cW/Krm7Fzr+/LbXdUuXYRnKDoRoSRzzP9GAKmv5Z9oZTM1w==", + "type": "package", + "path": "svg.custom/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Svg.Custom.dll", + "lib/net8.0/Svg.Custom.dll", + "lib/netstandard2.0/Svg.Custom.dll", + "svg.custom.2.0.0.1.nupkg.sha512", + "svg.custom.nuspec" + ] + }, + "Svg.Model/2.0.0.1": { + "sha512": "lHAW6yYC62oKAXmTol2f0Ke6je5VkGTilSvnk4ynZ8577o7/eCnvZyPJcoFPryOX+s+6aAUA1rbbcK1JfsQzEA==", + "type": "package", + "path": "svg.model/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Model.dll", + "lib/net6.0/Svg.Model.dll", + "lib/net8.0/Svg.Model.dll", + "lib/netstandard2.0/Svg.Model.dll", + "svg.model.2.0.0.1.nupkg.sha512", + "svg.model.nuspec" + ] + }, + "Svg.Skia/2.0.0.1": { + "sha512": "yn1+xr8sXV88qdAQbv+O+9Sf8Ymp0SFxDNGvyNWEr8OdyEtBndnzPPW5uHLIxzmsH4JFHaTOpL+wDF8Vj05iFQ==", + "type": "package", + "path": "svg.skia/2.0.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Skia.dll", + "lib/net6.0/Svg.Skia.dll", + "lib/net8.0/Svg.Skia.dll", + "lib/netstandard2.0/Svg.Skia.dll", + "svg.skia.2.0.0.1.nupkg.sha512", + "svg.skia.nuspec" + ] + }, + "System.ClientModel/1.1.0": { + "sha512": "UocOlCkxLZrG2CKMAAImPcldJTxeesHnHGHwhJ0pNlZEvEXcWKuQvVOER2/NiOkJGRJk978SNdw3j6/7O9H1lg==", + "type": "package", + "path": "system.clientmodel/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.1.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/7.0.0": { + "sha512": "GLltyqEsE5/3IE+zYRP5sNa1l44qKl9v+bfdMcwg+M9qnQf47wK3H0SUR/T+3N4JEQXF3vV4CSuuo0rsg+nq2A==", + "type": "package", + "path": "system.codedom/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.CodeDom.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.CodeDom.targets", + "lib/net462/System.CodeDom.dll", + "lib/net462/System.CodeDom.xml", + "lib/net6.0/System.CodeDom.dll", + "lib/net6.0/System.CodeDom.xml", + "lib/net7.0/System.CodeDom.dll", + "lib/net7.0/System.CodeDom.xml", + "lib/netstandard2.0/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.xml", + "system.codedom.7.0.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Immutable/5.0.0": { + "sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", + "type": "package", + "path": "system.collections.immutable/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/netstandard1.3/System.Collections.Immutable.dll", + "lib/netstandard1.3/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.5.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ComponentModel.Annotations/5.0.0": { + "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "type": "package", + "path": "system.componentmodel.annotations/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net461/System.ComponentModel.Annotations.dll", + "lib/netcore50/System.ComponentModel.Annotations.dll", + "lib/netstandard1.4/System.ComponentModel.Annotations.dll", + "lib/netstandard2.0/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.xml", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net461/System.ComponentModel.Annotations.dll", + "ref/net461/System.ComponentModel.Annotations.xml", + "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard2.0/System.ComponentModel.Annotations.dll", + "ref/netstandard2.0/System.ComponentModel.Annotations.xml", + "ref/netstandard2.1/System.ComponentModel.Annotations.dll", + "ref/netstandard2.1/System.ComponentModel.Annotations.xml", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.annotations.5.0.0.nupkg.sha512", + "system.componentmodel.annotations.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.1": { + "sha512": "gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", + "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.8.0.1.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.DiagnosticSource/8.0.1": { + "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net462/System.Diagnostics.DiagnosticSource.dll", + "lib/net462/System.Diagnostics.DiagnosticSource.xml", + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net8.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.EventLog/8.0.1": { + "sha512": "n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg==", + "type": "package", + "path": "system.diagnostics.eventlog/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net6.0/System.Diagnostics.EventLog.dll", + "lib/net6.0/System.Diagnostics.EventLog.xml", + "lib/net7.0/System.Diagnostics.EventLog.dll", + "lib/net7.0/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.8.0.1.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tracing.4.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Formats.Asn1/8.0.1": { + "sha512": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==", + "type": "package", + "path": "system.formats.asn1/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Formats.Asn1.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", + "lib/net462/System.Formats.Asn1.dll", + "lib/net462/System.Formats.Asn1.xml", + "lib/net6.0/System.Formats.Asn1.dll", + "lib/net6.0/System.Formats.Asn1.xml", + "lib/net7.0/System.Formats.Asn1.dll", + "lib/net7.0/System.Formats.Asn1.xml", + "lib/net8.0/System.Formats.Asn1.dll", + "lib/net8.0/System.Formats.Asn1.xml", + "lib/netstandard2.0/System.Formats.Asn1.dll", + "lib/netstandard2.0/System.Formats.Asn1.xml", + "system.formats.asn1.8.0.1.nupkg.sha512", + "system.formats.asn1.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "type": "package", + "path": "system.identitymodel.tokens.jwt/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/System.IdentityModel.Tokens.Jwt.dll", + "lib/net45/System.IdentityModel.Tokens.Jwt.xml", + "lib/net461/System.IdentityModel.Tokens.Jwt.dll", + "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "lib/net462/System.IdentityModel.Tokens.Jwt.dll", + "lib/net462/System.IdentityModel.Tokens.Jwt.xml", + "lib/net472/System.IdentityModel.Tokens.Jwt.dll", + "lib/net472/System.IdentityModel.Tokens.Jwt.xml", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", + "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "type": "package", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.Hashing/6.0.0": { + "sha512": "Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", + "type": "package", + "path": "system.io.hashing/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Hashing.dll", + "lib/net461/System.IO.Hashing.xml", + "lib/net6.0/System.IO.Hashing.dll", + "lib/net6.0/System.IO.Hashing.xml", + "lib/netstandard2.0/System.IO.Hashing.dll", + "lib/netstandard2.0/System.IO.Hashing.xml", + "system.io.hashing.6.0.0.nupkg.sha512", + "system.io.hashing.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Packaging/8.0.0": { + "sha512": "8g1V4YRpdGAxFcK8v9OjuMdIOJSpF30Zb1JGicwVZhly3I994WFyBdV6mQEo8d3T+URQe55/M0U0eIH0Hts1bg==", + "type": "package", + "path": "system.io.packaging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.IO.Packaging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", + "lib/net462/System.IO.Packaging.dll", + "lib/net462/System.IO.Packaging.xml", + "lib/net6.0/System.IO.Packaging.dll", + "lib/net6.0/System.IO.Packaging.xml", + "lib/net7.0/System.IO.Packaging.dll", + "lib/net7.0/System.IO.Packaging.xml", + "lib/net8.0/System.IO.Packaging.dll", + "lib/net8.0/System.IO.Packaging.xml", + "lib/netstandard2.0/System.IO.Packaging.dll", + "lib/netstandard2.0/System.IO.Packaging.xml", + "system.io.packaging.8.0.0.nupkg.sha512", + "system.io.packaging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Pipelines/5.0.1": { + "sha512": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==", + "type": "package", + "path": "system.io.pipelines/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/netcoreapp3.0/System.IO.Pipelines.dll", + "lib/netcoreapp3.0/System.IO.Pipelines.xml", + "lib/netstandard1.3/System.IO.Pipelines.dll", + "lib/netstandard1.3/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "ref/netcoreapp2.0/System.IO.Pipelines.dll", + "ref/netcoreapp2.0/System.IO.Pipelines.xml", + "system.io.pipelines.5.0.1.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Linq.Async/6.0.1": { + "sha512": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==", + "type": "package", + "path": "system.linq.async/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Logo.png", + "lib/net48/System.Linq.Async.dll", + "lib/net48/System.Linq.Async.xml", + "lib/net6.0/System.Linq.Async.dll", + "lib/net6.0/System.Linq.Async.xml", + "lib/netstandard2.0/System.Linq.Async.dll", + "lib/netstandard2.0/System.Linq.Async.xml", + "lib/netstandard2.1/System.Linq.Async.dll", + "lib/netstandard2.1/System.Linq.Async.xml", + "ref/net48/System.Linq.Async.dll", + "ref/net48/System.Linq.Async.xml", + "ref/net6.0/System.Linq.Async.dll", + "ref/net6.0/System.Linq.Async.xml", + "ref/netstandard2.0/System.Linq.Async.dll", + "ref/netstandard2.0/System.Linq.Async.xml", + "ref/netstandard2.1/System.Linq.Async.dll", + "ref/netstandard2.1/System.Linq.Async.xml", + "system.linq.async.6.0.1.nupkg.sha512", + "system.linq.async.nuspec" + ] + }, + "System.Linq.Dynamic.Core/1.4.6": { + "sha512": "GZJ996kvIKH0nnKysDWy+le7k0Hoq1iSY7S5sNq6AF1bXPQGidaXjiOJNX4VCUuVWpbe28Ygb6mDSwgY+UhHLA==", + "type": "package", + "path": "system.linq.dynamic.core/1.4.6", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "PackageReadme.md", + "lib/net35/System.Linq.Dynamic.Core.dll", + "lib/net35/System.Linq.Dynamic.Core.pdb", + "lib/net35/System.Linq.Dynamic.Core.xml", + "lib/net40/System.Linq.Dynamic.Core.dll", + "lib/net40/System.Linq.Dynamic.Core.pdb", + "lib/net40/System.Linq.Dynamic.Core.xml", + "lib/net45/System.Linq.Dynamic.Core.dll", + "lib/net45/System.Linq.Dynamic.Core.pdb", + "lib/net45/System.Linq.Dynamic.Core.xml", + "lib/net452/System.Linq.Dynamic.Core.dll", + "lib/net452/System.Linq.Dynamic.Core.pdb", + "lib/net452/System.Linq.Dynamic.Core.xml", + "lib/net46/System.Linq.Dynamic.Core.dll", + "lib/net46/System.Linq.Dynamic.Core.pdb", + "lib/net46/System.Linq.Dynamic.Core.xml", + "lib/net5.0/System.Linq.Dynamic.Core.dll", + "lib/net5.0/System.Linq.Dynamic.Core.pdb", + "lib/net5.0/System.Linq.Dynamic.Core.xml", + "lib/net6.0/System.Linq.Dynamic.Core.dll", + "lib/net6.0/System.Linq.Dynamic.Core.pdb", + "lib/net6.0/System.Linq.Dynamic.Core.xml", + "lib/net7.0/System.Linq.Dynamic.Core.dll", + "lib/net7.0/System.Linq.Dynamic.Core.pdb", + "lib/net7.0/System.Linq.Dynamic.Core.xml", + "lib/net8.0/System.Linq.Dynamic.Core.dll", + "lib/net8.0/System.Linq.Dynamic.Core.pdb", + "lib/net8.0/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.xml", + "lib/netstandard1.3/System.Linq.Dynamic.Core.dll", + "lib/netstandard1.3/System.Linq.Dynamic.Core.pdb", + "lib/netstandard1.3/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.0/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.0/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.0/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.1/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.1/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.1/System.Linq.Dynamic.Core.xml", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.dll", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pdb", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pri", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.xml", + "logo.png", + "system.linq.dynamic.core.1.4.6.nupkg.sha512", + "system.linq.dynamic.core.nuspec" + ] + }, + "System.Management/7.0.2": { + "sha512": "/qEUN91mP/MUQmJnM5y5BdT7ZoPuVrtxnFlbJ8a3kBJGhe2wCzBfnPFtK2wTtEEcf3DMGR9J00GZZfg6HRI6yA==", + "type": "package", + "path": "system.management/7.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Management.targets", + "lib/net462/_._", + "lib/net6.0/System.Management.dll", + "lib/net6.0/System.Management.xml", + "lib/net7.0/System.Management.dll", + "lib/net7.0/System.Management.xml", + "lib/netstandard2.0/System.Management.dll", + "lib/netstandard2.0/System.Management.xml", + "runtimes/win/lib/net6.0/System.Management.dll", + "runtimes/win/lib/net6.0/System.Management.xml", + "runtimes/win/lib/net7.0/System.Management.dll", + "runtimes/win/lib/net7.0/System.Management.xml", + "system.management.7.0.2.nupkg.sha512", + "system.management.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.5": { + "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", + "type": "package", + "path": "system.memory/4.5.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.5.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory.Data/6.0.0": { + "sha512": "ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==", + "type": "package", + "path": "system.memory.data/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Memory.Data.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", + "lib/net6.0/System.Memory.Data.dll", + "lib/net6.0/System.Memory.Data.xml", + "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", + "system.memory.data.6.0.0.nupkg.sha512", + "system.memory.data.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.3.0.nupkg.sha512", + "system.net.nameresolution.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "type": "package", + "path": "system.numerics.vectors/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Metadata/5.0.0": { + "sha512": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", + "type": "package", + "path": "system.reflection.metadata/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.5.0.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "type": "package", + "path": "system.runtime.caching/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/_._", + "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Security.AccessControl/6.0.0": { + "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "type": "package", + "path": "system.security.accesscontrol/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/net6.0/System.Security.AccessControl.dll", + "lib/net6.0/System.Security.AccessControl.xml", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", + "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", + "system.security.accesscontrol.6.0.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Cng/4.5.0": { + "sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "type": "package", + "path": "system.security.cryptography.cng/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", + "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", + "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.cryptography.cng.4.5.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "sha512": "ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", + "type": "package", + "path": "system.security.cryptography.pkcs/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "type": "package", + "path": "system.security.cryptography.protecteddata/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Xml/6.0.1": { + "sha512": "5e5bI28T0x73AwTsbuFP4qSRzthmU2C0Gqgg3AZ3KTxmSyA+Uhk31puA3srdaeWaacVnHhLdJywCzqOiEpbO/w==", + "type": "package", + "path": "system.security.cryptography.xml/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.Cryptography.Xml.dll", + "lib/net461/System.Security.Cryptography.Xml.xml", + "lib/net6.0/System.Security.Cryptography.Xml.dll", + "lib/net6.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.6.0.1.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Principal.Windows/5.0.0": { + "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "type": "package", + "path": "system.security.principal.windows/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ServiceModel.Http/8.0.0": { + "sha512": "Qwkoe0F+2e/2LiNwiIgfBTJTw11flv208UwS38ru+GR7nZk2VdGvAE8tqGB0RQIGra73Rux9jKNgfy1XtfXdLg==", + "type": "package", + "path": "system.servicemodel.http/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Http.dll", + "lib/net8.0/System.ServiceModel.Http.pdb", + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll", + "lib/net8.0/de/System.ServiceModel.Http.resources.dll", + "lib/net8.0/es/System.ServiceModel.Http.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/it/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll", + "system.servicemodel.http.8.0.0.nupkg.sha512", + "system.servicemodel.http.nuspec" + ] + }, + "System.ServiceModel.Primitives/8.0.0": { + "sha512": "hVzK77Bl00H+1V7ho7h03tKlgxAIKssV3eUnRdH+gTCZCK4Ywnv2CR35AV9ly/tRpvsGwNL1d/jkAwB1MWw3Fw==", + "type": "package", + "path": "system.servicemodel.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Primitives.dll", + "lib/net8.0/System.ServiceModel.Primitives.pdb", + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll", + "ref/net8.0/System.ServiceModel.Primitives.dll", + "system.servicemodel.primitives.8.0.0.nupkg.sha512", + "system.servicemodel.primitives.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.CodePages/4.5.1": { + "sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", + "type": "package", + "path": "system.text.encoding.codepages/4.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "system.text.encoding.codepages.4.5.1.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encodings.Web/6.0.0": { + "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", + "type": "package", + "path": "system.text.encodings.web/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Text.Encodings.Web.dll", + "lib/net461/System.Text.Encodings.Web.xml", + "lib/net6.0/System.Text.Encodings.Web.dll", + "lib/net6.0/System.Text.Encodings.Web.xml", + "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", + "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", + "system.text.encodings.web.6.0.0.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Json/6.0.10": { + "sha512": "NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==", + "type": "package", + "path": "system.text.json/6.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "buildTransitive/netcoreapp2.0/System.Text.Json.targets", + "buildTransitive/netcoreapp3.1/System.Text.Json.targets", + "buildTransitive/netstandard2.0/System.Text.Json.targets", + "lib/net461/System.Text.Json.dll", + "lib/net461/System.Text.Json.xml", + "lib/net6.0/System.Text.Json.dll", + "lib/net6.0/System.Text.Json.xml", + "lib/netcoreapp3.1/System.Text.Json.dll", + "lib/netcoreapp3.1/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.6.0.10.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "WebMarkupMin.AspNet.Common/2.17.0": { + "sha512": "HNMEVKwHnA9eGb7iAsihm9oKK5xTfuWb2bq6J7Gx6CTZSYi9HnYbo+ejzzmlTATRPiD9UqpYqwbecr0i09aJFg==", + "type": "package", + "path": "webmarkupmin.aspnet.common/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40/WebMarkupMin.AspNet.Common.dll", + "lib/net40/WebMarkupMin.AspNet.Common.xml", + "lib/net45/WebMarkupMin.AspNet.Common.dll", + "lib/net45/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.xml", + "readme.txt", + "webmarkupmin.aspnet.common.2.17.0.nupkg.sha512", + "webmarkupmin.aspnet.common.nuspec" + ] + }, + "WebMarkupMin.AspNetCore8/2.17.0": { + "sha512": "516pUZ5oXqK3FxV5bvX/L/Vor+iyZP7aP4Si6hs5nSIoXtXgz81X+4UTopxx/Wh8+jlYzWXsLC0pVxsKVPqHvw==", + "type": "package", + "path": "webmarkupmin.aspnetcore8/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net8.0/WebMarkupMin.AspNetCore8.dll", + "lib/net8.0/WebMarkupMin.AspNetCore8.xml", + "readme.txt", + "webmarkupmin.aspnetcore8.2.17.0.nupkg.sha512", + "webmarkupmin.aspnetcore8.nuspec" + ] + }, + "WebMarkupMin.Core/2.17.0": { + "sha512": "TKCwf7usSSqKkXzc+rfc11K1GGA5KUnj241ImDRRPvpfgekUsg9FbqZuhqbOCjkEw4WDEKWN6EODPBBtP5g5hA==", + "type": "package", + "path": "webmarkupmin.core/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40-client/WebMarkupMin.Core.dll", + "lib/net40-client/WebMarkupMin.Core.xml", + "lib/net45/WebMarkupMin.Core.dll", + "lib/net45/WebMarkupMin.Core.xml", + "lib/netstandard1.3/WebMarkupMin.Core.dll", + "lib/netstandard1.3/WebMarkupMin.Core.xml", + "lib/netstandard2.0/WebMarkupMin.Core.dll", + "lib/netstandard2.0/WebMarkupMin.Core.xml", + "lib/netstandard2.1/WebMarkupMin.Core.dll", + "lib/netstandard2.1/WebMarkupMin.Core.xml", + "readme.txt", + "webmarkupmin.core.2.17.0.nupkg.sha512", + "webmarkupmin.core.nuspec" + ] + }, + "WebMarkupMin.NUglify/2.17.0": { + "sha512": "ZS/qge/fL98fsul12z9Q4C24Rbpu9Epw+QQpPoF6ksifWt/3TH2CQWSUV4iDeorQsSlVRUbKfpVor7R2uQK/cA==", + "type": "package", + "path": "webmarkupmin.nuglify/2.17.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "PACKAGE-DESCRIPTION.md", + "icon.png", + "lib/net40-client/WebMarkupMin.NUglify.dll", + "lib/net40-client/WebMarkupMin.NUglify.xml", + "lib/net45/WebMarkupMin.NUglify.dll", + "lib/net45/WebMarkupMin.NUglify.xml", + "lib/netstandard1.3/WebMarkupMin.NUglify.dll", + "lib/netstandard1.3/WebMarkupMin.NUglify.xml", + "lib/netstandard2.0/WebMarkupMin.NUglify.dll", + "lib/netstandard2.0/WebMarkupMin.NUglify.xml", + "nuglify-license.txt", + "readme.txt", + "webmarkupmin.nuglify.2.17.0.nupkg.sha512", + "webmarkupmin.nuglify.nuspec" + ] + }, + "Nop.Core/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Libraries/Nop.Core/Nop.Core.csproj", + "msbuildProject": "../../../../NopCommerce/Libraries/Nop.Core/Nop.Core.csproj" + }, + "Nop.Data/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Libraries/Nop.Data/Nop.Data.csproj", + "msbuildProject": "../../../../NopCommerce/Libraries/Nop.Data/Nop.Data.csproj" + }, + "Nop.Services/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Libraries/Nop.Services/Nop.Services.csproj", + "msbuildProject": "../../../../NopCommerce/Libraries/Nop.Services/Nop.Services.csproj" + }, + "Nop.Web/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Presentation/Nop.Web/Nop.Web.csproj", + "msbuildProject": "../../../../NopCommerce/Presentation/Nop.Web/Nop.Web.csproj" + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "path": "../../../../NopCommerce/Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj", + "msbuildProject": "../../../../NopCommerce/Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj" + } + }, + "projectFileDependencyGroups": { + "net8.0": [ + "Nop.Web >= 4.70.0" + ] + }, + "packageFolders": { + "C:\\Users\\Ádám\\.nuget\\packages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\Nop.Plugin.Misc.TestPlugin.csproj", + "projectName": "Nop.Plugin.Misc.TestPlugin", + "projectPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\Nop.Plugin.Misc.TestPlugin.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\REPOS\\MANGO\\source\\NopCommerce\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/obj/project.nuget.cache b/Nop.Plugin.Misc.TestPlugin/obj/project.nuget.cache new file mode 100644 index 0000000..e28dc8b --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/obj/project.nuget.cache @@ -0,0 +1,234 @@ +{ + "version": 2, + "dgSpecHash": "bzfKhOAULJI=", + "success": true, + "projectFilePath": "D:\\REPOS\\MANGO\\source\\Nopcommerce.Common\\4.70\\Plugins\\Nop.Plugin.Misc.TestPlugin\\Nop.Plugin.Misc.TestPlugin.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Ádám\\.nuget\\packages\\advancedstringbuilder\\0.1.1\\advancedstringbuilder.0.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac\\8.1.0\\autofac.8.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac.extensions.dependencyinjection\\10.0.0\\autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\automapper\\13.0.1\\automapper.13.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.core\\1.44.1\\azure.core.1.44.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.blobs\\1.3.4\\azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.keys\\1.2.4\\azure.extensions.aspnetcore.dataprotection.keys.1.2.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.identity\\1.13.0\\azure.identity.1.13.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.security.keyvault.keys\\4.6.0\\azure.security.keyvault.keys.4.6.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.blobs\\12.22.2\\azure.storage.blobs.12.22.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.common\\12.21.1\\azure.storage.common.12.21.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\bouncycastle.cryptography\\2.4.0\\bouncycastle.cryptography.2.4.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml\\0.104.1\\closedxml.0.104.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml.parser\\1.2.0\\closedxml.parser.1.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml\\3.0.1\\documentformat.openxml.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml.framework\\3.0.1\\documentformat.openxml.framework.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excelnumberformat\\1.1.0\\excelnumberformat.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excss\\4.2.3\\excss.4.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\firebirdsql.data.firebirdclient\\10.0.0\\firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator\\5.2.0\\fluentmigrator.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.abstractions\\5.2.0\\fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.mysql\\5.1.0\\fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.oracle\\5.1.0\\fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.postgres\\5.1.0\\fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.snowflake\\5.1.0\\fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.sqlserver\\5.1.0\\fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner\\5.1.0\\fluentmigrator.runner.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.core\\5.1.0\\fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.db2\\5.1.0\\fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.firebird\\5.1.0\\fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.hana\\5.1.0\\fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.mysql\\5.1.0\\fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.oracle\\5.1.0\\fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.postgres\\5.1.0\\fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.redshift\\5.1.0\\fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.snowflake\\5.1.0\\fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlite\\5.1.0\\fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlserver\\5.1.0\\fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation\\11.5.1\\fluentvalidation.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.aspnetcore\\11.3.0\\fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.dependencyinjectionextensions\\11.5.1\\fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis\\1.68.0\\google.apis.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.auth\\1.68.0\\google.apis.auth.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.core\\1.68.0\\google.apis.core.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp\\7.3.0.2\\harfbuzzsharp.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\7.3.0.2\\harfbuzzsharp.nativeassets.linux.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.macos\\7.3.0.2\\harfbuzzsharp.nativeassets.macos.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.win32\\7.3.0.2\\harfbuzzsharp.nativeassets.win32.7.3.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer\\2.14.1\\humanizer.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.af\\2.14.1\\humanizer.core.af.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ar\\2.14.1\\humanizer.core.ar.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.az\\2.14.1\\humanizer.core.az.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bg\\2.14.1\\humanizer.core.bg.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bn-bd\\2.14.1\\humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.cs\\2.14.1\\humanizer.core.cs.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.da\\2.14.1\\humanizer.core.da.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.de\\2.14.1\\humanizer.core.de.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.el\\2.14.1\\humanizer.core.el.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.es\\2.14.1\\humanizer.core.es.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fa\\2.14.1\\humanizer.core.fa.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fi-fi\\2.14.1\\humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr\\2.14.1\\humanizer.core.fr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr-be\\2.14.1\\humanizer.core.fr-be.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.he\\2.14.1\\humanizer.core.he.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hr\\2.14.1\\humanizer.core.hr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hu\\2.14.1\\humanizer.core.hu.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hy\\2.14.1\\humanizer.core.hy.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.id\\2.14.1\\humanizer.core.id.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.is\\2.14.1\\humanizer.core.is.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.it\\2.14.1\\humanizer.core.it.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ja\\2.14.1\\humanizer.core.ja.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ko-kr\\2.14.1\\humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ku\\2.14.1\\humanizer.core.ku.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.lv\\2.14.1\\humanizer.core.lv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ms-my\\2.14.1\\humanizer.core.ms-my.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.mt\\2.14.1\\humanizer.core.mt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb\\2.14.1\\humanizer.core.nb.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb-no\\2.14.1\\humanizer.core.nb-no.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nl\\2.14.1\\humanizer.core.nl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pl\\2.14.1\\humanizer.core.pl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pt\\2.14.1\\humanizer.core.pt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ro\\2.14.1\\humanizer.core.ro.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ru\\2.14.1\\humanizer.core.ru.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sk\\2.14.1\\humanizer.core.sk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sl\\2.14.1\\humanizer.core.sl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr\\2.14.1\\humanizer.core.sr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr-latn\\2.14.1\\humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sv\\2.14.1\\humanizer.core.sv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.th-th\\2.14.1\\humanizer.core.th-th.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.tr\\2.14.1\\humanizer.core.tr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uk\\2.14.1\\humanizer.core.uk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-cyrl-uz\\2.14.1\\humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-latn-uz\\2.14.1\\humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.vi\\2.14.1\\humanizer.core.vi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-cn\\2.14.1\\humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hans\\2.14.1\\humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hant\\2.14.1\\humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\ligershark.weboptimizer.core\\3.0.426\\ligershark.weboptimizer.core.3.0.426.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\linq2db\\5.4.1\\linq2db.5.4.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mailkit\\4.8.0\\mailkit.4.8.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.db\\4.1.0\\maxmind.db.4.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.geoip2\\5.2.0\\maxmind.geoip2.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\3.1.32\\microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection\\3.1.32\\microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection.abstractions\\3.1.32\\microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\8.0.10\\microsoft.aspnetcore.jsonpatch.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.newtonsoftjson\\8.0.10\\microsoft.aspnetcore.mvc.newtonsoftjson.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.extensions\\6.0.0\\microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.runtimecompilation\\8.0.10\\microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\6.0.0\\microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.2\\microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.common\\4.0.0\\microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.0.0\\microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.razor\\6.0.0\\microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient\\5.2.0\\microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.2.0\\microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.sqlserver\\8.0.10\\microsoft.extensions.caching.sqlserver.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.stackexchangeredis\\8.0.10\\microsoft.extensions.caching.stackexchangeredis.8.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.2\\microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\3.1.32\\microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\3.1.32\\microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.objectpool\\6.0.16\\microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client\\4.66.1\\microsoft.identity.client.4.66.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.65.0\\microsoft.identity.client.extensions.msal.4.65.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.platforms\\2.1.2\\microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mimekit\\4.8.0\\mimekit.4.8.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mysqlconnector\\2.3.7\\mysqlconnector.2.3.7.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.coordination\\5.1.2\\nito.asyncex.coordination.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.tasks\\5.1.2\\nito.asyncex.tasks.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.collections.deque\\1.1.1\\nito.collections.deque.1.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.disposables\\2.2.1\\nito.disposables.2.2.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\npgsql\\8.0.5\\npgsql.8.0.5.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nuglify\\1.21.9\\nuglify.1.21.9.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.8\\pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\questpdf\\2024.10.1\\questpdf.2024.10.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\rbush\\3.2.0\\rbush.3.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\shimskiasharp\\2.0.0.1\\shimskiasharp.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\sixlabors.fonts\\1.0.0\\sixlabors.fonts.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp\\2.88.8\\skiasharp.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.harfbuzz\\2.88.8\\skiasharp.harfbuzz.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.linux.nodependencies\\2.88.8\\skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.8\\skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.8\\skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\stackexchange.redis\\2.7.27\\stackexchange.redis.2.7.27.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.custom\\2.0.0.1\\svg.custom.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.model\\2.0.0.1\\svg.model.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.skia\\2.0.0.1\\svg.skia.2.0.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.clientmodel\\1.1.0\\system.clientmodel.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.codedom\\7.0.0\\system.codedom.7.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.1\\system.configuration.configurationmanager.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.1\\system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.1\\system.diagnostics.eventlog.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.formats.asn1\\8.0.1\\system.formats.asn1.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.hashing\\6.0.0\\system.io.hashing.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.packaging\\8.0.0\\system.io.packaging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.pipelines\\5.0.1\\system.io.pipelines.5.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.async\\6.0.1\\system.linq.async.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.dynamic.core\\1.4.6\\system.linq.dynamic.core.1.4.6.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.management\\7.0.2\\system.management.7.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory\\4.5.5\\system.memory.4.5.5.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory.data\\6.0.0\\system.memory.data.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.caching\\8.0.0\\system.runtime.caching.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.0\\system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.xml\\6.0.1\\system.security.cryptography.xml.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.http\\8.0.0\\system.servicemodel.http.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.primitives\\8.0.0\\system.servicemodel.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encodings.web\\6.0.0\\system.text.encodings.web.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.json\\6.0.10\\system.text.json.6.0.10.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnet.common\\2.17.0\\webmarkupmin.aspnet.common.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnetcore8\\2.17.0\\webmarkupmin.aspnetcore8.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.core\\2.17.0\\webmarkupmin.core.2.17.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.nuglify\\2.17.0\\webmarkupmin.nuglify.2.17.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Nop.Plugin.Misc.TestPlugin/plugin.json b/Nop.Plugin.Misc.TestPlugin/plugin.json new file mode 100644 index 0000000..f847f51 --- /dev/null +++ b/Nop.Plugin.Misc.TestPlugin/plugin.json @@ -0,0 +1,13 @@ +{ + "Group": "Misc", + "FriendlyName": "AgeVerification", + "SystemName": "FlirtyFluffersAgeVerification", + "Version": "1.00", + "SupportedVersions": [ + "4.70" + ], + "Author": "Adam Gelencser", + "DisplayOrder": 1, + "FileName": "Nop.Plugin.Misc.TestPlugin.dll", + "Description": "" +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Components/WidgetsACAgeVerificationViewComponent.cs b/Nop.Plugin.Widgets.ACAgeVerification/Components/WidgetsACAgeVerificationViewComponent.cs new file mode 100644 index 0000000..3e7ca72 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Components/WidgetsACAgeVerificationViewComponent.cs @@ -0,0 +1,89 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Core; +using Nop.Core.Caching; +using Nop.Plugin.Widgets.ACAgeVerification.Infrastructure.Cache; +using Nop.Plugin.Widgets.ACAgeVerification.Models; +using Nop.Services.Configuration; +using Nop.Services.Media; +using Nop.Web.Framework.Components; + +namespace Nop.Plugin.Widgets.ACAgeVerification.Components; + +public class WidgetsACAgeVerificationViewComponent : NopViewComponent +{ + protected readonly IStoreContext _storeContext; + protected readonly IStaticCacheManager _staticCacheManager; + protected readonly ISettingService _settingService; + protected readonly IPictureService _pictureService; + protected readonly IWebHelper _webHelper; + + public WidgetsACAgeVerificationViewComponent(IStoreContext storeContext, + IStaticCacheManager staticCacheManager, + ISettingService settingService, + IPictureService pictureService, + IWebHelper webHelper) + { + _storeContext = storeContext; + _staticCacheManager = staticCacheManager; + _settingService = settingService; + _pictureService = pictureService; + _webHelper = webHelper; + } + + /// A task that represents the asynchronous operation + public async Task InvokeAsync(string widgetZone, object additionalData) + { + var store = await _storeContext.GetCurrentStoreAsync(); + var nivoSliderSettings = await _settingService.LoadSettingAsync(store.Id); + + var model = new PublicInfoModel + { + Picture1Url = await GetPictureUrlAsync(nivoSliderSettings.Picture1Id), + Text1 = nivoSliderSettings.Text1, + Link1 = nivoSliderSettings.Link1, + AltText1 = nivoSliderSettings.AltText1, + + Picture2Url = await GetPictureUrlAsync(nivoSliderSettings.Picture2Id), + Text2 = nivoSliderSettings.Text2, + Link2 = nivoSliderSettings.Link2, + AltText2 = nivoSliderSettings.AltText2, + + Picture3Url = await GetPictureUrlAsync(nivoSliderSettings.Picture3Id), + Text3 = nivoSliderSettings.Text3, + Link3 = nivoSliderSettings.Link3, + AltText3 = nivoSliderSettings.AltText3, + + Picture4Url = await GetPictureUrlAsync(nivoSliderSettings.Picture4Id), + Text4 = nivoSliderSettings.Text4, + Link4 = nivoSliderSettings.Link4, + AltText4 = nivoSliderSettings.AltText4, + + Picture5Url = await GetPictureUrlAsync(nivoSliderSettings.Picture5Id), + Text5 = nivoSliderSettings.Text5, + Link5 = nivoSliderSettings.Link5, + AltText5 = nivoSliderSettings.AltText5 + }; + + if (string.IsNullOrEmpty(model.Picture1Url) && string.IsNullOrEmpty(model.Picture2Url) && + string.IsNullOrEmpty(model.Picture3Url) && string.IsNullOrEmpty(model.Picture4Url) && + string.IsNullOrEmpty(model.Picture5Url)) + //no pictures uploaded + return Content(""); + + return View("~/Plugins/Widgets.NivoSlider/Views/PublicInfo.cshtml", model); + } + + /// A task that represents the asynchronous operation + protected async Task GetPictureUrlAsync(int pictureId) + { + var cacheKey = _staticCacheManager.PrepareKeyForDefaultCache(ModelCacheEventConsumer.PICTURE_URL_MODEL_KEY, + pictureId, _webHelper.IsCurrentConnectionSecured() ? Uri.UriSchemeHttps : Uri.UriSchemeHttp); + + return await _staticCacheManager.GetAsync(cacheKey, async () => + { + //little hack here. nulls aren't cacheable so set it to "" + var url = await _pictureService.GetPictureUrlAsync(pictureId, showDefaultPicture: false) ?? ""; + return url; + }); + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/README b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/README new file mode 100644 index 0000000..2e5185c --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/README @@ -0,0 +1 @@ +Nivo Slider is "The Most Awesome jQuery Image Slider". See http://nivo.dev7studios.com for more info. \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/license.txt b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/license.txt new file mode 100644 index 0000000..664436d --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/license.txt @@ -0,0 +1,22 @@ + Copyright (c) 2010-2012 Dev7studios + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/nivo-slider.css b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/nivo-slider.css new file mode 100644 index 0000000..ca110e9 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/nivo-slider.css @@ -0,0 +1,114 @@ +/* + * jQuery Nivo Slider v3.2 + * http://nivo.dev7studios.com + * + * Copyright 2012, Dev7studios + * Free to use and abuse under the MIT license. + * http://www.opensource.org/licenses/mit-license.php + */ + +/* The Nivo Slider styles */ +.nivoSlider { + position:relative; + width:100%; + height:auto; + overflow: hidden; +} +.nivoSlider img { + position:absolute; + top:0px; + left:0px; + max-width: none; +} +.nivo-main-image { + display: block !important; + position: relative !important; + width: 100% !important; + height: auto; +} + +/* If an image is wrapped in a link */ +.nivoSlider a.nivo-imageLink { + position:absolute; + top:0px; + left:0px; + width:100%; + height:100%; + border:0; + padding:0; + margin:0; + z-index:6; + display:none; + background:white; + filter:alpha(opacity=0); + opacity:0; +} +/* The slices and boxes in the Slider */ +.nivo-slice { + display:block; + position:absolute; + z-index:5; + height:100%; + top:0; +} +.nivo-box { + display:block; + position:absolute; + z-index:5; + overflow:hidden; +} +.nivo-box img { display:block; } + +/* Caption styles */ +.nivo-caption { + position:absolute; + left:0px; + bottom:0px; + background:#000; + color:#fff; + width:100%; + z-index:8; + padding: 5px 10px; + opacity: 0.8; + overflow: hidden; + display: none; + -moz-opacity: 0.8; + filter:alpha(opacity=8); + -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ + -moz-box-sizing: border-box; /* Firefox, other Gecko */ + box-sizing: border-box; /* Opera/IE 8+ */ +} +.nivo-caption p { + padding:5px; + margin:0; +} +.nivo-caption a { + display:inline !important; +} +.nivo-html-caption { + display:none; +} +/* Direction nav styles (e.g. Next & Prev) */ +.nivo-directionNav a { + position:absolute; + top:45%; + z-index:8; + cursor:pointer; +} +.nivo-prevNav { + left:0px; +} +.nivo-nextNav { + right:0px; +} +/* Control nav styles (e.g. 1,2,3...) */ +.nivo-controlNav { + text-align:center; + padding: 15px 0; +} +.nivo-controlNav a { + cursor:pointer; +} +.nivo-controlNav a.active { + font-weight:bold; +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/sample-images/banner_01.webp b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/sample-images/banner_01.webp new file mode 100644 index 0000000..2e25f52 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/sample-images/banner_01.webp differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/sample-images/banner_02.webp b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/sample-images/banner_02.webp new file mode 100644 index 0000000..d8ac3d4 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/sample-images/banner_02.webp differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/arrows.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/arrows.png new file mode 100644 index 0000000..8f562bd Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/arrows.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/bar.css b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/bar.css new file mode 100644 index 0000000..f77e08a --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/bar.css @@ -0,0 +1,132 @@ +/* +Skin Name: Nivo Slider Bar Theme +Skin URI: http://nivo.dev7studios.com +Description: The bottom bar skin for the Nivo Slider. +Version: 1.0 +Author: Gilbert Pellegrom +Author URI: http://dev7studios.com +Supports Thumbs: false +*/ + +.theme-bar.slider-wrapper { + position: relative; + border: 1px solid #333; + overflow: hidden; +} +.theme-bar .nivoSlider { + position:relative; + background:#fff url(loading.gif) no-repeat 50% 50%; +} +.theme-bar .nivoSlider img { + position:absolute; + top:0px; + left:0px; + display:none; +} +.theme-bar .nivoSlider a { + border:0; + display:block; +} + +.theme-bar .nivo-controlNav { + position: absolute; + left: 0; + bottom: -41px; + z-index: 10; + width: 100%; + height: 30px; + text-align: center; + padding: 5px 0; + border-top: 1px solid #333; + background: #333; + background: -moz-linear-gradient(top, #565656 0%, #333333 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#333333)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #565656 0%,#333333 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #565656 0%,#333333 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #565656 0%,#333333 100%); /* IE10+ */ + background: linear-gradient(to bottom, #565656 0%,#333333 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); /* IE6-9 */ + opacity: 0.5; + -webkit-transition: all 200ms ease-in-out; + -moz-transition: all 200ms ease-in-out; + -o-transition: all 200ms ease-in-out; + transition: all 200ms ease-in-out; +} +.theme-bar:hover .nivo-controlNav { + bottom: 0; + opacity: 1; +} +.theme-bar .nivo-controlNav a { + display:inline-block; + width:22px; + height:22px; + background:url(bullets.png) no-repeat; + text-indent:-9999px; + border:0; + margin: 5px 2px 0 2px; +} +.theme-bar .nivo-controlNav a.active { + background-position:0 -22px; +} + +.theme-bar .nivo-directionNav a { + display:block; + border:0; + color: #fff; + text-transform: uppercase; + top: auto; + bottom: 10px; + z-index: 11; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 13px; + line-height: 20px; + opacity: 0.5; + -webkit-transition: all 200ms ease-in-out; + -moz-transition: all 200ms ease-in-out; + -o-transition: all 200ms ease-in-out; + transition: all 200ms ease-in-out; +} +.theme-bar a.nivo-nextNav { right: -50px; } +.theme-bar a.nivo-prevNav { left: -50px; } +.theme-bar:hover a.nivo-nextNav { + right: 15px; + opacity: 1; +} +.theme-bar:hover a.nivo-prevNav { + left: 15px; + opacity: 1; +} +.theme-bar .nivo-directionNav a:hover { color: #ddd; } + +.theme-bar .nivo-caption { + font-family: Helvetica, Arial, sans-serif; + -webkit-transition: all 200ms ease-in-out; + -moz-transition: all 200ms ease-in-out; + -o-transition: all 200ms ease-in-out; + transition: all 200ms ease-in-out; +} +.theme-bar:hover .nivo-caption { + bottom: 41px; +} +.theme-bar .nivo-caption a { + color:#fff; + border-bottom:1px dotted #fff; +} +.theme-bar .nivo-caption a:hover { + color:#fff; +} + +.theme-bar .nivo-controlNav.nivo-thumbs-enabled { + width: 100%; +} +.theme-bar .nivo-controlNav.nivo-thumbs-enabled a { + width: auto; + height: auto; + background: none; + margin-bottom: 5px; +} +.theme-bar .nivo-controlNav.nivo-thumbs-enabled img { + display: block; + width: 120px; + height: auto; +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/bullets.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/bullets.png new file mode 100644 index 0000000..a84c9c0 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/bullets.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/loading.gif b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/loading.gif new file mode 100644 index 0000000..1560b64 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/bar/loading.gif differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/arrows.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/arrows.png new file mode 100644 index 0000000..5a3c7df Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/arrows.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/bullets.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/bullets.png new file mode 100644 index 0000000..a84c9c0 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/bullets.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/custom.css b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/custom.css new file mode 100644 index 0000000..c490e04 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/custom.css @@ -0,0 +1,126 @@ + +/* GLOBAL */ + +.theme-custom { + position: relative; + margin: 0 auto 60px; +} +.theme-custom .nivoSlider { + position: relative; + z-index: 0; + background: #fff url('loading.gif') 50% 50% no-repeat; +} +.theme-custom .nivoSlider img { + display: none; + position: absolute; + top: 0px; + left: 0px; +} +.theme-custom .nivoSlider a { + display: block; + border: 0; +} + +/* BULLET NAVIGATION */ + +.theme-custom .nivo-controlNav { + position: absolute; + bottom: 0; + z-index: 1; + width: 100%; + padding: 20px 0; + text-align: center; + font-size: 0; +} +.theme-custom .nivo-controlNav a { + display: inline-block; + width: 14px; + height: 14px; + margin: 0 7px; + box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); + background-color: #fff; + font-size: 0; +} +.theme-custom .nivo-controlNav a.active { + background-color: #4ab2f1; +} + +/* DIRECTIONAL NAVIGATION */ + +.theme-custom .nivo-directionNav a { + display: block; + width: 40px; + height: 60px; + border:0; + background: rgba(255,255,255,0.8) url('arrows.png') no-repeat; + font-size: 0; + opacity: 0; + -webkit-transition: all 200ms ease-in-out; + -moz-transition: all 200ms ease-in-out; + -o-transition: all 200ms ease-in-out; + transition: all 200ms ease-in-out; +} +.theme-custom a.nivo-prevNav { + left: 0; + background-position: left center; +} +.theme-custom a.nivo-nextNav { + right: 0; + background-position: right center; +} +.theme-custom:hover .nivo-directionNav a { + opacity: 0.9; +} +.theme-custom .nivo-directionNav a:hover { + background-color: rgba(255,255,255,1); +} + +/* CAPTION */ + +.theme-custom .nivo-caption { + background-color: 333; +} +.theme-custom .nivo-caption a { + color: #fff; +} +.theme-custom .nivo-caption a:hover { + color: #4ab2f1; +} + +/* THUMBNAILS */ + +.theme-custom .nivo-controlNav.nivo-thumbs-enabled { + width: 100%; +} +.theme-custom .nivo-controlNav.nivo-thumbs-enabled a { + width: auto; + height: auto; + background: none; + margin-bottom: 5px; +} +.theme-custom .nivo-controlNav.nivo-thumbs-enabled img { + display: block; + width: 120px; + height: auto; +} + +/* RESPONSIVE */ + +@media all and (max-width: 1000px) { +.theme-custom { + max-width: 600px; + margin: -20px auto 40px; +} +.theme-custom .nivo-directionNav { + display: none; +} +} + +@media all and (min-width: 1001px) { +.theme-custom { + margin: -30px 0 60px; +} +.theme-custom .nivo-directionNav { + display: none; /* remove to use directional navigation */ +} +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/loading.gif b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/loading.gif new file mode 100644 index 0000000..e552f29 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/custom/loading.gif differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/arrows.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/arrows.png new file mode 100644 index 0000000..fe7f378 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/arrows.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/bullets.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/bullets.png new file mode 100644 index 0000000..92b2124 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/bullets.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/dark.css b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/dark.css new file mode 100644 index 0000000..06d7548 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/dark.css @@ -0,0 +1,102 @@ +/* +Skin Name: Nivo Slider Dark Theme +Skin URI: http://nivo.dev7studios.com +Description: A dark skin for the Nivo Slider. +Version: 1.0 +Author: Gilbert Pellegrom +Author URI: http://dev7studios.com +Supports Thumbs: true +*/ + +.theme-dark.slider-wrapper { + background: #222; + padding: 10px; +} +.theme-dark .nivoSlider { + position:relative; + background:#fff url(loading.gif) no-repeat 50% 50%; + margin-bottom:10px; + overflow: visible; +} +.theme-dark .nivoSlider img { + position:absolute; + top:0px; + left:0px; + display:none; +} +.theme-dark .nivoSlider a { + border:0; + display:block; +} + +.theme-dark .nivo-controlNav { + text-align: left; + padding: 0; + position: relative; + z-index: 10; +} +.theme-dark .nivo-controlNav a { + display:inline-block; + width:10px; + height:10px; + background:url(bullets.png) no-repeat 0 2px; + text-indent:-9999px; + border:0; + margin: 0 2px; +} +.theme-dark .nivo-controlNav a.active { + background-position:0 100%; +} + +.theme-dark .nivo-directionNav a { + display:block; + width:30px; + height:30px; + background: url(arrows.png) no-repeat; + text-indent:-9999px; + border:0; + top: auto; + bottom: -36px; + z-index: 11; +} +.theme-dark .nivo-directionNav a:hover { + background-color: #333; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; +} +.theme-dark a.nivo-nextNav { + background-position:-16px 50%; + right:0px; +} +.theme-dark a.nivo-prevNav { + background-position:11px 50%; + left: auto; + right: 35px; +} + +.theme-dark .nivo-caption { + font-family: Helvetica, Arial, sans-serif; +} +.theme-dark .nivo-caption a { + color:#fff; + border-bottom:1px dotted #fff; +} +.theme-dark .nivo-caption a:hover { + color:#fff; +} + +.theme-dark .nivo-controlNav.nivo-thumbs-enabled { + width: 80%; +} +.theme-dark .nivo-controlNav.nivo-thumbs-enabled a { + width: auto; + height: auto; + background: none; + margin-bottom: 5px; +} +.theme-dark .nivo-controlNav.nivo-thumbs-enabled img { + display: block; + width: 120px; + height: auto; +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/loading.gif b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/loading.gif new file mode 100644 index 0000000..1560b64 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/dark/loading.gif differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/arrows.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/arrows.png new file mode 100644 index 0000000..8f562bd Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/arrows.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/bullets.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/bullets.png new file mode 100644 index 0000000..a84c9c0 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/bullets.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/default.css b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/default.css new file mode 100644 index 0000000..eea0ef3 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/default.css @@ -0,0 +1,93 @@ +/* +Skin Name: Nivo Slider Default Theme +Skin URI: http://nivo.dev7studios.com +Description: The default skin for the Nivo Slider. +Version: 1.3 +Author: Gilbert Pellegrom +Author URI: http://dev7studios.com +Supports Thumbs: true +*/ + +.theme-default .nivoSlider { + position:relative; + background:#fff url(loading.gif) no-repeat 50% 50%; + margin-bottom:10px; + -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; + -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; + box-shadow: 0px 1px 5px 0px #4a4a4a; +} +.theme-default .nivoSlider img { + position:absolute; + top:0px; + left:0px; + display:none; +} +.theme-default .nivoSlider a { + border:0; + display:block; +} + +.theme-default .nivo-controlNav { + text-align: center; + padding: 20px 0; +} +.theme-default .nivo-controlNav a { + display:inline-block; + width:22px; + height:22px; + background:url(bullets.png) no-repeat; + text-indent:-9999px; + border:0; + margin: 0 2px; +} +.theme-default .nivo-controlNav a.active { + background-position:0 -22px; +} + +.theme-default .nivo-directionNav a { + display:block; + width:30px; + height:30px; + background:url(arrows.png) no-repeat; + text-indent:-9999px; + border:0; + opacity: 0; + -webkit-transition: all 200ms ease-in-out; + -moz-transition: all 200ms ease-in-out; + -o-transition: all 200ms ease-in-out; + transition: all 200ms ease-in-out; +} +.theme-default:hover .nivo-directionNav a { opacity: 1; } +.theme-default a.nivo-nextNav { + background-position:-30px 0; + right:15px; +} +.theme-default a.nivo-prevNav { + left:15px; +} + +.theme-default .nivo-caption { + font-family: Helvetica, Arial, sans-serif; +} +.theme-default .nivo-caption a { + color:#fff; + border-bottom:1px dotted #fff; +} +.theme-default .nivo-caption a:hover { + color:#fff; +} + +.theme-default .nivo-controlNav.nivo-thumbs-enabled { + width: 100%; +} +.theme-default .nivo-controlNav.nivo-thumbs-enabled a { + width: auto; + height: auto; + background: none; + margin-bottom: 5px; +} +.theme-default .nivo-controlNav.nivo-thumbs-enabled img { + display: block; + width: 120px; + height: auto; +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/loading.gif b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/loading.gif new file mode 100644 index 0000000..1560b64 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/default/loading.gif differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/arrows.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/arrows.png new file mode 100644 index 0000000..1c5d881 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/arrows.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/bullets.png b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/bullets.png new file mode 100644 index 0000000..54d1a7b Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/bullets.png differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/light.css b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/light.css new file mode 100644 index 0000000..612e580 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/light.css @@ -0,0 +1,102 @@ +/* +Skin Name: Nivo Slider Light Theme +Skin URI: http://nivo.dev7studios.com +Description: A light skin for the Nivo Slider. +Version: 1.0 +Author: Gilbert Pellegrom +Author URI: http://dev7studios.com +Supports Thumbs: true +*/ + +.theme-light.slider-wrapper { + background: #fff; + padding: 10px; +} +.theme-light .nivoSlider { + position:relative; + background:#fff url(loading.gif) no-repeat 50% 50%; + margin-bottom:10px; + overflow: visible; +} +.theme-light .nivoSlider img { + position:absolute; + top:0px; + left:0px; + display:none; +} +.theme-light .nivoSlider a { + border:0; + display:block; +} + +.theme-light .nivo-controlNav { + text-align: left; + padding: 0; + position: relative; + z-index: 10; +} +.theme-light .nivo-controlNav a { + display:inline-block; + width:10px; + height:10px; + background:url(bullets.png) no-repeat; + text-indent:-9999px; + border:0; + margin: 0 2px; +} +.theme-light .nivo-controlNav a.active { + background-position:0 100%; +} + +.theme-light .nivo-directionNav a { + display:block; + width:30px; + height:30px; + background: url(arrows.png) no-repeat; + text-indent:-9999px; + border:0; + top: auto; + bottom: -36px; + z-index: 11; +} +.theme-light .nivo-directionNav a:hover { + background-color: #eee; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; +} +.theme-light a.nivo-nextNav { + background-position:160% 50%; + right:0px; +} +.theme-light a.nivo-prevNav { + background-position:-60% 50%; + left: auto; + right: 35px; +} + +.theme-light .nivo-caption { + font-family: Helvetica, Arial, sans-serif; +} +.theme-light .nivo-caption a { + color:#fff; + border-bottom:1px dotted #fff; +} +.theme-light .nivo-caption a:hover { + color:#fff; +} + +.theme-light .nivo-controlNav.nivo-thumbs-enabled { + width: 80%; +} +.theme-light .nivo-controlNav.nivo-thumbs-enabled a { + width: auto; + height: auto; + background: none; + margin-bottom: 5px; +} +.theme-light .nivo-controlNav.nivo-thumbs-enabled img { + display: block; + width: 120px; + height: auto; +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/loading.gif b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/loading.gif new file mode 100644 index 0000000..1560b64 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/Content/nivoslider/themes/light/loading.gif differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Controllers/WidgetsNivoSliderController.cs b/Nop.Plugin.Widgets.ACAgeVerification/Controllers/WidgetsNivoSliderController.cs new file mode 100644 index 0000000..40cbf79 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Controllers/WidgetsNivoSliderController.cs @@ -0,0 +1,192 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Core; +using Nop.Plugin.Widgets.NivoSlider.Models; +using Nop.Services.Configuration; +using Nop.Services.Localization; +using Nop.Services.Media; +using Nop.Services.Messages; +using Nop.Services.Security; +using Nop.Web.Framework; +using Nop.Web.Framework.Controllers; +using Nop.Web.Framework.Mvc.Filters; + +namespace Nop.Plugin.Widgets.NivoSlider.Controllers; + +[AuthorizeAdmin] +[Area(AreaNames.ADMIN)] +[AutoValidateAntiforgeryToken] +public class WidgetsNivoSliderController : BasePluginController +{ + protected readonly ILocalizationService _localizationService; + protected readonly INotificationService _notificationService; + protected readonly IPermissionService _permissionService; + protected readonly IPictureService _pictureService; + protected readonly ISettingService _settingService; + protected readonly IStoreContext _storeContext; + + public WidgetsNivoSliderController(ILocalizationService localizationService, + INotificationService notificationService, + IPermissionService permissionService, + IPictureService pictureService, + ISettingService settingService, + IStoreContext storeContext) + { + _localizationService = localizationService; + _notificationService = notificationService; + _permissionService = permissionService; + _pictureService = pictureService; + _settingService = settingService; + _storeContext = storeContext; + } + + public async Task Configure() + { + if (!await _permissionService.AuthorizeAsync(StandardPermissionProvider.ManageWidgets)) + return AccessDeniedView(); + + //load settings for a chosen store scope + var storeScope = await _storeContext.GetActiveStoreScopeConfigurationAsync(); + var nivoSliderSettings = await _settingService.LoadSettingAsync(storeScope); + var model = new ConfigurationModel + { + Picture1Id = nivoSliderSettings.Picture1Id, + Text1 = nivoSliderSettings.Text1, + Link1 = nivoSliderSettings.Link1, + AltText1 = nivoSliderSettings.AltText1, + Picture2Id = nivoSliderSettings.Picture2Id, + Text2 = nivoSliderSettings.Text2, + Link2 = nivoSliderSettings.Link2, + AltText2 = nivoSliderSettings.AltText2, + Picture3Id = nivoSliderSettings.Picture3Id, + Text3 = nivoSliderSettings.Text3, + Link3 = nivoSliderSettings.Link3, + AltText3 = nivoSliderSettings.AltText3, + Picture4Id = nivoSliderSettings.Picture4Id, + Text4 = nivoSliderSettings.Text4, + Link4 = nivoSliderSettings.Link4, + AltText4 = nivoSliderSettings.AltText4, + Picture5Id = nivoSliderSettings.Picture5Id, + Text5 = nivoSliderSettings.Text5, + Link5 = nivoSliderSettings.Link5, + AltText5 = nivoSliderSettings.AltText5, + ActiveStoreScopeConfiguration = storeScope + }; + + if (storeScope > 0) + { + model.Picture1Id_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Picture1Id, storeScope); + model.Text1_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Text1, storeScope); + model.Link1_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Link1, storeScope); + model.AltText1_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.AltText1, storeScope); + model.Picture2Id_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Picture2Id, storeScope); + model.Text2_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Text2, storeScope); + model.Link2_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Link2, storeScope); + model.AltText2_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.AltText2, storeScope); + model.Picture3Id_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Picture3Id, storeScope); + model.Text3_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Text3, storeScope); + model.Link3_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Link3, storeScope); + model.AltText3_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.AltText3, storeScope); + model.Picture4Id_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Picture4Id, storeScope); + model.Text4_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Text4, storeScope); + model.Link4_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Link4, storeScope); + model.AltText4_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.AltText4, storeScope); + model.Picture5Id_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Picture5Id, storeScope); + model.Text5_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Text5, storeScope); + model.Link5_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.Link5, storeScope); + model.AltText5_OverrideForStore = await _settingService.SettingExistsAsync(nivoSliderSettings, x => x.AltText5, storeScope); + } + + return View("~/Plugins/Widgets.NivoSlider/Views/Configure.cshtml", model); + } + + [HttpPost] + public async Task Configure(ConfigurationModel model) + { + if (!await _permissionService.AuthorizeAsync(StandardPermissionProvider.ManageWidgets)) + return AccessDeniedView(); + + //load settings for a chosen store scope + var storeScope = await _storeContext.GetActiveStoreScopeConfigurationAsync(); + var nivoSliderSettings = await _settingService.LoadSettingAsync(storeScope); + + //get previous picture identifiers + var previousPictureIds = new[] + { + nivoSliderSettings.Picture1Id, + nivoSliderSettings.Picture2Id, + nivoSliderSettings.Picture3Id, + nivoSliderSettings.Picture4Id, + nivoSliderSettings.Picture5Id + }; + + nivoSliderSettings.Picture1Id = model.Picture1Id; + nivoSliderSettings.Text1 = model.Text1; + nivoSliderSettings.Link1 = model.Link1; + nivoSliderSettings.AltText1 = model.AltText1; + nivoSliderSettings.Picture2Id = model.Picture2Id; + nivoSliderSettings.Text2 = model.Text2; + nivoSliderSettings.Link2 = model.Link2; + nivoSliderSettings.AltText2 = model.AltText2; + nivoSliderSettings.Picture3Id = model.Picture3Id; + nivoSliderSettings.Text3 = model.Text3; + nivoSliderSettings.Link3 = model.Link3; + nivoSliderSettings.AltText3 = model.AltText3; + nivoSliderSettings.Picture4Id = model.Picture4Id; + nivoSliderSettings.Text4 = model.Text4; + nivoSliderSettings.Link4 = model.Link4; + nivoSliderSettings.AltText4 = model.AltText4; + nivoSliderSettings.Picture5Id = model.Picture5Id; + nivoSliderSettings.Text5 = model.Text5; + nivoSliderSettings.Link5 = model.Link5; + nivoSliderSettings.AltText5 = model.AltText5; + + /* We do not clear cache after each setting update. + * This behavior can increase performance because cached settings will not be cleared + * and loaded from database after each update */ + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Picture1Id, model.Picture1Id_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Text1, model.Text1_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Link1, model.Link1_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.AltText1, model.AltText1_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Picture2Id, model.Picture2Id_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Text2, model.Text2_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Link2, model.Link2_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.AltText2, model.AltText2_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Picture3Id, model.Picture3Id_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Text3, model.Text3_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Link3, model.Link3_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.AltText3, model.AltText3_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Picture4Id, model.Picture4Id_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Text4, model.Text4_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Link4, model.Link4_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.AltText4, model.AltText4_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Picture5Id, model.Picture5Id_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Text5, model.Text5_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.Link5, model.Link5_OverrideForStore, storeScope, false); + await _settingService.SaveSettingOverridablePerStoreAsync(nivoSliderSettings, x => x.AltText5, model.AltText5_OverrideForStore, storeScope, false); + + //now clear settings cache + await _settingService.ClearCacheAsync(); + + //get current picture identifiers + var currentPictureIds = new[] + { + nivoSliderSettings.Picture1Id, + nivoSliderSettings.Picture2Id, + nivoSliderSettings.Picture3Id, + nivoSliderSettings.Picture4Id, + nivoSliderSettings.Picture5Id + }; + + //delete an old picture (if deleted or updated) + foreach (var pictureId in previousPictureIds.Except(currentPictureIds)) + { + var previousPicture = await _pictureService.GetPictureByIdAsync(pictureId); + if (previousPicture != null) + await _pictureService.DeletePictureAsync(previousPicture); + } + + _notificationService.SuccessNotification(await _localizationService.GetResourceAsync("Admin.Plugins.Saved")); + + return await Configure(); + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Infrastructure/Cache/ModelCacheEventConsumer.cs b/Nop.Plugin.Widgets.ACAgeVerification/Infrastructure/Cache/ModelCacheEventConsumer.cs new file mode 100644 index 0000000..7a42591 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Infrastructure/Cache/ModelCacheEventConsumer.cs @@ -0,0 +1,50 @@ +using Nop.Core.Caching; +using Nop.Core.Domain.Configuration; +using Nop.Core.Events; +using Nop.Services.Events; + +namespace Nop.Plugin.Widgets.ACAgeVerification.Infrastructure.Cache; + +/// +/// Model cache event consumer (used for caching of presentation layer models) +/// +public class ModelCacheEventConsumer : + IConsumer>, + IConsumer>, + IConsumer> +{ + /// + /// Key for caching + /// + /// + /// {0} : picture id + /// {1} : connection type (http/https) + /// + public static CacheKey PICTURE_URL_MODEL_KEY = new("Nop.plugins.widgets.acageverification.pictureurl-{0}-{1}", PICTURE_URL_PATTERN_KEY); + public const string PICTURE_URL_PATTERN_KEY = "Nop.plugins.widgets.acageverification"; + + protected readonly IStaticCacheManager _staticCacheManager; + + public ModelCacheEventConsumer(IStaticCacheManager staticCacheManager) + { + _staticCacheManager = staticCacheManager; + } + + /// A task that represents the asynchronous operation + public async Task HandleEventAsync(EntityInsertedEvent eventMessage) + { + await _staticCacheManager.RemoveByPrefixAsync(PICTURE_URL_PATTERN_KEY); + } + + /// A task that represents the asynchronous operation + public async Task HandleEventAsync(EntityUpdatedEvent eventMessage) + { + await _staticCacheManager.RemoveByPrefixAsync(PICTURE_URL_PATTERN_KEY); + } + + /// A task that represents the asynchronous operation + public async Task HandleEventAsync(EntityDeletedEvent eventMessage) + { + await _staticCacheManager.RemoveByPrefixAsync(PICTURE_URL_PATTERN_KEY); + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Models/ConfigurationModel.cs b/Nop.Plugin.Widgets.ACAgeVerification/Models/ConfigurationModel.cs new file mode 100644 index 0000000..2075e57 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Models/ConfigurationModel.cs @@ -0,0 +1,80 @@ +using System.ComponentModel.DataAnnotations; +using Nop.Web.Framework.Models; +using Nop.Web.Framework.Mvc.ModelBinding; + +namespace Nop.Plugin.Widgets.ACAgeVerification.Models; + +public record ConfigurationModel : BaseNopModel +{ + public int ActiveStoreScopeConfiguration { get; set; } + + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Picture")] + [UIHint("Picture")] + public int Picture1Id { get; set; } + public bool Picture1Id_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Text")] + public string Text1 { get; set; } + public bool Text1_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Link")] + public string Link1 { get; set; } + public bool Link1_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.AltText")] + public string AltText1 { get; set; } + public bool AltText1_OverrideForStore { get; set; } + + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Picture")] + [UIHint("Picture")] + public int Picture2Id { get; set; } + public bool Picture2Id_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Text")] + public string Text2 { get; set; } + public bool Text2_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Link")] + public string Link2 { get; set; } + public bool Link2_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.AltText")] + public string AltText2 { get; set; } + public bool AltText2_OverrideForStore { get; set; } + + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Picture")] + [UIHint("Picture")] + public int Picture3Id { get; set; } + public bool Picture3Id_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Text")] + public string Text3 { get; set; } + public bool Text3_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Link")] + public string Link3 { get; set; } + public bool Link3_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.AltText")] + public string AltText3 { get; set; } + public bool AltText3_OverrideForStore { get; set; } + + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Picture")] + [UIHint("Picture")] + public int Picture4Id { get; set; } + public bool Picture4Id_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Text")] + public string Text4 { get; set; } + public bool Text4_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Link")] + public string Link4 { get; set; } + public bool Link4_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.AltText")] + public string AltText4 { get; set; } + public bool AltText4_OverrideForStore { get; set; } + + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Picture")] + [UIHint("Picture")] + public int Picture5Id { get; set; } + public bool Picture5Id_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Text")] + public string Text5 { get; set; } + public bool Text5_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.Link")] + public string Link5 { get; set; } + public bool Link5_OverrideForStore { get; set; } + [NopResourceDisplayName("Plugins.Widgets.NivoSlider.AltText")] + public string AltText5 { get; set; } + public bool AltText5_OverrideForStore { get; set; } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Models/PublicInfoModel.cs b/Nop.Plugin.Widgets.ACAgeVerification/Models/PublicInfoModel.cs new file mode 100644 index 0000000..3a5e728 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Models/PublicInfoModel.cs @@ -0,0 +1,31 @@ +using Nop.Web.Framework.Models; + +namespace Nop.Plugin.Widgets.ACAgeVerification.Models; + +public record PublicInfoModel : BaseNopModel +{ + public string Picture1Url { get; set; } + public string Text1 { get; set; } + public string Link1 { get; set; } + public string AltText1 { get; set; } + + public string Picture2Url { get; set; } + public string Text2 { get; set; } + public string Link2 { get; set; } + public string AltText2 { get; set; } + + public string Picture3Url { get; set; } + public string Text3 { get; set; } + public string Link3 { get; set; } + public string AltText3 { get; set; } + + public string Picture4Url { get; set; } + public string Text4 { get; set; } + public string Link4 { get; set; } + public string AltText4 { get; set; } + + public string Picture5Url { get; set; } + public string Text5 { get; set; } + public string Link5 { get; set; } + public string AltText5 { get; set; } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/NivoSliderPlugin.cs b/Nop.Plugin.Widgets.ACAgeVerification/NivoSliderPlugin.cs new file mode 100644 index 0000000..a111ef9 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/NivoSliderPlugin.cs @@ -0,0 +1,130 @@ +using Nop.Core; +using Nop.Core.Infrastructure; +using Nop.Plugin.Widgets.ACAgeVerification.Components; +using Nop.Services.Cms; +using Nop.Services.Configuration; +using Nop.Services.Localization; +using Nop.Services.Media; +using Nop.Services.Plugins; +using Nop.Web.Framework.Infrastructure; + +namespace Nop.Plugin.Widgets.ACAgeVerification; + +/// +/// PLugin +/// +public class NivoSliderPlugin : BasePlugin, IWidgetPlugin +{ + protected readonly ILocalizationService _localizationService; + protected readonly IPictureService _pictureService; + protected readonly ISettingService _settingService; + protected readonly IWebHelper _webHelper; + protected readonly INopFileProvider _fileProvider; + + public NivoSliderPlugin(ILocalizationService localizationService, + IPictureService pictureService, + ISettingService settingService, + IWebHelper webHelper, + INopFileProvider fileProvider) + { + _localizationService = localizationService; + _pictureService = pictureService; + _settingService = settingService; + _webHelper = webHelper; + _fileProvider = fileProvider; + } + + /// + /// Gets widget zones where this widget should be rendered + /// + /// + /// A task that represents the asynchronous operation + /// The task result contains the widget zones + /// + public Task> GetWidgetZonesAsync() + { + return Task.FromResult>(new List { PublicWidgetZones.HomepageTop }); + } + + /// + /// Gets a configuration page URL + /// + public override string GetConfigurationPageUrl() + { + return _webHelper.GetStoreLocation() + "Admin/WidgetsNivoSlider/Configure"; + } + + /// + /// Gets a name of a view component for displaying widget + /// + /// Name of the widget zone + /// View component name + public Type GetWidgetViewComponent(string widgetZone) + { + return typeof(WidgetsNivoSliderViewComponent); + } + + /// + /// Install plugin + /// + /// A task that represents the asynchronous operation + public override async Task InstallAsync() + { + //pictures + var sampleImagesPath = _fileProvider.MapPath("~/Plugins/Widgets.NivoSlider/Content/nivoslider/sample-images/"); + + //settings + var settings = new NivoSliderSettings + { + Picture1Id = (await _pictureService.InsertPictureAsync(await _fileProvider.ReadAllBytesAsync(_fileProvider.Combine(sampleImagesPath, "banner_01.webp")), MimeTypes.ImageWebp, "banner_1")).Id, + Text1 = "", + Link1 = _webHelper.GetStoreLocation(), + Picture2Id = (await _pictureService.InsertPictureAsync(await _fileProvider.ReadAllBytesAsync(_fileProvider.Combine(sampleImagesPath, "banner_02.webp")), MimeTypes.ImageWebp, "banner_2")).Id, + Text2 = "", + Link2 = _webHelper.GetStoreLocation() + //Picture3Id = _pictureService.InsertPicture(File.ReadAllBytes(_fileProvider.Combine(sampleImagesPath,"banner3.jpg")), MimeTypes.ImagePJpeg, "banner_3").Id, + //Text3 = "", + //Link3 = _webHelper.GetStoreLocation(), + }; + await _settingService.SaveSettingAsync(settings); + + await _localizationService.AddOrUpdateLocaleResourceAsync(new Dictionary + { + ["Plugins.Widgets.NivoSlider.Picture1"] = "Picture 1", + ["Plugins.Widgets.NivoSlider.Picture2"] = "Picture 2", + ["Plugins.Widgets.NivoSlider.Picture3"] = "Picture 3", + ["Plugins.Widgets.NivoSlider.Picture4"] = "Picture 4", + ["Plugins.Widgets.NivoSlider.Picture5"] = "Picture 5", + ["Plugins.Widgets.NivoSlider.Picture"] = "Picture", + ["Plugins.Widgets.NivoSlider.Picture.Hint"] = "Upload picture.", + ["Plugins.Widgets.NivoSlider.Text"] = "Comment", + ["Plugins.Widgets.NivoSlider.Text.Hint"] = "Enter comment for picture. Leave empty if you don't want to display any text.", + ["Plugins.Widgets.NivoSlider.Link"] = "URL", + ["Plugins.Widgets.NivoSlider.Link.Hint"] = "Enter URL. Leave empty if you don't want this picture to be clickable.", + ["Plugins.Widgets.NivoSlider.AltText"] = "Image alternate text", + ["Plugins.Widgets.NivoSlider.AltText.Hint"] = "Enter alternate text that will be added to image." + }); + + await base.InstallAsync(); + } + + /// + /// Uninstall plugin + /// + /// A task that represents the asynchronous operation + public override async Task UninstallAsync() + { + //settings + await _settingService.DeleteSettingAsync(); + + //locales + await _localizationService.DeleteLocaleResourcesAsync("Plugins.Widgets.NivoSlider"); + + await base.UninstallAsync(); + } + + /// + /// Gets a value indicating whether to hide this plugin on the widget list page in the admin area + /// + public bool HideInWidgetList => false; +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/NivoSliderSettings.cs b/Nop.Plugin.Widgets.ACAgeVerification/NivoSliderSettings.cs new file mode 100644 index 0000000..d23acad --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/NivoSliderSettings.cs @@ -0,0 +1,31 @@ +using Nop.Core.Configuration; + +namespace Nop.Plugin.Widgets.ACAgeVerification; + +public class NivoSliderSettings : ISettings +{ + public int Picture1Id { get; set; } + public string Text1 { get; set; } + public string Link1 { get; set; } + public string AltText1 { get; set; } + + public int Picture2Id { get; set; } + public string Text2 { get; set; } + public string Link2 { get; set; } + public string AltText2 { get; set; } + + public int Picture3Id { get; set; } + public string Text3 { get; set; } + public string Link3 { get; set; } + public string AltText3 { get; set; } + + public int Picture4Id { get; set; } + public string Text4 { get; set; } + public string Link4 { get; set; } + public string AltText4 { get; set; } + + public int Picture5Id { get; set; } + public string Text5 { get; set; } + public string Link5 { get; set; } + public string AltText5 { get; set; } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Nop.Plugin.Widgets.ACAgeVerification.csproj b/Nop.Plugin.Widgets.ACAgeVerification/Nop.Plugin.Widgets.ACAgeVerification.csproj new file mode 100644 index 0000000..6d13278 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Nop.Plugin.Widgets.ACAgeVerification.csproj @@ -0,0 +1,166 @@ + + + + net8.0 + Copyright © Aycode, Ltd + Aycode, Ltd + Aycode, Ltd + + https://www.nopcommerce.com/ + https://github.com/nopSolutions/nopCommerce + Git + ..\..\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification + $(OutputPath) + + false + enable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Notes.txt b/Nop.Plugin.Widgets.ACAgeVerification/Notes.txt new file mode 100644 index 0000000..0641364 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Notes.txt @@ -0,0 +1,33 @@ +Important points when developing plugins + + +- All views (cshtml files) and web.config file should have "Build action" set to "Content" and "Copy to output directory" set to "Copy if newer" + +- When you develop a new plugin from scratch, and when a new class library is added to the solution, open its .csproj file (a main project file) in any text editor and replace its content with the following one + + + + net8.0 + ..\..\Presentation\Nop.Web\Plugins\PLUGIN_OUTPUT_DIRECTORY + $(OutputPath) + + false + enable + + + + + + + + + + + + + +Replace “PLUGIN_OUTPUT_DIRECTORY” in the code above with your real plugin output directory name. + +It’s not required. But this way we can use a new ASP.NET approach to add third-party references. It was introduced in .NET Core. Furthermore, references from already referenced libraries will be loaded automatically. It’s very convenient. \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Scripts/jquery.nivo.slider.js b/Nop.Plugin.Widgets.ACAgeVerification/Scripts/jquery.nivo.slider.js new file mode 100644 index 0000000..bb36cd4 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Scripts/jquery.nivo.slider.js @@ -0,0 +1,665 @@ +/* + * jQuery Nivo Slider v3.2 + * http://nivo.dev7studios.com + * + * Copyright 2012, Dev7studios + * Free to use and abuse under the MIT license. + * http://www.opensource.org/licenses/mit-license.php + */ + +(function ($) { + var NivoSlider = function (element, options) { + // Defaults are below + var settings = $.extend({}, $.fn.nivoSlider.defaults, options); + + // Useful variables. Play carefully. + var vars = { + currentSlide: 0, + currentImage: '', + totalSlides: 0, + running: false, + paused: false, + stop: false, + controlNavEl: false + }; + + // Get this slider + var slider = $(element); + slider.data('nivo:vars', vars).addClass('nivoSlider'); + + // Find our slider children + var kids = slider.children(); + kids.each(function () { + var child = $(this); + var link = ''; + if (!child.is('img')) { + if (child.is('a')) { + child.addClass('nivo-imageLink'); + link = child; + } + child = child.find('img:first'); + } + // Get img width & height + var childWidth = (childWidth === 0) ? child.attr('width') : child.width(), + childHeight = (childHeight === 0) ? child.attr('height') : child.height(); + + if (link !== '') { + link.css('display', 'none'); + } + child.css('display', 'none'); + vars.totalSlides++; + }); + + // If randomStart + if (settings.randomStart) { + settings.startSlide = Math.floor(Math.random() * vars.totalSlides); + } + + // Set startSlide + if (settings.startSlide > 0) { + if (settings.startSlide >= vars.totalSlides) { settings.startSlide = vars.totalSlides - 1; } + vars.currentSlide = settings.startSlide; + } + + // Get initial image + if ($(kids[vars.currentSlide]).is('img')) { + vars.currentImage = $(kids[vars.currentSlide]); + } else { + vars.currentImage = $(kids[vars.currentSlide]).find('img:first'); + } + + // Show initial link + if ($(kids[vars.currentSlide]).is('a')) { + $(kids[vars.currentSlide]).css('display', 'block'); + } + + // Set first background + var sliderImg = $('').addClass('nivo-main-image'); + sliderImg + .attr("alt", vars.currentImage.attr("alt")) + .attr("src", vars.currentImage.attr("src")) + .show(); + slider.append(sliderImg); + + // Detect Window Resize + $(window).resize(function () { + slider.children('img').width(slider.width()); + sliderImg.attr('src', vars.currentImage.attr('src')); + sliderImg.stop().height('auto'); + $('.nivo-slice').remove(); + $('.nivo-box').remove(); + }); + + //Create caption + slider.append($('
')); + + // Process caption function + var processCaption = function (settings) { + var nivoCaption = $('.nivo-caption', slider); + if (vars.currentImage.attr('title') != '' && vars.currentImage.attr('title') != undefined) { + var title = vars.currentImage.attr('title'); + if (title.substr(0, 1) == '#') title = $(title).html(); + + if (nivoCaption.css('display') == 'block') { + setTimeout(function () { + nivoCaption.html(title); + }, settings.animSpeed); + } else { + nivoCaption.html(title); + nivoCaption.stop().fadeIn(settings.animSpeed); + } + } else { + nivoCaption.stop().fadeOut(settings.animSpeed); + } + } + + //Process initial caption + processCaption(settings); + + // In the words of Super Mario "let's a go!" + var timer = 0; + if (!settings.manualAdvance && kids.length > 1) { + timer = setInterval(function () { nivoRun(slider, kids, settings, false); }, settings.pauseTime); + } + + // Add Direction nav + if (settings.directionNav) { + slider.append(''); + + $(slider).on('click', 'a.nivo-prevNav', function () { + if (vars.running) { return false; } + clearInterval(timer); + timer = ''; + vars.currentSlide -= 2; + nivoRun(slider, kids, settings, 'prev'); + }); + + $(slider).on('click', 'a.nivo-nextNav', function () { + if (vars.running) { return false; } + clearInterval(timer); + timer = ''; + nivoRun(slider, kids, settings, 'next'); + }); + } + + // Add Control nav + if (settings.controlNav) { + vars.controlNavEl = $('
'); + slider.after(vars.controlNavEl); + for (var i = 0; i < kids.length; i++) { + if (settings.controlNavThumbs) { + vars.controlNavEl.addClass('nivo-thumbs-enabled'); + var child = kids.eq(i); + if (!child.is('img')) { + child = child.find('img:first'); + } + if (child.attr('data-thumb')) vars.controlNavEl.append('' + child.attr('); + } else { + vars.controlNavEl.append('' + (i + 1) + ''); + } + } + + //Set initial active link + $('a:eq(' + vars.currentSlide + ')', vars.controlNavEl).addClass('active'); + + $('a', vars.controlNavEl).bind('click', function () { + if (vars.running) return false; + if ($(this).hasClass('active')) return false; + clearInterval(timer); + timer = ''; + sliderImg.attr('src', vars.currentImage.attr('src')); + vars.currentSlide = $(this).attr('rel') - 1; + nivoRun(slider, kids, settings, 'control'); + }); + } + + //For pauseOnHover setting + if (settings.pauseOnHover) { + slider.hover(function () { + vars.paused = true; + clearInterval(timer); + timer = ''; + }, function () { + vars.paused = false; + // Restart the timer + if (timer === '' && !settings.manualAdvance) { + timer = setInterval(function () { nivoRun(slider, kids, settings, false); }, settings.pauseTime); + } + }); + } + + // Event when Animation finishes + slider.bind('nivo:animFinished', function () { + sliderImg.attr('src', vars.currentImage.attr('src')); + vars.running = false; + // Hide child links + $(kids).each(function () { + if ($(this).is('a')) { + $(this).css('display', 'none'); + } + }); + // Show current link + if ($(kids[vars.currentSlide]).is('a')) { + $(kids[vars.currentSlide]).css('display', 'block'); + } + // Restart the timer + if (timer === '' && !vars.paused && !settings.manualAdvance) { + timer = setInterval(function () { nivoRun(slider, kids, settings, false); }, settings.pauseTime); + } + // Trigger the afterChange callback + settings.afterChange.call(this); + }); + + // Add slices for slice animations + var createSlices = function (slider, settings, vars) { + if ($(vars.currentImage).parent().is('a')) $(vars.currentImage).parent().css('display', 'block'); + $('img[src="' + vars.currentImage.attr('src') + '"]', slider).not('.nivo-main-image,.nivo-control img').width(slider.width()).css('visibility', 'hidden').show(); + var sliceHeight = ($('img[src="' + vars.currentImage.attr('src') + '"]', slider).not('.nivo-main-image,.nivo-control img').parent().is('a')) ? $('img[src="' + vars.currentImage.attr('src') + '"]', slider).not('.nivo-main-image,.nivo-control img').parent().height() : $('img[src="' + vars.currentImage.attr('src') + '"]', slider).not('.nivo-main-image,.nivo-control img').height(); + + for (var i = 0; i < settings.slices; i++) { + var sliceWidth = Math.round(slider.width() / settings.slices); + + if (i === settings.slices - 1) { + slider.append( + $('
' + vars.currentImage.attr(
').css({ + left: (sliceWidth * i) + 'px', + width: (slider.width() - (sliceWidth * i)) + 'px', + height: sliceHeight + 'px', + opacity: '0', + overflow: 'hidden' + }) + ); + } else { + slider.append( + $('
' + vars.currentImage.attr(
').css({ + left: (sliceWidth * i) + 'px', + width: sliceWidth + 'px', + height: sliceHeight + 'px', + opacity: '0', + overflow: 'hidden' + }) + ); + } + } + + $('.nivo-slice', slider).height(sliceHeight); + sliderImg.stop().animate({ + height: $(vars.currentImage).height() + }, settings.animSpeed); + }; + + // Add boxes for box animations + var createBoxes = function (slider, settings, vars) { + if ($(vars.currentImage).parent().is('a')) $(vars.currentImage).parent().css('display', 'block'); + $('img[src="' + vars.currentImage.attr('src') + '"]', slider).not('.nivo-main-image,.nivo-control img').width(slider.width()).css('visibility', 'hidden').show(); + var boxWidth = Math.round(slider.width() / settings.boxCols), + boxHeight = Math.round($('img[src="' + vars.currentImage.attr('src') + '"]', slider).not('.nivo-main-image,.nivo-control img').height() / settings.boxRows); + + + for (var rows = 0; rows < settings.boxRows; rows++) { + for (var cols = 0; cols < settings.boxCols; cols++) { + if (cols === settings.boxCols - 1) { + slider.append( + $('
' + vars.currentImage.attr('alt') + '
').css({ + opacity: 0, + left: (boxWidth * cols) + 'px', + top: (boxHeight * rows) + 'px', + width: (slider.width() - (boxWidth * cols)) + 'px' + + }) + ); + $('.nivo-box[name="' + cols + '"]', slider).height($('.nivo-box[name="' + cols + '"] img', slider).height() + 'px'); + } else { + slider.append( + $('
' + vars.currentImage.attr('alt') + '
').css({ + opacity: 0, + left: (boxWidth * cols) + 'px', + top: (boxHeight * rows) + 'px', + width: boxWidth + 'px' + }) + ); + $('.nivo-box[name="' + cols + '"]', slider).height($('.nivo-box[name="' + cols + '"] img', slider).height() + 'px'); + } + } + } + + sliderImg.stop().animate({ + height: $(vars.currentImage).height() + }, settings.animSpeed); + }; + + // Private run method + var nivoRun = function (slider, kids, settings, nudge) { + // Get our vars + var vars = slider.data('nivo:vars'); + + // Trigger the lastSlide callback + if (vars && (vars.currentSlide === vars.totalSlides - 1)) { + settings.lastSlide.call(this); + } + + // Stop + if ((!vars || vars.stop) && !nudge) { return false; } + + // Trigger the beforeChange callback + settings.beforeChange.call(this); + + // Set current background before change + if (!nudge) { + sliderImg.attr('src', vars.currentImage.attr('src')); + } else { + if (nudge === 'prev') { + sliderImg.attr('src', vars.currentImage.attr('src')); + } + if (nudge === 'next') { + sliderImg.attr('src', vars.currentImage.attr('src')); + } + } + + vars.currentSlide++; + // Trigger the slideshowEnd callback + if (vars.currentSlide === vars.totalSlides) { + vars.currentSlide = 0; + settings.slideshowEnd.call(this); + } + if (vars.currentSlide < 0) { vars.currentSlide = (vars.totalSlides - 1); } + // Set vars.currentImage + if ($(kids[vars.currentSlide]).is('img')) { + vars.currentImage = $(kids[vars.currentSlide]); + } else { + vars.currentImage = $(kids[vars.currentSlide]).find('img:first'); + } + + // Set active links + if (settings.controlNav) { + $('a', vars.controlNavEl).removeClass('active'); + $('a:eq(' + vars.currentSlide + ')', vars.controlNavEl).addClass('active'); + } + + // Process caption + processCaption(settings); + + // Remove any slices from last transition + $('.nivo-slice', slider).remove(); + + // Remove any boxes from last transition + $('.nivo-box', slider).remove(); + + var currentEffect = settings.effect, + anims = ''; + + // Generate random effect + if (settings.effect === 'random') { + anims = new Array('sliceDownRight', 'sliceDownLeft', 'sliceUpRight', 'sliceUpLeft', 'sliceUpDown', 'sliceUpDownLeft', 'fold', 'fade', + 'boxRandom', 'boxRain', 'boxRainReverse', 'boxRainGrow', 'boxRainGrowReverse'); + currentEffect = anims[Math.floor(Math.random() * (anims.length + 1))]; + if (currentEffect === undefined) { currentEffect = 'fade'; } + } + + // Run random effect from specified set (eg: effect:'fold,fade') + if (settings.effect.indexOf(',') !== -1) { + anims = settings.effect.split(','); + currentEffect = anims[Math.floor(Math.random() * (anims.length))]; + if (currentEffect === undefined) { currentEffect = 'fade'; } + } + + // Custom transition as defined by "data-transition" attribute + if (vars.currentImage.attr('data-transition')) { + currentEffect = vars.currentImage.attr('data-transition'); + } + + // Run effects + vars.running = true; + var timeBuff = 0, + i = 0, + slices = '', + firstSlice = '', + totalBoxes = '', + boxes = ''; + + if (currentEffect === 'sliceDown' || currentEffect === 'sliceDownRight' || currentEffect === 'sliceDownLeft') { + createSlices(slider, settings, vars); + timeBuff = 0; + i = 0; + slices = $('.nivo-slice', slider); + if (currentEffect === 'sliceDownLeft') { slices = $('.nivo-slice', slider)._reverse(); } + + slices.each(function () { + var slice = $(this); + slice.css({ 'top': '0px' }); + if (i === settings.slices - 1) { + setTimeout(function () { + slice.animate({ opacity: '1.0' }, settings.animSpeed, '', function () { slider.trigger('nivo:animFinished'); }); + }, (100 + timeBuff)); + } else { + setTimeout(function () { + slice.animate({ opacity: '1.0' }, settings.animSpeed); + }, (100 + timeBuff)); + } + timeBuff += 50; + i++; + }); + } else if (currentEffect === 'sliceUp' || currentEffect === 'sliceUpRight' || currentEffect === 'sliceUpLeft') { + createSlices(slider, settings, vars); + timeBuff = 0; + i = 0; + slices = $('.nivo-slice', slider); + if (currentEffect === 'sliceUpLeft') { slices = $('.nivo-slice', slider)._reverse(); } + + slices.each(function () { + var slice = $(this); + slice.css({ 'bottom': '0px' }); + if (i === settings.slices - 1) { + setTimeout(function () { + slice.animate({ opacity: '1.0' }, settings.animSpeed, '', function () { slider.trigger('nivo:animFinished'); }); + }, (100 + timeBuff)); + } else { + setTimeout(function () { + slice.animate({ opacity: '1.0' }, settings.animSpeed); + }, (100 + timeBuff)); + } + timeBuff += 50; + i++; + }); + } else if (currentEffect === 'sliceUpDown' || currentEffect === 'sliceUpDownRight' || currentEffect === 'sliceUpDownLeft') { + createSlices(slider, settings, vars); + timeBuff = 0; + i = 0; + var v = 0; + slices = $('.nivo-slice', slider); + if (currentEffect === 'sliceUpDownLeft') { slices = $('.nivo-slice', slider)._reverse(); } + + slices.each(function () { + var slice = $(this); + if (i === 0) { + slice.css('top', '0px'); + i++; + } else { + slice.css('bottom', '0px'); + i = 0; + } + + if (v === settings.slices - 1) { + setTimeout(function () { + slice.animate({ opacity: '1.0' }, settings.animSpeed, '', function () { slider.trigger('nivo:animFinished'); }); + }, (100 + timeBuff)); + } else { + setTimeout(function () { + slice.animate({ opacity: '1.0' }, settings.animSpeed); + }, (100 + timeBuff)); + } + timeBuff += 50; + v++; + }); + } else if (currentEffect === 'fold') { + createSlices(slider, settings, vars); + timeBuff = 0; + i = 0; + + $('.nivo-slice', slider).each(function () { + var slice = $(this); + var origWidth = slice.width(); + slice.css({ top: '0px', width: '0px' }); + if (i === settings.slices - 1) { + setTimeout(function () { + slice.animate({ width: origWidth, opacity: '1.0' }, settings.animSpeed, '', function () { slider.trigger('nivo:animFinished'); }); + }, (100 + timeBuff)); + } else { + setTimeout(function () { + slice.animate({ width: origWidth, opacity: '1.0' }, settings.animSpeed); + }, (100 + timeBuff)); + } + timeBuff += 50; + i++; + }); + } else if (currentEffect === 'fade') { + createSlices(slider, settings, vars); + + firstSlice = $('.nivo-slice:first', slider); + firstSlice.css({ + 'width': slider.width() + 'px' + }); + + firstSlice.animate({ opacity: '1.0' }, (settings.animSpeed * 2), '', function () { slider.trigger('nivo:animFinished'); }); + } else if (currentEffect === 'slideInRight') { + createSlices(slider, settings, vars); + + firstSlice = $('.nivo-slice:first', slider); + firstSlice.css({ + 'width': '0px', + 'opacity': '1' + }); + + firstSlice.animate({ width: slider.width() + 'px' }, (settings.animSpeed * 2), '', function () { slider.trigger('nivo:animFinished'); }); + } else if (currentEffect === 'slideInLeft') { + createSlices(slider, settings, vars); + + firstSlice = $('.nivo-slice:first', slider); + firstSlice.css({ + 'width': '0px', + 'opacity': '1', + 'left': '', + 'right': '0px' + }); + + firstSlice.animate({ width: slider.width() + 'px' }, (settings.animSpeed * 2), '', function () { + // Reset positioning + firstSlice.css({ + 'left': '0px', + 'right': '' + }); + slider.trigger('nivo:animFinished'); + }); + } else if (currentEffect === 'boxRandom') { + createBoxes(slider, settings, vars); + + totalBoxes = settings.boxCols * settings.boxRows; + i = 0; + timeBuff = 0; + + boxes = shuffle($('.nivo-box', slider)); + boxes.each(function () { + var box = $(this); + if (i === totalBoxes - 1) { + setTimeout(function () { + box.animate({ opacity: '1' }, settings.animSpeed, '', function () { slider.trigger('nivo:animFinished'); }); + }, (100 + timeBuff)); + } else { + setTimeout(function () { + box.animate({ opacity: '1' }, settings.animSpeed); + }, (100 + timeBuff)); + } + timeBuff += 20; + i++; + }); + } else if (currentEffect === 'boxRain' || currentEffect === 'boxRainReverse' || currentEffect === 'boxRainGrow' || currentEffect === 'boxRainGrowReverse') { + createBoxes(slider, settings, vars); + + totalBoxes = settings.boxCols * settings.boxRows; + i = 0; + timeBuff = 0; + + // Split boxes into 2D array + var rowIndex = 0; + var colIndex = 0; + var box2Darr = []; + box2Darr[rowIndex] = []; + boxes = $('.nivo-box', slider); + if (currentEffect === 'boxRainReverse' || currentEffect === 'boxRainGrowReverse') { + boxes = $('.nivo-box', slider)._reverse(); + } + boxes.each(function () { + box2Darr[rowIndex][colIndex] = $(this); + colIndex++; + if (colIndex === settings.boxCols) { + rowIndex++; + colIndex = 0; + box2Darr[rowIndex] = []; + } + }); + + // Run animation + for (var cols = 0; cols < (settings.boxCols * 2) ; cols++) { + var prevCol = cols; + for (var rows = 0; rows < settings.boxRows; rows++) { + if (prevCol >= 0 && prevCol < settings.boxCols) { + /* Due to some weird JS bug with loop vars + being used in setTimeout, this is wrapped + with an anonymous function call */ + (function (row, col, time, i, totalBoxes) { + var box = $(box2Darr[row][col]); + var w = box.width(); + var h = box.height(); + if (currentEffect === 'boxRainGrow' || currentEffect === 'boxRainGrowReverse') { + box.width(0).height(0); + } + if (i === totalBoxes - 1) { + setTimeout(function () { + box.animate({ opacity: '1', width: w, height: h }, settings.animSpeed / 1.3, '', function () { slider.trigger('nivo:animFinished'); }); + }, (100 + time)); + } else { + setTimeout(function () { + box.animate({ opacity: '1', width: w, height: h }, settings.animSpeed / 1.3); + }, (100 + time)); + } + })(rows, prevCol, timeBuff, i, totalBoxes); + i++; + } + prevCol--; + } + timeBuff += 100; + } + } + }; + + // Shuffle an array + var shuffle = function (arr) { + for (var j, x, i = arr.length; i; j = parseInt(Math.random() * i, 10), x = arr[--i], arr[i] = arr[j], arr[j] = x); + return arr; + }; + + // For debugging + var trace = function (msg) { + if (this.console && typeof console.log !== 'undefined') { console.log(msg); } + }; + + // Start / Stop + this.stop = function () { + if (!$(element).data('nivo:vars').stop) { + $(element).data('nivo:vars').stop = true; + trace('Stop Slider'); + } + }; + + this.start = function () { + if ($(element).data('nivo:vars').stop) { + $(element).data('nivo:vars').stop = false; + trace('Start Slider'); + } + }; + + // Trigger the afterLoad callback + settings.afterLoad.call(this); + + return this; + }; + + $.fn.nivoSlider = function (options) { + return this.each(function (key, value) { + var element = $(this); + // Return early if this element already has a plugin instance + if (element.data('nivoslider')) { return element.data('nivoslider'); } + // Pass options to plugin constructor + var nivoslider = new NivoSlider(this, options); + // Store plugin object in this element's data + element.data('nivoslider', nivoslider); + }); + }; + + //Default settings + $.fn.nivoSlider.defaults = { + effect: 'random', + slices: 15, + boxCols: 8, + boxRows: 4, + animSpeed: 500, + pauseTime: 3000, + startSlide: 0, + directionNav: true, + controlNav: true, + controlNavThumbs: false, + pauseOnHover: true, + manualAdvance: false, + prevText: 'Prev', + nextText: 'Next', + randomStart: false, + beforeChange: function () { }, + afterChange: function () { }, + slideshowEnd: function () { }, + lastSlide: function () { }, + afterLoad: function () { } + }; + + $.fn._reverse = [].reverse; + +})(jQuery); \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Views/Configure.cshtml b/Nop.Plugin.Widgets.ACAgeVerification/Views/Configure.cshtml new file mode 100644 index 0000000..e673632 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Views/Configure.cshtml @@ -0,0 +1,259 @@ +@model Nop.Plugin.Widgets.NivoSlider.Models.ConfigurationModel + +@{ + Layout = "_ConfigurePlugin"; +} + +@await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent)) +
+
+
+
+
+
+ @T("Plugins.Widgets.NivoSlider.Picture1") +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+ @T("Plugins.Widgets.NivoSlider.Picture2") +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+ @T("Plugins.Widgets.NivoSlider.Picture3") +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+ @T("Plugins.Widgets.NivoSlider.Picture4") +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+ @T("Plugins.Widgets.NivoSlider.Picture5") +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Views/PublicInfo.cshtml b/Nop.Plugin.Widgets.ACAgeVerification/Views/PublicInfo.cshtml new file mode 100644 index 0000000..f136de7 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Views/PublicInfo.cshtml @@ -0,0 +1,78 @@ +@model Nop.Plugin.Widgets.NivoSlider.Models.PublicInfoModel +@{ + Layout = ""; +} + + + + + +
+
+ @{ + var dataSlide1 = new ViewDataDictionary(ViewData) + { + {"pictureUrl", Model.Picture1Url}, + { "text", Model.Text1}, + { "link", Model.Link1}, + {"alttext", Model.AltText1 } + }; + + @await Html.PartialAsync("~/Plugins/Widgets.NivoSlider/Views/_PublicInfo.SliderLine.cshtml", dataSlide1) + } + + @{ + var dataSlide2 = new ViewDataDictionary(ViewData) + { + {"pictureUrl", Model.Picture2Url}, + { "text", Model.Text2}, + { "link", Model.Link2}, + {"alttext", Model.AltText2 } + }; + + @await Html.PartialAsync("~/Plugins/Widgets.NivoSlider/Views/_PublicInfo.SliderLine.cshtml", dataSlide2) + } + + @{ + var dataSlide3 = new ViewDataDictionary(ViewData) + { + {"pictureUrl", Model.Picture3Url}, + { "text", Model.Text3}, + { "link", Model.Link3}, + {"alttext", Model.AltText3 }, + { "dataTransition", "slideInLeft"} + }; + + @await Html.PartialAsync("~/Plugins/Widgets.NivoSlider/Views/_PublicInfo.SliderLine.cshtml", dataSlide3) + } + + @{ + var dataSlide4 = new ViewDataDictionary(ViewData) + { + {"pictureUrl", Model.Picture4Url}, + { "text", Model.Text4}, + { "link", Model.Link4}, + {"alttext", Model.AltText4 } + }; + + @await Html.PartialAsync("~/Plugins/Widgets.NivoSlider/Views/_PublicInfo.SliderLine.cshtml", dataSlide4) + } + + @{ + var dataSlide5 = new ViewDataDictionary(ViewData) + { + {"pictureUrl", Model.Picture5Url}, + { "text", Model.Text5}, + { "link", Model.Link5}, + {"alttext", Model.AltText5 } + }; + + @await Html.PartialAsync("~/Plugins/Widgets.NivoSlider/Views/_PublicInfo.SliderLine.cshtml", dataSlide5) + } +
+
+ \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Views/_PublicInfo.SliderLine.cshtml b/Nop.Plugin.Widgets.ACAgeVerification/Views/_PublicInfo.SliderLine.cshtml new file mode 100644 index 0000000..0e78966 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Views/_PublicInfo.SliderLine.cshtml @@ -0,0 +1,23 @@ +@model Nop.Plugin.Widgets.NivoSlider.Models.PublicInfoModel + +@{ + var pictureUrl = ViewData["pictureUrl"]?.ToString() ?? ""; + var link = ViewData["link"]?.ToString() ?? ""; + var dataTransition = ViewData["dataTransition"]?.ToString() ?? ""; + var text = ViewData["text"]?.ToString() ?? ""; + var alttext = ViewData["alttext"]?.ToString() ?? ""; + + if (!string.IsNullOrEmpty(pictureUrl)) + { + if (!string.IsNullOrEmpty(link)) + { + + @alttext + + } + else + { + @alttext + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/Views/_ViewImports.cshtml b/Nop.Plugin.Widgets.ACAgeVerification/Views/_ViewImports.cshtml new file mode 100644 index 0000000..6b42f0b --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/Views/_ViewImports.cshtml @@ -0,0 +1,9 @@ +@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Nop.Web.Framework + +@using Microsoft.AspNetCore.Mvc.ViewFeatures +@using Nop.Web.Areas.Admin.Components +@using Nop.Web.Framework.UI +@using Nop.Web.Framework.Extensions +@using System.Text.Encodings.Web \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/logo.jpg b/Nop.Plugin.Widgets.ACAgeVerification/logo.jpg new file mode 100644 index 0000000..cae3ce3 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/logo.jpg differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plug.BBDD4880.Up2Date b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plug.BBDD4880.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfo.cs b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfo.cs new file mode 100644 index 0000000..68196b6 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Aycode, Ltd")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Aycode, Ltd")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Nop.Plugin.Widgets.ACAgeVerification")] +[assembly: System.Reflection.AssemblyTitleAttribute("Nop.Plugin.Widgets.ACAgeVerification")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/nopSolutions/nopCommerce")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfoInputs.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfoInputs.cache new file mode 100644 index 0000000..4891bac --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +00bf73c111c4e87dab8a1847c939dae910f1edfffbaeb8885eaa490699deff55 diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.GeneratedMSBuildEditorConfig.editorconfig b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..530aa1e --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Nop.Plugin.Widgets.ACAgeVerification +build_property.ProjectDir = D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.GlobalUsings.g.cs b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.assets.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.assets.cache new file mode 100644 index 0000000..d967546 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.assets.cache differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.AssemblyReference.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.AssemblyReference.cache new file mode 100644 index 0000000..5531ff7 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.AssemblyReference.cache differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.CoreCompileInputs.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..0ed483a --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d045837726990de98f8755d86dc18de49fda97ff1b26f4158839276f62bed49a diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.FileListAbsolute.txt b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..776a855 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.csproj.FileListAbsolute.txt @@ -0,0 +1,351 @@ +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Web.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Web.exe +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\license.txt +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\nivo-slider.css +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\README +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\sample-images\banner_01.webp +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\sample-images\banner_02.webp +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\bar\arrows.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\bar\bar.css +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\bar\bullets.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\bar\loading.gif +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\custom\arrows.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\custom\bullets.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\custom\custom.css +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\custom\loading.gif +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\dark\arrows.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\dark\bullets.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\dark\dark.css +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\dark\loading.gif +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\default\arrows.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\default\bullets.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\default\default.css +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\default\loading.gif +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\light\arrows.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\light\bullets.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\light\light.css +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Content\nivoslider\themes\light\loading.gif +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\logo.jpg +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\plugin.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Scripts\jquery.nivo.slider.js +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Views\Configure.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Views\PublicInfo.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Views\_PublicInfo.SliderLine.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Views\_ViewImports.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Plugin.Widgets.ACAgeVerification.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Plugin.Widgets.ACAgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\Nop.Plugin.Widgets.ACAgeVerification.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\mscorlib.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\netstandard.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.AppContext.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Buffers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Collections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Data.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Drawing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Formats.Asn1.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Globalization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Transactions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.ACAgeVerification\refs\WindowsBase.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.ACAgeVerification.csproj.AssemblyReference.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.ACAgeVerification.GeneratedMSBuildEditorConfig.editorconfig +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfoInputs.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.ACAgeVerification.AssemblyInfo.cs +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.ACAgeVerification.csproj.CoreCompileInputs.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plug.BBDD4880.Up2Date +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.ACAgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\refint\Nop.Plugin.Widgets.ACAgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.ACAgeVerification.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.ACAgeVerification\obj\Debug\net8.0\ref\Nop.Plugin.Widgets.ACAgeVerification.dll diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.dll b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.dll new file mode 100644 index 0000000..d6f4b18 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.dll differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.pdb b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.pdb new file mode 100644 index 0000000..0b36c77 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.ACAgeVerification.pdb differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.AssemblyInfo.cs b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.AssemblyInfo.cs new file mode 100644 index 0000000..f5dfca1 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Nop Solutions, Ltd")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Nop Solutions, Ltd")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Nop.Plugin.Widgets.NivoSlider")] +[assembly: System.Reflection.AssemblyTitleAttribute("Nop.Plugin.Widgets.NivoSlider")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/nopSolutions/nopCommerce")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.AssemblyInfoInputs.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.AssemblyInfoInputs.cache new file mode 100644 index 0000000..2159fc9 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +6a86273be26f9068b392b5ab1cbd4c6d45fa287ec240d2c7df6b0a0ff9da0ab7 diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.GeneratedMSBuildEditorConfig.editorconfig b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..48a19b9 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Nop.Plugin.Widgets.NivoSlider +build_property.ProjectDir = D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.NivoSlider\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.GlobalUsings.g.cs b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.assets.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.assets.cache new file mode 100644 index 0000000..3553765 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.assets.cache differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.csproj.AssemblyReference.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.csproj.AssemblyReference.cache new file mode 100644 index 0000000..7a63aed Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.NivoSlider.csproj.AssemblyReference.cache differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/project.razor.vs.bin b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/project.razor.vs.bin new file mode 100644 index 0000000..eed4467 Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/project.razor.vs.bin differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/ref/Nop.Plugin.Widgets.ACAgeVerification.dll b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/ref/Nop.Plugin.Widgets.ACAgeVerification.dll new file mode 100644 index 0000000..d3aa10b Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/ref/Nop.Plugin.Widgets.ACAgeVerification.dll differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/refint/Nop.Plugin.Widgets.ACAgeVerification.dll b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/refint/Nop.Plugin.Widgets.ACAgeVerification.dll new file mode 100644 index 0000000..d3aa10b Binary files /dev/null and b/Nop.Plugin.Widgets.ACAgeVerification/obj/Debug/net8.0/refint/Nop.Plugin.Widgets.ACAgeVerification.dll differ diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.dgspec.json b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.dgspec.json new file mode 100644 index 0000000..e0eb1f1 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.dgspec.json @@ -0,0 +1,617 @@ +{ + "format": 1, + "restore": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\Nop.Plugin.Widgets.ACAgeVerification.csproj": {} + }, + "projects": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj", + "projectName": "Nop.Core", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[13.0.1, )" + }, + "Autofac.Extensions.DependencyInjection": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs": { + "target": "Package", + "version": "[1.3.4, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys": { + "target": "Package", + "version": "[1.2.3, )" + }, + "Azure.Identity": { + "target": "Package", + "version": "[1.11.2, )" + }, + "Humanizer": { + "target": "Package", + "version": "[2.14.1, )" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.Extensions.Caching.SqlServer": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.Extensions.Caching.StackExchangeRedis": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Nito.AsyncEx.Coordination": { + "target": "Package", + "version": "[5.1.2, )" + }, + "System.IO.FileSystem.AccessControl": { + "target": "Package", + "version": "[5.0.0, )" + }, + "System.Linq.Async": { + "target": "Package", + "version": "[6.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj", + "projectName": "Nop.Data", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentMigrator": { + "target": "Package", + "version": "[5.2.0, )" + }, + "FluentMigrator.Runner": { + "target": "Package", + "version": "[5.1.0, )" + }, + "Microsoft.Data.SqlClient": { + "target": "Package", + "version": "[5.2.0, )" + }, + "MySqlConnector": { + "target": "Package", + "version": "[2.3.7, )" + }, + "Npgsql": { + "target": "Package", + "version": "[8.0.2, )" + }, + "System.Configuration.ConfigurationManager": { + "target": "Package", + "version": "[8.0.0, )" + }, + "System.Net.NameResolution": { + "target": "Package", + "version": "[4.3.0, )" + }, + "linq2db": { + "target": "Package", + "version": "[5.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj", + "projectName": "Nop.Services", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Storage.Blobs": { + "target": "Package", + "version": "[12.19.1, )" + }, + "ClosedXML": { + "target": "Package", + "version": "[0.102.2, )" + }, + "Google.Apis.Auth": { + "target": "Package", + "version": "[1.68.0, )" + }, + "HarfBuzzSharp.NativeAssets.Linux": { + "target": "Package", + "version": "[2.8.2.3, )" + }, + "MailKit": { + "target": "Package", + "version": "[4.5.0, )" + }, + "MaxMind.GeoIP2": { + "target": "Package", + "version": "[5.2.0, )" + }, + "Microsoft.Identity.Client": { + "target": "Package", + "version": "[4.60.3, )" + }, + "QuestPDF": { + "target": "Package", + "version": "[2022.12.15, )" + }, + "SkiaSharp": { + "target": "Package", + "version": "[2.88.8, )" + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies": { + "target": "Package", + "version": "[2.88.8, )" + }, + "Svg.Skia": { + "target": "Package", + "version": "[1.0.0.18, )" + }, + "System.Linq.Dynamic.Core": { + "target": "Package", + "version": "[1.3.12, )" + }, + "System.ServiceModel.Http": { + "target": "Package", + "version": "[8.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\Nop.Plugin.Widgets.ACAgeVerification.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\Nop.Plugin.Widgets.ACAgeVerification.csproj", + "projectName": "Nop.Plugin.Widgets.ACAgeVerification", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\Nop.Plugin.Widgets.ACAgeVerification.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "projectName": "Nop.Web.Framework", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "LigerShark.WebOptimizer.Core": { + "target": "Package", + "version": "[3.0.405, )" + }, + "WebMarkupMin.AspNetCore8": { + "target": "Package", + "version": "[2.16.0, )" + }, + "WebMarkupMin.NUglify": { + "target": "Package", + "version": "[2.16.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj", + "projectName": "Nop.Web", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.g.props b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.g.props new file mode 100644 index 0000000..654d59e --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Ádám\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.10.1 + + + + + + + + C:\Users\Ádám\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.2 + + \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.g.targets b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.g.targets new file mode 100644 index 0000000..e3bd1ee --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.ACAgeVerification.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.dgspec.json b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.dgspec.json new file mode 100644 index 0000000..a0b7e26 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.dgspec.json @@ -0,0 +1,617 @@ +{ + "format": 1, + "restore": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.NivoSlider\\Nop.Plugin.Widgets.NivoSlider.csproj": {} + }, + "projects": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj", + "projectName": "Nop.Core", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[13.0.1, )" + }, + "Autofac.Extensions.DependencyInjection": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs": { + "target": "Package", + "version": "[1.3.4, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys": { + "target": "Package", + "version": "[1.2.3, )" + }, + "Azure.Identity": { + "target": "Package", + "version": "[1.11.2, )" + }, + "Humanizer": { + "target": "Package", + "version": "[2.14.1, )" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.Extensions.Caching.SqlServer": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.Extensions.Caching.StackExchangeRedis": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Nito.AsyncEx.Coordination": { + "target": "Package", + "version": "[5.1.2, )" + }, + "System.IO.FileSystem.AccessControl": { + "target": "Package", + "version": "[5.0.0, )" + }, + "System.Linq.Async": { + "target": "Package", + "version": "[6.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj", + "projectName": "Nop.Data", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentMigrator": { + "target": "Package", + "version": "[5.2.0, )" + }, + "FluentMigrator.Runner": { + "target": "Package", + "version": "[5.1.0, )" + }, + "Microsoft.Data.SqlClient": { + "target": "Package", + "version": "[5.2.0, )" + }, + "MySqlConnector": { + "target": "Package", + "version": "[2.3.7, )" + }, + "Npgsql": { + "target": "Package", + "version": "[8.0.2, )" + }, + "System.Configuration.ConfigurationManager": { + "target": "Package", + "version": "[8.0.0, )" + }, + "System.Net.NameResolution": { + "target": "Package", + "version": "[4.3.0, )" + }, + "linq2db": { + "target": "Package", + "version": "[5.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj", + "projectName": "Nop.Services", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Storage.Blobs": { + "target": "Package", + "version": "[12.19.1, )" + }, + "ClosedXML": { + "target": "Package", + "version": "[0.102.2, )" + }, + "Google.Apis.Auth": { + "target": "Package", + "version": "[1.68.0, )" + }, + "HarfBuzzSharp.NativeAssets.Linux": { + "target": "Package", + "version": "[2.8.2.3, )" + }, + "MailKit": { + "target": "Package", + "version": "[4.5.0, )" + }, + "MaxMind.GeoIP2": { + "target": "Package", + "version": "[5.2.0, )" + }, + "Microsoft.Identity.Client": { + "target": "Package", + "version": "[4.60.3, )" + }, + "QuestPDF": { + "target": "Package", + "version": "[2022.12.15, )" + }, + "SkiaSharp": { + "target": "Package", + "version": "[2.88.8, )" + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies": { + "target": "Package", + "version": "[2.88.8, )" + }, + "Svg.Skia": { + "target": "Package", + "version": "[1.0.0.18, )" + }, + "System.Linq.Dynamic.Core": { + "target": "Package", + "version": "[1.3.12, )" + }, + "System.ServiceModel.Http": { + "target": "Package", + "version": "[8.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.NivoSlider\\Nop.Plugin.Widgets.NivoSlider.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.NivoSlider\\Nop.Plugin.Widgets.NivoSlider.csproj", + "projectName": "Nop.Plugin.Widgets.NivoSlider", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.NivoSlider\\Nop.Plugin.Widgets.NivoSlider.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.NivoSlider\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "projectName": "Nop.Web.Framework", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "LigerShark.WebOptimizer.Core": { + "target": "Package", + "version": "[3.0.405, )" + }, + "WebMarkupMin.AspNetCore8": { + "target": "Package", + "version": "[2.16.0, )" + }, + "WebMarkupMin.NUglify": { + "target": "Package", + "version": "[2.16.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj", + "projectName": "Nop.Web", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.g.props b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.g.props new file mode 100644 index 0000000..654d59e --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Ádám\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.10.1 + + + + + + + + C:\Users\Ádám\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.2 + + \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.g.targets b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.g.targets new file mode 100644 index 0000000..e3bd1ee --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/Nop.Plugin.Widgets.NivoSlider.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/project.assets.json b/Nop.Plugin.Widgets.ACAgeVerification/obj/project.assets.json new file mode 100644 index 0000000..b900435 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/project.assets.json @@ -0,0 +1,13041 @@ +{ + "version": 3, + "targets": { + "net8.0": { + "AdvancedStringBuilder/0.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + } + }, + "Autofac/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "7.0.2" + }, + "compile": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + } + }, + "Autofac.Extensions.DependencyInjection/9.0.0": { + "type": "package", + "dependencies": { + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + } + }, + "AutoMapper/13.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Options": "6.0.0" + }, + "compile": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + } + }, + "Azure.Core/1.38.0": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Azure.Storage.Blobs": "12.16.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.3": { + "type": "package", + "dependencies": { + "Azure.Core": "1.37.0", + "Azure.Security.KeyVault.Keys": "4.2.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Identity/1.11.2": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.60.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.60.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, + "Azure.Security.KeyVault.Keys/4.2.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.15.0", + "System.Memory": "4.5.4", + "System.Text.Json": "4.6.0", + "System.Threading.Tasks.Extensions": "4.5.2" + }, + "compile": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Blobs/12.19.1": { + "type": "package", + "dependencies": { + "Azure.Storage.Common": "12.18.1", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Common/12.18.1": { + "type": "package", + "dependencies": { + "Azure.Core": "1.36.0", + "System.IO.Hashing": "6.0.0" + }, + "compile": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + } + }, + "BouncyCastle.Cryptography/2.3.0": { + "type": "package", + "compile": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + } + }, + "ClosedXML/0.102.2": { + "type": "package", + "dependencies": { + "DocumentFormat.OpenXml": "[2.16.0, 3.0.0)", + "ExcelNumberFormat": "1.1.0", + "SixLabors.Fonts": "1.0.0", + "System.IO.Packaging": "6.0.0", + "System.Net.Http": "4.3.4", + "System.Text.RegularExpressions": "4.3.1", + "XLParser": "1.5.2" + }, + "compile": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml/2.16.0": { + "type": "package", + "dependencies": { + "System.IO.Packaging": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + } + }, + "ExcelNumberFormat/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + } + }, + "ExCSS/4.2.3": { + "type": "package", + "compile": { + "lib/net7.0/ExCSS.dll": {} + }, + "runtime": { + "lib/net7.0/ExCSS.dll": {} + } + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "type": "package", + "compile": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + }, + "runtime": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + } + }, + "FluentMigrator/5.2.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.2.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Abstractions/5.2.0": { + "type": "package", + "dependencies": { + "System.ComponentModel.Annotations": "5.0.0", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll": { + "locale": "de-DE" + } + } + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Runner.Core": "5.1.0", + "FluentMigrator.Runner.Db2": "5.1.0", + "FluentMigrator.Runner.Firebird": "5.1.0", + "FluentMigrator.Runner.Hana": "5.1.0", + "FluentMigrator.Runner.MySql": "5.1.0", + "FluentMigrator.Runner.Oracle": "5.1.0", + "FluentMigrator.Runner.Postgres": "5.1.0", + "FluentMigrator.Runner.Redshift": "5.1.0", + "FluentMigrator.Runner.SQLite": "5.1.0", + "FluentMigrator.Runner.Snowflake": "5.1.0", + "FluentMigrator.Runner.SqlServer": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Core/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Abstractions": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "type": "package", + "dependencies": { + "FirebirdSql.Data.FirebirdClient": "10.0.0", + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.MySql": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Oracle": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Postgres": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Extensions.Snowflake": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.SqlServer": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Data.SqlClient": "5.1.4" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Google.Apis/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis.Core": "1.68.0" + }, + "compile": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Auth/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis": "1.68.0", + "Google.Apis.Core": "1.68.0", + "System.Management": "7.0.2" + }, + "compile": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Core/1.68.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp/7.3.0.1": { + "type": "package", + "dependencies": { + "HarfBuzzSharp.NativeAssets.Win32": "7.3.0.1", + "HarfBuzzSharp.NativeAssets.macOS": "7.3.0.1" + }, + "compile": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp.NativeAssets.Linux/2.8.2.3": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "2.8.2.3" + }, + "compile": { + "lib/net5.0/_._": {} + }, + "runtime": { + "lib/net5.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libHarfBuzzSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Humanizer/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core.af": "2.14.1", + "Humanizer.Core.ar": "2.14.1", + "Humanizer.Core.az": "2.14.1", + "Humanizer.Core.bg": "2.14.1", + "Humanizer.Core.bn-BD": "2.14.1", + "Humanizer.Core.cs": "2.14.1", + "Humanizer.Core.da": "2.14.1", + "Humanizer.Core.de": "2.14.1", + "Humanizer.Core.el": "2.14.1", + "Humanizer.Core.es": "2.14.1", + "Humanizer.Core.fa": "2.14.1", + "Humanizer.Core.fi-FI": "2.14.1", + "Humanizer.Core.fr": "2.14.1", + "Humanizer.Core.fr-BE": "2.14.1", + "Humanizer.Core.he": "2.14.1", + "Humanizer.Core.hr": "2.14.1", + "Humanizer.Core.hu": "2.14.1", + "Humanizer.Core.hy": "2.14.1", + "Humanizer.Core.id": "2.14.1", + "Humanizer.Core.is": "2.14.1", + "Humanizer.Core.it": "2.14.1", + "Humanizer.Core.ja": "2.14.1", + "Humanizer.Core.ko-KR": "2.14.1", + "Humanizer.Core.ku": "2.14.1", + "Humanizer.Core.lv": "2.14.1", + "Humanizer.Core.ms-MY": "2.14.1", + "Humanizer.Core.mt": "2.14.1", + "Humanizer.Core.nb": "2.14.1", + "Humanizer.Core.nb-NO": "2.14.1", + "Humanizer.Core.nl": "2.14.1", + "Humanizer.Core.pl": "2.14.1", + "Humanizer.Core.pt": "2.14.1", + "Humanizer.Core.ro": "2.14.1", + "Humanizer.Core.ru": "2.14.1", + "Humanizer.Core.sk": "2.14.1", + "Humanizer.Core.sl": "2.14.1", + "Humanizer.Core.sr": "2.14.1", + "Humanizer.Core.sr-Latn": "2.14.1", + "Humanizer.Core.sv": "2.14.1", + "Humanizer.Core.th-TH": "2.14.1", + "Humanizer.Core.tr": "2.14.1", + "Humanizer.Core.uk": "2.14.1", + "Humanizer.Core.uz-Cyrl-UZ": "2.14.1", + "Humanizer.Core.uz-Latn-UZ": "2.14.1", + "Humanizer.Core.vi": "2.14.1", + "Humanizer.Core.zh-CN": "2.14.1", + "Humanizer.Core.zh-Hans": "2.14.1", + "Humanizer.Core.zh-Hant": "2.14.1" + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core.af/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/af/Humanizer.resources.dll": { + "locale": "af" + } + } + }, + "Humanizer.Core.ar/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ar/Humanizer.resources.dll": { + "locale": "ar" + } + } + }, + "Humanizer.Core.az/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/az/Humanizer.resources.dll": { + "locale": "az" + } + } + }, + "Humanizer.Core.bg/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bg/Humanizer.resources.dll": { + "locale": "bg" + } + } + }, + "Humanizer.Core.bn-BD/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bn-BD/Humanizer.resources.dll": { + "locale": "bn-BD" + } + } + }, + "Humanizer.Core.cs/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/cs/Humanizer.resources.dll": { + "locale": "cs" + } + } + }, + "Humanizer.Core.da/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/da/Humanizer.resources.dll": { + "locale": "da" + } + } + }, + "Humanizer.Core.de/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/de/Humanizer.resources.dll": { + "locale": "de" + } + } + }, + "Humanizer.Core.el/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/el/Humanizer.resources.dll": { + "locale": "el" + } + } + }, + "Humanizer.Core.es/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/es/Humanizer.resources.dll": { + "locale": "es" + } + } + }, + "Humanizer.Core.fa/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fa/Humanizer.resources.dll": { + "locale": "fa" + } + } + }, + "Humanizer.Core.fi-FI/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fi-FI/Humanizer.resources.dll": { + "locale": "fi-FI" + } + } + }, + "Humanizer.Core.fr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr/Humanizer.resources.dll": { + "locale": "fr" + } + } + }, + "Humanizer.Core.fr-BE/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr-BE/Humanizer.resources.dll": { + "locale": "fr-BE" + } + } + }, + "Humanizer.Core.he/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/he/Humanizer.resources.dll": { + "locale": "he" + } + } + }, + "Humanizer.Core.hr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hr/Humanizer.resources.dll": { + "locale": "hr" + } + } + }, + "Humanizer.Core.hu/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hu/Humanizer.resources.dll": { + "locale": "hu" + } + } + }, + "Humanizer.Core.hy/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hy/Humanizer.resources.dll": { + "locale": "hy" + } + } + }, + "Humanizer.Core.id/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/id/Humanizer.resources.dll": { + "locale": "id" + } + } + }, + "Humanizer.Core.is/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/is/Humanizer.resources.dll": { + "locale": "is" + } + } + }, + "Humanizer.Core.it/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/it/Humanizer.resources.dll": { + "locale": "it" + } + } + }, + "Humanizer.Core.ja/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ja/Humanizer.resources.dll": { + "locale": "ja" + } + } + }, + "Humanizer.Core.ko-KR/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll": { + "locale": "ko-KR" + } + } + }, + "Humanizer.Core.ku/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ku/Humanizer.resources.dll": { + "locale": "ku" + } + } + }, + "Humanizer.Core.lv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/lv/Humanizer.resources.dll": { + "locale": "lv" + } + } + }, + "Humanizer.Core.ms-MY/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": { + "locale": "ms-MY" + } + } + }, + "Humanizer.Core.mt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/mt/Humanizer.resources.dll": { + "locale": "mt" + } + } + }, + "Humanizer.Core.nb/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb/Humanizer.resources.dll": { + "locale": "nb" + } + } + }, + "Humanizer.Core.nb-NO/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb-NO/Humanizer.resources.dll": { + "locale": "nb-NO" + } + } + }, + "Humanizer.Core.nl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nl/Humanizer.resources.dll": { + "locale": "nl" + } + } + }, + "Humanizer.Core.pl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pl/Humanizer.resources.dll": { + "locale": "pl" + } + } + }, + "Humanizer.Core.pt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pt/Humanizer.resources.dll": { + "locale": "pt" + } + } + }, + "Humanizer.Core.ro/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ro/Humanizer.resources.dll": { + "locale": "ro" + } + } + }, + "Humanizer.Core.ru/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ru/Humanizer.resources.dll": { + "locale": "ru" + } + } + }, + "Humanizer.Core.sk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sk/Humanizer.resources.dll": { + "locale": "sk" + } + } + }, + "Humanizer.Core.sl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sl/Humanizer.resources.dll": { + "locale": "sl" + } + } + }, + "Humanizer.Core.sr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr/Humanizer.resources.dll": { + "locale": "sr" + } + } + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr-Latn/Humanizer.resources.dll": { + "locale": "sr-Latn" + } + } + }, + "Humanizer.Core.sv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sv/Humanizer.resources.dll": { + "locale": "sv" + } + } + }, + "Humanizer.Core.th-TH/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/th-TH/Humanizer.resources.dll": { + "locale": "th-TH" + } + } + }, + "Humanizer.Core.tr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/tr/Humanizer.resources.dll": { + "locale": "tr" + } + } + }, + "Humanizer.Core.uk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uk/Humanizer.resources.dll": { + "locale": "uk" + } + } + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll": { + "locale": "uz-Cyrl-UZ" + } + } + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll": { + "locale": "uz-Latn-UZ" + } + } + }, + "Humanizer.Core.vi/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/vi/Humanizer.resources.dll": { + "locale": "vi" + } + } + }, + "Humanizer.Core.zh-CN/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-CN/Humanizer.resources.dll": { + "locale": "zh-CN" + } + } + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hans/Humanizer.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hant/Humanizer.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Irony.NetCore/1.0.11": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Runtime.Numerics": "4.3.0" + }, + "compile": { + "lib/netstandard1.6/Irony.dll": {} + }, + "runtime": { + "lib/netstandard1.6/Irony.dll": {} + } + }, + "LigerShark.WebOptimizer.Core/3.0.405": { + "type": "package", + "dependencies": { + "NUglify": "1.20.7", + "System.Text.Json": "5.0.2" + }, + "compile": { + "lib/netcoreapp3.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "build/_._": {} + } + }, + "linq2db/5.4.1": { + "type": "package", + "compile": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + } + }, + "MailKit/4.5.0": { + "type": "package", + "dependencies": { + "MimeKit": "4.5.0" + }, + "compile": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MaxMind.Db/4.1.0": { + "type": "package", + "compile": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + } + }, + "MaxMind.GeoIP2/5.2.0": { + "type": "package", + "dependencies": { + "MaxMind.Db": "4.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "3.1.32", + "Microsoft.AspNetCore.DataProtection.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.Hosting.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32", + "Microsoft.Extensions.Options": "3.1.32", + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Cryptography.Xml": "4.7.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + } + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets": {} + } + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.2", + "System.Collections.Immutable": "5.0.0", + "System.Memory": "4.5.4", + "System.Reflection.Metadata": "5.0.0", + "System.Runtime.CompilerServices.Unsafe": "5.0.0", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.0.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.CSharp": "4.0.0", + "Microsoft.CodeAnalysis.Common": "4.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.0": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.3", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.56.0", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.4": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.2", + "Microsoft.Data.SqlClient": "4.0.5", + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.1", + "Microsoft.Extensions.Options": "8.0.2", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.FileProviders.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.60.3": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.60.3": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.60.3", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MimeKit/4.5.0": { + "type": "package", + "dependencies": { + "BouncyCastle.Cryptography": "2.3.0", + "System.Security.Cryptography.Pkcs": "8.0.0" + }, + "compile": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MySqlConnector/2.3.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "type": "package", + "dependencies": { + "Nito.AsyncEx.Tasks": "5.1.2", + "Nito.Collections.Deque": "1.1.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + } + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "type": "package", + "dependencies": { + "Nito.Disposables": "2.2.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + } + }, + "Nito.Collections.Deque/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + } + }, + "Nito.Disposables/2.2.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.7.1" + }, + "compile": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + } + }, + "Npgsql/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "NUglify/1.21.4": { + "type": "package", + "compile": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, + "compile": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + } + }, + "QuestPDF/2022.12.15": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.7", + "SkiaSharp.HarfBuzz": "2.88.7" + }, + "compile": { + "lib/net8.0/QuestPDF.dll": {} + }, + "runtime": { + "lib/net8.0/QuestPDF.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "ShimSkiaSharp/1.0.0.18": { + "type": "package", + "compile": { + "lib/net8.0/ShimSkiaSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ShimSkiaSharp.dll": {} + } + }, + "SixLabors.Fonts/1.0.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.8", + "SkiaSharp.NativeAssets.macOS": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.HarfBuzz/2.88.7": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.1", + "SkiaSharp": "2.88.7" + }, + "compile": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Svg.Custom/1.0.0.18": { + "type": "package", + "dependencies": { + "ExCSS": "4.2.3" + }, + "compile": { + "lib/net8.0/Svg.Custom.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Custom.dll": {} + } + }, + "Svg.Model/1.0.0.18": { + "type": "package", + "dependencies": { + "ShimSkiaSharp": "1.0.0.18", + "Svg.Custom": "1.0.0.18" + }, + "compile": { + "lib/net8.0/Svg.Model.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Model.dll": {} + } + }, + "Svg.Skia/1.0.0.18": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6", + "SkiaSharp.HarfBuzz": "2.88.6", + "Svg.Custom": "1.0.0.18", + "Svg.Model": "1.0.0.18" + }, + "compile": { + "lib/net8.0/Svg.Skia.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Skia.dll": {} + } + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Annotations/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/7.0.2": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } + } + }, + "System.Formats.Asn1/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + } + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Packaging/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Pipelines/5.0.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Async/6.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0" + }, + "compile": { + "ref/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Dynamic.Core/1.3.12": { + "type": "package", + "compile": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Management/7.0.2": { + "type": "package", + "dependencies": { + "System.CodeDom": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/1.0.2": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.6.0" + }, + "compile": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + } + }, + "System.Net.Http/4.3.4": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtimeTargets": { + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Xml/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Cryptography.Pkcs": "6.0.1" + }, + "compile": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.ServiceModel.Http/8.0.0": { + "type": "package", + "dependencies": { + "System.ServiceModel.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Http.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Http.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Http.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.ServiceModel.Primitives/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ObjectPool": "6.0.16", + "System.Security.Cryptography.Xml": "6.0.1" + }, + "compile": { + "ref/net8.0/System.ServiceModel.Primitives.dll": {} + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Primitives.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/4.5.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.2", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + }, + "compile": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "compile": { + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + }, + "WebMarkupMin.AspNet.Common/2.16.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.Core": "2.16.0" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.AspNetCore8/2.16.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.AspNet.Common": "2.16.0" + }, + "compile": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "WebMarkupMin.Core/2.16.0": { + "type": "package", + "dependencies": { + "AdvancedStringBuilder": "0.1.1" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.NUglify/2.16.0": { + "type": "package", + "dependencies": { + "NUglify": "1.21.4", + "WebMarkupMin.Core": "2.16.0" + }, + "compile": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + } + }, + "XLParser/1.5.2": { + "type": "package", + "dependencies": { + "Irony.NetCore": "1.0.11", + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.6/XLParser.dll": {} + }, + "runtime": { + "lib/netstandard1.6/XLParser.dll": {} + } + }, + "Nop.Core/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "AutoMapper": "13.0.1", + "Autofac.Extensions.DependencyInjection": "9.0.0", + "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.4", + "Azure.Extensions.AspNetCore.DataProtection.Keys": "1.2.3", + "Azure.Identity": "1.11.2", + "Humanizer": "2.14.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "8.0.4", + "Microsoft.Extensions.Caching.SqlServer": "8.0.4", + "Microsoft.Extensions.Caching.StackExchangeRedis": "8.0.4", + "Nito.AsyncEx.Coordination": "5.1.2", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Linq.Async": "6.0.1" + }, + "compile": { + "bin/placeholder/Nop.Core.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Core.dll": {} + } + }, + "Nop.Data/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentMigrator": "5.2.0", + "FluentMigrator.Runner": "5.1.0", + "Microsoft.Data.SqlClient": "5.2.0", + "MySqlConnector": "2.3.7", + "Nop.Core": "4.70.0", + "Npgsql": "8.0.2", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Net.NameResolution": "4.3.0", + "linq2db": "5.4.1" + }, + "compile": { + "bin/placeholder/Nop.Data.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Data.dll": {} + } + }, + "Nop.Services/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Azure.Storage.Blobs": "12.19.1", + "ClosedXML": "0.102.2", + "Google.Apis.Auth": "1.68.0", + "HarfBuzzSharp.NativeAssets.Linux": "2.8.2.3", + "MailKit": "4.5.0", + "MaxMind.GeoIP2": "5.2.0", + "Microsoft.Identity.Client": "4.60.3", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "QuestPDF": "2022.12.15", + "SkiaSharp": "2.88.8", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.8", + "Svg.Skia": "1.0.0.18", + "System.Linq.Dynamic.Core": "1.3.12", + "System.ServiceModel.Http": "8.0.0" + }, + "compile": { + "bin/placeholder/Nop.Services.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Services.dll": {} + } + }, + "Nop.Web/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "Nop.Web.Framework": "4.70.0" + }, + "compile": { + "bin/placeholder/Nop.Web.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.dll": {} + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentValidation.AspNetCore": "11.3.0", + "LigerShark.WebOptimizer.Core": "3.0.405", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "WebMarkupMin.AspNetCore8": "2.16.0", + "WebMarkupMin.NUglify": "2.16.0" + }, + "compile": { + "bin/placeholder/Nop.Web.Framework.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.Framework.dll": {} + } + } + } + }, + "libraries": { + "AdvancedStringBuilder/0.1.1": { + "sha512": "32IrlspOA59ewotQ4tlKP27QhKxMKGB7oncqlwVHn/hAz+j/r3HvLr6/W9ni9Mnyktlcg6kt7QZS8rEgur1+4Q==", + "type": "package", + "path": "advancedstringbuilder/0.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "advancedstringbuilder.0.1.1.nupkg.sha512", + "advancedstringbuilder.nuspec", + "icon.png", + "lib/net40-client/AdvancedStringBuilder.dll", + "lib/net40-client/AdvancedStringBuilder.xml", + "lib/net45/AdvancedStringBuilder.dll", + "lib/net45/AdvancedStringBuilder.xml", + "lib/netstandard1.0/AdvancedStringBuilder.dll", + "lib/netstandard1.0/AdvancedStringBuilder.xml", + "lib/netstandard2.0/AdvancedStringBuilder.dll", + "lib/netstandard2.0/AdvancedStringBuilder.xml", + "readme.txt" + ] + }, + "Autofac/8.0.0": { + "sha512": "qxVqJcl3fixxa5aZc9TmIuYTwooI9GCL5RzfUiTZtTlbAF3NcWz7bPeEyJEAyS/0qGhSyGnXeku2eiu/7L+3qw==", + "type": "package", + "path": "autofac/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.8.0.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net6.0/Autofac.dll", + "lib/net6.0/Autofac.xml", + "lib/net7.0/Autofac.dll", + "lib/net7.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", + "type": "package", + "path": "autofac.extensions.dependencyinjection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.nuspec", + "icon.png", + "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net6.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net7.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net7.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net8.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" + ] + }, + "AutoMapper/13.0.1": { + "sha512": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==", + "type": "package", + "path": "automapper/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "automapper.13.0.1.nupkg.sha512", + "automapper.nuspec", + "icon.png", + "lib/net6.0/AutoMapper.dll", + "lib/net6.0/AutoMapper.xml" + ] + }, + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "type": "package", + "path": "azure.core/1.38.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.38.0.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "sha512": "zS+x0MpUMSbvZD598lwAoax+ohIeSAvGlXpT71iP7FFmMZ+Tjz/8hx+jZH/RbV2cJYTYbux8XFDll7LMPuz46g==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.blobs/1.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.blobs.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.3": { + "sha512": "F797bJFRvAP/LAsApXc9cIrg+1/3hZ09l3z7P7JgVHnyBeMiVi6HlMhY1RNuINzAVhMZb5hs9pjIv33dCvox1g==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.keys/1.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.keys.1.2.3.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.xml" + ] + }, + "Azure.Identity/1.11.2": { + "sha512": "mihECA1msfwdjTPXHwK9N3n4ln8jMB0DuT0r2caDGPriRT1vca4/Jgmo6FmFZPo8RQsQt1fVn1Gxv5WqkyHVeA==", + "type": "package", + "path": "azure.identity/1.11.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.11.2.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Security.KeyVault.Keys/4.2.0": { + "sha512": "I0e71ZjMQ3bJFBOnZNnKizshvZgd/GOx+m7waAeojbm/2P7j4mp5DXNMAN1nm0/FZaCGGR6fVF5I54El+RtGIg==", + "type": "package", + "path": "azure.security.keyvault.keys/4.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.security.keyvault.keys.4.2.0.nupkg.sha512", + "azure.security.keyvault.keys.nuspec", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.xml", + "pkgicon.png" + ] + }, + "Azure.Storage.Blobs/12.19.1": { + "sha512": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "type": "package", + "path": "azure.storage.blobs/12.19.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.blobs.12.19.1.nupkg.sha512", + "azure.storage.blobs.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Blobs.dll", + "lib/net6.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.0/Azure.Storage.Blobs.dll", + "lib/netstandard2.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.1/Azure.Storage.Blobs.dll", + "lib/netstandard2.1/Azure.Storage.Blobs.xml" + ] + }, + "Azure.Storage.Common/12.18.1": { + "sha512": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "type": "package", + "path": "azure.storage.common/12.18.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.common.12.18.1.nupkg.sha512", + "azure.storage.common.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Common.dll", + "lib/net6.0/Azure.Storage.Common.xml", + "lib/netstandard2.0/Azure.Storage.Common.dll", + "lib/netstandard2.0/Azure.Storage.Common.xml" + ] + }, + "BouncyCastle.Cryptography/2.3.0": { + "sha512": "IaVIiYxZLaBulveGDRUx/pBoW/Rc8QeXGF5u2E8xL8RWhVKCgfmtX9NUyGRbnSqnbFQU2zyP3MkXIdH+jUuQBw==", + "type": "package", + "path": "bouncycastle.cryptography/2.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "bouncycastle.cryptography.2.3.0.nupkg.sha512", + "bouncycastle.cryptography.nuspec", + "lib/net461/BouncyCastle.Cryptography.dll", + "lib/net461/BouncyCastle.Cryptography.xml", + "lib/net6.0/BouncyCastle.Cryptography.dll", + "lib/net6.0/BouncyCastle.Cryptography.xml", + "lib/netstandard2.0/BouncyCastle.Cryptography.dll", + "lib/netstandard2.0/BouncyCastle.Cryptography.xml", + "packageIcon.png" + ] + }, + "ClosedXML/0.102.2": { + "sha512": "nsHmfPNPtWpr6vair857sQiN11OaFn80oiN2GIbTB1vDqnw9jhNMtlxS0/iYP/E+YGG5zLX2N6xeznuBuvezSQ==", + "type": "package", + "path": "closedxml/0.102.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "closedxml.0.102.2.nupkg.sha512", + "closedxml.nuspec", + "lib/netstandard2.0/ClosedXML.dll", + "lib/netstandard2.0/ClosedXML.xml", + "lib/netstandard2.1/ClosedXML.dll", + "lib/netstandard2.1/ClosedXML.xml", + "nuget-logo.png" + ] + }, + "DocumentFormat.OpenXml/2.16.0": { + "sha512": "RhpnDgyyx1KjZm98T3w3bSXFHG/7ZNUaVmz4NAUA+jmV3PcVNZeW87Y04CpBNLdDHEMSspirfo0B5kLRaoE97w==", + "type": "package", + "path": "documentformat.openxml/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.2.16.0.nupkg.sha512", + "documentformat.openxml.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.dll", + "lib/net35/DocumentFormat.OpenXml.xml", + "lib/net40/DocumentFormat.OpenXml.dll", + "lib/net40/DocumentFormat.OpenXml.xml", + "lib/net46/DocumentFormat.OpenXml.dll", + "lib/net46/DocumentFormat.OpenXml.xml", + "lib/netstandard1.3/DocumentFormat.OpenXml.dll", + "lib/netstandard1.3/DocumentFormat.OpenXml.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.xml" + ] + }, + "ExcelNumberFormat/1.1.0": { + "sha512": "R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", + "type": "package", + "path": "excelnumberformat/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excelnumberformat.1.1.0.nupkg.sha512", + "excelnumberformat.nuspec", + "icon.png", + "lib/net20/ExcelNumberFormat.dll", + "lib/net20/ExcelNumberFormat.xml", + "lib/netstandard1.0/ExcelNumberFormat.dll", + "lib/netstandard1.0/ExcelNumberFormat.xml", + "lib/netstandard2.0/ExcelNumberFormat.dll", + "lib/netstandard2.0/ExcelNumberFormat.xml" + ] + }, + "ExCSS/4.2.3": { + "sha512": "SyeAfu2wL5247sipJoPUzQfjiwQtfSd8hN4IbgoyVcDx4PP6Dud4znwPRibWQzLtTlUxYYcbf5f4p+EfFC7KtQ==", + "type": "package", + "path": "excss/4.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excss.4.2.3.nupkg.sha512", + "excss.nuspec", + "lib/net48/ExCSS.dll", + "lib/net6.0/ExCSS.dll", + "lib/net7.0/ExCSS.dll", + "lib/netcoreapp3.1/ExCSS.dll", + "lib/netstandard2.0/ExCSS.dll", + "lib/netstandard2.1/ExCSS.dll", + "readme.md" + ] + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "sha512": "x+JkSd6TeL9zUXDbi5C0NPeZ1ejo5sw3G9nhoxvVGXhaU399agYgO5RXtYRmcS4GkeA57Q9sThe5pFL2knSdXQ==", + "type": "package", + "path": "firebirdsql.data.firebirdclient/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "firebird-logo.png", + "firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "firebirdsql.data.firebirdclient.nuspec", + "lib/net48/FirebirdSql.Data.FirebirdClient.dll", + "lib/net5.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net6.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.1/FirebirdSql.Data.FirebirdClient.dll", + "license.txt" + ] + }, + "FluentMigrator/5.2.0": { + "sha512": "h3w95meLtHsdWQY1BVVh5eaGcI82zADR2T1WSCcc/NTc+P+rsGzmqG5RF9Gz+Fy1BNEQXL47Xppk/YorwJgEWg==", + "type": "package", + "path": "fluentmigrator/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.5.2.0.nupkg.sha512", + "fluentmigrator.nuspec", + "lib/net48/FluentMigrator.dll", + "lib/net48/FluentMigrator.pdb", + "lib/net48/FluentMigrator.xml", + "lib/netstandard2.0/FluentMigrator.dll", + "lib/netstandard2.0/FluentMigrator.pdb", + "lib/netstandard2.0/FluentMigrator.xml" + ] + }, + "FluentMigrator.Abstractions/5.2.0": { + "sha512": "MvzpENiB2o8QqIXYgKlbtrEPyaHc2m2ukRmaNWszL9ZJH3OBY/kYMotn/dxWC+zwlUo82ZPvoCJtoFi2nptz2w==", + "type": "package", + "path": "fluentmigrator.abstractions/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "fluentmigrator.abstractions.nuspec", + "lib/net48/FluentMigrator.Abstractions.dll", + "lib/net48/FluentMigrator.Abstractions.pdb", + "lib/net48/FluentMigrator.Abstractions.xml", + "lib/net48/de-DE/FluentMigrator.Abstractions.resources.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.pdb", + "lib/netstandard2.0/FluentMigrator.Abstractions.xml", + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll" + ] + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "sha512": "8dx8AS/XFs6HH7G3mw2FcDM43Y7+n96Z0OS9uQjmyum5Cv2Qp2dD2Gf747MCtbWbC/vdhJGomld+BnccBkNA3w==", + "type": "package", + "path": "fluentmigrator.extensions.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.mysql.nuspec", + "lib/net48/FluentMigrator.Extensions.MySql.dll", + "lib/net48/FluentMigrator.Extensions.MySql.pdb", + "lib/net48/FluentMigrator.Extensions.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.xml" + ] + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "sha512": "Cpnav//COP8wl/NVa7EYyiQAsF0lAba3NYizAWXq+vIApxyu5L9Cp6GpyCTgIIOR4QLTx3FXV4cCg7/QKXkHHA==", + "type": "package", + "path": "fluentmigrator.extensions.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.oracle.nuspec", + "lib/net48/FluentMigrator.Extensions.Oracle.dll", + "lib/net48/FluentMigrator.Extensions.Oracle.pdb", + "lib/net48/FluentMigrator.Extensions.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.xml" + ] + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "sha512": "g3Se8v9zyjJUxFedx6mxCtCWrpr5IRD1BExyeIuvorJZZztE4emO/qXtpEB/m9YwdD8stJuPShbMWUa7bKm86Q==", + "type": "package", + "path": "fluentmigrator.extensions.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.postgres.nuspec", + "lib/net48/FluentMigrator.Extensions.Postgres.dll", + "lib/net48/FluentMigrator.Extensions.Postgres.pdb", + "lib/net48/FluentMigrator.Extensions.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.xml" + ] + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "sha512": "3YnRq9q5AcShusF9OvbfMFu/Swyfn8V5YD/vkvAsNTcIIAWs4jXY0QhLR/lofIwvk56XqXE263x2OfzLZnf+gQ==", + "type": "package", + "path": "fluentmigrator.extensions.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.snowflake.nuspec", + "lib/net48/FluentMigrator.Extensions.Snowflake.dll", + "lib/net48/FluentMigrator.Extensions.Snowflake.pdb", + "lib/net48/FluentMigrator.Extensions.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.xml" + ] + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "sha512": "zdcQ1mYvyFY+gzfLScv5Y4j/qFXn4xLed71WqjiNWvN2/JkVh7Xa94K/b+PA6AYh8a7AIqdbnOKtzFr0Lh+95g==", + "type": "package", + "path": "fluentmigrator.extensions.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.sqlserver.nuspec", + "lib/net48/FluentMigrator.Extensions.SqlServer.dll", + "lib/net48/FluentMigrator.Extensions.SqlServer.pdb", + "lib/net48/FluentMigrator.Extensions.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.xml" + ] + }, + "FluentMigrator.Runner/5.1.0": { + "sha512": "jincYPtHyQjQ3XgQ7c8aPkKLX88HxueHdeSz++WDVo0LXnR4aFbvi/UXbtAsnwt+Jj06KFhF1DlYVOoT3yrhKQ==", + "type": "package", + "path": "fluentmigrator.runner/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.5.1.0.nupkg.sha512", + "fluentmigrator.runner.nuspec", + "lib/net48/FluentMigrator.Runner.dll", + "lib/net48/FluentMigrator.Runner.pdb", + "lib/net48/FluentMigrator.Runner.xml", + "lib/netstandard2.0/FluentMigrator.Runner.dll", + "lib/netstandard2.0/FluentMigrator.Runner.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.xml" + ] + }, + "FluentMigrator.Runner.Core/5.1.0": { + "sha512": "nP/3ezpP57wqt/1+NScrsSRiQj90xeaNjEyjFIekNtPzmGyM/z//AYk3MXtfM8so8b+JZNL5INQYgXaVGISD0Q==", + "type": "package", + "path": "fluentmigrator.runner.core/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "fluentmigrator.runner.core.nuspec", + "lib/net48/FluentMigrator.Runner.Core.dll", + "lib/net48/FluentMigrator.Runner.Core.pdb", + "lib/net48/FluentMigrator.Runner.Core.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Core.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Core.xml" + ] + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "sha512": "Z9CdgQnkyBgNyRpTA2le/VEQaa2ukFNqDYEqkRu2cOZk+XF3JsjkQMeeQB2Byy7yZhgK/SGrauLvebB5wF1wEw==", + "type": "package", + "path": "fluentmigrator.runner.db2/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "fluentmigrator.runner.db2.nuspec", + "lib/net48/FluentMigrator.Runner.Db2.dll", + "lib/net48/FluentMigrator.Runner.Db2.pdb", + "lib/net48/FluentMigrator.Runner.Db2.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.xml" + ] + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "sha512": "lNFo+LZQczW3vtuSjpOfRxUhoRrwBMg+PV+SOk12c1PnkfvDAtsX/HSn9yUI3xV+fN1x6krBIwIQ9o63HQZAfg==", + "type": "package", + "path": "fluentmigrator.runner.firebird/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "fluentmigrator.runner.firebird.nuspec", + "lib/net48/FluentMigrator.Runner.Firebird.dll", + "lib/net48/FluentMigrator.Runner.Firebird.pdb", + "lib/net48/FluentMigrator.Runner.Firebird.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.xml" + ] + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "sha512": "xCRna1elZYhOITRK4uNtPb3xut0GTtteCyTjQF7ZlHC4RFFpg1a2fAWFUF+TB9YVeFxf1QHKhbo8Kr5rGH6HqA==", + "type": "package", + "path": "fluentmigrator.runner.hana/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "fluentmigrator.runner.hana.nuspec", + "lib/net48/FluentMigrator.Runner.Hana.dll", + "lib/net48/FluentMigrator.Runner.Hana.pdb", + "lib/net48/FluentMigrator.Runner.Hana.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.xml" + ] + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "sha512": "VywFX3gKQ7EcveKoLcxLwf8aQkWnJn6WQ2aJqe7Dw6gld8o0WBpevsBwQFO1doGqXzhFDlWHO2NwKoqvXQCG+Q==", + "type": "package", + "path": "fluentmigrator.runner.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.runner.mysql.nuspec", + "lib/net48/FluentMigrator.Runner.MySql.dll", + "lib/net48/FluentMigrator.Runner.MySql.pdb", + "lib/net48/FluentMigrator.Runner.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.xml" + ] + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "sha512": "qNmTirqFREMOm/HMkO68suXd3EIoadfQ69gvuJ5Hvy7LNQgMAW8FcrcGkNFn0t0JYAtGEbtH9t90/6dmBAwQIg==", + "type": "package", + "path": "fluentmigrator.runner.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.runner.oracle.nuspec", + "lib/net48/FluentMigrator.Runner.Oracle.dll", + "lib/net48/FluentMigrator.Runner.Oracle.pdb", + "lib/net48/FluentMigrator.Runner.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.xml" + ] + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "sha512": "Zr/cqR7b5PJqwO/JPtVz/zn2USO/jLz8b9JEFCjsYIb4AU8WIwNpLoRXsEcWSoHjlAc60LPcZM608tkgDGgA6A==", + "type": "package", + "path": "fluentmigrator.runner.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.runner.postgres.nuspec", + "lib/net48/FluentMigrator.Runner.Postgres.dll", + "lib/net48/FluentMigrator.Runner.Postgres.pdb", + "lib/net48/FluentMigrator.Runner.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.xml" + ] + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "sha512": "7GTF2EaaU8de9ViLobwxSKT+gY81h6b4zXIkMteALdqnAjkMNcynhEradH5OaDe9PorKWWh3/VBzCmO+N516xw==", + "type": "package", + "path": "fluentmigrator.runner.redshift/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "fluentmigrator.runner.redshift.nuspec", + "lib/net48/FluentMigrator.Runner.Redshift.dll", + "lib/net48/FluentMigrator.Runner.Redshift.pdb", + "lib/net48/FluentMigrator.Runner.Redshift.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.xml" + ] + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "sha512": "OmGfCxJPSrhJ6VcW6ypqc+NziwH1rygkNEJfW7Jl1DHfwrQtPgIgWw8qTA0abN+RkwtalXsfaEJ+4EuL0L+w6w==", + "type": "package", + "path": "fluentmigrator.runner.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.runner.snowflake.nuspec", + "lib/net48/FluentMigrator.Runner.Snowflake.dll", + "lib/net48/FluentMigrator.Runner.Snowflake.pdb", + "lib/net48/FluentMigrator.Runner.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.xml" + ] + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "sha512": "5fADu6iWF9pnPKhI0S2VmdR8gaFFe4A+ZtAu57A9w8gcZCCPVzekye83+gm93XuAGxOQtT1RErVIy2T0aGcyYA==", + "type": "package", + "path": "fluentmigrator.runner.sqlite/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlite.nuspec", + "lib/net48/FluentMigrator.Runner.SQLite.dll", + "lib/net48/FluentMigrator.Runner.SQLite.pdb", + "lib/net48/FluentMigrator.Runner.SQLite.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.xml" + ] + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "sha512": "WiZjICPJRIjuOZG2c52JOspKG0iR9UrfotE/SQMNlGEoIxjp8XrksEw7LytWsXWCymDjZUedNnA7QTqZS4p/Iw==", + "type": "package", + "path": "fluentmigrator.runner.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlserver.nuspec", + "lib/net48/FluentMigrator.Runner.SqlServer.dll", + "lib/net48/FluentMigrator.Runner.SqlServer.pdb", + "lib/net48/FluentMigrator.Runner.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.xml" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Google.Apis/1.68.0": { + "sha512": "s2MymhdpH+ybZNBeZ2J5uFgFHApBp+QXf9FjZSdM1lk/vx5VqIknJwnaWiuAzXxPrLEkesX0Q+UsiWn39yZ9zw==", + "type": "package", + "path": "google.apis/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.1.68.0.nupkg.sha512", + "google.apis.nuspec", + "lib/net462/Google.Apis.dll", + "lib/net462/Google.Apis.pdb", + "lib/net462/Google.Apis.xml", + "lib/net6.0/Google.Apis.dll", + "lib/net6.0/Google.Apis.pdb", + "lib/net6.0/Google.Apis.xml", + "lib/netstandard2.0/Google.Apis.dll", + "lib/netstandard2.0/Google.Apis.pdb", + "lib/netstandard2.0/Google.Apis.xml" + ] + }, + "Google.Apis.Auth/1.68.0": { + "sha512": "hFx8Qz5bZ4w0hpnn4tSmZaaFpjAMsgVElZ+ZgVLUZ2r9i+AKcoVgwiNfv1pruNS5cCvpXqhKECbruBCfRezPHA==", + "type": "package", + "path": "google.apis.auth/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.auth.1.68.0.nupkg.sha512", + "google.apis.auth.nuspec", + "lib/net462/Google.Apis.Auth.dll", + "lib/net462/Google.Apis.Auth.pdb", + "lib/net462/Google.Apis.Auth.xml", + "lib/net6.0/Google.Apis.Auth.dll", + "lib/net6.0/Google.Apis.Auth.pdb", + "lib/net6.0/Google.Apis.Auth.xml", + "lib/netstandard2.0/Google.Apis.Auth.dll", + "lib/netstandard2.0/Google.Apis.Auth.pdb", + "lib/netstandard2.0/Google.Apis.Auth.xml" + ] + }, + "Google.Apis.Core/1.68.0": { + "sha512": "pAqwa6pfu53UXCR2b7A/PAPXeuVg6L1OFw38WckN27NU2+mf+KTjoEg2YGv/f0UyKxzz7DxF1urOTKg/6dTP9g==", + "type": "package", + "path": "google.apis.core/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.core.1.68.0.nupkg.sha512", + "google.apis.core.nuspec", + "lib/net462/Google.Apis.Core.dll", + "lib/net462/Google.Apis.Core.pdb", + "lib/net462/Google.Apis.Core.xml", + "lib/net6.0/Google.Apis.Core.dll", + "lib/net6.0/Google.Apis.Core.pdb", + "lib/net6.0/Google.Apis.Core.xml", + "lib/netstandard2.0/Google.Apis.Core.dll", + "lib/netstandard2.0/Google.Apis.Core.pdb", + "lib/netstandard2.0/Google.Apis.Core.xml" + ] + }, + "HarfBuzzSharp/7.3.0.1": { + "sha512": "/6z6TQBqWWbVpLUw7E/82HZKLT3OAzg/w6z8I6JFNFcYa3nM9RnZ8XGos9nD4buAzThLHpqPw/rb8FdZXEORAQ==", + "type": "package", + "path": "harfbuzzsharp/7.3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "harfbuzzsharp.7.3.0.1.nupkg.sha512", + "harfbuzzsharp.nuspec", + "lib/monoandroid1.0/HarfBuzzSharp.dll", + "lib/monoandroid1.0/HarfBuzzSharp.pdb", + "lib/monoandroid1.0/HarfBuzzSharp.xml", + "lib/net462/HarfBuzzSharp.dll", + "lib/net462/HarfBuzzSharp.pdb", + "lib/net462/HarfBuzzSharp.xml", + "lib/net6.0-android30.0/HarfBuzzSharp.dll", + "lib/net6.0-android30.0/HarfBuzzSharp.pdb", + "lib/net6.0-android30.0/HarfBuzzSharp.xml", + "lib/net6.0-ios13.6/HarfBuzzSharp.dll", + "lib/net6.0-ios13.6/HarfBuzzSharp.pdb", + "lib/net6.0-ios13.6/HarfBuzzSharp.xml", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.dll", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.pdb", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.xml", + "lib/net6.0-macos10.15/HarfBuzzSharp.dll", + "lib/net6.0-macos10.15/HarfBuzzSharp.pdb", + "lib/net6.0-macos10.15/HarfBuzzSharp.xml", + "lib/net6.0-tvos13.4/HarfBuzzSharp.dll", + "lib/net6.0-tvos13.4/HarfBuzzSharp.pdb", + "lib/net6.0-tvos13.4/HarfBuzzSharp.xml", + "lib/net6.0/HarfBuzzSharp.dll", + "lib/net6.0/HarfBuzzSharp.pdb", + "lib/net6.0/HarfBuzzSharp.xml", + "lib/netcoreapp3.1/HarfBuzzSharp.dll", + "lib/netcoreapp3.1/HarfBuzzSharp.pdb", + "lib/netcoreapp3.1/HarfBuzzSharp.xml", + "lib/netstandard1.3/HarfBuzzSharp.dll", + "lib/netstandard1.3/HarfBuzzSharp.pdb", + "lib/netstandard1.3/HarfBuzzSharp.xml", + "lib/netstandard2.0/HarfBuzzSharp.dll", + "lib/netstandard2.0/HarfBuzzSharp.pdb", + "lib/netstandard2.0/HarfBuzzSharp.xml", + "lib/netstandard2.1/HarfBuzzSharp.dll", + "lib/netstandard2.1/HarfBuzzSharp.pdb", + "lib/netstandard2.1/HarfBuzzSharp.xml", + "lib/tizen40/HarfBuzzSharp.dll", + "lib/tizen40/HarfBuzzSharp.pdb", + "lib/tizen40/HarfBuzzSharp.xml", + "lib/uap10.0.10240/HarfBuzzSharp.dll", + "lib/uap10.0.10240/HarfBuzzSharp.pdb", + "lib/uap10.0.10240/HarfBuzzSharp.xml", + "lib/uap10.0.16299/HarfBuzzSharp.dll", + "lib/uap10.0.16299/HarfBuzzSharp.pdb", + "lib/uap10.0.16299/HarfBuzzSharp.xml", + "lib/xamarinios1.0/HarfBuzzSharp.dll", + "lib/xamarinios1.0/HarfBuzzSharp.pdb", + "lib/xamarinios1.0/HarfBuzzSharp.xml", + "lib/xamarinmac2.0/HarfBuzzSharp.dll", + "lib/xamarinmac2.0/HarfBuzzSharp.pdb", + "lib/xamarinmac2.0/HarfBuzzSharp.xml", + "lib/xamarintvos1.0/HarfBuzzSharp.dll", + "lib/xamarintvos1.0/HarfBuzzSharp.pdb", + "lib/xamarintvos1.0/HarfBuzzSharp.xml", + "lib/xamarinwatchos1.0/HarfBuzzSharp.dll", + "lib/xamarinwatchos1.0/HarfBuzzSharp.pdb", + "lib/xamarinwatchos1.0/HarfBuzzSharp.xml" + ] + }, + "HarfBuzzSharp.NativeAssets.Linux/2.8.2.3": { + "sha512": "Qu1yJSHEN7PD3+fqfkaClnORWN5e2xJ2Xoziz/GUi/oBT1Z+Dp2oZeiONKP6NFltboSOBkvH90QuOA6YN/U1zg==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.linux/2.8.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "harfbuzzsharp.nativeassets.linux.2.8.2.3.nupkg.sha512", + "harfbuzzsharp.nativeassets.linux.nuspec", + "lib/net462/_._", + "lib/net5.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libHarfBuzzSharp.so", + "runtimes/linux-arm64/native/libHarfBuzzSharp.so", + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so", + "runtimes/linux-x64/native/libHarfBuzzSharp.so" + ] + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.1": { + "sha512": "4i6e8WhXF04At1rZ904xjt5g10W86u6B2SpzWAw+cfY4mzfyUV0hgZHIWsE6PsW8a9bP/bSdsZx/Rt4UIroi4w==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.macos/7.3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "harfbuzzsharp.nativeassets.macos.7.3.0.1.nupkg.sha512", + "harfbuzzsharp.nativeassets.macos.nuspec", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libHarfBuzzSharp.dylib" + ] + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.1": { + "sha512": "NxzjhGcY7fYCu51BsanQurXXyqGogZiMzFBpDrZg49jNhT/S0QWYe/uvmP9YbwagprKQ+2tbGT0cw1BvxJciXQ==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.win32/7.3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "harfbuzzsharp.nativeassets.win32.7.3.0.1.nupkg.sha512", + "harfbuzzsharp.nativeassets.win32.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libHarfBuzzSharp.dll", + "runtimes/win-x64/native/libHarfBuzzSharp.dll", + "runtimes/win-x86/native/libHarfBuzzSharp.dll" + ] + }, + "Humanizer/2.14.1": { + "sha512": "/FUTD3cEceAAmJSCPN9+J+VhGwmL/C12jvwlyM1DFXShEMsBzvLzLqSrJ2rb+k/W2znKw7JyflZgZpyE+tI7lA==", + "type": "package", + "path": "humanizer/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.2.14.1.nupkg.sha512", + "humanizer.nuspec", + "logo.png" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "Humanizer.Core.af/2.14.1": { + "sha512": "BoQHyu5le+xxKOw+/AUM7CLXneM/Bh3++0qh1u0+D95n6f9eGt9kNc8LcAHLIOwId7Sd5hiAaaav0Nimj3peNw==", + "type": "package", + "path": "humanizer.core.af/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.af.2.14.1.nupkg.sha512", + "humanizer.core.af.nuspec", + "lib/net6.0/af/Humanizer.resources.dll", + "lib/netstandard1.0/af/Humanizer.resources.dll", + "lib/netstandard2.0/af/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ar/2.14.1": { + "sha512": "3d1V10LDtmqg5bZjWkA/EkmGFeSfNBcyCH+TiHcHP+HGQQmRq3eBaLcLnOJbVQVn3Z6Ak8GOte4RX4kVCxQlFA==", + "type": "package", + "path": "humanizer.core.ar/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ar.2.14.1.nupkg.sha512", + "humanizer.core.ar.nuspec", + "lib/net6.0/ar/Humanizer.resources.dll", + "lib/netstandard1.0/ar/Humanizer.resources.dll", + "lib/netstandard2.0/ar/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.az/2.14.1": { + "sha512": "8Z/tp9PdHr/K2Stve2Qs/7uqWPWLUK9D8sOZDNzyv42e20bSoJkHFn7SFoxhmaoVLJwku2jp6P7HuwrfkrP18Q==", + "type": "package", + "path": "humanizer.core.az/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.az.2.14.1.nupkg.sha512", + "humanizer.core.az.nuspec", + "lib/net6.0/az/Humanizer.resources.dll", + "lib/netstandard1.0/az/Humanizer.resources.dll", + "lib/netstandard2.0/az/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bg/2.14.1": { + "sha512": "S+hIEHicrOcbV2TBtyoPp1AVIGsBzlarOGThhQYCnP6QzEYo/5imtok6LMmhZeTnBFoKhM8yJqRfvJ5yqVQKSQ==", + "type": "package", + "path": "humanizer.core.bg/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bg.2.14.1.nupkg.sha512", + "humanizer.core.bg.nuspec", + "lib/net6.0/bg/Humanizer.resources.dll", + "lib/netstandard1.0/bg/Humanizer.resources.dll", + "lib/netstandard2.0/bg/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bn-BD/2.14.1": { + "sha512": "U3bfj90tnUDRKlL1ZFlzhCHoVgpTcqUlTQxjvGCaFKb+734TTu3nkHUWVZltA1E/swTvimo/aXLtkxnLFrc0EQ==", + "type": "package", + "path": "humanizer.core.bn-bd/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "humanizer.core.bn-bd.nuspec", + "lib/net6.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard1.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard2.0/bn-BD/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.cs/2.14.1": { + "sha512": "jWrQkiCTy3L2u1T86cFkgijX6k7hoB0pdcFMWYaSZnm6rvG/XJE40tfhYyKhYYgIc1x9P2GO5AC7xXvFnFdqMQ==", + "type": "package", + "path": "humanizer.core.cs/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.cs.2.14.1.nupkg.sha512", + "humanizer.core.cs.nuspec", + "lib/net6.0/cs/Humanizer.resources.dll", + "lib/netstandard1.0/cs/Humanizer.resources.dll", + "lib/netstandard2.0/cs/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.da/2.14.1": { + "sha512": "5o0rJyE/2wWUUphC79rgYDnif/21MKTTx9LIzRVz9cjCIVFrJ2bDyR2gapvI9D6fjoyvD1NAfkN18SHBsO8S9g==", + "type": "package", + "path": "humanizer.core.da/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.da.2.14.1.nupkg.sha512", + "humanizer.core.da.nuspec", + "lib/net6.0/da/Humanizer.resources.dll", + "lib/netstandard1.0/da/Humanizer.resources.dll", + "lib/netstandard2.0/da/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.de/2.14.1": { + "sha512": "9JD/p+rqjb8f5RdZ3aEJqbjMYkbk4VFii2QDnnOdNo6ywEfg/A5YeOQ55CaBJmy7KvV4tOK4+qHJnX/tg3Z54A==", + "type": "package", + "path": "humanizer.core.de/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.de.2.14.1.nupkg.sha512", + "humanizer.core.de.nuspec", + "lib/net6.0/de/Humanizer.resources.dll", + "lib/netstandard1.0/de/Humanizer.resources.dll", + "lib/netstandard2.0/de/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.el/2.14.1": { + "sha512": "Xmv6sTL5mqjOWGGpqY7bvbfK5RngaUHSa8fYDGSLyxY9mGdNbDcasnRnMOvi0SxJS9gAqBCn21Xi90n2SHZbFA==", + "type": "package", + "path": "humanizer.core.el/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.el.2.14.1.nupkg.sha512", + "humanizer.core.el.nuspec", + "lib/net6.0/el/Humanizer.resources.dll", + "lib/netstandard1.0/el/Humanizer.resources.dll", + "lib/netstandard2.0/el/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.es/2.14.1": { + "sha512": "e//OIAeMB7pjBV1HqqI4pM2Bcw3Jwgpyz9G5Fi4c+RJvhqFwztoWxW57PzTnNJE2lbhGGLQZihFZjsbTUsbczA==", + "type": "package", + "path": "humanizer.core.es/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.es.2.14.1.nupkg.sha512", + "humanizer.core.es.nuspec", + "lib/net6.0/es/Humanizer.resources.dll", + "lib/netstandard1.0/es/Humanizer.resources.dll", + "lib/netstandard2.0/es/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fa/2.14.1": { + "sha512": "nzDOj1x0NgjXMjsQxrET21t1FbdoRYujzbmZoR8u8ou5CBWY1UNca0j6n/PEJR/iUbt4IxstpszRy41wL/BrpA==", + "type": "package", + "path": "humanizer.core.fa/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fa.2.14.1.nupkg.sha512", + "humanizer.core.fa.nuspec", + "lib/net6.0/fa/Humanizer.resources.dll", + "lib/netstandard1.0/fa/Humanizer.resources.dll", + "lib/netstandard2.0/fa/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fi-FI/2.14.1": { + "sha512": "Vnxxx4LUhp3AzowYi6lZLAA9Lh8UqkdwRh4IE2qDXiVpbo08rSbokATaEzFS+o+/jCNZBmoyyyph3vgmcSzhhQ==", + "type": "package", + "path": "humanizer.core.fi-fi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "humanizer.core.fi-fi.nuspec", + "lib/net6.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard1.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard2.0/fi-FI/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr/2.14.1": { + "sha512": "2p4g0BYNzFS3u9SOIDByp2VClYKO0K1ecDV4BkB9EYdEPWfFODYnF+8CH8LpUrpxL2TuWo2fiFx/4Jcmrnkbpg==", + "type": "package", + "path": "humanizer.core.fr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr.2.14.1.nupkg.sha512", + "humanizer.core.fr.nuspec", + "lib/net6.0/fr/Humanizer.resources.dll", + "lib/netstandard1.0/fr/Humanizer.resources.dll", + "lib/netstandard2.0/fr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr-BE/2.14.1": { + "sha512": "o6R3SerxCRn5Ij8nCihDNMGXlaJ/1AqefteAssgmU2qXYlSAGdhxmnrQAXZUDlE4YWt/XQ6VkNLtH7oMqsSPFQ==", + "type": "package", + "path": "humanizer.core.fr-be/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr-be.2.14.1.nupkg.sha512", + "humanizer.core.fr-be.nuspec", + "lib/net6.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard1.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard2.0/fr-BE/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.he/2.14.1": { + "sha512": "FPsAhy7Iw6hb+ZitLgYC26xNcgGAHXb0V823yFAzcyoL5ozM+DCJtYfDPYiOpsJhEZmKFTM9No0jUn1M89WGvg==", + "type": "package", + "path": "humanizer.core.he/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.he.2.14.1.nupkg.sha512", + "humanizer.core.he.nuspec", + "lib/net6.0/he/Humanizer.resources.dll", + "lib/netstandard1.0/he/Humanizer.resources.dll", + "lib/netstandard2.0/he/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hr/2.14.1": { + "sha512": "chnaD89yOlST142AMkAKLuzRcV5df3yyhDyRU5rypDiqrq2HN8y1UR3h1IicEAEtXLoOEQyjSAkAQ6QuXkn7aw==", + "type": "package", + "path": "humanizer.core.hr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hr.2.14.1.nupkg.sha512", + "humanizer.core.hr.nuspec", + "lib/net6.0/hr/Humanizer.resources.dll", + "lib/netstandard1.0/hr/Humanizer.resources.dll", + "lib/netstandard2.0/hr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hu/2.14.1": { + "sha512": "hAfnaoF9LTGU/CmFdbnvugN4tIs8ppevVMe3e5bD24+tuKsggMc5hYta9aiydI8JH9JnuVmxvNI4DJee1tK05A==", + "type": "package", + "path": "humanizer.core.hu/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hu.2.14.1.nupkg.sha512", + "humanizer.core.hu.nuspec", + "lib/net6.0/hu/Humanizer.resources.dll", + "lib/netstandard1.0/hu/Humanizer.resources.dll", + "lib/netstandard2.0/hu/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hy/2.14.1": { + "sha512": "sVIKxOiSBUb4gStRHo9XwwAg9w7TNvAXbjy176gyTtaTiZkcjr9aCPziUlYAF07oNz6SdwdC2mwJBGgvZ0Sl2g==", + "type": "package", + "path": "humanizer.core.hy/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hy.2.14.1.nupkg.sha512", + "humanizer.core.hy.nuspec", + "lib/net6.0/hy/Humanizer.resources.dll", + "lib/netstandard1.0/hy/Humanizer.resources.dll", + "lib/netstandard2.0/hy/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.id/2.14.1": { + "sha512": "4Zl3GTvk3a49Ia/WDNQ97eCupjjQRs2iCIZEQdmkiqyaLWttfb+cYXDMGthP42nufUL0SRsvBctN67oSpnXtsg==", + "type": "package", + "path": "humanizer.core.id/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.id.2.14.1.nupkg.sha512", + "humanizer.core.id.nuspec", + "lib/net6.0/id/Humanizer.resources.dll", + "lib/netstandard1.0/id/Humanizer.resources.dll", + "lib/netstandard2.0/id/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.is/2.14.1": { + "sha512": "R67A9j/nNgcWzU7gZy1AJ07ABSLvogRbqOWvfRDn4q6hNdbg/mjGjZBp4qCTPnB2mHQQTCKo3oeCUayBCNIBCw==", + "type": "package", + "path": "humanizer.core.is/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.is.2.14.1.nupkg.sha512", + "humanizer.core.is.nuspec", + "lib/net6.0/is/Humanizer.resources.dll", + "lib/netstandard1.0/is/Humanizer.resources.dll", + "lib/netstandard2.0/is/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.it/2.14.1": { + "sha512": "jYxGeN4XIKHVND02FZ+Woir3CUTyBhLsqxu9iqR/9BISArkMf1Px6i5pRZnvq4fc5Zn1qw71GKKoCaHDJBsLFw==", + "type": "package", + "path": "humanizer.core.it/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.it.2.14.1.nupkg.sha512", + "humanizer.core.it.nuspec", + "lib/net6.0/it/Humanizer.resources.dll", + "lib/netstandard1.0/it/Humanizer.resources.dll", + "lib/netstandard2.0/it/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ja/2.14.1": { + "sha512": "TM3ablFNoYx4cYJybmRgpDioHpiKSD7q0QtMrmpsqwtiiEsdW5zz/q4PolwAczFnvrKpN6nBXdjnPPKVet93ng==", + "type": "package", + "path": "humanizer.core.ja/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ja.2.14.1.nupkg.sha512", + "humanizer.core.ja.nuspec", + "lib/net6.0/ja/Humanizer.resources.dll", + "lib/netstandard1.0/ja/Humanizer.resources.dll", + "lib/netstandard2.0/ja/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ko-KR/2.14.1": { + "sha512": "CtvwvK941k/U0r8PGdEuBEMdW6jv/rBiA9tUhakC7Zd2rA/HCnDcbr1DiNZ+/tRshnhzxy/qwmpY8h4qcAYCtQ==", + "type": "package", + "path": "humanizer.core.ko-kr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "humanizer.core.ko-kr.nuspec", + "lib/netstandard1.0/ko-KR/Humanizer.resources.dll", + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ku/2.14.1": { + "sha512": "vHmzXcVMe+LNrF9txpdHzpG7XJX65SiN9GQd/Zkt6gsGIIEeECHrkwCN5Jnlkddw2M/b0HS4SNxdR1GrSn7uCA==", + "type": "package", + "path": "humanizer.core.ku/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ku.2.14.1.nupkg.sha512", + "humanizer.core.ku.nuspec", + "lib/net6.0/ku/Humanizer.resources.dll", + "lib/netstandard1.0/ku/Humanizer.resources.dll", + "lib/netstandard2.0/ku/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.lv/2.14.1": { + "sha512": "E1/KUVnYBS1bdOTMNDD7LV/jdoZv/fbWTLPtvwdMtSdqLyRTllv6PGM9xVQoFDYlpvVGtEl/09glCojPHw8ffA==", + "type": "package", + "path": "humanizer.core.lv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.lv.2.14.1.nupkg.sha512", + "humanizer.core.lv.nuspec", + "lib/net6.0/lv/Humanizer.resources.dll", + "lib/netstandard1.0/lv/Humanizer.resources.dll", + "lib/netstandard2.0/lv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ms-MY/2.14.1": { + "sha512": "vX8oq9HnYmAF7bek4aGgGFJficHDRTLgp/EOiPv9mBZq0i4SA96qVMYSjJ2YTaxs7Eljqit7pfpE2nmBhY5Fnw==", + "type": "package", + "path": "humanizer.core.ms-my/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ms-my.2.14.1.nupkg.sha512", + "humanizer.core.ms-my.nuspec", + "lib/netstandard1.0/ms-MY/Humanizer.resources.dll", + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.mt/2.14.1": { + "sha512": "pEgTBzUI9hzemF7xrIZigl44LidTUhNu4x/P6M9sAwZjkUF0mMkbpxKkaasOql7lLafKrnszs0xFfaxQyzeuZQ==", + "type": "package", + "path": "humanizer.core.mt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.mt.2.14.1.nupkg.sha512", + "humanizer.core.mt.nuspec", + "lib/netstandard1.0/mt/Humanizer.resources.dll", + "lib/netstandard2.0/mt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb/2.14.1": { + "sha512": "mbs3m6JJq53ssLqVPxNfqSdTxAcZN3njlG8yhJVx83XVedpTe1ECK9aCa8FKVOXv93Gl+yRHF82Hw9T9LWv2hw==", + "type": "package", + "path": "humanizer.core.nb/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb.2.14.1.nupkg.sha512", + "humanizer.core.nb.nuspec", + "lib/net6.0/nb/Humanizer.resources.dll", + "lib/netstandard1.0/nb/Humanizer.resources.dll", + "lib/netstandard2.0/nb/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb-NO/2.14.1": { + "sha512": "AsJxrrVYmIMbKDGe8W6Z6//wKv9dhWH7RsTcEHSr4tQt/80pcNvLi0hgD3fqfTtg0tWKtgch2cLf4prorEV+5A==", + "type": "package", + "path": "humanizer.core.nb-no/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb-no.2.14.1.nupkg.sha512", + "humanizer.core.nb-no.nuspec", + "lib/net6.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard1.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard2.0/nb-NO/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nl/2.14.1": { + "sha512": "24b0OUdzJxfoqiHPCtYnR5Y4l/s4Oh7KW7uDp+qX25NMAHLCGog2eRfA7p2kRJp8LvnynwwQxm2p534V9m55wQ==", + "type": "package", + "path": "humanizer.core.nl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nl.2.14.1.nupkg.sha512", + "humanizer.core.nl.nuspec", + "lib/net6.0/nl/Humanizer.resources.dll", + "lib/netstandard1.0/nl/Humanizer.resources.dll", + "lib/netstandard2.0/nl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pl/2.14.1": { + "sha512": "17mJNYaBssENVZyQHduiq+bvdXS0nhZJGEXtPKoMhKv3GD//WO0mEfd9wjEBsWCSmWI7bjRqhCidxzN+YtJmsg==", + "type": "package", + "path": "humanizer.core.pl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pl.2.14.1.nupkg.sha512", + "humanizer.core.pl.nuspec", + "lib/net6.0/pl/Humanizer.resources.dll", + "lib/netstandard1.0/pl/Humanizer.resources.dll", + "lib/netstandard2.0/pl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pt/2.14.1": { + "sha512": "8HB8qavcVp2la1GJX6t+G9nDYtylPKzyhxr9LAooIei9MnQvNsjEiIE4QvHoeDZ4weuQ9CsPg1c211XUMVEZ4A==", + "type": "package", + "path": "humanizer.core.pt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pt.2.14.1.nupkg.sha512", + "humanizer.core.pt.nuspec", + "lib/net6.0/pt/Humanizer.resources.dll", + "lib/netstandard1.0/pt/Humanizer.resources.dll", + "lib/netstandard2.0/pt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ro/2.14.1": { + "sha512": "psXNOcA6R8fSHoQYhpBTtTTYiOk8OBoN3PKCEDgsJKIyeY5xuK81IBdGi77qGZMu/OwBRQjQCBMtPJb0f4O1+A==", + "type": "package", + "path": "humanizer.core.ro/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ro.2.14.1.nupkg.sha512", + "humanizer.core.ro.nuspec", + "lib/net6.0/ro/Humanizer.resources.dll", + "lib/netstandard1.0/ro/Humanizer.resources.dll", + "lib/netstandard2.0/ro/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ru/2.14.1": { + "sha512": "zm245xUWrajSN2t9H7BTf84/2APbUkKlUJpcdgsvTdAysr1ag9fi1APu6JEok39RRBXDfNRVZHawQ/U8X0pSvQ==", + "type": "package", + "path": "humanizer.core.ru/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ru.2.14.1.nupkg.sha512", + "humanizer.core.ru.nuspec", + "lib/net6.0/ru/Humanizer.resources.dll", + "lib/netstandard1.0/ru/Humanizer.resources.dll", + "lib/netstandard2.0/ru/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sk/2.14.1": { + "sha512": "Ncw24Vf3ioRnbU4MsMFHafkyYi8JOnTqvK741GftlQvAbULBoTz2+e7JByOaasqeSi0KfTXeegJO+5Wk1c0Mbw==", + "type": "package", + "path": "humanizer.core.sk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sk.2.14.1.nupkg.sha512", + "humanizer.core.sk.nuspec", + "lib/net6.0/sk/Humanizer.resources.dll", + "lib/netstandard1.0/sk/Humanizer.resources.dll", + "lib/netstandard2.0/sk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sl/2.14.1": { + "sha512": "l8sUy4ciAIbVThWNL0atzTS2HWtv8qJrsGWNlqrEKmPwA4SdKolSqnTes9V89fyZTc2Q43jK8fgzVE2C7t009A==", + "type": "package", + "path": "humanizer.core.sl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sl.2.14.1.nupkg.sha512", + "humanizer.core.sl.nuspec", + "lib/net6.0/sl/Humanizer.resources.dll", + "lib/netstandard1.0/sl/Humanizer.resources.dll", + "lib/netstandard2.0/sl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr/2.14.1": { + "sha512": "rnNvhpkOrWEymy7R/MiFv7uef8YO5HuXDyvojZ7JpijHWA5dXuVXooCOiA/3E93fYa3pxDuG2OQe4M/olXbQ7w==", + "type": "package", + "path": "humanizer.core.sr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr.2.14.1.nupkg.sha512", + "humanizer.core.sr.nuspec", + "lib/net6.0/sr/Humanizer.resources.dll", + "lib/netstandard1.0/sr/Humanizer.resources.dll", + "lib/netstandard2.0/sr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "sha512": "nuy/ykpk974F8ItoQMS00kJPr2dFNjOSjgzCwfysbu7+gjqHmbLcYs7G4kshLwdA4AsVncxp99LYeJgoh1JF5g==", + "type": "package", + "path": "humanizer.core.sr-latn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "humanizer.core.sr-latn.nuspec", + "lib/net6.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard1.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sv/2.14.1": { + "sha512": "E53+tpAG0RCp+cSSI7TfBPC+NnsEqUuoSV0sU+rWRXWr9MbRWx1+Zj02XMojqjGzHjjOrBFBBio6m74seFl0AA==", + "type": "package", + "path": "humanizer.core.sv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sv.2.14.1.nupkg.sha512", + "humanizer.core.sv.nuspec", + "lib/net6.0/sv/Humanizer.resources.dll", + "lib/netstandard1.0/sv/Humanizer.resources.dll", + "lib/netstandard2.0/sv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.th-TH/2.14.1": { + "sha512": "eSevlJtvs1r4vQarNPfZ2kKDp/xMhuD00tVVzRXkSh1IAZbBJI/x2ydxUOwfK9bEwEp+YjvL1Djx2+kw7ziu7g==", + "type": "package", + "path": "humanizer.core.th-th/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.th-th.2.14.1.nupkg.sha512", + "humanizer.core.th-th.nuspec", + "lib/netstandard1.0/th-TH/Humanizer.resources.dll", + "lib/netstandard2.0/th-TH/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.tr/2.14.1": { + "sha512": "rQ8N+o7yFcFqdbtu1mmbrXFi8TQ+uy+fVH9OPI0CI3Cu1om5hUU/GOMC3hXsTCI6d79y4XX+0HbnD7FT5khegA==", + "type": "package", + "path": "humanizer.core.tr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.tr.2.14.1.nupkg.sha512", + "humanizer.core.tr.nuspec", + "lib/net6.0/tr/Humanizer.resources.dll", + "lib/netstandard1.0/tr/Humanizer.resources.dll", + "lib/netstandard2.0/tr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uk/2.14.1": { + "sha512": "2uEfujwXKNm6bdpukaLtEJD+04uUtQD65nSGCetA1fYNizItEaIBUboNfr3GzJxSMQotNwGVM3+nSn8jTd0VSg==", + "type": "package", + "path": "humanizer.core.uk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uk.2.14.1.nupkg.sha512", + "humanizer.core.uk.nuspec", + "lib/net6.0/uk/Humanizer.resources.dll", + "lib/netstandard1.0/uk/Humanizer.resources.dll", + "lib/netstandard2.0/uk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "sha512": "TD3ME2sprAvFqk9tkWrvSKx5XxEMlAn1sjk+cYClSWZlIMhQQ2Bp/w0VjX1Kc5oeKjxRAnR7vFcLUFLiZIDk9Q==", + "type": "package", + "path": "humanizer.core.uz-cyrl-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-cyrl-uz.nuspec", + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "sha512": "/kHAoF4g0GahnugZiEMpaHlxb+W6jCEbWIdsq9/I1k48ULOsl/J0pxZj93lXC3omGzVF1BTVIeAtv5fW06Phsg==", + "type": "package", + "path": "humanizer.core.uz-latn-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-latn-uz.nuspec", + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.vi/2.14.1": { + "sha512": "rsQNh9rmHMBtnsUUlJbShMsIMGflZtPmrMM6JNDw20nhsvqfrdcoDD8cMnLAbuSovtc3dP+swRmLQzKmXDTVPA==", + "type": "package", + "path": "humanizer.core.vi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.vi.2.14.1.nupkg.sha512", + "humanizer.core.vi.nuspec", + "lib/net6.0/vi/Humanizer.resources.dll", + "lib/netstandard1.0/vi/Humanizer.resources.dll", + "lib/netstandard2.0/vi/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-CN/2.14.1": { + "sha512": "uH2dWhrgugkCjDmduLdAFO9w1Mo0q07EuvM0QiIZCVm6FMCu/lGv2fpMu4GX+4HLZ6h5T2Pg9FIdDLCPN2a67w==", + "type": "package", + "path": "humanizer.core.zh-cn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "humanizer.core.zh-cn.nuspec", + "lib/net6.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard1.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard2.0/zh-CN/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "sha512": "WH6IhJ8V1UBG7rZXQk3dZUoP2gsi8a0WkL8xL0sN6WGiv695s8nVcmab9tWz20ySQbuzp0UkSxUQFi5jJHIpOQ==", + "type": "package", + "path": "humanizer.core.zh-hans/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "humanizer.core.zh-hans.nuspec", + "lib/net6.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "sha512": "VIXB7HCUC34OoaGnO3HJVtSv2/wljPhjV7eKH4+TFPgQdJj2lvHNKY41Dtg0Bphu7X5UaXFR4zrYYyo+GNOjbA==", + "type": "package", + "path": "humanizer.core.zh-hant/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "humanizer.core.zh-hant.nuspec", + "lib/net6.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll", + "logo.png" + ] + }, + "Irony.NetCore/1.0.11": { + "sha512": "/2MCkqdhEjPiSTZKYXg6u9AO9o3m68biqcFHAnM28WdnrcZii2vYbmKPzT5ejByyV72FUlygOtHBMt8SLnUyNw==", + "type": "package", + "path": "irony.netcore/1.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "irony.netcore.1.0.11.nupkg.sha512", + "irony.netcore.nuspec", + "lib/net452/Irony.dll", + "lib/net461/Irony.dll", + "lib/netstandard1.6/Irony.dll" + ] + }, + "LigerShark.WebOptimizer.Core/3.0.405": { + "sha512": "bsEO/TVYWsUwc/dAYjpEKBP+Dax1ikyehj8P2QMKDc/iKdi5/Wjljl13ab/D2RCiU4T7E560iOo06K2rCTNHAQ==", + "type": "package", + "path": "ligershark.weboptimizer.core/3.0.405", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/LigerShark.WebOptimizer.Core.props", + "build/LigerShark.WebOptimizer.Core.targets", + "lib/netcoreapp3.0/WebOptimizer.Core.dll", + "lib/netcoreapp3.0/WebOptimizer.Core.xml", + "ligershark.weboptimizer.core.3.0.405.nupkg.sha512", + "ligershark.weboptimizer.core.nuspec", + "logo.png" + ] + }, + "linq2db/5.4.1": { + "sha512": "qyH32MbFK6T55KsEcQYTbPFfkOa1Mo65lY/Zo8SFVMy0pwkQBCTnA/RUxyG5+l3D/mgfPz85PH3upDrtklSMrw==", + "type": "package", + "path": "linq2db/5.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MIT-LICENSE.txt", + "README.md", + "images/icon.png", + "lib/net45/linq2db.dll", + "lib/net45/linq2db.xml", + "lib/net46/linq2db.dll", + "lib/net46/linq2db.xml", + "lib/net472/linq2db.dll", + "lib/net472/linq2db.xml", + "lib/net6.0/linq2db.dll", + "lib/net6.0/linq2db.xml", + "lib/netcoreapp3.1/linq2db.dll", + "lib/netcoreapp3.1/linq2db.xml", + "lib/netstandard2.0/linq2db.dll", + "lib/netstandard2.0/linq2db.xml", + "lib/netstandard2.1/linq2db.dll", + "lib/netstandard2.1/linq2db.xml", + "linq2db.5.4.1.nupkg.sha512", + "linq2db.nuspec" + ] + }, + "MailKit/4.5.0": { + "sha512": "EaXHODUdIV5oPdWvBJGazwaEpKt1LI/H/S//EEozANYCsfOSKHntX+Skk2kW616lSQp+fkRTmSjk0CYxEuOyEA==", + "type": "package", + "path": "mailkit/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/ExchangeOAuth2.md", + "docs/FAQ.md", + "docs/GMailOAuth2.md", + "docs/README.md", + "icons/mailkit-50.png", + "lib/net462/MailKit.dll", + "lib/net462/MailKit.dll.config", + "lib/net462/MailKit.pdb", + "lib/net462/MailKit.xml", + "lib/net47/MailKit.dll", + "lib/net47/MailKit.dll.config", + "lib/net47/MailKit.pdb", + "lib/net47/MailKit.xml", + "lib/net48/MailKit.dll", + "lib/net48/MailKit.dll.config", + "lib/net48/MailKit.pdb", + "lib/net48/MailKit.xml", + "lib/net6.0/MailKit.dll", + "lib/net6.0/MailKit.dll.config", + "lib/net6.0/MailKit.pdb", + "lib/net6.0/MailKit.xml", + "lib/net8.0/MailKit.dll", + "lib/net8.0/MailKit.dll.config", + "lib/net8.0/MailKit.pdb", + "lib/net8.0/MailKit.xml", + "lib/netstandard2.0/MailKit.dll", + "lib/netstandard2.0/MailKit.dll.config", + "lib/netstandard2.0/MailKit.pdb", + "lib/netstandard2.0/MailKit.xml", + "lib/netstandard2.1/MailKit.dll", + "lib/netstandard2.1/MailKit.dll.config", + "lib/netstandard2.1/MailKit.pdb", + "lib/netstandard2.1/MailKit.xml", + "mailkit.4.5.0.nupkg.sha512", + "mailkit.nuspec" + ] + }, + "MaxMind.Db/4.1.0": { + "sha512": "lEjCFX0TUQCRmFS8xrXIQSi+4omJ1Fwy0gAHlbnjg8cgSBa0cllP5zOEftQ23EP247EbnF7mNCQ3JsG/bMkHAA==", + "type": "package", + "path": "maxmind.db/4.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.Db.dll", + "lib/net6.0/MaxMind.Db.xml", + "lib/net7.0/MaxMind.Db.dll", + "lib/net7.0/MaxMind.Db.xml", + "lib/net8.0/MaxMind.Db.dll", + "lib/net8.0/MaxMind.Db.xml", + "lib/netstandard2.0/MaxMind.Db.dll", + "lib/netstandard2.0/MaxMind.Db.xml", + "lib/netstandard2.1/MaxMind.Db.dll", + "lib/netstandard2.1/MaxMind.Db.xml", + "maxmind.db.4.1.0.nupkg.sha512", + "maxmind.db.nuspec" + ] + }, + "MaxMind.GeoIP2/5.2.0": { + "sha512": "E8i6yQPlAznLTfS8w208uY3oqCg6i7sQ9cxKmlDdhFMXVLfm4sKphOTMsIWdAHJCV7RxW2a3DlqxAPkQrqmqlA==", + "type": "package", + "path": "maxmind.geoip2/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.GeoIP2.dll", + "lib/net6.0/MaxMind.GeoIP2.xml", + "lib/net7.0/MaxMind.GeoIP2.dll", + "lib/net7.0/MaxMind.GeoIP2.xml", + "lib/net8.0/MaxMind.GeoIP2.dll", + "lib/net8.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.0/MaxMind.GeoIP2.dll", + "lib/netstandard2.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.1/MaxMind.GeoIP2.dll", + "lib/netstandard2.1/MaxMind.GeoIP2.xml", + "maxmind.geoip2.5.2.0.nupkg.sha512", + "maxmind.geoip2.nuspec" + ] + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "sha512": "tULjwFie6fYm4o6WfD+aHTTrps2I22MQVZpmEWaJumFmzZWA1nHsKezuCBl/u/iKiXtN3npL6MoINaiLHURr/A==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "sha512": "D46awzK+Q0jP7Bq0cQlsxQrhg7MBhlxG2z+U+9EzcbjcjaDzQvaD5/cxD+qKdu9bHMcSFf9fMr5wizSBPPai1Q==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "sha512": "MPL4iVyiaRxnOUY5VATHjvhDWaAEFb77KFiUxVRklv3Z3v+STofUr1UG/aCt1O9cgN7FVTDaC5A7U+zsLub8Xg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "sha512": "8iy7uza6GTuE5GadOryGfsGuA8xP1RTs16zqdXF5gM0b8iDfyNWnyDmatY5cZhXE1kJiko0S7s1T/gNFdIZ7Zg==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "sha512": "lhJq0JjrlGZQwQoYrpVbokhb1AlgLGxI3QacSyKgCNOXTNwCi0pUnMR7NrfON20DkL90Kqqyl3wDrLbRaRgcsA==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "sha512": "M0h+ChPgydX2xY17agiphnAVa/Qh05RAP8eeuqGGhQKT10claRBlLNO6d2/oSV8zy0RLHzwLnNZm5xuC/gckGA==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll", + "microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.extensions.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.4": { + "sha512": "876m+YvEo+rjbZNQv64RhOBtWVD08bOwT/g96G0cBm+810WiSR3f5C79XG+W59PuvF6JLGFz+IXYLHCjLCvOrQ==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "build/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.xml", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.4.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.nuspec" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "sha512": "yCtBr1GSGzJrrp1NJUb4ltwFYMKHw/tJLnIDvg9g/FnkGIEzmE19tbCQqXARIJv5kdtBgsoVIdGLL+zmjxvM/A==", + "type": "package", + "path": "microsoft.aspnetcore.razor.language/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll", + "microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.razor.language.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "sha512": "7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.2", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "EULA.rtf", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/AnalysisLevel_2_9_8_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_Default.editorconfig", + "build/config/AnalysisLevel_3_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_Default.editorconfig", + "build/config/AnalysisLevel_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_Default.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "sha512": "d02ybMhUJl1r/dI6SkJPHrTiTzXBYCZeJdOLMckV+jyoMU/GGkjqFX/sRbv1K0QmlpwwKuLTiYVQvfYC+8ox2g==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "sha512": "2UVTGtyQGgTCazvnT6t82f+7AV2L+kqJdyb61rT9GQed4yK+tVh5IkaKcsm70VqyZQhBbDqsfZFNHnY65xhrRw==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "sha512": "uqdzuQXxD7XrJCbIbbwpI/LOv0PBJ9VIR0gdvANTHOfK5pjTaCir+XcwvYvBZ5BIzd0KGzyiamzlEWw1cK1q0w==", + "type": "package", + "path": "microsoft.codeanalysis.razor/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll", + "microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "microsoft.codeanalysis.razor.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/5.2.0": { + "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.4": { + "sha512": "Sp3d4JTCC9KRXIRJLvJslKd+UVo4Yffsg9USydEgik71eUWnX88qknDLztxL1kGmLyT4WbG6y0XSLcthw50snQ==", + "type": "package", + "path": "microsoft.extensions.caching.sqlserver/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.xml", + "microsoft.extensions.caching.sqlserver.8.0.4.nupkg.sha512", + "microsoft.extensions.caching.sqlserver.nuspec" + ] + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.4": { + "sha512": "tfhJyJXVY6EpimYbDPrf7P2PerJZ/EWTjEbailE2+uEpETYKKPHAZA35TnZKxqPpOxzAlVyPE33hdgP1HU8B7A==", + "type": "package", + "path": "microsoft.extensions.caching.stackexchangeredis/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "microsoft.extensions.caching.stackexchangeredis.8.0.4.nupkg.sha512", + "microsoft.extensions.caching.stackexchangeredis.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { + "sha512": "fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "sha512": "sS+U28IfgZSQUS2b3MayPdYGBJlHOWwgnfAZ77bZLkgU0z+lJz7lgzrKQUm9SgKF+OAc5B9kWJV5PB6l7mWWZA==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "sha512": "00J6eE920t5vfPnEHBSGyj1Ya9lG6WYsMwqvLZ0nMPPTD2UxkaL+FNJM5DNSnMFJtV84KkUudPRngmNiCkqhuA==", + "type": "package", + "path": "microsoft.extensions.hosting.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "type": "package", + "path": "microsoft.extensions.logging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.1": { + "sha512": "RIFgaqoaINxkM2KTOw72dmilDmTrYA0ns2KW4lDz4gZ2+o6IQ894CzmdL3StM2oh7QQq44nCWiqKqc4qUI9Jmg==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.1.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "sha512": "OVX5tlKg6LY+XKqlUn7i9KY+6Liut0iewWff2DNr7129i/NJ8rpUzbmxavPydZgcLREEWHklXZiPKCS895tNIQ==", + "type": "package", + "path": "microsoft.extensions.objectpool/6.0.16", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.ObjectPool.dll", + "lib/net461/Microsoft.Extensions.ObjectPool.xml", + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll", + "lib/net6.0/Microsoft.Extensions.ObjectPool.xml", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/8.0.2": { + "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "type": "package", + "path": "microsoft.extensions.options/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "type": "package", + "path": "microsoft.extensions.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Identity.Client/4.60.3": { + "sha512": "jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==", + "type": "package", + "path": "microsoft.identity.client/4.60.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/monoandroid12.0/Microsoft.Identity.Client.dll", + "lib/monoandroid12.0/Microsoft.Identity.Client.xml", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", + "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "lib/uap10.0.17763/Microsoft.Identity.Client.dll", + "lib/uap10.0.17763/Microsoft.Identity.Client.pri", + "lib/uap10.0.17763/Microsoft.Identity.Client.xml", + "lib/xamarinios10/Microsoft.Identity.Client.dll", + "lib/xamarinios10/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.60.3.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.60.3": { + "sha512": "X1Cz14/RbmlLshusE5u2zfG+5ul6ttgou19BZe5Mdw1qm6fgOI9/imBB2TIsx2UD7nkgd2+MCSzhbukZf7udeg==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.60.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "type": "package", + "path": "microsoft.identitymodel.logging/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "type": "package", + "path": "microsoft.identitymodel.protocols/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "type": "package", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "type": "package", + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", + "type": "package", + "path": "microsoft.netcore.platforms/2.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "type": "package", + "path": "microsoft.sqlserver.server/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.3.0": { + "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "type": "package", + "path": "microsoft.win32.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.win32.primitives.4.3.0.nupkg.sha512", + "microsoft.win32.primitives.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "Microsoft.Win32.Registry/4.7.0": { + "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "type": "package", + "path": "microsoft.win32.registry/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.4.7.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "MimeKit/4.5.0": { + "sha512": "OYn8b8b66J4mgtDzoImepiUtdkJOAVGoTj/ghzJ+az4wVixA5L5Z8GmgFhRvQ1btAIwZh/d9zvZLCALndQdz5w==", + "type": "package", + "path": "mimekit/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/FAQ.md", + "docs/README.md", + "icons/mimekit-50.png", + "lib/net462/MimeKit.dll", + "lib/net462/MimeKit.dll.config", + "lib/net462/MimeKit.pdb", + "lib/net462/MimeKit.xml", + "lib/net47/MimeKit.dll", + "lib/net47/MimeKit.dll.config", + "lib/net47/MimeKit.pdb", + "lib/net47/MimeKit.xml", + "lib/net48/MimeKit.dll", + "lib/net48/MimeKit.dll.config", + "lib/net48/MimeKit.pdb", + "lib/net48/MimeKit.xml", + "lib/net6.0/MimeKit.dll", + "lib/net6.0/MimeKit.dll.config", + "lib/net6.0/MimeKit.pdb", + "lib/net6.0/MimeKit.xml", + "lib/net8.0/MimeKit.dll", + "lib/net8.0/MimeKit.dll.config", + "lib/net8.0/MimeKit.pdb", + "lib/net8.0/MimeKit.xml", + "lib/netstandard2.0/MimeKit.dll", + "lib/netstandard2.0/MimeKit.dll.config", + "lib/netstandard2.0/MimeKit.pdb", + "lib/netstandard2.0/MimeKit.xml", + "lib/netstandard2.1/MimeKit.dll", + "lib/netstandard2.1/MimeKit.dll.config", + "lib/netstandard2.1/MimeKit.pdb", + "lib/netstandard2.1/MimeKit.xml", + "mimekit.4.5.0.nupkg.sha512", + "mimekit.nuspec" + ] + }, + "MySqlConnector/2.3.7": { + "sha512": "YiVOxvJ+vAYW8NT9gHv8RxKCDFCSXAObF3z0Ou/8WRv8Lsn2QsxaPW5xEwPE+xCcAq6BGkrI8GTOC09Xg09blQ==", + "type": "package", + "path": "mysqlconnector/2.3.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/MySqlConnector.dll", + "lib/net462/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net48/MySqlConnector.dll", + "lib/net48/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/net8.0/MySqlConnector.dll", + "lib/net8.0/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.3.7.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "NETStandard.Library/1.6.1": { + "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "type": "package", + "path": "netstandard.library/1.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "netstandard.library.1.6.1.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "type": "package", + "path": "newtonsoft.json/13.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "sha512": "QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==", + "type": "package", + "path": "nito.asyncex.coordination/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Coordination.dll", + "lib/net461/Nito.AsyncEx.Coordination.xml", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.dll", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.xml", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.xml", + "nito.asyncex.coordination.5.1.2.nupkg.sha512", + "nito.asyncex.coordination.nuspec" + ] + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "sha512": "jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==", + "type": "package", + "path": "nito.asyncex.tasks/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Tasks.dll", + "lib/net461/Nito.AsyncEx.Tasks.xml", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.dll", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.xml", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.xml", + "nito.asyncex.tasks.5.1.2.nupkg.sha512", + "nito.asyncex.tasks.nuspec" + ] + }, + "Nito.Collections.Deque/1.1.1": { + "sha512": "CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==", + "type": "package", + "path": "nito.collections.deque/1.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Collections.Deque.dll", + "lib/net461/Nito.Collections.Deque.xml", + "lib/netstandard1.0/Nito.Collections.Deque.dll", + "lib/netstandard1.0/Nito.Collections.Deque.xml", + "lib/netstandard2.0/Nito.Collections.Deque.dll", + "lib/netstandard2.0/Nito.Collections.Deque.xml", + "nito.collections.deque.1.1.1.nupkg.sha512", + "nito.collections.deque.nuspec" + ] + }, + "Nito.Disposables/2.2.1": { + "sha512": "6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==", + "type": "package", + "path": "nito.disposables/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Disposables.dll", + "lib/net461/Nito.Disposables.xml", + "lib/netstandard1.0/Nito.Disposables.dll", + "lib/netstandard1.0/Nito.Disposables.xml", + "lib/netstandard2.0/Nito.Disposables.dll", + "lib/netstandard2.0/Nito.Disposables.xml", + "lib/netstandard2.1/Nito.Disposables.dll", + "lib/netstandard2.1/Nito.Disposables.xml", + "nito.disposables.2.2.1.nupkg.sha512", + "nito.disposables.nuspec" + ] + }, + "Npgsql/8.0.2": { + "sha512": "MuJzLoWCaQhQAR3oh66YR0Ir6mxuezncGX3f8wxvAc21g0+9HICktJQlqMoODhxztZKXE5k9GxRxqUAN+vPb4g==", + "type": "package", + "path": "npgsql/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Npgsql.dll", + "lib/net6.0/Npgsql.xml", + "lib/net7.0/Npgsql.dll", + "lib/net7.0/Npgsql.xml", + "lib/net8.0/Npgsql.dll", + "lib/net8.0/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.8.0.2.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" + ] + }, + "NUglify/1.21.4": { + "sha512": "MpliYRCSB42dQA9VgHoe6ahgDS4NIDUSr5e+seeHx6GEwLUvIaJ2JZKqWmg6fNfnsEHPZaGjCw/E+p+skZoYGQ==", + "type": "package", + "path": "nuglify/1.21.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/NUglify.dll", + "lib/net35/NUglify.xml", + "lib/net40/NUglify.dll", + "lib/net40/NUglify.xml", + "lib/net5.0/NUglify.dll", + "lib/net5.0/NUglify.xml", + "lib/netstandard1.3/NUglify.dll", + "lib/netstandard1.3/NUglify.xml", + "lib/netstandard2.0/NUglify.dll", + "lib/netstandard2.0/NUglify.xml", + "nuglify.1.21.4.nupkg.sha512", + "nuglify.nuspec", + "nuglify.png" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "QuestPDF/2022.12.15": { + "sha512": "KryAKu3WX+KM4pF4Dpn6ycu+7fN2GhtwViuV82CjnxtQ3DpIbRN9PG4lMwICCugyQKStyXSwZZ2UIAeeuKNIew==", + "type": "package", + "path": "questpdf/2022.12.15", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Logo.png", + "PackageReadme.md", + "lib/net6.0/QuestPDF.dll", + "lib/net8.0/QuestPDF.dll", + "lib/netcoreapp3.0/QuestPDF.dll", + "lib/netstandard2.0/QuestPDF.dll", + "questpdf.2022.12.15.nupkg.sha512", + "questpdf.nuspec" + ] + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==", + "type": "package", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==", + "type": "package", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==", + "type": "package", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "runtime.native.System.IO.Compression/4.3.0": { + "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "type": "package", + "path": "runtime.native.system.io.compression/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.native.system.io.compression.nuspec" + ] + }, + "runtime.native.System.Net.Http/4.3.0": { + "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "type": "package", + "path": "runtime.native.system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.http.4.3.0.nupkg.sha512", + "runtime.native.system.net.http.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.apple.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", + "type": "package", + "path": "runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.native.system.security.cryptography.openssl.nuspec" + ] + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==", + "type": "package", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==", + "type": "package", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" + ] + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==", + "type": "package", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==", + "type": "package", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==", + "type": "package", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==", + "type": "package", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "ShimSkiaSharp/1.0.0.18": { + "sha512": "zcUISy3XoIPrYWOeHqt/CrM2oX+OHon91aEtIbfiWb/7eP5V20kjkwhN1h4V0eloy62jVE8H1TE5PCVQ0k0M2Q==", + "type": "package", + "path": "shimskiasharp/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/ShimSkiaSharp.dll", + "lib/net6.0/ShimSkiaSharp.dll", + "lib/net8.0/ShimSkiaSharp.dll", + "lib/netstandard2.0/ShimSkiaSharp.dll", + "shimskiasharp.1.0.0.18.nupkg.sha512", + "shimskiasharp.nuspec" + ] + }, + "SixLabors.Fonts/1.0.0": { + "sha512": "LFQsCZlV0xlUyXAOMUo5kkSl+8zAQXXbbdwWchtk0B4o7zotZhQsQOcJUELGHdfPfm/xDAsz6hONAuV25bJaAg==", + "type": "package", + "path": "sixlabors.fonts/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netcoreapp3.1/SixLabors.Fonts.dll", + "lib/netcoreapp3.1/SixLabors.Fonts.xml", + "lib/netstandard2.0/SixLabors.Fonts.dll", + "lib/netstandard2.0/SixLabors.Fonts.xml", + "lib/netstandard2.1/SixLabors.Fonts.dll", + "lib/netstandard2.1/SixLabors.Fonts.xml", + "sixlabors.fonts.1.0.0.nupkg.sha512", + "sixlabors.fonts.128.png", + "sixlabors.fonts.nuspec" + ] + }, + "SkiaSharp/2.88.8": { + "sha512": "bRkp3uKp5ZI8gXYQT57uKwil1uobb2p8c69n7v5evlB/2JNcMAXVcw9DZAP5Ig3WSvgzGm2YSn27UVeOi05NlA==", + "type": "package", + "path": "skiasharp/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "interactive-extensions/dotnet/SkiaSharp.DotNet.Interactive.dll", + "lib/monoandroid1.0/SkiaSharp.dll", + "lib/monoandroid1.0/SkiaSharp.pdb", + "lib/monoandroid1.0/SkiaSharp.xml", + "lib/net462/SkiaSharp.dll", + "lib/net462/SkiaSharp.pdb", + "lib/net462/SkiaSharp.xml", + "lib/net6.0-android30.0/SkiaSharp.dll", + "lib/net6.0-android30.0/SkiaSharp.pdb", + "lib/net6.0-android30.0/SkiaSharp.xml", + "lib/net6.0-ios13.6/SkiaSharp.dll", + "lib/net6.0-ios13.6/SkiaSharp.pdb", + "lib/net6.0-ios13.6/SkiaSharp.xml", + "lib/net6.0-maccatalyst13.5/SkiaSharp.dll", + "lib/net6.0-maccatalyst13.5/SkiaSharp.pdb", + "lib/net6.0-maccatalyst13.5/SkiaSharp.xml", + "lib/net6.0-macos10.15/SkiaSharp.dll", + "lib/net6.0-macos10.15/SkiaSharp.pdb", + "lib/net6.0-macos10.15/SkiaSharp.xml", + "lib/net6.0-tizen7.0/SkiaSharp.dll", + "lib/net6.0-tizen7.0/SkiaSharp.pdb", + "lib/net6.0-tizen7.0/SkiaSharp.xml", + "lib/net6.0-tvos13.4/SkiaSharp.dll", + "lib/net6.0-tvos13.4/SkiaSharp.pdb", + "lib/net6.0-tvos13.4/SkiaSharp.xml", + "lib/net6.0/SkiaSharp.dll", + "lib/net6.0/SkiaSharp.pdb", + "lib/net6.0/SkiaSharp.xml", + "lib/netcoreapp3.1/SkiaSharp.dll", + "lib/netcoreapp3.1/SkiaSharp.pdb", + "lib/netcoreapp3.1/SkiaSharp.xml", + "lib/netstandard1.3/SkiaSharp.dll", + "lib/netstandard1.3/SkiaSharp.pdb", + "lib/netstandard1.3/SkiaSharp.xml", + "lib/netstandard2.0/SkiaSharp.dll", + "lib/netstandard2.0/SkiaSharp.pdb", + "lib/netstandard2.0/SkiaSharp.xml", + "lib/netstandard2.1/SkiaSharp.dll", + "lib/netstandard2.1/SkiaSharp.pdb", + "lib/netstandard2.1/SkiaSharp.xml", + "lib/tizen40/SkiaSharp.dll", + "lib/tizen40/SkiaSharp.pdb", + "lib/tizen40/SkiaSharp.xml", + "lib/uap10.0.10240/SkiaSharp.dll", + "lib/uap10.0.10240/SkiaSharp.pdb", + "lib/uap10.0.10240/SkiaSharp.xml", + "lib/uap10.0.16299/SkiaSharp.dll", + "lib/uap10.0.16299/SkiaSharp.pdb", + "lib/uap10.0.16299/SkiaSharp.xml", + "lib/xamarinios1.0/SkiaSharp.dll", + "lib/xamarinios1.0/SkiaSharp.pdb", + "lib/xamarinios1.0/SkiaSharp.xml", + "lib/xamarinmac2.0/SkiaSharp.dll", + "lib/xamarinmac2.0/SkiaSharp.pdb", + "lib/xamarinmac2.0/SkiaSharp.xml", + "lib/xamarintvos1.0/SkiaSharp.dll", + "lib/xamarintvos1.0/SkiaSharp.pdb", + "lib/xamarintvos1.0/SkiaSharp.xml", + "lib/xamarinwatchos1.0/SkiaSharp.dll", + "lib/xamarinwatchos1.0/SkiaSharp.pdb", + "lib/xamarinwatchos1.0/SkiaSharp.xml", + "skiasharp.2.88.8.nupkg.sha512", + "skiasharp.nuspec" + ] + }, + "SkiaSharp.HarfBuzz/2.88.7": { + "sha512": "4Vd+GpokorZNpDvUp09zjK6CMXN35zyJtNvzkGtS1TsXlG/5yA3lWTsQIU0nSQjfgpYql0tSEU5+WTsjxljugg==", + "type": "package", + "path": "skiasharp.harfbuzz/2.88.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "lib/net462/SkiaSharp.HarfBuzz.dll", + "lib/net462/SkiaSharp.HarfBuzz.pdb", + "lib/net462/SkiaSharp.HarfBuzz.xml", + "lib/net6.0/SkiaSharp.HarfBuzz.dll", + "lib/net6.0/SkiaSharp.HarfBuzz.pdb", + "lib/net6.0/SkiaSharp.HarfBuzz.xml", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.dll", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.pdb", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.xml", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.dll", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.xml", + "skiasharp.harfbuzz.2.88.7.nupkg.sha512", + "skiasharp.harfbuzz.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "sha512": "/DoKtdyvRgCC5GR/SH+ps3ZiOjmf0BYpAyrhWQELFOO1hdcqddrDVJjDNCOJ41vV+NlS5b3kcDoZZ7jLhFjyXg==", + "type": "package", + "path": "skiasharp.nativeassets.linux.nodependencies/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libSkiaSharp.so", + "runtimes/linux-arm64/native/libSkiaSharp.so", + "runtimes/linux-musl-x64/native/libSkiaSharp.so", + "runtimes/linux-x64/native/libSkiaSharp.so", + "skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.linux.nodependencies.nuspec" + ] + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "sha512": "6Kn5TSkKlfyS6azWHF3Jk2sW5C4jCE5uSshM/5AbfFrR+5n6qM5XEnz9h4VaVl7LTxBvHvMkuPb/3bpbq0vxTw==", + "type": "package", + "path": "skiasharp.nativeassets.macos/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libSkiaSharp.dylib", + "skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.macos.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "sha512": "O9QXoWEXA+6cweR4h3BOnwMz+pO9vL9mXdjLrpDd0w1QzCgWmLQBxa1VgySDITiH7nQndrDG1h6937zm9pLj1Q==", + "type": "package", + "path": "skiasharp.nativeassets.win32/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Win32.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libSkiaSharp.dll", + "runtimes/win-x64/native/libSkiaSharp.dll", + "runtimes/win-x86/native/libSkiaSharp.dll", + "skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.win32.nuspec" + ] + }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, + "Svg.Custom/1.0.0.18": { + "sha512": "bavGcKBodZwHY65Yw2JJ/Vd2ghNh7FYrqiDngPDv21uu6Uy8pj9FAQWYyoeBAyPmEVN/WFAl1l4CKMGEYlIuXw==", + "type": "package", + "path": "svg.custom/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Svg.Custom.dll", + "lib/net8.0/Svg.Custom.dll", + "lib/netstandard2.0/Svg.Custom.dll", + "svg.custom.1.0.0.18.nupkg.sha512", + "svg.custom.nuspec" + ] + }, + "Svg.Model/1.0.0.18": { + "sha512": "DXs+nOWjR4/xZp5wExWS3Ih8JN3MAwdhIrczduzKkO2pIox08DQnoyWWGy9nVlGnby7gyqAMDtLpbY639pugcA==", + "type": "package", + "path": "svg.model/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Model.dll", + "lib/net6.0/Svg.Model.dll", + "lib/net8.0/Svg.Model.dll", + "lib/netstandard2.0/Svg.Model.dll", + "svg.model.1.0.0.18.nupkg.sha512", + "svg.model.nuspec" + ] + }, + "Svg.Skia/1.0.0.18": { + "sha512": "o+fajf+Z3OUtLahZuwigeeS+bXNr21iyP4koweeDln9hD7Bzayw50IHJ6bPprfkRMpMkwMob7rWyupYq0GaEAg==", + "type": "package", + "path": "svg.skia/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Skia.dll", + "lib/net6.0/Svg.Skia.dll", + "lib/net8.0/Svg.Skia.dll", + "lib/netstandard2.0/Svg.Skia.dll", + "svg.skia.1.0.0.18.nupkg.sha512", + "svg.skia.nuspec" + ] + }, + "System.AppContext/4.3.0": { + "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "type": "package", + "path": "system.appcontext/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll", + "system.appcontext.4.3.0.nupkg.sha512", + "system.appcontext.nuspec" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll", + "system.buffers.4.3.0.nupkg.sha512", + "system.buffers.nuspec" + ] + }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/7.0.0": { + "sha512": "GLltyqEsE5/3IE+zYRP5sNa1l44qKl9v+bfdMcwg+M9qnQf47wK3H0SUR/T+3N4JEQXF3vV4CSuuo0rsg+nq2A==", + "type": "package", + "path": "system.codedom/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.CodeDom.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.CodeDom.targets", + "lib/net462/System.CodeDom.dll", + "lib/net462/System.CodeDom.xml", + "lib/net6.0/System.CodeDom.dll", + "lib/net6.0/System.CodeDom.xml", + "lib/net7.0/System.CodeDom.dll", + "lib/net7.0/System.CodeDom.xml", + "lib/netstandard2.0/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.xml", + "system.codedom.7.0.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.3.0": { + "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "type": "package", + "path": "system.collections.concurrent/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.concurrent.4.3.0.nupkg.sha512", + "system.collections.concurrent.nuspec" + ] + }, + "System.Collections.Immutable/5.0.0": { + "sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", + "type": "package", + "path": "system.collections.immutable/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/netstandard1.3/System.Collections.Immutable.dll", + "lib/netstandard1.3/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.5.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ComponentModel.Annotations/5.0.0": { + "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "type": "package", + "path": "system.componentmodel.annotations/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net461/System.ComponentModel.Annotations.dll", + "lib/netcore50/System.ComponentModel.Annotations.dll", + "lib/netstandard1.4/System.ComponentModel.Annotations.dll", + "lib/netstandard2.0/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.xml", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net461/System.ComponentModel.Annotations.dll", + "ref/net461/System.ComponentModel.Annotations.xml", + "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard2.0/System.ComponentModel.Annotations.dll", + "ref/netstandard2.0/System.ComponentModel.Annotations.xml", + "ref/netstandard2.1/System.ComponentModel.Annotations.dll", + "ref/netstandard2.1/System.ComponentModel.Annotations.xml", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.annotations.5.0.0.nupkg.sha512", + "system.componentmodel.annotations.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", + "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.8.0.0.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Console/4.3.0": { + "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "type": "package", + "path": "system.console/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.console.4.3.0.nupkg.sha512", + "system.console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.debug.4.3.0.nupkg.sha512", + "system.diagnostics.debug.nuspec" + ] + }, + "System.Diagnostics.DiagnosticSource/7.0.2": { + "sha512": "hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/7.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net462/System.Diagnostics.DiagnosticSource.dll", + "lib/net462/System.Diagnostics.DiagnosticSource.xml", + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.EventLog/8.0.0": { + "sha512": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "type": "package", + "path": "system.diagnostics.eventlog/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net6.0/System.Diagnostics.EventLog.dll", + "lib/net6.0/System.Diagnostics.EventLog.xml", + "lib/net7.0/System.Diagnostics.EventLog.dll", + "lib/net7.0/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "type": "package", + "path": "system.diagnostics.tools/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tools.4.3.0.nupkg.sha512", + "system.diagnostics.tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tracing.4.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Formats.Asn1/8.0.0": { + "sha512": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==", + "type": "package", + "path": "system.formats.asn1/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Formats.Asn1.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", + "lib/net462/System.Formats.Asn1.dll", + "lib/net462/System.Formats.Asn1.xml", + "lib/net6.0/System.Formats.Asn1.dll", + "lib/net6.0/System.Formats.Asn1.xml", + "lib/net7.0/System.Formats.Asn1.dll", + "lib/net7.0/System.Formats.Asn1.xml", + "lib/net8.0/System.Formats.Asn1.dll", + "lib/net8.0/System.Formats.Asn1.xml", + "lib/netstandard2.0/System.Formats.Asn1.dll", + "lib/netstandard2.0/System.Formats.Asn1.xml", + "system.formats.asn1.8.0.0.nupkg.sha512", + "system.formats.asn1.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.3.0": { + "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "type": "package", + "path": "system.globalization.calendars/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.calendars.4.3.0.nupkg.sha512", + "system.globalization.calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.3.0": { + "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "type": "package", + "path": "system.globalization.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", + "system.globalization.extensions.4.3.0.nupkg.sha512", + "system.globalization.extensions.nuspec" + ] + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "type": "package", + "path": "system.identitymodel.tokens.jwt/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/System.IdentityModel.Tokens.Jwt.dll", + "lib/net45/System.IdentityModel.Tokens.Jwt.xml", + "lib/net461/System.IdentityModel.Tokens.Jwt.dll", + "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "lib/net462/System.IdentityModel.Tokens.Jwt.dll", + "lib/net462/System.IdentityModel.Tokens.Jwt.xml", + "lib/net472/System.IdentityModel.Tokens.Jwt.dll", + "lib/net472/System.IdentityModel.Tokens.Jwt.xml", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", + "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.Compression/4.3.0": { + "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "type": "package", + "path": "system.io.compression/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", + "system.io.compression.4.3.0.nupkg.sha512", + "system.io.compression.nuspec" + ] + }, + "System.IO.Compression.ZipFile/4.3.0": { + "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "type": "package", + "path": "system.io.compression.zipfile/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.compression.zipfile.4.3.0.nupkg.sha512", + "system.io.compression.zipfile.nuspec" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.4.3.0.nupkg.sha512", + "system.io.filesystem.nuspec" + ] + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "type": "package", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "type": "package", + "path": "system.io.filesystem.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "system.io.filesystem.primitives.nuspec" + ] + }, + "System.IO.Hashing/6.0.0": { + "sha512": "Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", + "type": "package", + "path": "system.io.hashing/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Hashing.dll", + "lib/net461/System.IO.Hashing.xml", + "lib/net6.0/System.IO.Hashing.dll", + "lib/net6.0/System.IO.Hashing.xml", + "lib/netstandard2.0/System.IO.Hashing.dll", + "lib/netstandard2.0/System.IO.Hashing.xml", + "system.io.hashing.6.0.0.nupkg.sha512", + "system.io.hashing.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Packaging/6.0.0": { + "sha512": "C7OkTRIjqIjAKu6ef/fuj8ynCZTPcTYZnvHaq48bniACgXXJogmEoIc56YCDNTc14xhsbLmgpS3KP+evbsUa2g==", + "type": "package", + "path": "system.io.packaging/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Packaging.dll", + "lib/net461/System.IO.Packaging.xml", + "lib/net6.0/System.IO.Packaging.dll", + "lib/net6.0/System.IO.Packaging.xml", + "lib/netstandard2.0/System.IO.Packaging.dll", + "lib/netstandard2.0/System.IO.Packaging.xml", + "system.io.packaging.6.0.0.nupkg.sha512", + "system.io.packaging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Pipelines/5.0.1": { + "sha512": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==", + "type": "package", + "path": "system.io.pipelines/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/netcoreapp3.0/System.IO.Pipelines.dll", + "lib/netcoreapp3.0/System.IO.Pipelines.xml", + "lib/netstandard1.3/System.IO.Pipelines.dll", + "lib/netstandard1.3/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "ref/netcoreapp2.0/System.IO.Pipelines.dll", + "ref/netcoreapp2.0/System.IO.Pipelines.xml", + "system.io.pipelines.5.0.1.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Linq/4.3.0": { + "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "type": "package", + "path": "system.linq/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Linq.Async/6.0.1": { + "sha512": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==", + "type": "package", + "path": "system.linq.async/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Logo.png", + "lib/net48/System.Linq.Async.dll", + "lib/net48/System.Linq.Async.xml", + "lib/net6.0/System.Linq.Async.dll", + "lib/net6.0/System.Linq.Async.xml", + "lib/netstandard2.0/System.Linq.Async.dll", + "lib/netstandard2.0/System.Linq.Async.xml", + "lib/netstandard2.1/System.Linq.Async.dll", + "lib/netstandard2.1/System.Linq.Async.xml", + "ref/net48/System.Linq.Async.dll", + "ref/net48/System.Linq.Async.xml", + "ref/net6.0/System.Linq.Async.dll", + "ref/net6.0/System.Linq.Async.xml", + "ref/netstandard2.0/System.Linq.Async.dll", + "ref/netstandard2.0/System.Linq.Async.xml", + "ref/netstandard2.1/System.Linq.Async.dll", + "ref/netstandard2.1/System.Linq.Async.xml", + "system.linq.async.6.0.1.nupkg.sha512", + "system.linq.async.nuspec" + ] + }, + "System.Linq.Dynamic.Core/1.3.12": { + "sha512": "uriIEVgq1Wp1wcGohFkS4VESynM2za9BhCH/Vtaxtq8cwvRCobjq9ZLnCrzRLwtJqexKRaH2ItBZwuMRISsclw==", + "type": "package", + "path": "system.linq.dynamic.core/1.3.12", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "PackageReadme.md", + "lib/net35/System.Linq.Dynamic.Core.dll", + "lib/net35/System.Linq.Dynamic.Core.pdb", + "lib/net35/System.Linq.Dynamic.Core.xml", + "lib/net40/System.Linq.Dynamic.Core.dll", + "lib/net40/System.Linq.Dynamic.Core.pdb", + "lib/net40/System.Linq.Dynamic.Core.xml", + "lib/net45/System.Linq.Dynamic.Core.dll", + "lib/net45/System.Linq.Dynamic.Core.pdb", + "lib/net45/System.Linq.Dynamic.Core.xml", + "lib/net452/System.Linq.Dynamic.Core.dll", + "lib/net452/System.Linq.Dynamic.Core.pdb", + "lib/net452/System.Linq.Dynamic.Core.xml", + "lib/net46/System.Linq.Dynamic.Core.dll", + "lib/net46/System.Linq.Dynamic.Core.pdb", + "lib/net46/System.Linq.Dynamic.Core.xml", + "lib/net5.0/System.Linq.Dynamic.Core.dll", + "lib/net5.0/System.Linq.Dynamic.Core.pdb", + "lib/net5.0/System.Linq.Dynamic.Core.xml", + "lib/net6.0/System.Linq.Dynamic.Core.dll", + "lib/net6.0/System.Linq.Dynamic.Core.pdb", + "lib/net6.0/System.Linq.Dynamic.Core.xml", + "lib/net7.0/System.Linq.Dynamic.Core.dll", + "lib/net7.0/System.Linq.Dynamic.Core.pdb", + "lib/net7.0/System.Linq.Dynamic.Core.xml", + "lib/net8.0/System.Linq.Dynamic.Core.dll", + "lib/net8.0/System.Linq.Dynamic.Core.pdb", + "lib/net8.0/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.xml", + "lib/netstandard1.3/System.Linq.Dynamic.Core.dll", + "lib/netstandard1.3/System.Linq.Dynamic.Core.pdb", + "lib/netstandard1.3/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.0/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.0/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.0/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.1/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.1/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.1/System.Linq.Dynamic.Core.xml", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.dll", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pdb", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pri", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.xml", + "logo.png", + "system.linq.dynamic.core.1.3.12.nupkg.sha512", + "system.linq.dynamic.core.nuspec" + ] + }, + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", + "system.linq.expressions.4.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Management/7.0.2": { + "sha512": "/qEUN91mP/MUQmJnM5y5BdT7ZoPuVrtxnFlbJ8a3kBJGhe2wCzBfnPFtK2wTtEEcf3DMGR9J00GZZfg6HRI6yA==", + "type": "package", + "path": "system.management/7.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Management.targets", + "lib/net462/_._", + "lib/net6.0/System.Management.dll", + "lib/net6.0/System.Management.xml", + "lib/net7.0/System.Management.dll", + "lib/net7.0/System.Management.xml", + "lib/netstandard2.0/System.Management.dll", + "lib/netstandard2.0/System.Management.xml", + "runtimes/win/lib/net6.0/System.Management.dll", + "runtimes/win/lib/net6.0/System.Management.xml", + "runtimes/win/lib/net7.0/System.Management.dll", + "runtimes/win/lib/net7.0/System.Management.xml", + "system.management.7.0.2.nupkg.sha512", + "system.management.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.4": { + "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "type": "package", + "path": "system.memory/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.4.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory.Data/1.0.2": { + "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "type": "package", + "path": "system.memory.data/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", + "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", + "system.memory.data.1.0.2.nupkg.sha512", + "system.memory.data.nuspec" + ] + }, + "System.Net.Http/4.3.4": { + "sha512": "aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==", + "type": "package", + "path": "system.net.http/4.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", + "system.net.http.4.3.4.nupkg.sha512", + "system.net.http.nuspec" + ] + }, + "System.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.3.0.nupkg.sha512", + "system.net.nameresolution.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Net.Sockets/4.3.0": { + "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "type": "package", + "path": "system.net.sockets/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.sockets.4.3.0.nupkg.sha512", + "system.net.sockets.nuspec" + ] + }, + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "type": "package", + "path": "system.numerics.vectors/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.3.0": { + "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "type": "package", + "path": "system.reflection.emit/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/xamarinmac20/_._", + "system.reflection.emit.4.3.0.nupkg.sha512", + "system.reflection.emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "type": "package", + "path": "system.reflection.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", + "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.extensions.4.3.0.nupkg.sha512", + "system.reflection.extensions.nuspec" + ] + }, + "System.Reflection.Metadata/5.0.0": { + "sha512": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", + "type": "package", + "path": "system.reflection.metadata/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.5.0.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "type": "package", + "path": "system.reflection.typeextensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.1": { + "sha512": "abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==", + "type": "package", + "path": "system.runtime/4.3.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.1.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "type": "package", + "path": "system.runtime.caching/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/_._", + "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net45/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll", + "ref/net461/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "type": "package", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "system.runtime.interopservices.runtimeinformation.nuspec" + ] + }, + "System.Runtime.Numerics/4.3.0": { + "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "type": "package", + "path": "system.runtime.numerics/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/netstandard1.3/System.Runtime.Numerics.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", + "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.numerics.4.3.0.nupkg.sha512", + "system.runtime.numerics.nuspec" + ] + }, + "System.Security.AccessControl/6.0.0": { + "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "type": "package", + "path": "system.security.accesscontrol/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/net6.0/System.Security.AccessControl.dll", + "lib/net6.0/System.Security.AccessControl.xml", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", + "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", + "system.security.accesscontrol.6.0.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/net461/System.Security.Cryptography.Algorithms.dll", + "lib/net463/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/net461/System.Security.Cryptography.Algorithms.dll", + "ref/net463/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "system.security.cryptography.algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.5.0": { + "sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "type": "package", + "path": "system.security.cryptography.cng/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", + "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", + "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.cryptography.cng.4.5.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Csp/4.3.0": { + "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "type": "package", + "path": "system.security.cryptography.csp/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "system.security.cryptography.csp.4.3.0.nupkg.sha512", + "system.security.cryptography.csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "type": "package", + "path": "system.security.cryptography.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "system.security.cryptography.encoding.nuspec" + ] + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "type": "package", + "path": "system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "system.security.cryptography.openssl.nuspec" + ] + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "sha512": "ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", + "type": "package", + "path": "system.security.cryptography.pkcs/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "type": "package", + "path": "system.security.cryptography.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "system.security.cryptography.primitives.nuspec" + ] + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "type": "package", + "path": "system.security.cryptography.protecteddata/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "type": "package", + "path": "system.security.cryptography.x509certificates/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Security.Cryptography.Xml/6.0.1": { + "sha512": "5e5bI28T0x73AwTsbuFP4qSRzthmU2C0Gqgg3AZ3KTxmSyA+Uhk31puA3srdaeWaacVnHhLdJywCzqOiEpbO/w==", + "type": "package", + "path": "system.security.cryptography.xml/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.Cryptography.Xml.dll", + "lib/net461/System.Security.Cryptography.Xml.xml", + "lib/net6.0/System.Security.Cryptography.Xml.dll", + "lib/net6.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.6.0.1.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Principal.Windows/5.0.0": { + "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "type": "package", + "path": "system.security.principal.windows/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ServiceModel.Http/8.0.0": { + "sha512": "Qwkoe0F+2e/2LiNwiIgfBTJTw11flv208UwS38ru+GR7nZk2VdGvAE8tqGB0RQIGra73Rux9jKNgfy1XtfXdLg==", + "type": "package", + "path": "system.servicemodel.http/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Http.dll", + "lib/net8.0/System.ServiceModel.Http.pdb", + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll", + "lib/net8.0/de/System.ServiceModel.Http.resources.dll", + "lib/net8.0/es/System.ServiceModel.Http.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/it/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll", + "system.servicemodel.http.8.0.0.nupkg.sha512", + "system.servicemodel.http.nuspec" + ] + }, + "System.ServiceModel.Primitives/8.0.0": { + "sha512": "hVzK77Bl00H+1V7ho7h03tKlgxAIKssV3eUnRdH+gTCZCK4Ywnv2CR35AV9ly/tRpvsGwNL1d/jkAwB1MWw3Fw==", + "type": "package", + "path": "system.servicemodel.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Primitives.dll", + "lib/net8.0/System.ServiceModel.Primitives.pdb", + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll", + "ref/net8.0/System.ServiceModel.Primitives.dll", + "system.servicemodel.primitives.8.0.0.nupkg.sha512", + "system.servicemodel.primitives.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.CodePages/4.5.1": { + "sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", + "type": "package", + "path": "system.text.encoding.codepages/4.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "system.text.encoding.codepages.4.5.1.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.extensions.4.3.0.nupkg.sha512", + "system.text.encoding.extensions.nuspec" + ] + }, + "System.Text.Encodings.Web/8.0.0": { + "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "type": "package", + "path": "system.text.encodings.web/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Text.Encodings.Web.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", + "lib/net462/System.Text.Encodings.Web.dll", + "lib/net462/System.Text.Encodings.Web.xml", + "lib/net6.0/System.Text.Encodings.Web.dll", + "lib/net6.0/System.Text.Encodings.Web.xml", + "lib/net7.0/System.Text.Encodings.Web.dll", + "lib/net7.0/System.Text.Encodings.Web.xml", + "lib/net8.0/System.Text.Encodings.Web.dll", + "lib/net8.0/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml", + "system.text.encodings.web.8.0.0.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Json/8.0.0": { + "sha512": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==", + "type": "package", + "path": "system.text.json/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "buildTransitive/net461/System.Text.Json.targets", + "buildTransitive/net462/System.Text.Json.targets", + "buildTransitive/net6.0/System.Text.Json.targets", + "buildTransitive/netcoreapp2.0/System.Text.Json.targets", + "buildTransitive/netstandard2.0/System.Text.Json.targets", + "lib/net462/System.Text.Json.dll", + "lib/net462/System.Text.Json.xml", + "lib/net6.0/System.Text.Json.dll", + "lib/net6.0/System.Text.Json.xml", + "lib/net7.0/System.Text.Json.dll", + "lib/net7.0/System.Text.Json.xml", + "lib/net8.0/System.Text.Json.dll", + "lib/net8.0/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.8.0.0.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.RegularExpressions/4.3.1": { + "sha512": "N0kNRrWe4+nXOWlpLT4LAY5brb8caNFlUuIRpraCVMDLYutKkol1aV079rQjLuSxKMJT2SpBQsYX9xbcTMmzwg==", + "type": "package", + "path": "system.text.regularexpressions/4.3.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.regularexpressions.4.3.1.nupkg.sha512", + "system.text.regularexpressions.nuspec" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Threading.Timer/4.3.0": { + "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "type": "package", + "path": "system.threading.timer/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.timer.4.3.0.nupkg.sha512", + "system.threading.timer.nuspec" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "type": "package", + "path": "system.xml.readerwriter/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.readerwriter.4.3.0.nupkg.sha512", + "system.xml.readerwriter.nuspec" + ] + }, + "System.Xml.XDocument/4.3.0": { + "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "type": "package", + "path": "system.xml.xdocument/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xdocument.4.3.0.nupkg.sha512", + "system.xml.xdocument.nuspec" + ] + }, + "WebMarkupMin.AspNet.Common/2.16.0": { + "sha512": "9jNoL5isfNdxGqmAtW0jPlA7vjU+k9ypl/3SWviK8YPJKxDsU5LH5HXLsP/2W3lcq9eN1axy2XHzUolAV7EX9A==", + "type": "package", + "path": "webmarkupmin.aspnet.common/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net40/WebMarkupMin.AspNet.Common.dll", + "lib/net40/WebMarkupMin.AspNet.Common.xml", + "lib/net45/WebMarkupMin.AspNet.Common.dll", + "lib/net45/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.xml", + "readme.txt", + "webmarkupmin.aspnet.common.2.16.0.nupkg.sha512", + "webmarkupmin.aspnet.common.nuspec" + ] + }, + "WebMarkupMin.AspNetCore8/2.16.0": { + "sha512": "Tx2brMbWWs0fuYGeNsorH50nGBL2JImgx6M/FBwUsmRqkXsBng/tDMdfA+rekKq4IQAdWYsWy3I1UDVLGgrDvw==", + "type": "package", + "path": "webmarkupmin.aspnetcore8/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net8.0/WebMarkupMin.AspNetCore8.dll", + "lib/net8.0/WebMarkupMin.AspNetCore8.xml", + "readme.txt", + "webmarkupmin.aspnetcore8.2.16.0.nupkg.sha512", + "webmarkupmin.aspnetcore8.nuspec" + ] + }, + "WebMarkupMin.Core/2.16.0": { + "sha512": "0ndPjU+SxszmnynCpx7pK2iyz2o4VB9cdVdejh4KlXaxvcFFspBM443iXSFkt36W4nkgSc4idDm7pctXEpOQ3A==", + "type": "package", + "path": "webmarkupmin.core/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net40-client/WebMarkupMin.Core.dll", + "lib/net40-client/WebMarkupMin.Core.xml", + "lib/net45/WebMarkupMin.Core.dll", + "lib/net45/WebMarkupMin.Core.xml", + "lib/netstandard1.3/WebMarkupMin.Core.dll", + "lib/netstandard1.3/WebMarkupMin.Core.xml", + "lib/netstandard2.0/WebMarkupMin.Core.dll", + "lib/netstandard2.0/WebMarkupMin.Core.xml", + "lib/netstandard2.1/WebMarkupMin.Core.dll", + "lib/netstandard2.1/WebMarkupMin.Core.xml", + "readme.txt", + "webmarkupmin.core.2.16.0.nupkg.sha512", + "webmarkupmin.core.nuspec" + ] + }, + "WebMarkupMin.NUglify/2.16.0": { + "sha512": "Ux09ry3Zg/1cW7tVBX7pcqaiX59uRZopWyiT3TaNn15PfDtR9IvO7Yeb1GGHx397ZH2apm/AMX1/ZxWEitl6Aw==", + "type": "package", + "path": "webmarkupmin.nuglify/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net40-client/WebMarkupMin.NUglify.dll", + "lib/net40-client/WebMarkupMin.NUglify.xml", + "lib/net45/WebMarkupMin.NUglify.dll", + "lib/net45/WebMarkupMin.NUglify.xml", + "lib/netstandard1.3/WebMarkupMin.NUglify.dll", + "lib/netstandard1.3/WebMarkupMin.NUglify.xml", + "lib/netstandard2.0/WebMarkupMin.NUglify.dll", + "lib/netstandard2.0/WebMarkupMin.NUglify.xml", + "nuglify-license.txt", + "readme.txt", + "webmarkupmin.nuglify.2.16.0.nupkg.sha512", + "webmarkupmin.nuglify.nuspec" + ] + }, + "XLParser/1.5.2": { + "sha512": "8tnUCmMbn6c/HGuHFyq1sulHym8YReTKDNXFFQk0U8nldNx6RGrwRvLh0+aQjEc7YoC3Q1ztH1npLt7dClKqjw==", + "type": "package", + "path": "xlparser/1.5.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net452/XLParser.dll", + "lib/net461/XLParser.dll", + "lib/netstandard1.6/XLParser.dll", + "xlparser.1.5.2.nupkg.sha512", + "xlparser.nuspec" + ] + }, + "Nop.Core/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Core/Nop.Core.csproj", + "msbuildProject": "../../Libraries/Nop.Core/Nop.Core.csproj" + }, + "Nop.Data/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Data/Nop.Data.csproj", + "msbuildProject": "../../Libraries/Nop.Data/Nop.Data.csproj" + }, + "Nop.Services/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Services/Nop.Services.csproj", + "msbuildProject": "../../Libraries/Nop.Services/Nop.Services.csproj" + }, + "Nop.Web/4.70.0": { + "type": "project", + "path": "../../Presentation/Nop.Web/Nop.Web.csproj", + "msbuildProject": "../../Presentation/Nop.Web/Nop.Web.csproj" + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "path": "../../Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj", + "msbuildProject": "../../Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj" + } + }, + "projectFileDependencyGroups": { + "net8.0": [ + "Nop.Web >= 4.70.0" + ] + }, + "packageFolders": { + "C:\\Users\\Ádám\\.nuget\\packages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\Nop.Plugin.Widgets.ACAgeVerification.csproj", + "projectName": "Nop.Plugin.Widgets.ACAgeVerification", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\Nop.Plugin.Widgets.ACAgeVerification.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web\\Nop.Web.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/obj/project.nuget.cache b/Nop.Plugin.Widgets.ACAgeVerification/obj/project.nuget.cache new file mode 100644 index 0000000..58af729 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/obj/project.nuget.cache @@ -0,0 +1,285 @@ +{ + "version": 2, + "dgSpecHash": "eDc+FhuI6w0=", + "success": true, + "projectFilePath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.ACAgeVerification\\Nop.Plugin.Widgets.ACAgeVerification.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Ádám\\.nuget\\packages\\advancedstringbuilder\\0.1.1\\advancedstringbuilder.0.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\automapper\\13.0.1\\automapper.13.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.blobs\\1.3.4\\azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.keys\\1.2.3\\azure.extensions.aspnetcore.dataprotection.keys.1.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.identity\\1.11.2\\azure.identity.1.11.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.security.keyvault.keys\\4.2.0\\azure.security.keyvault.keys.4.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.blobs\\12.19.1\\azure.storage.blobs.12.19.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.common\\12.18.1\\azure.storage.common.12.18.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\bouncycastle.cryptography\\2.3.0\\bouncycastle.cryptography.2.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml\\0.102.2\\closedxml.0.102.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml\\2.16.0\\documentformat.openxml.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excelnumberformat\\1.1.0\\excelnumberformat.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excss\\4.2.3\\excss.4.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\firebirdsql.data.firebirdclient\\10.0.0\\firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator\\5.2.0\\fluentmigrator.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.abstractions\\5.2.0\\fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.mysql\\5.1.0\\fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.oracle\\5.1.0\\fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.postgres\\5.1.0\\fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.snowflake\\5.1.0\\fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.sqlserver\\5.1.0\\fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner\\5.1.0\\fluentmigrator.runner.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.core\\5.1.0\\fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.db2\\5.1.0\\fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.firebird\\5.1.0\\fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.hana\\5.1.0\\fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.mysql\\5.1.0\\fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.oracle\\5.1.0\\fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.postgres\\5.1.0\\fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.redshift\\5.1.0\\fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.snowflake\\5.1.0\\fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlite\\5.1.0\\fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlserver\\5.1.0\\fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation\\11.5.1\\fluentvalidation.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.aspnetcore\\11.3.0\\fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.dependencyinjectionextensions\\11.5.1\\fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis\\1.68.0\\google.apis.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.auth\\1.68.0\\google.apis.auth.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.core\\1.68.0\\google.apis.core.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp\\7.3.0.1\\harfbuzzsharp.7.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\2.8.2.3\\harfbuzzsharp.nativeassets.linux.2.8.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.macos\\7.3.0.1\\harfbuzzsharp.nativeassets.macos.7.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.win32\\7.3.0.1\\harfbuzzsharp.nativeassets.win32.7.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer\\2.14.1\\humanizer.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.af\\2.14.1\\humanizer.core.af.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ar\\2.14.1\\humanizer.core.ar.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.az\\2.14.1\\humanizer.core.az.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bg\\2.14.1\\humanizer.core.bg.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bn-bd\\2.14.1\\humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.cs\\2.14.1\\humanizer.core.cs.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.da\\2.14.1\\humanizer.core.da.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.de\\2.14.1\\humanizer.core.de.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.el\\2.14.1\\humanizer.core.el.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.es\\2.14.1\\humanizer.core.es.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fa\\2.14.1\\humanizer.core.fa.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fi-fi\\2.14.1\\humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr\\2.14.1\\humanizer.core.fr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr-be\\2.14.1\\humanizer.core.fr-be.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.he\\2.14.1\\humanizer.core.he.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hr\\2.14.1\\humanizer.core.hr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hu\\2.14.1\\humanizer.core.hu.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hy\\2.14.1\\humanizer.core.hy.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.id\\2.14.1\\humanizer.core.id.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.is\\2.14.1\\humanizer.core.is.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.it\\2.14.1\\humanizer.core.it.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ja\\2.14.1\\humanizer.core.ja.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ko-kr\\2.14.1\\humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ku\\2.14.1\\humanizer.core.ku.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.lv\\2.14.1\\humanizer.core.lv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ms-my\\2.14.1\\humanizer.core.ms-my.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.mt\\2.14.1\\humanizer.core.mt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb\\2.14.1\\humanizer.core.nb.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb-no\\2.14.1\\humanizer.core.nb-no.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nl\\2.14.1\\humanizer.core.nl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pl\\2.14.1\\humanizer.core.pl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pt\\2.14.1\\humanizer.core.pt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ro\\2.14.1\\humanizer.core.ro.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ru\\2.14.1\\humanizer.core.ru.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sk\\2.14.1\\humanizer.core.sk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sl\\2.14.1\\humanizer.core.sl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr\\2.14.1\\humanizer.core.sr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr-latn\\2.14.1\\humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sv\\2.14.1\\humanizer.core.sv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.th-th\\2.14.1\\humanizer.core.th-th.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.tr\\2.14.1\\humanizer.core.tr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uk\\2.14.1\\humanizer.core.uk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-cyrl-uz\\2.14.1\\humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-latn-uz\\2.14.1\\humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.vi\\2.14.1\\humanizer.core.vi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-cn\\2.14.1\\humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hans\\2.14.1\\humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hant\\2.14.1\\humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\irony.netcore\\1.0.11\\irony.netcore.1.0.11.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\ligershark.weboptimizer.core\\3.0.405\\ligershark.weboptimizer.core.3.0.405.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\linq2db\\5.4.1\\linq2db.5.4.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mailkit\\4.5.0\\mailkit.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.db\\4.1.0\\maxmind.db.4.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.geoip2\\5.2.0\\maxmind.geoip2.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\3.1.32\\microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection\\3.1.32\\microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection.abstractions\\3.1.32\\microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\8.0.4\\microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.newtonsoftjson\\8.0.4\\microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.extensions\\6.0.0\\microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.runtimecompilation\\8.0.4\\microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\6.0.0\\microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.2\\microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.common\\4.0.0\\microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.0.0\\microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.razor\\6.0.0\\microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient\\5.2.0\\microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.2.0\\microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.sqlserver\\8.0.4\\microsoft.extensions.caching.sqlserver.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.stackexchangeredis\\8.0.4\\microsoft.extensions.caching.stackexchangeredis.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.1\\microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.0\\microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\3.1.32\\microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\3.1.32\\microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.1\\microsoft.extensions.logging.abstractions.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.objectpool\\6.0.16\\microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client\\4.60.3\\microsoft.identity.client.4.60.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.60.3\\microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.platforms\\2.1.2\\microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mimekit\\4.5.0\\mimekit.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mysqlconnector\\2.3.7\\mysqlconnector.2.3.7.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.coordination\\5.1.2\\nito.asyncex.coordination.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.tasks\\5.1.2\\nito.asyncex.tasks.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.collections.deque\\1.1.1\\nito.collections.deque.1.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.disposables\\2.2.1\\nito.disposables.2.2.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\npgsql\\8.0.2\\npgsql.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nuglify\\1.21.4\\nuglify.1.21.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.8\\pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\questpdf\\2022.12.15\\questpdf.2022.12.15.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\shimskiasharp\\1.0.0.18\\shimskiasharp.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\sixlabors.fonts\\1.0.0\\sixlabors.fonts.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp\\2.88.8\\skiasharp.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.harfbuzz\\2.88.7\\skiasharp.harfbuzz.2.88.7.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.linux.nodependencies\\2.88.8\\skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.8\\skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.8\\skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\stackexchange.redis\\2.7.27\\stackexchange.redis.2.7.27.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.custom\\1.0.0.18\\svg.custom.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.model\\1.0.0.18\\svg.model.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.skia\\1.0.0.18\\svg.skia.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.codedom\\7.0.0\\system.codedom.7.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.0\\system.configuration.configurationmanager.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.diagnosticsource\\7.0.2\\system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.0\\system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.formats.asn1\\8.0.0\\system.formats.asn1.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.hashing\\6.0.0\\system.io.hashing.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.packaging\\6.0.0\\system.io.packaging.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.pipelines\\5.0.1\\system.io.pipelines.5.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.async\\6.0.1\\system.linq.async.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.dynamic.core\\1.3.12\\system.linq.dynamic.core.1.3.12.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.management\\7.0.2\\system.management.7.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.http\\4.3.4\\system.net.http.4.3.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime\\4.3.1\\system.runtime.4.3.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.caching\\8.0.0\\system.runtime.caching.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\5.0.0\\system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.0\\system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.xml\\6.0.1\\system.security.cryptography.xml.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.http\\8.0.0\\system.servicemodel.http.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.primitives\\8.0.0\\system.servicemodel.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnet.common\\2.16.0\\webmarkupmin.aspnet.common.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnetcore8\\2.16.0\\webmarkupmin.aspnetcore8.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.core\\2.16.0\\webmarkupmin.core.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.nuglify\\2.16.0\\webmarkupmin.nuglify.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\xlparser\\1.5.2\\xlparser.1.5.2.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.ACAgeVerification/plugin.json b/Nop.Plugin.Widgets.ACAgeVerification/plugin.json new file mode 100644 index 0000000..1b46a76 --- /dev/null +++ b/Nop.Plugin.Widgets.ACAgeVerification/plugin.json @@ -0,0 +1,11 @@ +{ + "Group": "Widgets", + "FriendlyName": "ACAgeVerification", + "SystemName": "Widgets.ACAgeVerification", + "Version": "4.70.2", + "SupportedVersions": [ "4.70" ], + "Author": "Aycode team", + "DisplayOrder": 1, + "FileName": "Nop.Plugin.Widgets.ACAgeVerification.dll", + "Description": "This plugin allows you to change the contents of main page slider" +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/AgeVerificationPlugin.cs b/Nop.Plugin.Widgets.AgeVerification/AgeVerificationPlugin.cs new file mode 100644 index 0000000..0623c61 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/AgeVerificationPlugin.cs @@ -0,0 +1,36 @@ +using System.Threading.Tasks; +using Nop.Core; +using Nop.Plugin.Widgets.AgeVerification.Components; +using Nop.Services.Cms; +using Nop.Services.Plugins; +using Nop.Web.Framework.Infrastructure; + +namespace Nop.Plugin.Widgets.AgeVerification +{ + public class AgeVerificationPlugin : BasePlugin, IWidgetPlugin + { + public bool HideInWidgetList => true; + + public Type GetWidgetViewComponent(string widgetZone) + { + return typeof(AgeVerificationViewComponent); + } + + public Task> GetWidgetZonesAsync() + { + return Task.FromResult>(new List { PublicWidgetZones.HomepageTop }); + } + + public override async Task InstallAsync() + { + // Add installation logic if needed + await base.InstallAsync(); + } + + public override async Task UninstallAsync() + { + // Add uninstallation logic if needed + await base.UninstallAsync(); + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/Components/AgeVerificationViewComponent.cs b/Nop.Plugin.Widgets.AgeVerification/Components/AgeVerificationViewComponent.cs new file mode 100644 index 0000000..3777d14 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/Components/AgeVerificationViewComponent.cs @@ -0,0 +1,14 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Web.Framework.Components; + +namespace Nop.Plugin.Widgets.AgeVerification.Components +{ + [ViewComponent(Name = "AgeVerification")] + public class AgeVerificationViewComponent : NopViewComponent + { + public IViewComponentResult Invoke() + { + return View("~/Plugins/Misc.AgeVerification/Views/AgeVerificationPopup.cshtml"); + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/Controllers/AgeVerificationController.cs b/Nop.Plugin.Widgets.AgeVerification/Controllers/AgeVerificationController.cs new file mode 100644 index 0000000..6291ded --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/Controllers/AgeVerificationController.cs @@ -0,0 +1,13 @@ +using Microsoft.AspNetCore.Mvc; +using Nop.Web.Framework.Controllers; + +namespace Nop.Plugin.Misc.TestPlugin.Controllers +{ + public class AgeVerificationController : BasePluginController + { + public IActionResult Popup() + { + return View("~/Plugins/Misc.TestPlugin/Views/AgeVerificationPopup.cshtml"); + } + } +} diff --git a/Nop.Plugin.Widgets.AgeVerification/Nop.Plugin.Widgets.AgeVerification.csproj b/Nop.Plugin.Widgets.AgeVerification/Nop.Plugin.Widgets.AgeVerification.csproj new file mode 100644 index 0000000..a3717f1 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/Nop.Plugin.Widgets.AgeVerification.csproj @@ -0,0 +1,48 @@ + + + net8.0 + SOME_COPYRIGHT + YOUR_COMPANY + SOME_AUTHORS + PACKAGE_LICENSE_URL + PACKAGE_PROJECT_URL + REPOSITORY_URL + Git + + true + enable + + + ..\..\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\ + $(OutputPath) + + + ..\..\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\ + $(OutputPath) + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + diff --git a/Nop.Plugin.Widgets.AgeVerification/Notes.txt b/Nop.Plugin.Widgets.AgeVerification/Notes.txt new file mode 100644 index 0000000..0641364 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/Notes.txt @@ -0,0 +1,33 @@ +Important points when developing plugins + + +- All views (cshtml files) and web.config file should have "Build action" set to "Content" and "Copy to output directory" set to "Copy if newer" + +- When you develop a new plugin from scratch, and when a new class library is added to the solution, open its .csproj file (a main project file) in any text editor and replace its content with the following one + + + + net8.0 + ..\..\Presentation\Nop.Web\Plugins\PLUGIN_OUTPUT_DIRECTORY + $(OutputPath) + + false + enable + + + + + + + + + + + + + +Replace “PLUGIN_OUTPUT_DIRECTORY” in the code above with your real plugin output directory name. + +It’s not required. But this way we can use a new ASP.NET approach to add third-party references. It was introduced in .NET Core. Furthermore, references from already referenced libraries will be loaded automatically. It’s very convenient. \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/RouteProvider.cs b/Nop.Plugin.Widgets.AgeVerification/RouteProvider.cs new file mode 100644 index 0000000..799416d --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/RouteProvider.cs @@ -0,0 +1,20 @@ +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Routing; +using Nop.Web.Framework.Mvc.Routing; + +namespace Nop.Plugin.Misc.AgeVerification +{ + public class RouteProvider : IRouteProvider + { + public void RegisterRoutes(IEndpointRouteBuilder endpointRouteBuilder) + { + endpointRouteBuilder.MapControllerRoute( + name: "AgeVerification", + pattern: "Plugins/AgeVerification/Popup", + defaults: new { controller = "AgeVerification", action = "Popup" } + ); + } + + public int Priority => 0; + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/Views/AgeVerificationPopup.cshtml b/Nop.Plugin.Widgets.AgeVerification/Views/AgeVerificationPopup.cshtml new file mode 100644 index 0000000..1a595b2 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/Views/AgeVerificationPopup.cshtml @@ -0,0 +1,22 @@ + + + diff --git a/Nop.Plugin.Widgets.AgeVerification/logo.png b/Nop.Plugin.Widgets.AgeVerification/logo.png new file mode 100644 index 0000000..f5cf39e Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/logo.png differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plug.2B7CF5FF.Up2Date b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plug.2B7CF5FF.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.AssemblyInfo.cs b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.AssemblyInfo.cs new file mode 100644 index 0000000..ad70097 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("YOUR_COMPANY")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("SOME_COPYRIGHT")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Nop.Plugin.Widgets.AgeVerification")] +[assembly: System.Reflection.AssemblyTitleAttribute("Nop.Plugin.Widgets.AgeVerification")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "REPOSITORY_URL")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.AssemblyInfoInputs.cache b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.AssemblyInfoInputs.cache new file mode 100644 index 0000000..96fa8dd --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +e5ce4a7fe2d03ce83b47fc33fb7b6fa5126f86c15a1575dec1450a4f618112a1 diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.GeneratedMSBuildEditorConfig.editorconfig b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..bcf45d9 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Nop.Plugin.Widgets.AgeVerification +build_property.ProjectDir = D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.GlobalUsings.g.cs b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.assets.cache b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.assets.cache new file mode 100644 index 0000000..93a24c8 Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.assets.cache differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.AssemblyReference.cache b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.AssemblyReference.cache new file mode 100644 index 0000000..aa10da7 Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.AssemblyReference.cache differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.BuildWithSkipAnalyzers b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.CoreCompileInputs.cache b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..33a1a25 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +60540abed53b94c8feef0173ef9c92aa653adfe29c9f8837f315d5b56cd9f640 diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.FileListAbsolute.txt b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..1cf2d66 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.csproj.FileListAbsolute.txt @@ -0,0 +1,627 @@ +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Web.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Web.runtimeconfig.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Web.runtimeconfig.dev.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Web.staticwebassets.runtime.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Web.exe +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\logo.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Views\AgeVerificationPopup.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Plugin.Widgets.AgeVerification.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Plugin.Widgets.AgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\Nop.Plugin.Widgets.AgeVerification.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\mscorlib.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\netstandard.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.AppContext.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Buffers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Collections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Data.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Drawing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Formats.Asn1.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Globalization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Transactions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Misc.AgeVerification\refs\WindowsBase.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.AgeVerification.csproj.AssemblyReference.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.AgeVerification.GeneratedMSBuildEditorConfig.editorconfig +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.AgeVerification.AssemblyInfoInputs.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.AgeVerification.AssemblyInfo.cs +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.AgeVerification.csproj.CoreCompileInputs.cache +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plug.2B7CF5FF.Up2Date +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.AgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\refint\Nop.Plugin.Widgets.AgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\Nop.Plugin.Widgets.AgeVerification.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Plugins\Nop.Plugin.Widgets.AgeVerification\obj\Debug\net8.0\ref\Nop.Plugin.Widgets.AgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\logo.png +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\Views\AgeVerificationPopup.cshtml +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\Nop.Plugin.Widgets.AgeVerification.deps.json +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\Nop.Plugin.Widgets.AgeVerification.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\Nop.Plugin.Widgets.AgeVerification.pdb +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Antiforgery.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authentication.BearerToken.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authentication.Cookies.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authentication.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authentication.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authentication.OAuth.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Authorization.Policy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Components.Authorization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Components.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Components.Endpoints.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Components.Forms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Components.Server.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Components.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Connections.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.CookiePolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Cryptography.Internal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.DataProtection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.HostFiltering.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Html.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Http.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Http.Connections.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Http.Connections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Http.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Http.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Http.Results.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.HttpLogging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.HttpOverrides.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.HttpsPolicy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Identity.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Localization.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Cors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.OutputCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Razor.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Razor.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.RequestDecompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.ResponseCaching.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.ResponseCompression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Rewrite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Routing.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Routing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.HttpSys.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.IIS.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.IISIntegration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.Session.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.SignalR.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.SignalR.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.SignalR.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.StaticFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.AspNetCore.WebUtilities.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.CSharp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Caching.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Caching.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.Binder.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.CommandLine.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.FileExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.Ini.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.UserSecrets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Configuration.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.DependencyInjection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Diagnostics.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Diagnostics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Features.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.FileProviders.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.FileProviders.Composite.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.FileProviders.Embedded.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.FileProviders.Physical.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.FileSystemGlobbing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Hosting.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Hosting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Identity.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Identity.Stores.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Localization.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Localization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.Abstractions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.EventSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Logging.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.ObjectPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Options.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Options.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Extensions.WebEncoders.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.JSInterop.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Net.Http.Headers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.VisualBasic.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.VisualBasic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Win32.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\Microsoft.Win32.Registry.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\mscorlib.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\netstandard.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.AppContext.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Buffers.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Collections.Concurrent.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Collections.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Collections.Immutable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Collections.NonGeneric.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Collections.Specialized.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ComponentModel.Annotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ComponentModel.DataAnnotations.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ComponentModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ComponentModel.EventBasedAsync.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ComponentModel.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ComponentModel.TypeConverter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Configuration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Console.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Core.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Data.Common.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Data.DataSetExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Data.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.Contracts.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.Debug.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.DiagnosticSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.EventLog.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.FileVersionInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.Process.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.StackTrace.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.TextWriterTraceListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.Tools.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.TraceSource.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Diagnostics.Tracing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Drawing.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Drawing.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Dynamic.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Formats.Asn1.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Formats.Tar.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Globalization.Calendars.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Globalization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Globalization.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.Compression.Brotli.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.Compression.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.Compression.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.Compression.ZipFile.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.FileSystem.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.FileSystem.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.FileSystem.DriveInfo.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.FileSystem.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.FileSystem.Watcher.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.IsolatedStorage.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.MemoryMappedFiles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.Pipelines.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.Pipes.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.Pipes.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.IO.UnmanagedMemoryStream.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Linq.Expressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Linq.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Linq.Queryable.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Memory.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Http.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Http.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.HttpListener.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Mail.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.NameResolution.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.NetworkInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Ping.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Quic.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Requests.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.ServicePoint.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.Sockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.WebClient.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.WebHeaderCollection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.WebProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.WebSockets.Client.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Net.WebSockets.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Numerics.Vectors.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ObjectModel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.DispatchProxy.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.Emit.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.Emit.ILGeneration.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.Emit.Lightweight.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.Metadata.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Reflection.TypeExtensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Resources.Reader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Resources.ResourceManager.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Resources.Writer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.CompilerServices.Unsafe.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.CompilerServices.VisualC.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Handles.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.InteropServices.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.InteropServices.JavaScript.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.InteropServices.RuntimeInformation.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Intrinsics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Loader.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Numerics.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Serialization.Formatters.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Serialization.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Serialization.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Runtime.Serialization.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.AccessControl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Claims.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.Algorithms.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.Cng.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.Csp.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.OpenSsl.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.Primitives.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.X509Certificates.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Cryptography.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Principal.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.Principal.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Security.SecureString.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ServiceModel.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ServiceProcess.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Text.Encoding.CodePages.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Text.Encoding.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Text.Encoding.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Text.Encodings.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Text.Json.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Text.RegularExpressions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Channels.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Overlapped.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.RateLimiting.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Tasks.Dataflow.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Tasks.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Tasks.Extensions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Tasks.Parallel.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Thread.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.ThreadPool.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Threading.Timer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Transactions.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Transactions.Local.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.ValueTuple.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Web.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Web.HttpUtility.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Windows.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.Linq.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.ReaderWriter.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.Serialization.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.XmlDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.XmlSerializer.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.XPath.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\System.Xml.XPath.XDocument.dll +D:\Munka\MANGOWEB\FlirtyFluffers\src\Presentation\Nop.Web\Plugins\Widgets.AgeVerification\refs\WindowsBase.dll diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.dll b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.dll new file mode 100644 index 0000000..f61e2b7 Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.dll differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.pdb b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.pdb new file mode 100644 index 0000000..9952d32 Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/Nop.Plugin.Widgets.AgeVerification.pdb differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/project.razor.vs.bin b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/project.razor.vs.bin new file mode 100644 index 0000000..02638ec Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/project.razor.vs.bin differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/ref/Nop.Plugin.Widgets.AgeVerification.dll b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/ref/Nop.Plugin.Widgets.AgeVerification.dll new file mode 100644 index 0000000..6fbca69 Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/ref/Nop.Plugin.Widgets.AgeVerification.dll differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/refint/Nop.Plugin.Widgets.AgeVerification.dll b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/refint/Nop.Plugin.Widgets.AgeVerification.dll new file mode 100644 index 0000000..6fbca69 Binary files /dev/null and b/Nop.Plugin.Widgets.AgeVerification/obj/Debug/net8.0/refint/Nop.Plugin.Widgets.AgeVerification.dll differ diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.dgspec.json b/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.dgspec.json new file mode 100644 index 0000000..1c798ef --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.dgspec.json @@ -0,0 +1,533 @@ +{ + "format": 1, + "restore": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\Nop.Plugin.Widgets.AgeVerification.csproj": {} + }, + "projects": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj", + "projectName": "Nop.Core", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[13.0.1, )" + }, + "Autofac.Extensions.DependencyInjection": { + "target": "Package", + "version": "[9.0.0, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs": { + "target": "Package", + "version": "[1.3.4, )" + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys": { + "target": "Package", + "version": "[1.2.3, )" + }, + "Azure.Identity": { + "target": "Package", + "version": "[1.11.2, )" + }, + "Humanizer": { + "target": "Package", + "version": "[2.14.1, )" + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.Extensions.Caching.SqlServer": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Microsoft.Extensions.Caching.StackExchangeRedis": { + "target": "Package", + "version": "[8.0.4, )" + }, + "Nito.AsyncEx.Coordination": { + "target": "Package", + "version": "[5.1.2, )" + }, + "System.IO.FileSystem.AccessControl": { + "target": "Package", + "version": "[5.0.0, )" + }, + "System.Linq.Async": { + "target": "Package", + "version": "[6.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj", + "projectName": "Nop.Data", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentMigrator": { + "target": "Package", + "version": "[5.2.0, )" + }, + "FluentMigrator.Runner": { + "target": "Package", + "version": "[5.1.0, )" + }, + "Microsoft.Data.SqlClient": { + "target": "Package", + "version": "[5.2.0, )" + }, + "MySqlConnector": { + "target": "Package", + "version": "[2.3.7, )" + }, + "Npgsql": { + "target": "Package", + "version": "[8.0.2, )" + }, + "System.Configuration.ConfigurationManager": { + "target": "Package", + "version": "[8.0.0, )" + }, + "System.Net.NameResolution": { + "target": "Package", + "version": "[4.3.0, )" + }, + "linq2db": { + "target": "Package", + "version": "[5.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj", + "projectName": "Nop.Services", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Storage.Blobs": { + "target": "Package", + "version": "[12.19.1, )" + }, + "ClosedXML": { + "target": "Package", + "version": "[0.102.2, )" + }, + "Google.Apis.Auth": { + "target": "Package", + "version": "[1.68.0, )" + }, + "HarfBuzzSharp.NativeAssets.Linux": { + "target": "Package", + "version": "[2.8.2.3, )" + }, + "MailKit": { + "target": "Package", + "version": "[4.5.0, )" + }, + "MaxMind.GeoIP2": { + "target": "Package", + "version": "[5.2.0, )" + }, + "Microsoft.Identity.Client": { + "target": "Package", + "version": "[4.60.3, )" + }, + "QuestPDF": { + "target": "Package", + "version": "[2022.12.15, )" + }, + "SkiaSharp": { + "target": "Package", + "version": "[2.88.8, )" + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies": { + "target": "Package", + "version": "[2.88.8, )" + }, + "Svg.Skia": { + "target": "Package", + "version": "[1.0.0.18, )" + }, + "System.Linq.Dynamic.Core": { + "target": "Package", + "version": "[1.3.12, )" + }, + "System.ServiceModel.Http": { + "target": "Package", + "version": "[8.0.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\Nop.Plugin.Widgets.AgeVerification.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\Nop.Plugin.Widgets.AgeVerification.csproj", + "projectName": "Nop.Plugin.Widgets.AgeVerification", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\Nop.Plugin.Widgets.AgeVerification.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "version": "4.70.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "projectName": "Nop.Web.Framework", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Core\\Nop.Core.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Data\\Nop.Data.csproj" + }, + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Libraries\\Nop.Services\\Nop.Services.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "FluentValidation.AspNetCore": { + "target": "Package", + "version": "[11.3.0, )" + }, + "LigerShark.WebOptimizer.Core": { + "target": "Package", + "version": "[3.0.405, )" + }, + "WebMarkupMin.AspNetCore8": { + "target": "Package", + "version": "[2.16.0, )" + }, + "WebMarkupMin.NUglify": { + "target": "Package", + "version": "[2.16.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.g.props b/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.g.props new file mode 100644 index 0000000..654d59e --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Ádám\.nuget\packages\;C:\Program Files\DevExpress 24.1\Components\Offline Packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.10.1 + + + + + + + + C:\Users\Ádám\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.2 + + \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.g.targets b/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.g.targets new file mode 100644 index 0000000..e3bd1ee --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/Nop.Plugin.Widgets.AgeVerification.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/project.assets.json b/Nop.Plugin.Widgets.AgeVerification/obj/project.assets.json new file mode 100644 index 0000000..7efe1c6 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/project.assets.json @@ -0,0 +1,13017 @@ +{ + "version": 3, + "targets": { + "net8.0": { + "AdvancedStringBuilder/0.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/AdvancedStringBuilder.dll": { + "related": ".xml" + } + } + }, + "Autofac/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.DiagnosticSource": "7.0.2" + }, + "compile": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.dll": { + "related": ".xml" + } + } + }, + "Autofac.Extensions.DependencyInjection/9.0.0": { + "type": "package", + "dependencies": { + "Autofac": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + } + }, + "AutoMapper/13.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Options": "6.0.0" + }, + "compile": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/AutoMapper.dll": { + "related": ".xml" + } + } + }, + "Azure.Core/1.38.0": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Azure.Storage.Blobs": "12.16.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.3": { + "type": "package", + "dependencies": { + "Azure.Core": "1.37.0", + "Azure.Security.KeyVault.Keys": "4.2.0", + "Microsoft.AspNetCore.DataProtection": "3.1.32" + }, + "compile": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Identity/1.11.2": { + "type": "package", + "dependencies": { + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.60.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.60.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, + "Azure.Security.KeyVault.Keys/4.2.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.15.0", + "System.Memory": "4.5.4", + "System.Text.Json": "4.6.0", + "System.Threading.Tasks.Extensions": "4.5.2" + }, + "compile": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Blobs/12.19.1": { + "type": "package", + "dependencies": { + "Azure.Storage.Common": "12.18.1", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Blobs.dll": { + "related": ".xml" + } + } + }, + "Azure.Storage.Common/12.18.1": { + "type": "package", + "dependencies": { + "Azure.Core": "1.36.0", + "System.IO.Hashing": "6.0.0" + }, + "compile": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Azure.Storage.Common.dll": { + "related": ".xml" + } + } + }, + "BouncyCastle.Cryptography/2.3.0": { + "type": "package", + "compile": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/BouncyCastle.Cryptography.dll": { + "related": ".xml" + } + } + }, + "ClosedXML/0.102.2": { + "type": "package", + "dependencies": { + "DocumentFormat.OpenXml": "[2.16.0, 3.0.0)", + "ExcelNumberFormat": "1.1.0", + "SixLabors.Fonts": "1.0.0", + "System.IO.Packaging": "6.0.0", + "System.Net.Http": "4.3.4", + "System.Text.RegularExpressions": "4.3.1", + "XLParser": "1.5.2" + }, + "compile": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/ClosedXML.dll": { + "related": ".xml" + } + } + }, + "DocumentFormat.OpenXml/2.16.0": { + "type": "package", + "dependencies": { + "System.IO.Packaging": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": { + "related": ".xml" + } + } + }, + "ExcelNumberFormat/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "related": ".xml" + } + } + }, + "ExCSS/4.2.3": { + "type": "package", + "compile": { + "lib/net7.0/ExCSS.dll": {} + }, + "runtime": { + "lib/net7.0/ExCSS.dll": {} + } + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "type": "package", + "compile": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + }, + "runtime": { + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll": {} + } + }, + "FluentMigrator/5.2.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.2.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Abstractions/5.2.0": { + "type": "package", + "dependencies": { + "System.ComponentModel.Annotations": "5.0.0", + "System.ValueTuple": "4.5.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Abstractions.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll": { + "locale": "de-DE" + } + } + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Abstractions": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Runner.Core": "5.1.0", + "FluentMigrator.Runner.Db2": "5.1.0", + "FluentMigrator.Runner.Firebird": "5.1.0", + "FluentMigrator.Runner.Hana": "5.1.0", + "FluentMigrator.Runner.MySql": "5.1.0", + "FluentMigrator.Runner.Oracle": "5.1.0", + "FluentMigrator.Runner.Postgres": "5.1.0", + "FluentMigrator.Runner.Redshift": "5.1.0", + "FluentMigrator.Runner.SQLite": "5.1.0", + "FluentMigrator.Runner.Snowflake": "5.1.0", + "FluentMigrator.Runner.SqlServer": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Core/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Abstractions": "5.1.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "type": "package", + "dependencies": { + "FirebirdSql.Data.FirebirdClient": "10.0.0", + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.MySql": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Oracle": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.Postgres": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator.Extensions.Snowflake": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "type": "package", + "dependencies": { + "FluentMigrator": "5.1.0", + "FluentMigrator.Extensions.SqlServer": "5.1.0", + "FluentMigrator.Runner.Core": "5.1.0", + "Microsoft.Data.SqlClient": "5.1.4" + }, + "compile": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll": { + "related": ".pdb;.xml" + } + } + }, + "FluentValidation/11.5.1": { + "type": "package", + "compile": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/FluentValidation.dll": { + "related": ".xml" + } + } + }, + "FluentValidation.AspNetCore/11.3.0": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "FluentValidation.DependencyInjectionExtensions": "11.5.1" + }, + "compile": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/FluentValidation.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "type": "package", + "dependencies": { + "FluentValidation": "11.5.1", + "Microsoft.Extensions.Dependencyinjection.Abstractions": "2.1.0" + }, + "compile": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { + "related": ".xml" + } + } + }, + "Google.Apis/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis.Core": "1.68.0" + }, + "compile": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Auth/1.68.0": { + "type": "package", + "dependencies": { + "Google.Apis": "1.68.0", + "Google.Apis.Core": "1.68.0", + "System.Management": "7.0.2" + }, + "compile": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Auth.dll": { + "related": ".pdb;.xml" + } + } + }, + "Google.Apis.Core/1.68.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/Google.Apis.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp/7.3.0.1": { + "type": "package", + "dependencies": { + "HarfBuzzSharp.NativeAssets.Win32": "7.3.0.1", + "HarfBuzzSharp.NativeAssets.macOS": "7.3.0.1" + }, + "compile": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/HarfBuzzSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "HarfBuzzSharp.NativeAssets.Linux/2.8.2.3": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "2.8.2.3" + }, + "compile": { + "lib/net5.0/_._": {} + }, + "runtime": { + "lib/net5.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libHarfBuzzSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libHarfBuzzSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libHarfBuzzSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Humanizer/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core.af": "2.14.1", + "Humanizer.Core.ar": "2.14.1", + "Humanizer.Core.az": "2.14.1", + "Humanizer.Core.bg": "2.14.1", + "Humanizer.Core.bn-BD": "2.14.1", + "Humanizer.Core.cs": "2.14.1", + "Humanizer.Core.da": "2.14.1", + "Humanizer.Core.de": "2.14.1", + "Humanizer.Core.el": "2.14.1", + "Humanizer.Core.es": "2.14.1", + "Humanizer.Core.fa": "2.14.1", + "Humanizer.Core.fi-FI": "2.14.1", + "Humanizer.Core.fr": "2.14.1", + "Humanizer.Core.fr-BE": "2.14.1", + "Humanizer.Core.he": "2.14.1", + "Humanizer.Core.hr": "2.14.1", + "Humanizer.Core.hu": "2.14.1", + "Humanizer.Core.hy": "2.14.1", + "Humanizer.Core.id": "2.14.1", + "Humanizer.Core.is": "2.14.1", + "Humanizer.Core.it": "2.14.1", + "Humanizer.Core.ja": "2.14.1", + "Humanizer.Core.ko-KR": "2.14.1", + "Humanizer.Core.ku": "2.14.1", + "Humanizer.Core.lv": "2.14.1", + "Humanizer.Core.ms-MY": "2.14.1", + "Humanizer.Core.mt": "2.14.1", + "Humanizer.Core.nb": "2.14.1", + "Humanizer.Core.nb-NO": "2.14.1", + "Humanizer.Core.nl": "2.14.1", + "Humanizer.Core.pl": "2.14.1", + "Humanizer.Core.pt": "2.14.1", + "Humanizer.Core.ro": "2.14.1", + "Humanizer.Core.ru": "2.14.1", + "Humanizer.Core.sk": "2.14.1", + "Humanizer.Core.sl": "2.14.1", + "Humanizer.Core.sr": "2.14.1", + "Humanizer.Core.sr-Latn": "2.14.1", + "Humanizer.Core.sv": "2.14.1", + "Humanizer.Core.th-TH": "2.14.1", + "Humanizer.Core.tr": "2.14.1", + "Humanizer.Core.uk": "2.14.1", + "Humanizer.Core.uz-Cyrl-UZ": "2.14.1", + "Humanizer.Core.uz-Latn-UZ": "2.14.1", + "Humanizer.Core.vi": "2.14.1", + "Humanizer.Core.zh-CN": "2.14.1", + "Humanizer.Core.zh-Hans": "2.14.1", + "Humanizer.Core.zh-Hant": "2.14.1" + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core.af/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/af/Humanizer.resources.dll": { + "locale": "af" + } + } + }, + "Humanizer.Core.ar/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ar/Humanizer.resources.dll": { + "locale": "ar" + } + } + }, + "Humanizer.Core.az/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/az/Humanizer.resources.dll": { + "locale": "az" + } + } + }, + "Humanizer.Core.bg/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bg/Humanizer.resources.dll": { + "locale": "bg" + } + } + }, + "Humanizer.Core.bn-BD/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/bn-BD/Humanizer.resources.dll": { + "locale": "bn-BD" + } + } + }, + "Humanizer.Core.cs/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/cs/Humanizer.resources.dll": { + "locale": "cs" + } + } + }, + "Humanizer.Core.da/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/da/Humanizer.resources.dll": { + "locale": "da" + } + } + }, + "Humanizer.Core.de/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/de/Humanizer.resources.dll": { + "locale": "de" + } + } + }, + "Humanizer.Core.el/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/el/Humanizer.resources.dll": { + "locale": "el" + } + } + }, + "Humanizer.Core.es/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/es/Humanizer.resources.dll": { + "locale": "es" + } + } + }, + "Humanizer.Core.fa/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fa/Humanizer.resources.dll": { + "locale": "fa" + } + } + }, + "Humanizer.Core.fi-FI/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fi-FI/Humanizer.resources.dll": { + "locale": "fi-FI" + } + } + }, + "Humanizer.Core.fr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr/Humanizer.resources.dll": { + "locale": "fr" + } + } + }, + "Humanizer.Core.fr-BE/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/fr-BE/Humanizer.resources.dll": { + "locale": "fr-BE" + } + } + }, + "Humanizer.Core.he/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/he/Humanizer.resources.dll": { + "locale": "he" + } + } + }, + "Humanizer.Core.hr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hr/Humanizer.resources.dll": { + "locale": "hr" + } + } + }, + "Humanizer.Core.hu/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hu/Humanizer.resources.dll": { + "locale": "hu" + } + } + }, + "Humanizer.Core.hy/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/hy/Humanizer.resources.dll": { + "locale": "hy" + } + } + }, + "Humanizer.Core.id/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/id/Humanizer.resources.dll": { + "locale": "id" + } + } + }, + "Humanizer.Core.is/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/is/Humanizer.resources.dll": { + "locale": "is" + } + } + }, + "Humanizer.Core.it/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/it/Humanizer.resources.dll": { + "locale": "it" + } + } + }, + "Humanizer.Core.ja/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ja/Humanizer.resources.dll": { + "locale": "ja" + } + } + }, + "Humanizer.Core.ko-KR/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll": { + "locale": "ko-KR" + } + } + }, + "Humanizer.Core.ku/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ku/Humanizer.resources.dll": { + "locale": "ku" + } + } + }, + "Humanizer.Core.lv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/lv/Humanizer.resources.dll": { + "locale": "lv" + } + } + }, + "Humanizer.Core.ms-MY/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll": { + "locale": "ms-MY" + } + } + }, + "Humanizer.Core.mt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/mt/Humanizer.resources.dll": { + "locale": "mt" + } + } + }, + "Humanizer.Core.nb/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb/Humanizer.resources.dll": { + "locale": "nb" + } + } + }, + "Humanizer.Core.nb-NO/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nb-NO/Humanizer.resources.dll": { + "locale": "nb-NO" + } + } + }, + "Humanizer.Core.nl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/nl/Humanizer.resources.dll": { + "locale": "nl" + } + } + }, + "Humanizer.Core.pl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pl/Humanizer.resources.dll": { + "locale": "pl" + } + } + }, + "Humanizer.Core.pt/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/pt/Humanizer.resources.dll": { + "locale": "pt" + } + } + }, + "Humanizer.Core.ro/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ro/Humanizer.resources.dll": { + "locale": "ro" + } + } + }, + "Humanizer.Core.ru/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/ru/Humanizer.resources.dll": { + "locale": "ru" + } + } + }, + "Humanizer.Core.sk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sk/Humanizer.resources.dll": { + "locale": "sk" + } + } + }, + "Humanizer.Core.sl/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sl/Humanizer.resources.dll": { + "locale": "sl" + } + } + }, + "Humanizer.Core.sr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr/Humanizer.resources.dll": { + "locale": "sr" + } + } + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sr-Latn/Humanizer.resources.dll": { + "locale": "sr-Latn" + } + } + }, + "Humanizer.Core.sv/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/sv/Humanizer.resources.dll": { + "locale": "sv" + } + } + }, + "Humanizer.Core.th-TH/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/netstandard2.0/th-TH/Humanizer.resources.dll": { + "locale": "th-TH" + } + } + }, + "Humanizer.Core.tr/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/tr/Humanizer.resources.dll": { + "locale": "tr" + } + } + }, + "Humanizer.Core.uk/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uk/Humanizer.resources.dll": { + "locale": "uk" + } + } + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll": { + "locale": "uz-Cyrl-UZ" + } + } + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll": { + "locale": "uz-Latn-UZ" + } + } + }, + "Humanizer.Core.vi/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/vi/Humanizer.resources.dll": { + "locale": "vi" + } + } + }, + "Humanizer.Core.zh-CN/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-CN/Humanizer.resources.dll": { + "locale": "zh-CN" + } + } + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hans/Humanizer.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "type": "package", + "dependencies": { + "Humanizer.Core": "[2.14.1]" + }, + "resource": { + "lib/net6.0/zh-Hant/Humanizer.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Irony.NetCore/1.0.11": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Runtime.Numerics": "4.3.0" + }, + "compile": { + "lib/netstandard1.6/Irony.dll": {} + }, + "runtime": { + "lib/netstandard1.6/Irony.dll": {} + } + }, + "LigerShark.WebOptimizer.Core/3.0.405": { + "type": "package", + "dependencies": { + "NUglify": "1.20.7", + "System.Text.Json": "5.0.2" + }, + "compile": { + "lib/netcoreapp3.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/WebOptimizer.Core.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "build/_._": {} + } + }, + "linq2db/5.4.1": { + "type": "package", + "compile": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/linq2db.dll": { + "related": ".xml" + } + } + }, + "MailKit/4.5.0": { + "type": "package", + "dependencies": { + "MimeKit": "4.5.0" + }, + "compile": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MailKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MaxMind.Db/4.1.0": { + "type": "package", + "compile": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.Db.dll": { + "related": ".xml" + } + } + }, + "MaxMind.GeoIP2/5.2.0": { + "type": "package", + "dependencies": { + "MaxMind.Db": "4.1.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MaxMind.GeoIP2.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "3.1.32", + "Microsoft.AspNetCore.DataProtection.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.Hosting.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32", + "Microsoft.Extensions.Options": "3.1.32", + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Cryptography.Xml": "4.7.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {} + } + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.0", + "Microsoft.CodeAnalysis.Razor": "6.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "build": { + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets": {} + } + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.2", + "System.Collections.Immutable": "5.0.0", + "System.Memory": "4.5.4", + "System.Reflection.Metadata": "5.0.0", + "System.Runtime.CompilerServices.Unsafe": "5.0.0", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.0.0]" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "6.0.0", + "Microsoft.CodeAnalysis.CSharp": "4.0.0", + "Microsoft.CodeAnalysis.Common": "4.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/5.2.0": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.3", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.56.0", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "compile": { + "ref/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.4": { + "type": "package", + "dependencies": { + "Azure.Identity": "1.10.2", + "Microsoft.Data.SqlClient": "4.0.5", + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.1", + "Microsoft.Extensions.Options": "8.0.2", + "StackExchange.Redis": "2.7.27" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "3.1.32", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.32", + "Microsoft.Extensions.FileProviders.Abstractions": "3.1.32", + "Microsoft.Extensions.Logging.Abstractions": "3.1.32" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.60.3": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.60.3": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.60.3", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MimeKit/4.5.0": { + "type": "package", + "dependencies": { + "BouncyCastle.Cryptography": "2.3.0", + "System.Security.Cryptography.Pkcs": "8.0.0" + }, + "compile": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/MimeKit.dll": { + "related": ".dll.config;.pdb;.xml" + } + } + }, + "MySqlConnector/2.3.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "7.0.1" + }, + "compile": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "type": "package", + "dependencies": { + "Nito.AsyncEx.Tasks": "5.1.2", + "Nito.Collections.Deque": "1.1.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "related": ".xml" + } + } + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "type": "package", + "dependencies": { + "Nito.Disposables": "2.2.1" + }, + "compile": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "related": ".xml" + } + } + }, + "Nito.Collections.Deque/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "related": ".xml" + } + } + }, + "Nito.Disposables/2.2.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "1.7.1" + }, + "compile": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "related": ".xml" + } + } + }, + "Npgsql/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "NUglify/1.21.4": { + "type": "package", + "compile": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/NUglify.dll": { + "related": ".xml" + } + } + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "type": "package", + "dependencies": { + "System.IO.Pipelines": "5.0.1" + }, + "compile": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Pipelines.Sockets.Unofficial.dll": { + "related": ".xml" + } + } + }, + "QuestPDF/2022.12.15": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.7", + "SkiaSharp.HarfBuzz": "2.88.7" + }, + "compile": { + "lib/net8.0/QuestPDF.dll": {} + }, + "runtime": { + "lib/net8.0/QuestPDF.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "ShimSkiaSharp/1.0.0.18": { + "type": "package", + "compile": { + "lib/net8.0/ShimSkiaSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ShimSkiaSharp.dll": {} + } + }, + "SixLabors.Fonts/1.0.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.8", + "SkiaSharp.NativeAssets.macOS": "2.88.8" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.HarfBuzz/2.88.7": { + "type": "package", + "dependencies": { + "HarfBuzzSharp": "7.3.0.1", + "SkiaSharp": "2.88.7" + }, + "compile": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.HarfBuzz.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.8" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "StackExchange.Redis/2.7.27": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Pipelines.Sockets.Unofficial": "2.2.8" + }, + "compile": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/StackExchange.Redis.dll": { + "related": ".xml" + } + } + }, + "Svg.Custom/1.0.0.18": { + "type": "package", + "dependencies": { + "ExCSS": "4.2.3" + }, + "compile": { + "lib/net8.0/Svg.Custom.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Custom.dll": {} + } + }, + "Svg.Model/1.0.0.18": { + "type": "package", + "dependencies": { + "ShimSkiaSharp": "1.0.0.18", + "Svg.Custom": "1.0.0.18" + }, + "compile": { + "lib/net8.0/Svg.Model.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Model.dll": {} + } + }, + "Svg.Skia/1.0.0.18": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6", + "SkiaSharp.HarfBuzz": "2.88.6", + "Svg.Custom": "1.0.0.18", + "Svg.Model": "1.0.0.18" + }, + "compile": { + "lib/net8.0/Svg.Skia.dll": {} + }, + "runtime": { + "lib/net8.0/Svg.Skia.dll": {} + } + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.ClientModel/1.0.0": { + "type": "package", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": { + "related": ".xml" + } + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Annotations/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/7.0.2": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": { + "related": ".xml" + } + } + }, + "System.Formats.Asn1/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.Calendars.dll": { + "related": ".xml" + } + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} + } + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Packaging/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Packaging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Pipelines/5.0.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Async/6.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "6.0.0" + }, + "compile": { + "ref/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Linq.Async.dll": { + "related": ".xml" + } + } + }, + "System.Linq.Dynamic.Core/1.3.12": { + "type": "package", + "compile": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Management/7.0.2": { + "type": "package", + "dependencies": { + "System.CodeDom": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/1.0.2": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.6.0" + }, + "compile": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "related": ".xml" + } + } + }, + "System.Net.Http/4.3.4": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } + } + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.Numerics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtimeTargets": { + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Xml/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Cryptography.Pkcs": "6.0.1" + }, + "compile": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.ServiceModel.Http/8.0.0": { + "type": "package", + "dependencies": { + "System.ServiceModel.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Http.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Http.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Http.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Http.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.ServiceModel.Primitives/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ObjectPool": "6.0.16", + "System.Security.Cryptography.Xml": "6.0.1" + }, + "compile": { + "ref/net8.0/System.ServiceModel.Primitives.dll": {} + }, + "runtime": { + "lib/net8.0/System.ServiceModel.Primitives.dll": { + "related": ".pdb" + } + }, + "resource": { + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/4.5.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.2", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + }, + "compile": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "compile": { + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.ValueTuple/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + }, + "WebMarkupMin.AspNet.Common/2.16.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.Core": "2.16.0" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.AspNetCore8/2.16.0": { + "type": "package", + "dependencies": { + "WebMarkupMin.AspNet.Common": "2.16.0" + }, + "compile": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/WebMarkupMin.AspNetCore8.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "WebMarkupMin.Core/2.16.0": { + "type": "package", + "dependencies": { + "AdvancedStringBuilder": "0.1.1" + }, + "compile": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/WebMarkupMin.Core.dll": { + "related": ".xml" + } + } + }, + "WebMarkupMin.NUglify/2.16.0": { + "type": "package", + "dependencies": { + "NUglify": "1.21.4", + "WebMarkupMin.Core": "2.16.0" + }, + "compile": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/WebMarkupMin.NUglify.dll": { + "related": ".xml" + } + } + }, + "XLParser/1.5.2": { + "type": "package", + "dependencies": { + "Irony.NetCore": "1.0.11", + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.6/XLParser.dll": {} + }, + "runtime": { + "lib/netstandard1.6/XLParser.dll": {} + } + }, + "Nop.Core/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "AutoMapper": "13.0.1", + "Autofac.Extensions.DependencyInjection": "9.0.0", + "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.4", + "Azure.Extensions.AspNetCore.DataProtection.Keys": "1.2.3", + "Azure.Identity": "1.11.2", + "Humanizer": "2.14.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "8.0.4", + "Microsoft.Extensions.Caching.SqlServer": "8.0.4", + "Microsoft.Extensions.Caching.StackExchangeRedis": "8.0.4", + "Nito.AsyncEx.Coordination": "5.1.2", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Linq.Async": "6.0.1" + }, + "compile": { + "bin/placeholder/Nop.Core.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Core.dll": {} + } + }, + "Nop.Data/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentMigrator": "5.2.0", + "FluentMigrator.Runner": "5.1.0", + "Microsoft.Data.SqlClient": "5.2.0", + "MySqlConnector": "2.3.7", + "Nop.Core": "4.70.0", + "Npgsql": "8.0.2", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Net.NameResolution": "4.3.0", + "linq2db": "5.4.1" + }, + "compile": { + "bin/placeholder/Nop.Data.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Data.dll": {} + } + }, + "Nop.Services/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Azure.Storage.Blobs": "12.19.1", + "ClosedXML": "0.102.2", + "Google.Apis.Auth": "1.68.0", + "HarfBuzzSharp.NativeAssets.Linux": "2.8.2.3", + "MailKit": "4.5.0", + "MaxMind.GeoIP2": "5.2.0", + "Microsoft.Identity.Client": "4.60.3", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "QuestPDF": "2022.12.15", + "SkiaSharp": "2.88.8", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.8", + "Svg.Skia": "1.0.0.18", + "System.Linq.Dynamic.Core": "1.3.12", + "System.ServiceModel.Http": "8.0.0" + }, + "compile": { + "bin/placeholder/Nop.Services.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Services.dll": {} + } + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "FluentValidation.AspNetCore": "11.3.0", + "LigerShark.WebOptimizer.Core": "3.0.405", + "Nop.Core": "4.70.0", + "Nop.Data": "4.70.0", + "Nop.Services": "4.70.0", + "WebMarkupMin.AspNetCore8": "2.16.0", + "WebMarkupMin.NUglify": "2.16.0" + }, + "compile": { + "bin/placeholder/Nop.Web.Framework.dll": {} + }, + "runtime": { + "bin/placeholder/Nop.Web.Framework.dll": {} + } + } + } + }, + "libraries": { + "AdvancedStringBuilder/0.1.1": { + "sha512": "32IrlspOA59ewotQ4tlKP27QhKxMKGB7oncqlwVHn/hAz+j/r3HvLr6/W9ni9Mnyktlcg6kt7QZS8rEgur1+4Q==", + "type": "package", + "path": "advancedstringbuilder/0.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "advancedstringbuilder.0.1.1.nupkg.sha512", + "advancedstringbuilder.nuspec", + "icon.png", + "lib/net40-client/AdvancedStringBuilder.dll", + "lib/net40-client/AdvancedStringBuilder.xml", + "lib/net45/AdvancedStringBuilder.dll", + "lib/net45/AdvancedStringBuilder.xml", + "lib/netstandard1.0/AdvancedStringBuilder.dll", + "lib/netstandard1.0/AdvancedStringBuilder.xml", + "lib/netstandard2.0/AdvancedStringBuilder.dll", + "lib/netstandard2.0/AdvancedStringBuilder.xml", + "readme.txt" + ] + }, + "Autofac/8.0.0": { + "sha512": "qxVqJcl3fixxa5aZc9TmIuYTwooI9GCL5RzfUiTZtTlbAF3NcWz7bPeEyJEAyS/0qGhSyGnXeku2eiu/7L+3qw==", + "type": "package", + "path": "autofac/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.8.0.0.nupkg.sha512", + "autofac.nuspec", + "icon.png", + "lib/net6.0/Autofac.dll", + "lib/net6.0/Autofac.xml", + "lib/net7.0/Autofac.dll", + "lib/net7.0/Autofac.xml", + "lib/net8.0/Autofac.dll", + "lib/net8.0/Autofac.xml", + "lib/netstandard2.0/Autofac.dll", + "lib/netstandard2.0/Autofac.xml", + "lib/netstandard2.1/Autofac.dll", + "lib/netstandard2.1/Autofac.xml" + ] + }, + "Autofac.Extensions.DependencyInjection/9.0.0": { + "sha512": "tf+//4MBola256qaaVQqQ6tx2R57S8A8BFekRWNpHkpSFzRBPkU+/fEDUSrCjqldK/B2zRoDbsMcQmYy3PYGWg==", + "type": "package", + "path": "autofac.extensions.dependencyinjection/9.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "autofac.extensions.dependencyinjection.nuspec", + "icon.png", + "lib/net6.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net6.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net7.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net7.0/Autofac.Extensions.DependencyInjection.xml", + "lib/net8.0/Autofac.Extensions.DependencyInjection.dll", + "lib/net8.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Autofac.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Autofac.Extensions.DependencyInjection.xml" + ] + }, + "AutoMapper/13.0.1": { + "sha512": "/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==", + "type": "package", + "path": "automapper/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "automapper.13.0.1.nupkg.sha512", + "automapper.nuspec", + "icon.png", + "lib/net6.0/AutoMapper.dll", + "lib/net6.0/AutoMapper.xml" + ] + }, + "Azure.Core/1.38.0": { + "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "type": "package", + "path": "azure.core/1.38.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.38.0.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net461/Azure.Core.dll", + "lib/net461/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net6.0/Azure.Core.dll", + "lib/net6.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4": { + "sha512": "zS+x0MpUMSbvZD598lwAoax+ohIeSAvGlXpT71iP7FFmMZ+Tjz/8hx+jZH/RbV2cJYTYbux8XFDll7LMPuz46g==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.blobs/1.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.blobs.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Blobs.xml" + ] + }, + "Azure.Extensions.AspNetCore.DataProtection.Keys/1.2.3": { + "sha512": "F797bJFRvAP/LAsApXc9cIrg+1/3hZ09l3z7P7JgVHnyBeMiVi6HlMhY1RNuINzAVhMZb5hs9pjIv33dCvox1g==", + "type": "package", + "path": "azure.extensions.aspnetcore.dataprotection.keys/1.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.extensions.aspnetcore.dataprotection.keys.1.2.3.nupkg.sha512", + "azure.extensions.aspnetcore.dataprotection.keys.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.dll", + "lib/netstandard2.0/Azure.Extensions.AspNetCore.DataProtection.Keys.xml" + ] + }, + "Azure.Identity/1.11.2": { + "sha512": "mihECA1msfwdjTPXHwK9N3n4ln8jMB0DuT0r2caDGPriRT1vca4/Jgmo6FmFZPo8RQsQt1fVn1Gxv5WqkyHVeA==", + "type": "package", + "path": "azure.identity/1.11.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.11.2.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Security.KeyVault.Keys/4.2.0": { + "sha512": "I0e71ZjMQ3bJFBOnZNnKizshvZgd/GOx+m7waAeojbm/2P7j4mp5DXNMAN1nm0/FZaCGGR6fVF5I54El+RtGIg==", + "type": "package", + "path": "azure.security.keyvault.keys/4.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.security.keyvault.keys.4.2.0.nupkg.sha512", + "azure.security.keyvault.keys.nuspec", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll", + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.xml", + "pkgicon.png" + ] + }, + "Azure.Storage.Blobs/12.19.1": { + "sha512": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "type": "package", + "path": "azure.storage.blobs/12.19.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.blobs.12.19.1.nupkg.sha512", + "azure.storage.blobs.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Blobs.dll", + "lib/net6.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.0/Azure.Storage.Blobs.dll", + "lib/netstandard2.0/Azure.Storage.Blobs.xml", + "lib/netstandard2.1/Azure.Storage.Blobs.dll", + "lib/netstandard2.1/Azure.Storage.Blobs.xml" + ] + }, + "Azure.Storage.Common/12.18.1": { + "sha512": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "type": "package", + "path": "azure.storage.common/12.18.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.storage.common.12.18.1.nupkg.sha512", + "azure.storage.common.nuspec", + "azureicon.png", + "lib/net6.0/Azure.Storage.Common.dll", + "lib/net6.0/Azure.Storage.Common.xml", + "lib/netstandard2.0/Azure.Storage.Common.dll", + "lib/netstandard2.0/Azure.Storage.Common.xml" + ] + }, + "BouncyCastle.Cryptography/2.3.0": { + "sha512": "IaVIiYxZLaBulveGDRUx/pBoW/Rc8QeXGF5u2E8xL8RWhVKCgfmtX9NUyGRbnSqnbFQU2zyP3MkXIdH+jUuQBw==", + "type": "package", + "path": "bouncycastle.cryptography/2.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "bouncycastle.cryptography.2.3.0.nupkg.sha512", + "bouncycastle.cryptography.nuspec", + "lib/net461/BouncyCastle.Cryptography.dll", + "lib/net461/BouncyCastle.Cryptography.xml", + "lib/net6.0/BouncyCastle.Cryptography.dll", + "lib/net6.0/BouncyCastle.Cryptography.xml", + "lib/netstandard2.0/BouncyCastle.Cryptography.dll", + "lib/netstandard2.0/BouncyCastle.Cryptography.xml", + "packageIcon.png" + ] + }, + "ClosedXML/0.102.2": { + "sha512": "nsHmfPNPtWpr6vair857sQiN11OaFn80oiN2GIbTB1vDqnw9jhNMtlxS0/iYP/E+YGG5zLX2N6xeznuBuvezSQ==", + "type": "package", + "path": "closedxml/0.102.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "closedxml.0.102.2.nupkg.sha512", + "closedxml.nuspec", + "lib/netstandard2.0/ClosedXML.dll", + "lib/netstandard2.0/ClosedXML.xml", + "lib/netstandard2.1/ClosedXML.dll", + "lib/netstandard2.1/ClosedXML.xml", + "nuget-logo.png" + ] + }, + "DocumentFormat.OpenXml/2.16.0": { + "sha512": "RhpnDgyyx1KjZm98T3w3bSXFHG/7ZNUaVmz4NAUA+jmV3PcVNZeW87Y04CpBNLdDHEMSspirfo0B5kLRaoE97w==", + "type": "package", + "path": "documentformat.openxml/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "documentformat.openxml.2.16.0.nupkg.sha512", + "documentformat.openxml.nuspec", + "icon.png", + "lib/net35/DocumentFormat.OpenXml.dll", + "lib/net35/DocumentFormat.OpenXml.xml", + "lib/net40/DocumentFormat.OpenXml.dll", + "lib/net40/DocumentFormat.OpenXml.xml", + "lib/net46/DocumentFormat.OpenXml.dll", + "lib/net46/DocumentFormat.OpenXml.xml", + "lib/netstandard1.3/DocumentFormat.OpenXml.dll", + "lib/netstandard1.3/DocumentFormat.OpenXml.xml", + "lib/netstandard2.0/DocumentFormat.OpenXml.dll", + "lib/netstandard2.0/DocumentFormat.OpenXml.xml" + ] + }, + "ExcelNumberFormat/1.1.0": { + "sha512": "R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", + "type": "package", + "path": "excelnumberformat/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excelnumberformat.1.1.0.nupkg.sha512", + "excelnumberformat.nuspec", + "icon.png", + "lib/net20/ExcelNumberFormat.dll", + "lib/net20/ExcelNumberFormat.xml", + "lib/netstandard1.0/ExcelNumberFormat.dll", + "lib/netstandard1.0/ExcelNumberFormat.xml", + "lib/netstandard2.0/ExcelNumberFormat.dll", + "lib/netstandard2.0/ExcelNumberFormat.xml" + ] + }, + "ExCSS/4.2.3": { + "sha512": "SyeAfu2wL5247sipJoPUzQfjiwQtfSd8hN4IbgoyVcDx4PP6Dud4znwPRibWQzLtTlUxYYcbf5f4p+EfFC7KtQ==", + "type": "package", + "path": "excss/4.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "excss.4.2.3.nupkg.sha512", + "excss.nuspec", + "lib/net48/ExCSS.dll", + "lib/net6.0/ExCSS.dll", + "lib/net7.0/ExCSS.dll", + "lib/netcoreapp3.1/ExCSS.dll", + "lib/netstandard2.0/ExCSS.dll", + "lib/netstandard2.1/ExCSS.dll", + "readme.md" + ] + }, + "FirebirdSql.Data.FirebirdClient/10.0.0": { + "sha512": "x+JkSd6TeL9zUXDbi5C0NPeZ1ejo5sw3G9nhoxvVGXhaU399agYgO5RXtYRmcS4GkeA57Q9sThe5pFL2knSdXQ==", + "type": "package", + "path": "firebirdsql.data.firebirdclient/10.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "firebird-logo.png", + "firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "firebirdsql.data.firebirdclient.nuspec", + "lib/net48/FirebirdSql.Data.FirebirdClient.dll", + "lib/net5.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net6.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/net7.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.0/FirebirdSql.Data.FirebirdClient.dll", + "lib/netstandard2.1/FirebirdSql.Data.FirebirdClient.dll", + "license.txt" + ] + }, + "FluentMigrator/5.2.0": { + "sha512": "h3w95meLtHsdWQY1BVVh5eaGcI82zADR2T1WSCcc/NTc+P+rsGzmqG5RF9Gz+Fy1BNEQXL47Xppk/YorwJgEWg==", + "type": "package", + "path": "fluentmigrator/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.5.2.0.nupkg.sha512", + "fluentmigrator.nuspec", + "lib/net48/FluentMigrator.dll", + "lib/net48/FluentMigrator.pdb", + "lib/net48/FluentMigrator.xml", + "lib/netstandard2.0/FluentMigrator.dll", + "lib/netstandard2.0/FluentMigrator.pdb", + "lib/netstandard2.0/FluentMigrator.xml" + ] + }, + "FluentMigrator.Abstractions/5.2.0": { + "sha512": "MvzpENiB2o8QqIXYgKlbtrEPyaHc2m2ukRmaNWszL9ZJH3OBY/kYMotn/dxWC+zwlUo82ZPvoCJtoFi2nptz2w==", + "type": "package", + "path": "fluentmigrator.abstractions/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "fluentmigrator.abstractions.nuspec", + "lib/net48/FluentMigrator.Abstractions.dll", + "lib/net48/FluentMigrator.Abstractions.pdb", + "lib/net48/FluentMigrator.Abstractions.xml", + "lib/net48/de-DE/FluentMigrator.Abstractions.resources.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.dll", + "lib/netstandard2.0/FluentMigrator.Abstractions.pdb", + "lib/netstandard2.0/FluentMigrator.Abstractions.xml", + "lib/netstandard2.0/de-DE/FluentMigrator.Abstractions.resources.dll" + ] + }, + "FluentMigrator.Extensions.MySql/5.1.0": { + "sha512": "8dx8AS/XFs6HH7G3mw2FcDM43Y7+n96Z0OS9uQjmyum5Cv2Qp2dD2Gf747MCtbWbC/vdhJGomld+BnccBkNA3w==", + "type": "package", + "path": "fluentmigrator.extensions.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.mysql.nuspec", + "lib/net48/FluentMigrator.Extensions.MySql.dll", + "lib/net48/FluentMigrator.Extensions.MySql.pdb", + "lib/net48/FluentMigrator.Extensions.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.MySql.xml" + ] + }, + "FluentMigrator.Extensions.Oracle/5.1.0": { + "sha512": "Cpnav//COP8wl/NVa7EYyiQAsF0lAba3NYizAWXq+vIApxyu5L9Cp6GpyCTgIIOR4QLTx3FXV4cCg7/QKXkHHA==", + "type": "package", + "path": "fluentmigrator.extensions.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.oracle.nuspec", + "lib/net48/FluentMigrator.Extensions.Oracle.dll", + "lib/net48/FluentMigrator.Extensions.Oracle.pdb", + "lib/net48/FluentMigrator.Extensions.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Oracle.xml" + ] + }, + "FluentMigrator.Extensions.Postgres/5.1.0": { + "sha512": "g3Se8v9zyjJUxFedx6mxCtCWrpr5IRD1BExyeIuvorJZZztE4emO/qXtpEB/m9YwdD8stJuPShbMWUa7bKm86Q==", + "type": "package", + "path": "fluentmigrator.extensions.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.postgres.nuspec", + "lib/net48/FluentMigrator.Extensions.Postgres.dll", + "lib/net48/FluentMigrator.Extensions.Postgres.pdb", + "lib/net48/FluentMigrator.Extensions.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Postgres.xml" + ] + }, + "FluentMigrator.Extensions.Snowflake/5.1.0": { + "sha512": "3YnRq9q5AcShusF9OvbfMFu/Swyfn8V5YD/vkvAsNTcIIAWs4jXY0QhLR/lofIwvk56XqXE263x2OfzLZnf+gQ==", + "type": "package", + "path": "fluentmigrator.extensions.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.snowflake.nuspec", + "lib/net48/FluentMigrator.Extensions.Snowflake.dll", + "lib/net48/FluentMigrator.Extensions.Snowflake.pdb", + "lib/net48/FluentMigrator.Extensions.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.Snowflake.xml" + ] + }, + "FluentMigrator.Extensions.SqlServer/5.1.0": { + "sha512": "zdcQ1mYvyFY+gzfLScv5Y4j/qFXn4xLed71WqjiNWvN2/JkVh7Xa94K/b+PA6AYh8a7AIqdbnOKtzFr0Lh+95g==", + "type": "package", + "path": "fluentmigrator.extensions.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.extensions.sqlserver.nuspec", + "lib/net48/FluentMigrator.Extensions.SqlServer.dll", + "lib/net48/FluentMigrator.Extensions.SqlServer.pdb", + "lib/net48/FluentMigrator.Extensions.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Extensions.SqlServer.xml" + ] + }, + "FluentMigrator.Runner/5.1.0": { + "sha512": "jincYPtHyQjQ3XgQ7c8aPkKLX88HxueHdeSz++WDVo0LXnR4aFbvi/UXbtAsnwt+Jj06KFhF1DlYVOoT3yrhKQ==", + "type": "package", + "path": "fluentmigrator.runner/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.5.1.0.nupkg.sha512", + "fluentmigrator.runner.nuspec", + "lib/net48/FluentMigrator.Runner.dll", + "lib/net48/FluentMigrator.Runner.pdb", + "lib/net48/FluentMigrator.Runner.xml", + "lib/netstandard2.0/FluentMigrator.Runner.dll", + "lib/netstandard2.0/FluentMigrator.Runner.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.xml" + ] + }, + "FluentMigrator.Runner.Core/5.1.0": { + "sha512": "nP/3ezpP57wqt/1+NScrsSRiQj90xeaNjEyjFIekNtPzmGyM/z//AYk3MXtfM8so8b+JZNL5INQYgXaVGISD0Q==", + "type": "package", + "path": "fluentmigrator.runner.core/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "fluentmigrator.runner.core.nuspec", + "lib/net48/FluentMigrator.Runner.Core.dll", + "lib/net48/FluentMigrator.Runner.Core.pdb", + "lib/net48/FluentMigrator.Runner.Core.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Core.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Core.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Core.xml" + ] + }, + "FluentMigrator.Runner.Db2/5.1.0": { + "sha512": "Z9CdgQnkyBgNyRpTA2le/VEQaa2ukFNqDYEqkRu2cOZk+XF3JsjkQMeeQB2Byy7yZhgK/SGrauLvebB5wF1wEw==", + "type": "package", + "path": "fluentmigrator.runner.db2/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "fluentmigrator.runner.db2.nuspec", + "lib/net48/FluentMigrator.Runner.Db2.dll", + "lib/net48/FluentMigrator.Runner.Db2.pdb", + "lib/net48/FluentMigrator.Runner.Db2.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Db2.xml" + ] + }, + "FluentMigrator.Runner.Firebird/5.1.0": { + "sha512": "lNFo+LZQczW3vtuSjpOfRxUhoRrwBMg+PV+SOk12c1PnkfvDAtsX/HSn9yUI3xV+fN1x6krBIwIQ9o63HQZAfg==", + "type": "package", + "path": "fluentmigrator.runner.firebird/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "fluentmigrator.runner.firebird.nuspec", + "lib/net48/FluentMigrator.Runner.Firebird.dll", + "lib/net48/FluentMigrator.Runner.Firebird.pdb", + "lib/net48/FluentMigrator.Runner.Firebird.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Firebird.xml" + ] + }, + "FluentMigrator.Runner.Hana/5.1.0": { + "sha512": "xCRna1elZYhOITRK4uNtPb3xut0GTtteCyTjQF7ZlHC4RFFpg1a2fAWFUF+TB9YVeFxf1QHKhbo8Kr5rGH6HqA==", + "type": "package", + "path": "fluentmigrator.runner.hana/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "fluentmigrator.runner.hana.nuspec", + "lib/net48/FluentMigrator.Runner.Hana.dll", + "lib/net48/FluentMigrator.Runner.Hana.pdb", + "lib/net48/FluentMigrator.Runner.Hana.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Hana.xml" + ] + }, + "FluentMigrator.Runner.MySql/5.1.0": { + "sha512": "VywFX3gKQ7EcveKoLcxLwf8aQkWnJn6WQ2aJqe7Dw6gld8o0WBpevsBwQFO1doGqXzhFDlWHO2NwKoqvXQCG+Q==", + "type": "package", + "path": "fluentmigrator.runner.mysql/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "fluentmigrator.runner.mysql.nuspec", + "lib/net48/FluentMigrator.Runner.MySql.dll", + "lib/net48/FluentMigrator.Runner.MySql.pdb", + "lib/net48/FluentMigrator.Runner.MySql.xml", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.dll", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.MySql.xml" + ] + }, + "FluentMigrator.Runner.Oracle/5.1.0": { + "sha512": "qNmTirqFREMOm/HMkO68suXd3EIoadfQ69gvuJ5Hvy7LNQgMAW8FcrcGkNFn0t0JYAtGEbtH9t90/6dmBAwQIg==", + "type": "package", + "path": "fluentmigrator.runner.oracle/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "fluentmigrator.runner.oracle.nuspec", + "lib/net48/FluentMigrator.Runner.Oracle.dll", + "lib/net48/FluentMigrator.Runner.Oracle.pdb", + "lib/net48/FluentMigrator.Runner.Oracle.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Oracle.xml" + ] + }, + "FluentMigrator.Runner.Postgres/5.1.0": { + "sha512": "Zr/cqR7b5PJqwO/JPtVz/zn2USO/jLz8b9JEFCjsYIb4AU8WIwNpLoRXsEcWSoHjlAc60LPcZM608tkgDGgA6A==", + "type": "package", + "path": "fluentmigrator.runner.postgres/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "fluentmigrator.runner.postgres.nuspec", + "lib/net48/FluentMigrator.Runner.Postgres.dll", + "lib/net48/FluentMigrator.Runner.Postgres.pdb", + "lib/net48/FluentMigrator.Runner.Postgres.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Postgres.xml" + ] + }, + "FluentMigrator.Runner.Redshift/5.1.0": { + "sha512": "7GTF2EaaU8de9ViLobwxSKT+gY81h6b4zXIkMteALdqnAjkMNcynhEradH5OaDe9PorKWWh3/VBzCmO+N516xw==", + "type": "package", + "path": "fluentmigrator.runner.redshift/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "fluentmigrator.runner.redshift.nuspec", + "lib/net48/FluentMigrator.Runner.Redshift.dll", + "lib/net48/FluentMigrator.Runner.Redshift.pdb", + "lib/net48/FluentMigrator.Runner.Redshift.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Redshift.xml" + ] + }, + "FluentMigrator.Runner.Snowflake/5.1.0": { + "sha512": "OmGfCxJPSrhJ6VcW6ypqc+NziwH1rygkNEJfW7Jl1DHfwrQtPgIgWw8qTA0abN+RkwtalXsfaEJ+4EuL0L+w6w==", + "type": "package", + "path": "fluentmigrator.runner.snowflake/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "fluentmigrator.runner.snowflake.nuspec", + "lib/net48/FluentMigrator.Runner.Snowflake.dll", + "lib/net48/FluentMigrator.Runner.Snowflake.pdb", + "lib/net48/FluentMigrator.Runner.Snowflake.xml", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.dll", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.Snowflake.xml" + ] + }, + "FluentMigrator.Runner.SQLite/5.1.0": { + "sha512": "5fADu6iWF9pnPKhI0S2VmdR8gaFFe4A+ZtAu57A9w8gcZCCPVzekye83+gm93XuAGxOQtT1RErVIy2T0aGcyYA==", + "type": "package", + "path": "fluentmigrator.runner.sqlite/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlite.nuspec", + "lib/net48/FluentMigrator.Runner.SQLite.dll", + "lib/net48/FluentMigrator.Runner.SQLite.pdb", + "lib/net48/FluentMigrator.Runner.SQLite.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SQLite.xml" + ] + }, + "FluentMigrator.Runner.SqlServer/5.1.0": { + "sha512": "WiZjICPJRIjuOZG2c52JOspKG0iR9UrfotE/SQMNlGEoIxjp8XrksEw7LytWsXWCymDjZUedNnA7QTqZS4p/Iw==", + "type": "package", + "path": "fluentmigrator.runner.sqlserver/5.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "fluentmigrator.runner.sqlserver.nuspec", + "lib/net48/FluentMigrator.Runner.SqlServer.dll", + "lib/net48/FluentMigrator.Runner.SqlServer.pdb", + "lib/net48/FluentMigrator.Runner.SqlServer.xml", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.dll", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.pdb", + "lib/netstandard2.0/FluentMigrator.Runner.SqlServer.xml" + ] + }, + "FluentValidation/11.5.1": { + "sha512": "0h1Q5lNOLLyYTWMJmyNoMqhY4CBRvvUWvJP1R4F2CnmmzuWwvB0A8aVmw5+lOuwYnwUwCRrdeMLbc81F38ahNQ==", + "type": "package", + "path": "fluentvalidation/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.11.5.1.nupkg.sha512", + "fluentvalidation.nuspec", + "lib/net5.0/FluentValidation.dll", + "lib/net5.0/FluentValidation.xml", + "lib/net6.0/FluentValidation.dll", + "lib/net6.0/FluentValidation.xml", + "lib/net7.0/FluentValidation.dll", + "lib/net7.0/FluentValidation.xml", + "lib/netstandard2.0/FluentValidation.dll", + "lib/netstandard2.0/FluentValidation.xml", + "lib/netstandard2.1/FluentValidation.dll", + "lib/netstandard2.1/FluentValidation.xml" + ] + }, + "FluentValidation.AspNetCore/11.3.0": { + "sha512": "jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==", + "type": "package", + "path": "fluentvalidation.aspnetcore/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "fluentvalidation.aspnetcore.nuspec", + "lib/net5.0/FluentValidation.AspNetCore.dll", + "lib/net5.0/FluentValidation.AspNetCore.xml", + "lib/net6.0/FluentValidation.AspNetCore.dll", + "lib/net6.0/FluentValidation.AspNetCore.xml", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.dll", + "lib/netcoreapp3.1/FluentValidation.AspNetCore.xml" + ] + }, + "FluentValidation.DependencyInjectionExtensions/11.5.1": { + "sha512": "iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==", + "type": "package", + "path": "fluentvalidation.dependencyinjectionextensions/11.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "fluent-validation-icon.png", + "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "fluentvalidation.dependencyinjectionextensions.nuspec", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.0/FluentValidation.DependencyInjectionExtensions.xml", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll", + "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.xml" + ] + }, + "Google.Apis/1.68.0": { + "sha512": "s2MymhdpH+ybZNBeZ2J5uFgFHApBp+QXf9FjZSdM1lk/vx5VqIknJwnaWiuAzXxPrLEkesX0Q+UsiWn39yZ9zw==", + "type": "package", + "path": "google.apis/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.1.68.0.nupkg.sha512", + "google.apis.nuspec", + "lib/net462/Google.Apis.dll", + "lib/net462/Google.Apis.pdb", + "lib/net462/Google.Apis.xml", + "lib/net6.0/Google.Apis.dll", + "lib/net6.0/Google.Apis.pdb", + "lib/net6.0/Google.Apis.xml", + "lib/netstandard2.0/Google.Apis.dll", + "lib/netstandard2.0/Google.Apis.pdb", + "lib/netstandard2.0/Google.Apis.xml" + ] + }, + "Google.Apis.Auth/1.68.0": { + "sha512": "hFx8Qz5bZ4w0hpnn4tSmZaaFpjAMsgVElZ+ZgVLUZ2r9i+AKcoVgwiNfv1pruNS5cCvpXqhKECbruBCfRezPHA==", + "type": "package", + "path": "google.apis.auth/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.auth.1.68.0.nupkg.sha512", + "google.apis.auth.nuspec", + "lib/net462/Google.Apis.Auth.dll", + "lib/net462/Google.Apis.Auth.pdb", + "lib/net462/Google.Apis.Auth.xml", + "lib/net6.0/Google.Apis.Auth.dll", + "lib/net6.0/Google.Apis.Auth.pdb", + "lib/net6.0/Google.Apis.Auth.xml", + "lib/netstandard2.0/Google.Apis.Auth.dll", + "lib/netstandard2.0/Google.Apis.Auth.pdb", + "lib/netstandard2.0/Google.Apis.Auth.xml" + ] + }, + "Google.Apis.Core/1.68.0": { + "sha512": "pAqwa6pfu53UXCR2b7A/PAPXeuVg6L1OFw38WckN27NU2+mf+KTjoEg2YGv/f0UyKxzz7DxF1urOTKg/6dTP9g==", + "type": "package", + "path": "google.apis.core/1.68.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE", + "NuGetIcon.png", + "google.apis.core.1.68.0.nupkg.sha512", + "google.apis.core.nuspec", + "lib/net462/Google.Apis.Core.dll", + "lib/net462/Google.Apis.Core.pdb", + "lib/net462/Google.Apis.Core.xml", + "lib/net6.0/Google.Apis.Core.dll", + "lib/net6.0/Google.Apis.Core.pdb", + "lib/net6.0/Google.Apis.Core.xml", + "lib/netstandard2.0/Google.Apis.Core.dll", + "lib/netstandard2.0/Google.Apis.Core.pdb", + "lib/netstandard2.0/Google.Apis.Core.xml" + ] + }, + "HarfBuzzSharp/7.3.0.1": { + "sha512": "/6z6TQBqWWbVpLUw7E/82HZKLT3OAzg/w6z8I6JFNFcYa3nM9RnZ8XGos9nD4buAzThLHpqPw/rb8FdZXEORAQ==", + "type": "package", + "path": "harfbuzzsharp/7.3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "harfbuzzsharp.7.3.0.1.nupkg.sha512", + "harfbuzzsharp.nuspec", + "lib/monoandroid1.0/HarfBuzzSharp.dll", + "lib/monoandroid1.0/HarfBuzzSharp.pdb", + "lib/monoandroid1.0/HarfBuzzSharp.xml", + "lib/net462/HarfBuzzSharp.dll", + "lib/net462/HarfBuzzSharp.pdb", + "lib/net462/HarfBuzzSharp.xml", + "lib/net6.0-android30.0/HarfBuzzSharp.dll", + "lib/net6.0-android30.0/HarfBuzzSharp.pdb", + "lib/net6.0-android30.0/HarfBuzzSharp.xml", + "lib/net6.0-ios13.6/HarfBuzzSharp.dll", + "lib/net6.0-ios13.6/HarfBuzzSharp.pdb", + "lib/net6.0-ios13.6/HarfBuzzSharp.xml", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.dll", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.pdb", + "lib/net6.0-maccatalyst13.5/HarfBuzzSharp.xml", + "lib/net6.0-macos10.15/HarfBuzzSharp.dll", + "lib/net6.0-macos10.15/HarfBuzzSharp.pdb", + "lib/net6.0-macos10.15/HarfBuzzSharp.xml", + "lib/net6.0-tvos13.4/HarfBuzzSharp.dll", + "lib/net6.0-tvos13.4/HarfBuzzSharp.pdb", + "lib/net6.0-tvos13.4/HarfBuzzSharp.xml", + "lib/net6.0/HarfBuzzSharp.dll", + "lib/net6.0/HarfBuzzSharp.pdb", + "lib/net6.0/HarfBuzzSharp.xml", + "lib/netcoreapp3.1/HarfBuzzSharp.dll", + "lib/netcoreapp3.1/HarfBuzzSharp.pdb", + "lib/netcoreapp3.1/HarfBuzzSharp.xml", + "lib/netstandard1.3/HarfBuzzSharp.dll", + "lib/netstandard1.3/HarfBuzzSharp.pdb", + "lib/netstandard1.3/HarfBuzzSharp.xml", + "lib/netstandard2.0/HarfBuzzSharp.dll", + "lib/netstandard2.0/HarfBuzzSharp.pdb", + "lib/netstandard2.0/HarfBuzzSharp.xml", + "lib/netstandard2.1/HarfBuzzSharp.dll", + "lib/netstandard2.1/HarfBuzzSharp.pdb", + "lib/netstandard2.1/HarfBuzzSharp.xml", + "lib/tizen40/HarfBuzzSharp.dll", + "lib/tizen40/HarfBuzzSharp.pdb", + "lib/tizen40/HarfBuzzSharp.xml", + "lib/uap10.0.10240/HarfBuzzSharp.dll", + "lib/uap10.0.10240/HarfBuzzSharp.pdb", + "lib/uap10.0.10240/HarfBuzzSharp.xml", + "lib/uap10.0.16299/HarfBuzzSharp.dll", + "lib/uap10.0.16299/HarfBuzzSharp.pdb", + "lib/uap10.0.16299/HarfBuzzSharp.xml", + "lib/xamarinios1.0/HarfBuzzSharp.dll", + "lib/xamarinios1.0/HarfBuzzSharp.pdb", + "lib/xamarinios1.0/HarfBuzzSharp.xml", + "lib/xamarinmac2.0/HarfBuzzSharp.dll", + "lib/xamarinmac2.0/HarfBuzzSharp.pdb", + "lib/xamarinmac2.0/HarfBuzzSharp.xml", + "lib/xamarintvos1.0/HarfBuzzSharp.dll", + "lib/xamarintvos1.0/HarfBuzzSharp.pdb", + "lib/xamarintvos1.0/HarfBuzzSharp.xml", + "lib/xamarinwatchos1.0/HarfBuzzSharp.dll", + "lib/xamarinwatchos1.0/HarfBuzzSharp.pdb", + "lib/xamarinwatchos1.0/HarfBuzzSharp.xml" + ] + }, + "HarfBuzzSharp.NativeAssets.Linux/2.8.2.3": { + "sha512": "Qu1yJSHEN7PD3+fqfkaClnORWN5e2xJ2Xoziz/GUi/oBT1Z+Dp2oZeiONKP6NFltboSOBkvH90QuOA6YN/U1zg==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.linux/2.8.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Linux.targets", + "harfbuzzsharp.nativeassets.linux.2.8.2.3.nupkg.sha512", + "harfbuzzsharp.nativeassets.linux.nuspec", + "lib/net462/_._", + "lib/net5.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libHarfBuzzSharp.so", + "runtimes/linux-arm64/native/libHarfBuzzSharp.so", + "runtimes/linux-musl-x64/native/libHarfBuzzSharp.so", + "runtimes/linux-x64/native/libHarfBuzzSharp.so" + ] + }, + "HarfBuzzSharp.NativeAssets.macOS/7.3.0.1": { + "sha512": "4i6e8WhXF04At1rZ904xjt5g10W86u6B2SpzWAw+cfY4mzfyUV0hgZHIWsE6PsW8a9bP/bSdsZx/Rt4UIroi4w==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.macos/7.3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/HarfBuzzSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/HarfBuzzSharp.NativeAssets.macOS.targets", + "harfbuzzsharp.nativeassets.macos.7.3.0.1.nupkg.sha512", + "harfbuzzsharp.nativeassets.macos.nuspec", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libHarfBuzzSharp.dylib" + ] + }, + "HarfBuzzSharp.NativeAssets.Win32/7.3.0.1": { + "sha512": "NxzjhGcY7fYCu51BsanQurXXyqGogZiMzFBpDrZg49jNhT/S0QWYe/uvmP9YbwagprKQ+2tbGT0cw1BvxJciXQ==", + "type": "package", + "path": "harfbuzzsharp.nativeassets.win32/7.3.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/HarfBuzzSharp.NativeAssets.Win32.targets", + "harfbuzzsharp.nativeassets.win32.7.3.0.1.nupkg.sha512", + "harfbuzzsharp.nativeassets.win32.nuspec", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libHarfBuzzSharp.dll", + "runtimes/win-x64/native/libHarfBuzzSharp.dll", + "runtimes/win-x86/native/libHarfBuzzSharp.dll" + ] + }, + "Humanizer/2.14.1": { + "sha512": "/FUTD3cEceAAmJSCPN9+J+VhGwmL/C12jvwlyM1DFXShEMsBzvLzLqSrJ2rb+k/W2znKw7JyflZgZpyE+tI7lA==", + "type": "package", + "path": "humanizer/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.2.14.1.nupkg.sha512", + "humanizer.nuspec", + "logo.png" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "Humanizer.Core.af/2.14.1": { + "sha512": "BoQHyu5le+xxKOw+/AUM7CLXneM/Bh3++0qh1u0+D95n6f9eGt9kNc8LcAHLIOwId7Sd5hiAaaav0Nimj3peNw==", + "type": "package", + "path": "humanizer.core.af/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.af.2.14.1.nupkg.sha512", + "humanizer.core.af.nuspec", + "lib/net6.0/af/Humanizer.resources.dll", + "lib/netstandard1.0/af/Humanizer.resources.dll", + "lib/netstandard2.0/af/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ar/2.14.1": { + "sha512": "3d1V10LDtmqg5bZjWkA/EkmGFeSfNBcyCH+TiHcHP+HGQQmRq3eBaLcLnOJbVQVn3Z6Ak8GOte4RX4kVCxQlFA==", + "type": "package", + "path": "humanizer.core.ar/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ar.2.14.1.nupkg.sha512", + "humanizer.core.ar.nuspec", + "lib/net6.0/ar/Humanizer.resources.dll", + "lib/netstandard1.0/ar/Humanizer.resources.dll", + "lib/netstandard2.0/ar/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.az/2.14.1": { + "sha512": "8Z/tp9PdHr/K2Stve2Qs/7uqWPWLUK9D8sOZDNzyv42e20bSoJkHFn7SFoxhmaoVLJwku2jp6P7HuwrfkrP18Q==", + "type": "package", + "path": "humanizer.core.az/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.az.2.14.1.nupkg.sha512", + "humanizer.core.az.nuspec", + "lib/net6.0/az/Humanizer.resources.dll", + "lib/netstandard1.0/az/Humanizer.resources.dll", + "lib/netstandard2.0/az/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bg/2.14.1": { + "sha512": "S+hIEHicrOcbV2TBtyoPp1AVIGsBzlarOGThhQYCnP6QzEYo/5imtok6LMmhZeTnBFoKhM8yJqRfvJ5yqVQKSQ==", + "type": "package", + "path": "humanizer.core.bg/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bg.2.14.1.nupkg.sha512", + "humanizer.core.bg.nuspec", + "lib/net6.0/bg/Humanizer.resources.dll", + "lib/netstandard1.0/bg/Humanizer.resources.dll", + "lib/netstandard2.0/bg/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.bn-BD/2.14.1": { + "sha512": "U3bfj90tnUDRKlL1ZFlzhCHoVgpTcqUlTQxjvGCaFKb+734TTu3nkHUWVZltA1E/swTvimo/aXLtkxnLFrc0EQ==", + "type": "package", + "path": "humanizer.core.bn-bd/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "humanizer.core.bn-bd.nuspec", + "lib/net6.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard1.0/bn-BD/Humanizer.resources.dll", + "lib/netstandard2.0/bn-BD/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.cs/2.14.1": { + "sha512": "jWrQkiCTy3L2u1T86cFkgijX6k7hoB0pdcFMWYaSZnm6rvG/XJE40tfhYyKhYYgIc1x9P2GO5AC7xXvFnFdqMQ==", + "type": "package", + "path": "humanizer.core.cs/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.cs.2.14.1.nupkg.sha512", + "humanizer.core.cs.nuspec", + "lib/net6.0/cs/Humanizer.resources.dll", + "lib/netstandard1.0/cs/Humanizer.resources.dll", + "lib/netstandard2.0/cs/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.da/2.14.1": { + "sha512": "5o0rJyE/2wWUUphC79rgYDnif/21MKTTx9LIzRVz9cjCIVFrJ2bDyR2gapvI9D6fjoyvD1NAfkN18SHBsO8S9g==", + "type": "package", + "path": "humanizer.core.da/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.da.2.14.1.nupkg.sha512", + "humanizer.core.da.nuspec", + "lib/net6.0/da/Humanizer.resources.dll", + "lib/netstandard1.0/da/Humanizer.resources.dll", + "lib/netstandard2.0/da/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.de/2.14.1": { + "sha512": "9JD/p+rqjb8f5RdZ3aEJqbjMYkbk4VFii2QDnnOdNo6ywEfg/A5YeOQ55CaBJmy7KvV4tOK4+qHJnX/tg3Z54A==", + "type": "package", + "path": "humanizer.core.de/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.de.2.14.1.nupkg.sha512", + "humanizer.core.de.nuspec", + "lib/net6.0/de/Humanizer.resources.dll", + "lib/netstandard1.0/de/Humanizer.resources.dll", + "lib/netstandard2.0/de/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.el/2.14.1": { + "sha512": "Xmv6sTL5mqjOWGGpqY7bvbfK5RngaUHSa8fYDGSLyxY9mGdNbDcasnRnMOvi0SxJS9gAqBCn21Xi90n2SHZbFA==", + "type": "package", + "path": "humanizer.core.el/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.el.2.14.1.nupkg.sha512", + "humanizer.core.el.nuspec", + "lib/net6.0/el/Humanizer.resources.dll", + "lib/netstandard1.0/el/Humanizer.resources.dll", + "lib/netstandard2.0/el/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.es/2.14.1": { + "sha512": "e//OIAeMB7pjBV1HqqI4pM2Bcw3Jwgpyz9G5Fi4c+RJvhqFwztoWxW57PzTnNJE2lbhGGLQZihFZjsbTUsbczA==", + "type": "package", + "path": "humanizer.core.es/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.es.2.14.1.nupkg.sha512", + "humanizer.core.es.nuspec", + "lib/net6.0/es/Humanizer.resources.dll", + "lib/netstandard1.0/es/Humanizer.resources.dll", + "lib/netstandard2.0/es/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fa/2.14.1": { + "sha512": "nzDOj1x0NgjXMjsQxrET21t1FbdoRYujzbmZoR8u8ou5CBWY1UNca0j6n/PEJR/iUbt4IxstpszRy41wL/BrpA==", + "type": "package", + "path": "humanizer.core.fa/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fa.2.14.1.nupkg.sha512", + "humanizer.core.fa.nuspec", + "lib/net6.0/fa/Humanizer.resources.dll", + "lib/netstandard1.0/fa/Humanizer.resources.dll", + "lib/netstandard2.0/fa/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fi-FI/2.14.1": { + "sha512": "Vnxxx4LUhp3AzowYi6lZLAA9Lh8UqkdwRh4IE2qDXiVpbo08rSbokATaEzFS+o+/jCNZBmoyyyph3vgmcSzhhQ==", + "type": "package", + "path": "humanizer.core.fi-fi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "humanizer.core.fi-fi.nuspec", + "lib/net6.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard1.0/fi-FI/Humanizer.resources.dll", + "lib/netstandard2.0/fi-FI/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr/2.14.1": { + "sha512": "2p4g0BYNzFS3u9SOIDByp2VClYKO0K1ecDV4BkB9EYdEPWfFODYnF+8CH8LpUrpxL2TuWo2fiFx/4Jcmrnkbpg==", + "type": "package", + "path": "humanizer.core.fr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr.2.14.1.nupkg.sha512", + "humanizer.core.fr.nuspec", + "lib/net6.0/fr/Humanizer.resources.dll", + "lib/netstandard1.0/fr/Humanizer.resources.dll", + "lib/netstandard2.0/fr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.fr-BE/2.14.1": { + "sha512": "o6R3SerxCRn5Ij8nCihDNMGXlaJ/1AqefteAssgmU2qXYlSAGdhxmnrQAXZUDlE4YWt/XQ6VkNLtH7oMqsSPFQ==", + "type": "package", + "path": "humanizer.core.fr-be/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.fr-be.2.14.1.nupkg.sha512", + "humanizer.core.fr-be.nuspec", + "lib/net6.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard1.0/fr-BE/Humanizer.resources.dll", + "lib/netstandard2.0/fr-BE/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.he/2.14.1": { + "sha512": "FPsAhy7Iw6hb+ZitLgYC26xNcgGAHXb0V823yFAzcyoL5ozM+DCJtYfDPYiOpsJhEZmKFTM9No0jUn1M89WGvg==", + "type": "package", + "path": "humanizer.core.he/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.he.2.14.1.nupkg.sha512", + "humanizer.core.he.nuspec", + "lib/net6.0/he/Humanizer.resources.dll", + "lib/netstandard1.0/he/Humanizer.resources.dll", + "lib/netstandard2.0/he/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hr/2.14.1": { + "sha512": "chnaD89yOlST142AMkAKLuzRcV5df3yyhDyRU5rypDiqrq2HN8y1UR3h1IicEAEtXLoOEQyjSAkAQ6QuXkn7aw==", + "type": "package", + "path": "humanizer.core.hr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hr.2.14.1.nupkg.sha512", + "humanizer.core.hr.nuspec", + "lib/net6.0/hr/Humanizer.resources.dll", + "lib/netstandard1.0/hr/Humanizer.resources.dll", + "lib/netstandard2.0/hr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hu/2.14.1": { + "sha512": "hAfnaoF9LTGU/CmFdbnvugN4tIs8ppevVMe3e5bD24+tuKsggMc5hYta9aiydI8JH9JnuVmxvNI4DJee1tK05A==", + "type": "package", + "path": "humanizer.core.hu/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hu.2.14.1.nupkg.sha512", + "humanizer.core.hu.nuspec", + "lib/net6.0/hu/Humanizer.resources.dll", + "lib/netstandard1.0/hu/Humanizer.resources.dll", + "lib/netstandard2.0/hu/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.hy/2.14.1": { + "sha512": "sVIKxOiSBUb4gStRHo9XwwAg9w7TNvAXbjy176gyTtaTiZkcjr9aCPziUlYAF07oNz6SdwdC2mwJBGgvZ0Sl2g==", + "type": "package", + "path": "humanizer.core.hy/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.hy.2.14.1.nupkg.sha512", + "humanizer.core.hy.nuspec", + "lib/net6.0/hy/Humanizer.resources.dll", + "lib/netstandard1.0/hy/Humanizer.resources.dll", + "lib/netstandard2.0/hy/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.id/2.14.1": { + "sha512": "4Zl3GTvk3a49Ia/WDNQ97eCupjjQRs2iCIZEQdmkiqyaLWttfb+cYXDMGthP42nufUL0SRsvBctN67oSpnXtsg==", + "type": "package", + "path": "humanizer.core.id/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.id.2.14.1.nupkg.sha512", + "humanizer.core.id.nuspec", + "lib/net6.0/id/Humanizer.resources.dll", + "lib/netstandard1.0/id/Humanizer.resources.dll", + "lib/netstandard2.0/id/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.is/2.14.1": { + "sha512": "R67A9j/nNgcWzU7gZy1AJ07ABSLvogRbqOWvfRDn4q6hNdbg/mjGjZBp4qCTPnB2mHQQTCKo3oeCUayBCNIBCw==", + "type": "package", + "path": "humanizer.core.is/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.is.2.14.1.nupkg.sha512", + "humanizer.core.is.nuspec", + "lib/net6.0/is/Humanizer.resources.dll", + "lib/netstandard1.0/is/Humanizer.resources.dll", + "lib/netstandard2.0/is/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.it/2.14.1": { + "sha512": "jYxGeN4XIKHVND02FZ+Woir3CUTyBhLsqxu9iqR/9BISArkMf1Px6i5pRZnvq4fc5Zn1qw71GKKoCaHDJBsLFw==", + "type": "package", + "path": "humanizer.core.it/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.it.2.14.1.nupkg.sha512", + "humanizer.core.it.nuspec", + "lib/net6.0/it/Humanizer.resources.dll", + "lib/netstandard1.0/it/Humanizer.resources.dll", + "lib/netstandard2.0/it/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ja/2.14.1": { + "sha512": "TM3ablFNoYx4cYJybmRgpDioHpiKSD7q0QtMrmpsqwtiiEsdW5zz/q4PolwAczFnvrKpN6nBXdjnPPKVet93ng==", + "type": "package", + "path": "humanizer.core.ja/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ja.2.14.1.nupkg.sha512", + "humanizer.core.ja.nuspec", + "lib/net6.0/ja/Humanizer.resources.dll", + "lib/netstandard1.0/ja/Humanizer.resources.dll", + "lib/netstandard2.0/ja/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ko-KR/2.14.1": { + "sha512": "CtvwvK941k/U0r8PGdEuBEMdW6jv/rBiA9tUhakC7Zd2rA/HCnDcbr1DiNZ+/tRshnhzxy/qwmpY8h4qcAYCtQ==", + "type": "package", + "path": "humanizer.core.ko-kr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "humanizer.core.ko-kr.nuspec", + "lib/netstandard1.0/ko-KR/Humanizer.resources.dll", + "lib/netstandard2.0/ko-KR/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ku/2.14.1": { + "sha512": "vHmzXcVMe+LNrF9txpdHzpG7XJX65SiN9GQd/Zkt6gsGIIEeECHrkwCN5Jnlkddw2M/b0HS4SNxdR1GrSn7uCA==", + "type": "package", + "path": "humanizer.core.ku/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ku.2.14.1.nupkg.sha512", + "humanizer.core.ku.nuspec", + "lib/net6.0/ku/Humanizer.resources.dll", + "lib/netstandard1.0/ku/Humanizer.resources.dll", + "lib/netstandard2.0/ku/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.lv/2.14.1": { + "sha512": "E1/KUVnYBS1bdOTMNDD7LV/jdoZv/fbWTLPtvwdMtSdqLyRTllv6PGM9xVQoFDYlpvVGtEl/09glCojPHw8ffA==", + "type": "package", + "path": "humanizer.core.lv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.lv.2.14.1.nupkg.sha512", + "humanizer.core.lv.nuspec", + "lib/net6.0/lv/Humanizer.resources.dll", + "lib/netstandard1.0/lv/Humanizer.resources.dll", + "lib/netstandard2.0/lv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ms-MY/2.14.1": { + "sha512": "vX8oq9HnYmAF7bek4aGgGFJficHDRTLgp/EOiPv9mBZq0i4SA96qVMYSjJ2YTaxs7Eljqit7pfpE2nmBhY5Fnw==", + "type": "package", + "path": "humanizer.core.ms-my/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ms-my.2.14.1.nupkg.sha512", + "humanizer.core.ms-my.nuspec", + "lib/netstandard1.0/ms-MY/Humanizer.resources.dll", + "lib/netstandard2.0/ms-MY/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.mt/2.14.1": { + "sha512": "pEgTBzUI9hzemF7xrIZigl44LidTUhNu4x/P6M9sAwZjkUF0mMkbpxKkaasOql7lLafKrnszs0xFfaxQyzeuZQ==", + "type": "package", + "path": "humanizer.core.mt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.mt.2.14.1.nupkg.sha512", + "humanizer.core.mt.nuspec", + "lib/netstandard1.0/mt/Humanizer.resources.dll", + "lib/netstandard2.0/mt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb/2.14.1": { + "sha512": "mbs3m6JJq53ssLqVPxNfqSdTxAcZN3njlG8yhJVx83XVedpTe1ECK9aCa8FKVOXv93Gl+yRHF82Hw9T9LWv2hw==", + "type": "package", + "path": "humanizer.core.nb/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb.2.14.1.nupkg.sha512", + "humanizer.core.nb.nuspec", + "lib/net6.0/nb/Humanizer.resources.dll", + "lib/netstandard1.0/nb/Humanizer.resources.dll", + "lib/netstandard2.0/nb/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nb-NO/2.14.1": { + "sha512": "AsJxrrVYmIMbKDGe8W6Z6//wKv9dhWH7RsTcEHSr4tQt/80pcNvLi0hgD3fqfTtg0tWKtgch2cLf4prorEV+5A==", + "type": "package", + "path": "humanizer.core.nb-no/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nb-no.2.14.1.nupkg.sha512", + "humanizer.core.nb-no.nuspec", + "lib/net6.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard1.0/nb-NO/Humanizer.resources.dll", + "lib/netstandard2.0/nb-NO/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.nl/2.14.1": { + "sha512": "24b0OUdzJxfoqiHPCtYnR5Y4l/s4Oh7KW7uDp+qX25NMAHLCGog2eRfA7p2kRJp8LvnynwwQxm2p534V9m55wQ==", + "type": "package", + "path": "humanizer.core.nl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.nl.2.14.1.nupkg.sha512", + "humanizer.core.nl.nuspec", + "lib/net6.0/nl/Humanizer.resources.dll", + "lib/netstandard1.0/nl/Humanizer.resources.dll", + "lib/netstandard2.0/nl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pl/2.14.1": { + "sha512": "17mJNYaBssENVZyQHduiq+bvdXS0nhZJGEXtPKoMhKv3GD//WO0mEfd9wjEBsWCSmWI7bjRqhCidxzN+YtJmsg==", + "type": "package", + "path": "humanizer.core.pl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pl.2.14.1.nupkg.sha512", + "humanizer.core.pl.nuspec", + "lib/net6.0/pl/Humanizer.resources.dll", + "lib/netstandard1.0/pl/Humanizer.resources.dll", + "lib/netstandard2.0/pl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.pt/2.14.1": { + "sha512": "8HB8qavcVp2la1GJX6t+G9nDYtylPKzyhxr9LAooIei9MnQvNsjEiIE4QvHoeDZ4weuQ9CsPg1c211XUMVEZ4A==", + "type": "package", + "path": "humanizer.core.pt/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.pt.2.14.1.nupkg.sha512", + "humanizer.core.pt.nuspec", + "lib/net6.0/pt/Humanizer.resources.dll", + "lib/netstandard1.0/pt/Humanizer.resources.dll", + "lib/netstandard2.0/pt/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ro/2.14.1": { + "sha512": "psXNOcA6R8fSHoQYhpBTtTTYiOk8OBoN3PKCEDgsJKIyeY5xuK81IBdGi77qGZMu/OwBRQjQCBMtPJb0f4O1+A==", + "type": "package", + "path": "humanizer.core.ro/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ro.2.14.1.nupkg.sha512", + "humanizer.core.ro.nuspec", + "lib/net6.0/ro/Humanizer.resources.dll", + "lib/netstandard1.0/ro/Humanizer.resources.dll", + "lib/netstandard2.0/ro/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.ru/2.14.1": { + "sha512": "zm245xUWrajSN2t9H7BTf84/2APbUkKlUJpcdgsvTdAysr1ag9fi1APu6JEok39RRBXDfNRVZHawQ/U8X0pSvQ==", + "type": "package", + "path": "humanizer.core.ru/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.ru.2.14.1.nupkg.sha512", + "humanizer.core.ru.nuspec", + "lib/net6.0/ru/Humanizer.resources.dll", + "lib/netstandard1.0/ru/Humanizer.resources.dll", + "lib/netstandard2.0/ru/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sk/2.14.1": { + "sha512": "Ncw24Vf3ioRnbU4MsMFHafkyYi8JOnTqvK741GftlQvAbULBoTz2+e7JByOaasqeSi0KfTXeegJO+5Wk1c0Mbw==", + "type": "package", + "path": "humanizer.core.sk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sk.2.14.1.nupkg.sha512", + "humanizer.core.sk.nuspec", + "lib/net6.0/sk/Humanizer.resources.dll", + "lib/netstandard1.0/sk/Humanizer.resources.dll", + "lib/netstandard2.0/sk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sl/2.14.1": { + "sha512": "l8sUy4ciAIbVThWNL0atzTS2HWtv8qJrsGWNlqrEKmPwA4SdKolSqnTes9V89fyZTc2Q43jK8fgzVE2C7t009A==", + "type": "package", + "path": "humanizer.core.sl/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sl.2.14.1.nupkg.sha512", + "humanizer.core.sl.nuspec", + "lib/net6.0/sl/Humanizer.resources.dll", + "lib/netstandard1.0/sl/Humanizer.resources.dll", + "lib/netstandard2.0/sl/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr/2.14.1": { + "sha512": "rnNvhpkOrWEymy7R/MiFv7uef8YO5HuXDyvojZ7JpijHWA5dXuVXooCOiA/3E93fYa3pxDuG2OQe4M/olXbQ7w==", + "type": "package", + "path": "humanizer.core.sr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr.2.14.1.nupkg.sha512", + "humanizer.core.sr.nuspec", + "lib/net6.0/sr/Humanizer.resources.dll", + "lib/netstandard1.0/sr/Humanizer.resources.dll", + "lib/netstandard2.0/sr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sr-Latn/2.14.1": { + "sha512": "nuy/ykpk974F8ItoQMS00kJPr2dFNjOSjgzCwfysbu7+gjqHmbLcYs7G4kshLwdA4AsVncxp99LYeJgoh1JF5g==", + "type": "package", + "path": "humanizer.core.sr-latn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "humanizer.core.sr-latn.nuspec", + "lib/net6.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard1.0/sr-Latn/Humanizer.resources.dll", + "lib/netstandard2.0/sr-Latn/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.sv/2.14.1": { + "sha512": "E53+tpAG0RCp+cSSI7TfBPC+NnsEqUuoSV0sU+rWRXWr9MbRWx1+Zj02XMojqjGzHjjOrBFBBio6m74seFl0AA==", + "type": "package", + "path": "humanizer.core.sv/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.sv.2.14.1.nupkg.sha512", + "humanizer.core.sv.nuspec", + "lib/net6.0/sv/Humanizer.resources.dll", + "lib/netstandard1.0/sv/Humanizer.resources.dll", + "lib/netstandard2.0/sv/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.th-TH/2.14.1": { + "sha512": "eSevlJtvs1r4vQarNPfZ2kKDp/xMhuD00tVVzRXkSh1IAZbBJI/x2ydxUOwfK9bEwEp+YjvL1Djx2+kw7ziu7g==", + "type": "package", + "path": "humanizer.core.th-th/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.th-th.2.14.1.nupkg.sha512", + "humanizer.core.th-th.nuspec", + "lib/netstandard1.0/th-TH/Humanizer.resources.dll", + "lib/netstandard2.0/th-TH/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.tr/2.14.1": { + "sha512": "rQ8N+o7yFcFqdbtu1mmbrXFi8TQ+uy+fVH9OPI0CI3Cu1om5hUU/GOMC3hXsTCI6d79y4XX+0HbnD7FT5khegA==", + "type": "package", + "path": "humanizer.core.tr/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.tr.2.14.1.nupkg.sha512", + "humanizer.core.tr.nuspec", + "lib/net6.0/tr/Humanizer.resources.dll", + "lib/netstandard1.0/tr/Humanizer.resources.dll", + "lib/netstandard2.0/tr/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uk/2.14.1": { + "sha512": "2uEfujwXKNm6bdpukaLtEJD+04uUtQD65nSGCetA1fYNizItEaIBUboNfr3GzJxSMQotNwGVM3+nSn8jTd0VSg==", + "type": "package", + "path": "humanizer.core.uk/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uk.2.14.1.nupkg.sha512", + "humanizer.core.uk.nuspec", + "lib/net6.0/uk/Humanizer.resources.dll", + "lib/netstandard1.0/uk/Humanizer.resources.dll", + "lib/netstandard2.0/uk/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Cyrl-UZ/2.14.1": { + "sha512": "TD3ME2sprAvFqk9tkWrvSKx5XxEMlAn1sjk+cYClSWZlIMhQQ2Bp/w0VjX1Kc5oeKjxRAnR7vFcLUFLiZIDk9Q==", + "type": "package", + "path": "humanizer.core.uz-cyrl-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-cyrl-uz.nuspec", + "lib/net6.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Cyrl-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.uz-Latn-UZ/2.14.1": { + "sha512": "/kHAoF4g0GahnugZiEMpaHlxb+W6jCEbWIdsq9/I1k48ULOsl/J0pxZj93lXC3omGzVF1BTVIeAtv5fW06Phsg==", + "type": "package", + "path": "humanizer.core.uz-latn-uz/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "humanizer.core.uz-latn-uz.nuspec", + "lib/net6.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard1.0/uz-Latn-UZ/Humanizer.resources.dll", + "lib/netstandard2.0/uz-Latn-UZ/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.vi/2.14.1": { + "sha512": "rsQNh9rmHMBtnsUUlJbShMsIMGflZtPmrMM6JNDw20nhsvqfrdcoDD8cMnLAbuSovtc3dP+swRmLQzKmXDTVPA==", + "type": "package", + "path": "humanizer.core.vi/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.vi.2.14.1.nupkg.sha512", + "humanizer.core.vi.nuspec", + "lib/net6.0/vi/Humanizer.resources.dll", + "lib/netstandard1.0/vi/Humanizer.resources.dll", + "lib/netstandard2.0/vi/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-CN/2.14.1": { + "sha512": "uH2dWhrgugkCjDmduLdAFO9w1Mo0q07EuvM0QiIZCVm6FMCu/lGv2fpMu4GX+4HLZ6h5T2Pg9FIdDLCPN2a67w==", + "type": "package", + "path": "humanizer.core.zh-cn/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "humanizer.core.zh-cn.nuspec", + "lib/net6.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard1.0/zh-CN/Humanizer.resources.dll", + "lib/netstandard2.0/zh-CN/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hans/2.14.1": { + "sha512": "WH6IhJ8V1UBG7rZXQk3dZUoP2gsi8a0WkL8xL0sN6WGiv695s8nVcmab9tWz20ySQbuzp0UkSxUQFi5jJHIpOQ==", + "type": "package", + "path": "humanizer.core.zh-hans/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "humanizer.core.zh-hans.nuspec", + "lib/net6.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hans/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hans/Humanizer.resources.dll", + "logo.png" + ] + }, + "Humanizer.Core.zh-Hant/2.14.1": { + "sha512": "VIXB7HCUC34OoaGnO3HJVtSv2/wljPhjV7eKH4+TFPgQdJj2lvHNKY41Dtg0Bphu7X5UaXFR4zrYYyo+GNOjbA==", + "type": "package", + "path": "humanizer.core.zh-hant/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "humanizer.core.zh-hant.nuspec", + "lib/net6.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard1.0/zh-Hant/Humanizer.resources.dll", + "lib/netstandard2.0/zh-Hant/Humanizer.resources.dll", + "logo.png" + ] + }, + "Irony.NetCore/1.0.11": { + "sha512": "/2MCkqdhEjPiSTZKYXg6u9AO9o3m68biqcFHAnM28WdnrcZii2vYbmKPzT5ejByyV72FUlygOtHBMt8SLnUyNw==", + "type": "package", + "path": "irony.netcore/1.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "irony.netcore.1.0.11.nupkg.sha512", + "irony.netcore.nuspec", + "lib/net452/Irony.dll", + "lib/net461/Irony.dll", + "lib/netstandard1.6/Irony.dll" + ] + }, + "LigerShark.WebOptimizer.Core/3.0.405": { + "sha512": "bsEO/TVYWsUwc/dAYjpEKBP+Dax1ikyehj8P2QMKDc/iKdi5/Wjljl13ab/D2RCiU4T7E560iOo06K2rCTNHAQ==", + "type": "package", + "path": "ligershark.weboptimizer.core/3.0.405", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "build/LigerShark.WebOptimizer.Core.props", + "build/LigerShark.WebOptimizer.Core.targets", + "lib/netcoreapp3.0/WebOptimizer.Core.dll", + "lib/netcoreapp3.0/WebOptimizer.Core.xml", + "ligershark.weboptimizer.core.3.0.405.nupkg.sha512", + "ligershark.weboptimizer.core.nuspec", + "logo.png" + ] + }, + "linq2db/5.4.1": { + "sha512": "qyH32MbFK6T55KsEcQYTbPFfkOa1Mo65lY/Zo8SFVMy0pwkQBCTnA/RUxyG5+l3D/mgfPz85PH3upDrtklSMrw==", + "type": "package", + "path": "linq2db/5.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MIT-LICENSE.txt", + "README.md", + "images/icon.png", + "lib/net45/linq2db.dll", + "lib/net45/linq2db.xml", + "lib/net46/linq2db.dll", + "lib/net46/linq2db.xml", + "lib/net472/linq2db.dll", + "lib/net472/linq2db.xml", + "lib/net6.0/linq2db.dll", + "lib/net6.0/linq2db.xml", + "lib/netcoreapp3.1/linq2db.dll", + "lib/netcoreapp3.1/linq2db.xml", + "lib/netstandard2.0/linq2db.dll", + "lib/netstandard2.0/linq2db.xml", + "lib/netstandard2.1/linq2db.dll", + "lib/netstandard2.1/linq2db.xml", + "linq2db.5.4.1.nupkg.sha512", + "linq2db.nuspec" + ] + }, + "MailKit/4.5.0": { + "sha512": "EaXHODUdIV5oPdWvBJGazwaEpKt1LI/H/S//EEozANYCsfOSKHntX+Skk2kW616lSQp+fkRTmSjk0CYxEuOyEA==", + "type": "package", + "path": "mailkit/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/ExchangeOAuth2.md", + "docs/FAQ.md", + "docs/GMailOAuth2.md", + "docs/README.md", + "icons/mailkit-50.png", + "lib/net462/MailKit.dll", + "lib/net462/MailKit.dll.config", + "lib/net462/MailKit.pdb", + "lib/net462/MailKit.xml", + "lib/net47/MailKit.dll", + "lib/net47/MailKit.dll.config", + "lib/net47/MailKit.pdb", + "lib/net47/MailKit.xml", + "lib/net48/MailKit.dll", + "lib/net48/MailKit.dll.config", + "lib/net48/MailKit.pdb", + "lib/net48/MailKit.xml", + "lib/net6.0/MailKit.dll", + "lib/net6.0/MailKit.dll.config", + "lib/net6.0/MailKit.pdb", + "lib/net6.0/MailKit.xml", + "lib/net8.0/MailKit.dll", + "lib/net8.0/MailKit.dll.config", + "lib/net8.0/MailKit.pdb", + "lib/net8.0/MailKit.xml", + "lib/netstandard2.0/MailKit.dll", + "lib/netstandard2.0/MailKit.dll.config", + "lib/netstandard2.0/MailKit.pdb", + "lib/netstandard2.0/MailKit.xml", + "lib/netstandard2.1/MailKit.dll", + "lib/netstandard2.1/MailKit.dll.config", + "lib/netstandard2.1/MailKit.pdb", + "lib/netstandard2.1/MailKit.xml", + "mailkit.4.5.0.nupkg.sha512", + "mailkit.nuspec" + ] + }, + "MaxMind.Db/4.1.0": { + "sha512": "lEjCFX0TUQCRmFS8xrXIQSi+4omJ1Fwy0gAHlbnjg8cgSBa0cllP5zOEftQ23EP247EbnF7mNCQ3JsG/bMkHAA==", + "type": "package", + "path": "maxmind.db/4.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.Db.dll", + "lib/net6.0/MaxMind.Db.xml", + "lib/net7.0/MaxMind.Db.dll", + "lib/net7.0/MaxMind.Db.xml", + "lib/net8.0/MaxMind.Db.dll", + "lib/net8.0/MaxMind.Db.xml", + "lib/netstandard2.0/MaxMind.Db.dll", + "lib/netstandard2.0/MaxMind.Db.xml", + "lib/netstandard2.1/MaxMind.Db.dll", + "lib/netstandard2.1/MaxMind.Db.xml", + "maxmind.db.4.1.0.nupkg.sha512", + "maxmind.db.nuspec" + ] + }, + "MaxMind.GeoIP2/5.2.0": { + "sha512": "E8i6yQPlAznLTfS8w208uY3oqCg6i7sQ9cxKmlDdhFMXVLfm4sKphOTMsIWdAHJCV7RxW2a3DlqxAPkQrqmqlA==", + "type": "package", + "path": "maxmind.geoip2/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "MaxMind-logo.png", + "README.md", + "lib/net6.0/MaxMind.GeoIP2.dll", + "lib/net6.0/MaxMind.GeoIP2.xml", + "lib/net7.0/MaxMind.GeoIP2.dll", + "lib/net7.0/MaxMind.GeoIP2.xml", + "lib/net8.0/MaxMind.GeoIP2.dll", + "lib/net8.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.0/MaxMind.GeoIP2.dll", + "lib/netstandard2.0/MaxMind.GeoIP2.xml", + "lib/netstandard2.1/MaxMind.GeoIP2.dll", + "lib/netstandard2.1/MaxMind.GeoIP2.xml", + "maxmind.geoip2.5.2.0.nupkg.sha512", + "maxmind.geoip2.nuspec" + ] + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.32": { + "sha512": "tULjwFie6fYm4o6WfD+aHTTrps2I22MQVZpmEWaJumFmzZWA1nHsKezuCBl/u/iKiXtN3npL6MoINaiLHURr/A==", + "type": "package", + "path": "microsoft.aspnetcore.cryptography.internal/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Cryptography.Internal.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml", + "microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.cryptography.internal.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection/3.1.32": { + "sha512": "D46awzK+Q0jP7Bq0cQlsxQrhg7MBhlxG2z+U+9EzcbjcjaDzQvaD5/cxD+qKdu9bHMcSFf9fMr5wizSBPPai1Q==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml", + "microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.nuspec" + ] + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.32": { + "sha512": "MPL4iVyiaRxnOUY5VATHjvhDWaAEFb77KFiUxVRklv3Z3v+STofUr1UG/aCt1O9cgN7FVTDaC5A7U+zsLub8Xg==", + "type": "package", + "path": "microsoft.aspnetcore.dataprotection.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml", + "microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "microsoft.aspnetcore.dataprotection.abstractions.nuspec" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "sha512": "8iy7uza6GTuE5GadOryGfsGuA8xP1RTs16zqdXF5gM0b8iDfyNWnyDmatY5cZhXE1kJiko0S7s1T/gNFdIZ7Zg==", + "type": "package", + "path": "microsoft.aspnetcore.jsonpatch/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.xml", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", + "microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512", + "microsoft.aspnetcore.jsonpatch.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "sha512": "lhJq0JjrlGZQwQoYrpVbokhb1AlgLGxI3QacSyKgCNOXTNwCi0pUnMR7NrfON20DkL90Kqqyl3wDrLbRaRgcsA==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", + "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512", + "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": { + "sha512": "M0h+ChPgydX2xY17agiphnAVa/Qh05RAP8eeuqGGhQKT10claRBlLNO6d2/oSV8zy0RLHzwLnNZm5xuC/gckGA==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll", + "microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.extensions.nuspec" + ] + }, + "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.4": { + "sha512": "876m+YvEo+rjbZNQv64RhOBtWVD08bOwT/g96G0cBm+810WiSR3f5C79XG+W59PuvF6JLGFz+IXYLHCjLCvOrQ==", + "type": "package", + "path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "build/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll", + "lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.xml", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.4.nupkg.sha512", + "microsoft.aspnetcore.mvc.razor.runtimecompilation.nuspec" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.0": { + "sha512": "yCtBr1GSGzJrrp1NJUb4ltwFYMKHw/tJLnIDvg9g/FnkGIEzmE19tbCQqXARIJv5kdtBgsoVIdGLL+zmjxvM/A==", + "type": "package", + "path": "microsoft.aspnetcore.razor.language/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll", + "microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "microsoft.aspnetcore.razor.language.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/6.0.0": { + "sha512": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.2": { + "sha512": "7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.2", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "EULA.rtf", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/AnalysisLevel_2_9_8_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_2_9_8_Default.editorconfig", + "build/config/AnalysisLevel_3_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_3_Default.editorconfig", + "build/config/AnalysisLevel_3_AllDisabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_AllEnabledByDefault.editorconfig", + "build/config/AnalysisLevel_3_Default.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.0.0": { + "sha512": "d02ybMhUJl1r/dI6SkJPHrTiTzXBYCZeJdOLMckV+jyoMU/GGkjqFX/sRbv1K0QmlpwwKuLTiYVQvfYC+8ox2g==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.0.0": { + "sha512": "2UVTGtyQGgTCazvnT6t82f+7AV2L+kqJdyb61rT9GQed4yK+tVh5IkaKcsm70VqyZQhBbDqsfZFNHnY65xhrRw==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Razor/6.0.0": { + "sha512": "uqdzuQXxD7XrJCbIbbwpI/LOv0PBJ9VIR0gdvANTHOfK5pjTaCir+XcwvYvBZ5BIzd0KGzyiamzlEWw1cK1q0w==", + "type": "package", + "path": "microsoft.codeanalysis.razor/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll", + "microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "microsoft.codeanalysis.razor.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/5.2.0": { + "sha512": "3alfyqRN3ELRtdvU1dGtLBRNQqprr3TJ0WrUJfMISPwg1nPUN2P3Lelah68IKWuV27Ceb7ig95hWNHFTSXfxMg==", + "type": "package", + "path": "microsoft.data.sqlclient/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net462/Microsoft.Data.SqlClient.dll", + "lib/net462/Microsoft.Data.SqlClient.xml", + "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/Microsoft.Data.SqlClient.dll", + "lib/net6.0/Microsoft.Data.SqlClient.xml", + "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/Microsoft.Data.SqlClient.dll", + "lib/net8.0/Microsoft.Data.SqlClient.xml", + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/de/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/es/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/it/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/netstandard2.1/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net462/Microsoft.Data.SqlClient.dll", + "ref/net462/Microsoft.Data.SqlClient.xml", + "ref/net6.0/Microsoft.Data.SqlClient.dll", + "ref/net6.0/Microsoft.Data.SqlClient.xml", + "ref/net8.0/Microsoft.Data.SqlClient.dll", + "ref/net8.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "sha512": "po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.SqlServer/8.0.4": { + "sha512": "Sp3d4JTCC9KRXIRJLvJslKd+UVo4Yffsg9USydEgik71eUWnX88qknDLztxL1kGmLyT4WbG6y0XSLcthw50snQ==", + "type": "package", + "path": "microsoft.extensions.caching.sqlserver/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net462/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/net8.0/Microsoft.Extensions.Caching.SqlServer.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.xml", + "microsoft.extensions.caching.sqlserver.8.0.4.nupkg.sha512", + "microsoft.extensions.caching.sqlserver.nuspec" + ] + }, + "Microsoft.Extensions.Caching.StackExchangeRedis/8.0.4": { + "sha512": "tfhJyJXVY6EpimYbDPrf7P2PerJZ/EWTjEbailE2+uEpETYKKPHAZA35TnZKxqPpOxzAlVyPE33hdgP1HU8B7A==", + "type": "package", + "path": "microsoft.extensions.caching.stackexchangeredis/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net462/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/net8.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.StackExchangeRedis.xml", + "microsoft.extensions.caching.stackexchangeredis.8.0.4.nupkg.sha512", + "microsoft.extensions.caching.stackexchangeredis.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { + "sha512": "fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.32": { + "sha512": "sS+U28IfgZSQUS2b3MayPdYGBJlHOWwgnfAZ77bZLkgU0z+lJz7lgzrKQUm9SgKF+OAc5B9kWJV5PB6l7mWWZA==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.32": { + "sha512": "00J6eE920t5vfPnEHBSGyj1Ya9lG6WYsMwqvLZ0nMPPTD2UxkaL+FNJM5DNSnMFJtV84KkUudPRngmNiCkqhuA==", + "type": "package", + "path": "microsoft.extensions.hosting.abstractions/3.1.32", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", + "microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "microsoft.extensions.hosting.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "type": "package", + "path": "microsoft.extensions.logging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.1": { + "sha512": "RIFgaqoaINxkM2KTOw72dmilDmTrYA0ns2KW4lDz4gZ2+o6IQ894CzmdL3StM2oh7QQq44nCWiqKqc4qUI9Jmg==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.1.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.ObjectPool/6.0.16": { + "sha512": "OVX5tlKg6LY+XKqlUn7i9KY+6Liut0iewWff2DNr7129i/NJ8rpUzbmxavPydZgcLREEWHklXZiPKCS895tNIQ==", + "type": "package", + "path": "microsoft.extensions.objectpool/6.0.16", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.ObjectPool.dll", + "lib/net461/Microsoft.Extensions.ObjectPool.xml", + "lib/net6.0/Microsoft.Extensions.ObjectPool.dll", + "lib/net6.0/Microsoft.Extensions.ObjectPool.xml", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", + "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", + "microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "microsoft.extensions.objectpool.nuspec" + ] + }, + "Microsoft.Extensions.Options/8.0.2": { + "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "type": "package", + "path": "microsoft.extensions.options/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "type": "package", + "path": "microsoft.extensions.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Identity.Client/4.60.3": { + "sha512": "jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==", + "type": "package", + "path": "microsoft.identity.client/4.60.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/monoandroid12.0/Microsoft.Identity.Client.dll", + "lib/monoandroid12.0/Microsoft.Identity.Client.xml", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll", + "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "lib/uap10.0.17763/Microsoft.Identity.Client.dll", + "lib/uap10.0.17763/Microsoft.Identity.Client.pri", + "lib/uap10.0.17763/Microsoft.Identity.Client.xml", + "lib/xamarinios10/Microsoft.Identity.Client.dll", + "lib/xamarinios10/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.60.3.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.60.3": { + "sha512": "X1Cz14/RbmlLshusE5u2zfG+5ul6ttgou19BZe5Mdw1qm6fgOI9/imBB2TIsx2UD7nkgd2+MCSzhbukZf7udeg==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.60.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "type": "package", + "path": "microsoft.identitymodel.logging/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "type": "package", + "path": "microsoft.identitymodel.protocols/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "type": "package", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "type": "package", + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/2.1.2": { + "sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", + "type": "package", + "path": "microsoft.netcore.platforms/2.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.SqlServer.Server/1.0.0": { + "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "type": "package", + "path": "microsoft.sqlserver.server/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.SqlServer.Server.dll", + "lib/net46/Microsoft.SqlServer.Server.pdb", + "lib/net46/Microsoft.SqlServer.Server.xml", + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", + "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", + "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", + "microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "microsoft.sqlserver.server.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.3.0": { + "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "type": "package", + "path": "microsoft.win32.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.win32.primitives.4.3.0.nupkg.sha512", + "microsoft.win32.primitives.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "Microsoft.Win32.Registry/4.7.0": { + "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "type": "package", + "path": "microsoft.win32.registry/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.4.7.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "MimeKit/4.5.0": { + "sha512": "OYn8b8b66J4mgtDzoImepiUtdkJOAVGoTj/ghzJ+az4wVixA5L5Z8GmgFhRvQ1btAIwZh/d9zvZLCALndQdz5w==", + "type": "package", + "path": "mimekit/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "docs/FAQ.md", + "docs/README.md", + "icons/mimekit-50.png", + "lib/net462/MimeKit.dll", + "lib/net462/MimeKit.dll.config", + "lib/net462/MimeKit.pdb", + "lib/net462/MimeKit.xml", + "lib/net47/MimeKit.dll", + "lib/net47/MimeKit.dll.config", + "lib/net47/MimeKit.pdb", + "lib/net47/MimeKit.xml", + "lib/net48/MimeKit.dll", + "lib/net48/MimeKit.dll.config", + "lib/net48/MimeKit.pdb", + "lib/net48/MimeKit.xml", + "lib/net6.0/MimeKit.dll", + "lib/net6.0/MimeKit.dll.config", + "lib/net6.0/MimeKit.pdb", + "lib/net6.0/MimeKit.xml", + "lib/net8.0/MimeKit.dll", + "lib/net8.0/MimeKit.dll.config", + "lib/net8.0/MimeKit.pdb", + "lib/net8.0/MimeKit.xml", + "lib/netstandard2.0/MimeKit.dll", + "lib/netstandard2.0/MimeKit.dll.config", + "lib/netstandard2.0/MimeKit.pdb", + "lib/netstandard2.0/MimeKit.xml", + "lib/netstandard2.1/MimeKit.dll", + "lib/netstandard2.1/MimeKit.dll.config", + "lib/netstandard2.1/MimeKit.pdb", + "lib/netstandard2.1/MimeKit.xml", + "mimekit.4.5.0.nupkg.sha512", + "mimekit.nuspec" + ] + }, + "MySqlConnector/2.3.7": { + "sha512": "YiVOxvJ+vAYW8NT9gHv8RxKCDFCSXAObF3z0Ou/8WRv8Lsn2QsxaPW5xEwPE+xCcAq6BGkrI8GTOC09Xg09blQ==", + "type": "package", + "path": "mysqlconnector/2.3.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/MySqlConnector.dll", + "lib/net462/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net48/MySqlConnector.dll", + "lib/net48/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/net8.0/MySqlConnector.dll", + "lib/net8.0/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.3.7.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "NETStandard.Library/1.6.1": { + "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "type": "package", + "path": "netstandard.library/1.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "netstandard.library.1.6.1.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "type": "package", + "path": "newtonsoft.json/13.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "type": "package", + "path": "newtonsoft.json.bson/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" + ] + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "sha512": "QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==", + "type": "package", + "path": "nito.asyncex.coordination/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Coordination.dll", + "lib/net461/Nito.AsyncEx.Coordination.xml", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.dll", + "lib/netstandard1.3/Nito.AsyncEx.Coordination.xml", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll", + "lib/netstandard2.0/Nito.AsyncEx.Coordination.xml", + "nito.asyncex.coordination.5.1.2.nupkg.sha512", + "nito.asyncex.coordination.nuspec" + ] + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "sha512": "jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==", + "type": "package", + "path": "nito.asyncex.tasks/5.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.AsyncEx.Tasks.dll", + "lib/net461/Nito.AsyncEx.Tasks.xml", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.dll", + "lib/netstandard1.3/Nito.AsyncEx.Tasks.xml", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll", + "lib/netstandard2.0/Nito.AsyncEx.Tasks.xml", + "nito.asyncex.tasks.5.1.2.nupkg.sha512", + "nito.asyncex.tasks.nuspec" + ] + }, + "Nito.Collections.Deque/1.1.1": { + "sha512": "CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==", + "type": "package", + "path": "nito.collections.deque/1.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Collections.Deque.dll", + "lib/net461/Nito.Collections.Deque.xml", + "lib/netstandard1.0/Nito.Collections.Deque.dll", + "lib/netstandard1.0/Nito.Collections.Deque.xml", + "lib/netstandard2.0/Nito.Collections.Deque.dll", + "lib/netstandard2.0/Nito.Collections.Deque.xml", + "nito.collections.deque.1.1.1.nupkg.sha512", + "nito.collections.deque.nuspec" + ] + }, + "Nito.Disposables/2.2.1": { + "sha512": "6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==", + "type": "package", + "path": "nito.disposables/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net461/Nito.Disposables.dll", + "lib/net461/Nito.Disposables.xml", + "lib/netstandard1.0/Nito.Disposables.dll", + "lib/netstandard1.0/Nito.Disposables.xml", + "lib/netstandard2.0/Nito.Disposables.dll", + "lib/netstandard2.0/Nito.Disposables.xml", + "lib/netstandard2.1/Nito.Disposables.dll", + "lib/netstandard2.1/Nito.Disposables.xml", + "nito.disposables.2.2.1.nupkg.sha512", + "nito.disposables.nuspec" + ] + }, + "Npgsql/8.0.2": { + "sha512": "MuJzLoWCaQhQAR3oh66YR0Ir6mxuezncGX3f8wxvAc21g0+9HICktJQlqMoODhxztZKXE5k9GxRxqUAN+vPb4g==", + "type": "package", + "path": "npgsql/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Npgsql.dll", + "lib/net6.0/Npgsql.xml", + "lib/net7.0/Npgsql.dll", + "lib/net7.0/Npgsql.xml", + "lib/net8.0/Npgsql.dll", + "lib/net8.0/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.8.0.2.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" + ] + }, + "NUglify/1.21.4": { + "sha512": "MpliYRCSB42dQA9VgHoe6ahgDS4NIDUSr5e+seeHx6GEwLUvIaJ2JZKqWmg6fNfnsEHPZaGjCw/E+p+skZoYGQ==", + "type": "package", + "path": "nuglify/1.21.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/NUglify.dll", + "lib/net35/NUglify.xml", + "lib/net40/NUglify.dll", + "lib/net40/NUglify.xml", + "lib/net5.0/NUglify.dll", + "lib/net5.0/NUglify.xml", + "lib/netstandard1.3/NUglify.dll", + "lib/netstandard1.3/NUglify.xml", + "lib/netstandard2.0/NUglify.dll", + "lib/netstandard2.0/NUglify.xml", + "nuglify.1.21.4.nupkg.sha512", + "nuglify.nuspec", + "nuglify.png" + ] + }, + "Pipelines.Sockets.Unofficial/2.2.8": { + "sha512": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==", + "type": "package", + "path": "pipelines.sockets.unofficial/2.2.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Pipelines.Sockets.Unofficial.dll", + "lib/net461/Pipelines.Sockets.Unofficial.xml", + "lib/net472/Pipelines.Sockets.Unofficial.dll", + "lib/net472/Pipelines.Sockets.Unofficial.xml", + "lib/net5.0/Pipelines.Sockets.Unofficial.dll", + "lib/net5.0/Pipelines.Sockets.Unofficial.xml", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.dll", + "lib/netcoreapp3.1/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.0/Pipelines.Sockets.Unofficial.xml", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.dll", + "lib/netstandard2.1/Pipelines.Sockets.Unofficial.xml", + "pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "pipelines.sockets.unofficial.nuspec" + ] + }, + "QuestPDF/2022.12.15": { + "sha512": "KryAKu3WX+KM4pF4Dpn6ycu+7fN2GhtwViuV82CjnxtQ3DpIbRN9PG4lMwICCugyQKStyXSwZZ2UIAeeuKNIew==", + "type": "package", + "path": "questpdf/2022.12.15", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Logo.png", + "PackageReadme.md", + "lib/net6.0/QuestPDF.dll", + "lib/net8.0/QuestPDF.dll", + "lib/netcoreapp3.0/QuestPDF.dll", + "lib/netstandard2.0/QuestPDF.dll", + "questpdf.2022.12.15.nupkg.sha512", + "questpdf.nuspec" + ] + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==", + "type": "package", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==", + "type": "package", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==", + "type": "package", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "runtime.native.System.IO.Compression/4.3.0": { + "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "type": "package", + "path": "runtime.native.system.io.compression/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.native.system.io.compression.nuspec" + ] + }, + "runtime.native.System.Net.Http/4.3.0": { + "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "type": "package", + "path": "runtime.native.system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.http.4.3.0.nupkg.sha512", + "runtime.native.system.net.http.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.apple.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", + "type": "package", + "path": "runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.native.system.security.cryptography.openssl.nuspec" + ] + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==", + "type": "package", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==", + "type": "package", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" + ] + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==", + "type": "package", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==", + "type": "package", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==", + "type": "package", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": { + "sha512": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==", + "type": "package", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "ShimSkiaSharp/1.0.0.18": { + "sha512": "zcUISy3XoIPrYWOeHqt/CrM2oX+OHon91aEtIbfiWb/7eP5V20kjkwhN1h4V0eloy62jVE8H1TE5PCVQ0k0M2Q==", + "type": "package", + "path": "shimskiasharp/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/ShimSkiaSharp.dll", + "lib/net6.0/ShimSkiaSharp.dll", + "lib/net8.0/ShimSkiaSharp.dll", + "lib/netstandard2.0/ShimSkiaSharp.dll", + "shimskiasharp.1.0.0.18.nupkg.sha512", + "shimskiasharp.nuspec" + ] + }, + "SixLabors.Fonts/1.0.0": { + "sha512": "LFQsCZlV0xlUyXAOMUo5kkSl+8zAQXXbbdwWchtk0B4o7zotZhQsQOcJUELGHdfPfm/xDAsz6hONAuV25bJaAg==", + "type": "package", + "path": "sixlabors.fonts/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netcoreapp3.1/SixLabors.Fonts.dll", + "lib/netcoreapp3.1/SixLabors.Fonts.xml", + "lib/netstandard2.0/SixLabors.Fonts.dll", + "lib/netstandard2.0/SixLabors.Fonts.xml", + "lib/netstandard2.1/SixLabors.Fonts.dll", + "lib/netstandard2.1/SixLabors.Fonts.xml", + "sixlabors.fonts.1.0.0.nupkg.sha512", + "sixlabors.fonts.128.png", + "sixlabors.fonts.nuspec" + ] + }, + "SkiaSharp/2.88.8": { + "sha512": "bRkp3uKp5ZI8gXYQT57uKwil1uobb2p8c69n7v5evlB/2JNcMAXVcw9DZAP5Ig3WSvgzGm2YSn27UVeOi05NlA==", + "type": "package", + "path": "skiasharp/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "interactive-extensions/dotnet/SkiaSharp.DotNet.Interactive.dll", + "lib/monoandroid1.0/SkiaSharp.dll", + "lib/monoandroid1.0/SkiaSharp.pdb", + "lib/monoandroid1.0/SkiaSharp.xml", + "lib/net462/SkiaSharp.dll", + "lib/net462/SkiaSharp.pdb", + "lib/net462/SkiaSharp.xml", + "lib/net6.0-android30.0/SkiaSharp.dll", + "lib/net6.0-android30.0/SkiaSharp.pdb", + "lib/net6.0-android30.0/SkiaSharp.xml", + "lib/net6.0-ios13.6/SkiaSharp.dll", + "lib/net6.0-ios13.6/SkiaSharp.pdb", + "lib/net6.0-ios13.6/SkiaSharp.xml", + "lib/net6.0-maccatalyst13.5/SkiaSharp.dll", + "lib/net6.0-maccatalyst13.5/SkiaSharp.pdb", + "lib/net6.0-maccatalyst13.5/SkiaSharp.xml", + "lib/net6.0-macos10.15/SkiaSharp.dll", + "lib/net6.0-macos10.15/SkiaSharp.pdb", + "lib/net6.0-macos10.15/SkiaSharp.xml", + "lib/net6.0-tizen7.0/SkiaSharp.dll", + "lib/net6.0-tizen7.0/SkiaSharp.pdb", + "lib/net6.0-tizen7.0/SkiaSharp.xml", + "lib/net6.0-tvos13.4/SkiaSharp.dll", + "lib/net6.0-tvos13.4/SkiaSharp.pdb", + "lib/net6.0-tvos13.4/SkiaSharp.xml", + "lib/net6.0/SkiaSharp.dll", + "lib/net6.0/SkiaSharp.pdb", + "lib/net6.0/SkiaSharp.xml", + "lib/netcoreapp3.1/SkiaSharp.dll", + "lib/netcoreapp3.1/SkiaSharp.pdb", + "lib/netcoreapp3.1/SkiaSharp.xml", + "lib/netstandard1.3/SkiaSharp.dll", + "lib/netstandard1.3/SkiaSharp.pdb", + "lib/netstandard1.3/SkiaSharp.xml", + "lib/netstandard2.0/SkiaSharp.dll", + "lib/netstandard2.0/SkiaSharp.pdb", + "lib/netstandard2.0/SkiaSharp.xml", + "lib/netstandard2.1/SkiaSharp.dll", + "lib/netstandard2.1/SkiaSharp.pdb", + "lib/netstandard2.1/SkiaSharp.xml", + "lib/tizen40/SkiaSharp.dll", + "lib/tizen40/SkiaSharp.pdb", + "lib/tizen40/SkiaSharp.xml", + "lib/uap10.0.10240/SkiaSharp.dll", + "lib/uap10.0.10240/SkiaSharp.pdb", + "lib/uap10.0.10240/SkiaSharp.xml", + "lib/uap10.0.16299/SkiaSharp.dll", + "lib/uap10.0.16299/SkiaSharp.pdb", + "lib/uap10.0.16299/SkiaSharp.xml", + "lib/xamarinios1.0/SkiaSharp.dll", + "lib/xamarinios1.0/SkiaSharp.pdb", + "lib/xamarinios1.0/SkiaSharp.xml", + "lib/xamarinmac2.0/SkiaSharp.dll", + "lib/xamarinmac2.0/SkiaSharp.pdb", + "lib/xamarinmac2.0/SkiaSharp.xml", + "lib/xamarintvos1.0/SkiaSharp.dll", + "lib/xamarintvos1.0/SkiaSharp.pdb", + "lib/xamarintvos1.0/SkiaSharp.xml", + "lib/xamarinwatchos1.0/SkiaSharp.dll", + "lib/xamarinwatchos1.0/SkiaSharp.pdb", + "lib/xamarinwatchos1.0/SkiaSharp.xml", + "skiasharp.2.88.8.nupkg.sha512", + "skiasharp.nuspec" + ] + }, + "SkiaSharp.HarfBuzz/2.88.7": { + "sha512": "4Vd+GpokorZNpDvUp09zjK6CMXN35zyJtNvzkGtS1TsXlG/5yA3lWTsQIU0nSQjfgpYql0tSEU5+WTsjxljugg==", + "type": "package", + "path": "skiasharp.harfbuzz/2.88.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "lib/net462/SkiaSharp.HarfBuzz.dll", + "lib/net462/SkiaSharp.HarfBuzz.pdb", + "lib/net462/SkiaSharp.HarfBuzz.xml", + "lib/net6.0/SkiaSharp.HarfBuzz.dll", + "lib/net6.0/SkiaSharp.HarfBuzz.pdb", + "lib/net6.0/SkiaSharp.HarfBuzz.xml", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.dll", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.pdb", + "lib/netcoreapp3.1/SkiaSharp.HarfBuzz.xml", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.dll", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard1.3/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.0/SkiaSharp.HarfBuzz.xml", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.dll", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.pdb", + "lib/netstandard2.1/SkiaSharp.HarfBuzz.xml", + "skiasharp.harfbuzz.2.88.7.nupkg.sha512", + "skiasharp.harfbuzz.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.8": { + "sha512": "/DoKtdyvRgCC5GR/SH+ps3ZiOjmf0BYpAyrhWQELFOO1hdcqddrDVJjDNCOJ41vV+NlS5b3kcDoZZ7jLhFjyXg==", + "type": "package", + "path": "skiasharp.nativeassets.linux.nodependencies/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Linux.NoDependencies.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/linux-arm/native/libSkiaSharp.so", + "runtimes/linux-arm64/native/libSkiaSharp.so", + "runtimes/linux-musl-x64/native/libSkiaSharp.so", + "runtimes/linux-x64/native/libSkiaSharp.so", + "skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.linux.nodependencies.nuspec" + ] + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "sha512": "6Kn5TSkKlfyS6azWHF3Jk2sW5C4jCE5uSshM/5AbfFrR+5n6qM5XEnz9h4VaVl7LTxBvHvMkuPb/3bpbq0vxTw==", + "type": "package", + "path": "skiasharp.nativeassets.macos/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.macOS.targets", + "build/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "build/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/net6.0-macos10.15/SkiaSharp.NativeAssets.macOS.targets", + "buildTransitive/xamarinmac2.0/SkiaSharp.NativeAssets.macOS.targets", + "lib/net462/_._", + "lib/net6.0-macos10.15/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "lib/xamarinmac2.0/_._", + "runtimes/osx/native/libSkiaSharp.dylib", + "skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.macos.nuspec" + ] + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "sha512": "O9QXoWEXA+6cweR4h3BOnwMz+pO9vL9mXdjLrpDd0w1QzCgWmLQBxa1VgySDITiH7nQndrDG1h6937zm9pLj1Q==", + "type": "package", + "path": "skiasharp.nativeassets.win32/2.88.8", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "THIRD-PARTY-NOTICES.txt", + "build/net462/SkiaSharp.NativeAssets.Win32.targets", + "buildTransitive/net462/SkiaSharp.NativeAssets.Win32.targets", + "lib/net462/_._", + "lib/net6.0/_._", + "lib/netcoreapp3.1/_._", + "lib/netstandard1.3/_._", + "runtimes/win-arm64/native/libSkiaSharp.dll", + "runtimes/win-x64/native/libSkiaSharp.dll", + "runtimes/win-x86/native/libSkiaSharp.dll", + "skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "skiasharp.nativeassets.win32.nuspec" + ] + }, + "StackExchange.Redis/2.7.27": { + "sha512": "Uqc2OQHglqj9/FfGQ6RkKFkZfHySfZlfmbCl+hc+u2I/IqunfelQ7QJi7ZhvAJxUtu80pildVX6NPLdDaUffOw==", + "type": "package", + "path": "stackexchange.redis/2.7.27", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/StackExchange.Redis.dll", + "lib/net461/StackExchange.Redis.xml", + "lib/net472/StackExchange.Redis.dll", + "lib/net472/StackExchange.Redis.xml", + "lib/net6.0/StackExchange.Redis.dll", + "lib/net6.0/StackExchange.Redis.xml", + "lib/netcoreapp3.1/StackExchange.Redis.dll", + "lib/netcoreapp3.1/StackExchange.Redis.xml", + "lib/netstandard2.0/StackExchange.Redis.dll", + "lib/netstandard2.0/StackExchange.Redis.xml", + "stackexchange.redis.2.7.27.nupkg.sha512", + "stackexchange.redis.nuspec" + ] + }, + "Svg.Custom/1.0.0.18": { + "sha512": "bavGcKBodZwHY65Yw2JJ/Vd2ghNh7FYrqiDngPDv21uu6Uy8pj9FAQWYyoeBAyPmEVN/WFAl1l4CKMGEYlIuXw==", + "type": "package", + "path": "svg.custom/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Svg.Custom.dll", + "lib/net8.0/Svg.Custom.dll", + "lib/netstandard2.0/Svg.Custom.dll", + "svg.custom.1.0.0.18.nupkg.sha512", + "svg.custom.nuspec" + ] + }, + "Svg.Model/1.0.0.18": { + "sha512": "DXs+nOWjR4/xZp5wExWS3Ih8JN3MAwdhIrczduzKkO2pIox08DQnoyWWGy9nVlGnby7gyqAMDtLpbY639pugcA==", + "type": "package", + "path": "svg.model/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Model.dll", + "lib/net6.0/Svg.Model.dll", + "lib/net8.0/Svg.Model.dll", + "lib/netstandard2.0/Svg.Model.dll", + "svg.model.1.0.0.18.nupkg.sha512", + "svg.model.nuspec" + ] + }, + "Svg.Skia/1.0.0.18": { + "sha512": "o+fajf+Z3OUtLahZuwigeeS+bXNr21iyP4koweeDln9hD7Bzayw50IHJ6bPprfkRMpMkwMob7rWyupYq0GaEAg==", + "type": "package", + "path": "svg.skia/1.0.0.18", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Svg.Skia.dll", + "lib/net6.0/Svg.Skia.dll", + "lib/net8.0/Svg.Skia.dll", + "lib/netstandard2.0/Svg.Skia.dll", + "svg.skia.1.0.0.18.nupkg.sha512", + "svg.skia.nuspec" + ] + }, + "System.AppContext/4.3.0": { + "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "type": "package", + "path": "system.appcontext/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll", + "system.appcontext.4.3.0.nupkg.sha512", + "system.appcontext.nuspec" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll", + "system.buffers.4.3.0.nupkg.sha512", + "system.buffers.nuspec" + ] + }, + "System.ClientModel/1.0.0": { + "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "type": "package", + "path": "system.clientmodel/1.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net6.0/System.ClientModel.dll", + "lib/net6.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.0.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/7.0.0": { + "sha512": "GLltyqEsE5/3IE+zYRP5sNa1l44qKl9v+bfdMcwg+M9qnQf47wK3H0SUR/T+3N4JEQXF3vV4CSuuo0rsg+nq2A==", + "type": "package", + "path": "system.codedom/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.CodeDom.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.CodeDom.targets", + "lib/net462/System.CodeDom.dll", + "lib/net462/System.CodeDom.xml", + "lib/net6.0/System.CodeDom.dll", + "lib/net6.0/System.CodeDom.xml", + "lib/net7.0/System.CodeDom.dll", + "lib/net7.0/System.CodeDom.xml", + "lib/netstandard2.0/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.xml", + "system.codedom.7.0.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.3.0": { + "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "type": "package", + "path": "system.collections.concurrent/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.concurrent.4.3.0.nupkg.sha512", + "system.collections.concurrent.nuspec" + ] + }, + "System.Collections.Immutable/5.0.0": { + "sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", + "type": "package", + "path": "system.collections.immutable/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/netstandard1.3/System.Collections.Immutable.dll", + "lib/netstandard1.3/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.5.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ComponentModel.Annotations/5.0.0": { + "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "type": "package", + "path": "system.componentmodel.annotations/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net461/System.ComponentModel.Annotations.dll", + "lib/netcore50/System.ComponentModel.Annotations.dll", + "lib/netstandard1.4/System.ComponentModel.Annotations.dll", + "lib/netstandard2.0/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.dll", + "lib/netstandard2.1/System.ComponentModel.Annotations.xml", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net461/System.ComponentModel.Annotations.dll", + "ref/net461/System.ComponentModel.Annotations.xml", + "ref/netcore50/System.ComponentModel.Annotations.dll", + "ref/netcore50/System.ComponentModel.Annotations.xml", + "ref/netcore50/de/System.ComponentModel.Annotations.xml", + "ref/netcore50/es/System.ComponentModel.Annotations.xml", + "ref/netcore50/fr/System.ComponentModel.Annotations.xml", + "ref/netcore50/it/System.ComponentModel.Annotations.xml", + "ref/netcore50/ja/System.ComponentModel.Annotations.xml", + "ref/netcore50/ko/System.ComponentModel.Annotations.xml", + "ref/netcore50/ru/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/System.ComponentModel.Annotations.dll", + "ref/netstandard1.1/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/System.ComponentModel.Annotations.dll", + "ref/netstandard1.3/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/System.ComponentModel.Annotations.dll", + "ref/netstandard1.4/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", + "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", + "ref/netstandard2.0/System.ComponentModel.Annotations.dll", + "ref/netstandard2.0/System.ComponentModel.Annotations.xml", + "ref/netstandard2.1/System.ComponentModel.Annotations.dll", + "ref/netstandard2.1/System.ComponentModel.Annotations.xml", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.annotations.5.0.0.nupkg.sha512", + "system.componentmodel.annotations.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "type": "package", + "path": "system.configuration.configurationmanager/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", + "lib/net462/System.Configuration.ConfigurationManager.dll", + "lib/net462/System.Configuration.ConfigurationManager.xml", + "lib/net6.0/System.Configuration.ConfigurationManager.dll", + "lib/net6.0/System.Configuration.ConfigurationManager.xml", + "lib/net7.0/System.Configuration.ConfigurationManager.dll", + "lib/net7.0/System.Configuration.ConfigurationManager.xml", + "lib/net8.0/System.Configuration.ConfigurationManager.dll", + "lib/net8.0/System.Configuration.ConfigurationManager.xml", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.8.0.0.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Console/4.3.0": { + "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "type": "package", + "path": "system.console/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.console.4.3.0.nupkg.sha512", + "system.console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.debug.4.3.0.nupkg.sha512", + "system.diagnostics.debug.nuspec" + ] + }, + "System.Diagnostics.DiagnosticSource/7.0.2": { + "sha512": "hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/7.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "lib/net462/System.Diagnostics.DiagnosticSource.dll", + "lib/net462/System.Diagnostics.DiagnosticSource.xml", + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.EventLog/8.0.0": { + "sha512": "fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "type": "package", + "path": "system.diagnostics.eventlog/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Diagnostics.EventLog.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "lib/net462/System.Diagnostics.EventLog.dll", + "lib/net462/System.Diagnostics.EventLog.xml", + "lib/net6.0/System.Diagnostics.EventLog.dll", + "lib/net6.0/System.Diagnostics.EventLog.xml", + "lib/net7.0/System.Diagnostics.EventLog.dll", + "lib/net7.0/System.Diagnostics.EventLog.xml", + "lib/net8.0/System.Diagnostics.EventLog.dll", + "lib/net8.0/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "type": "package", + "path": "system.diagnostics.tools/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tools.4.3.0.nupkg.sha512", + "system.diagnostics.tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tracing.4.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Formats.Asn1/8.0.0": { + "sha512": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==", + "type": "package", + "path": "system.formats.asn1/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Formats.Asn1.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", + "lib/net462/System.Formats.Asn1.dll", + "lib/net462/System.Formats.Asn1.xml", + "lib/net6.0/System.Formats.Asn1.dll", + "lib/net6.0/System.Formats.Asn1.xml", + "lib/net7.0/System.Formats.Asn1.dll", + "lib/net7.0/System.Formats.Asn1.xml", + "lib/net8.0/System.Formats.Asn1.dll", + "lib/net8.0/System.Formats.Asn1.xml", + "lib/netstandard2.0/System.Formats.Asn1.dll", + "lib/netstandard2.0/System.Formats.Asn1.xml", + "system.formats.asn1.8.0.0.nupkg.sha512", + "system.formats.asn1.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.3.0": { + "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "type": "package", + "path": "system.globalization.calendars/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.dll", + "ref/netstandard1.3/System.Globalization.Calendars.xml", + "ref/netstandard1.3/de/System.Globalization.Calendars.xml", + "ref/netstandard1.3/es/System.Globalization.Calendars.xml", + "ref/netstandard1.3/fr/System.Globalization.Calendars.xml", + "ref/netstandard1.3/it/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ja/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ko/System.Globalization.Calendars.xml", + "ref/netstandard1.3/ru/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.calendars.4.3.0.nupkg.sha512", + "system.globalization.calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.3.0": { + "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "type": "package", + "path": "system.globalization.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", + "system.globalization.extensions.4.3.0.nupkg.sha512", + "system.globalization.extensions.nuspec" + ] + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "type": "package", + "path": "system.identitymodel.tokens.jwt/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/System.IdentityModel.Tokens.Jwt.dll", + "lib/net45/System.IdentityModel.Tokens.Jwt.xml", + "lib/net461/System.IdentityModel.Tokens.Jwt.dll", + "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "lib/net462/System.IdentityModel.Tokens.Jwt.dll", + "lib/net462/System.IdentityModel.Tokens.Jwt.xml", + "lib/net472/System.IdentityModel.Tokens.Jwt.dll", + "lib/net472/System.IdentityModel.Tokens.Jwt.xml", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", + "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", + "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "system.identitymodel.tokens.jwt.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.Compression/4.3.0": { + "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "type": "package", + "path": "system.io.compression/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", + "system.io.compression.4.3.0.nupkg.sha512", + "system.io.compression.nuspec" + ] + }, + "System.IO.Compression.ZipFile/4.3.0": { + "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "type": "package", + "path": "system.io.compression.zipfile/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.compression.zipfile.4.3.0.nupkg.sha512", + "system.io.compression.zipfile.nuspec" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.dll", + "ref/netstandard1.3/System.IO.FileSystem.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.4.3.0.nupkg.sha512", + "system.io.filesystem.nuspec" + ] + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "type": "package", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.dll", + "lib/net461/System.IO.FileSystem.AccessControl.xml", + "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "ref/net46/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.dll", + "ref/net461/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml", + "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "system.io.filesystem.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "type": "package", + "path": "system.io.filesystem.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", + "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "system.io.filesystem.primitives.nuspec" + ] + }, + "System.IO.Hashing/6.0.0": { + "sha512": "Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", + "type": "package", + "path": "system.io.hashing/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Hashing.dll", + "lib/net461/System.IO.Hashing.xml", + "lib/net6.0/System.IO.Hashing.dll", + "lib/net6.0/System.IO.Hashing.xml", + "lib/netstandard2.0/System.IO.Hashing.dll", + "lib/netstandard2.0/System.IO.Hashing.xml", + "system.io.hashing.6.0.0.nupkg.sha512", + "system.io.hashing.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Packaging/6.0.0": { + "sha512": "C7OkTRIjqIjAKu6ef/fuj8ynCZTPcTYZnvHaq48bniACgXXJogmEoIc56YCDNTc14xhsbLmgpS3KP+evbsUa2g==", + "type": "package", + "path": "system.io.packaging/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Packaging.dll", + "lib/net461/System.IO.Packaging.xml", + "lib/net6.0/System.IO.Packaging.dll", + "lib/net6.0/System.IO.Packaging.xml", + "lib/netstandard2.0/System.IO.Packaging.dll", + "lib/netstandard2.0/System.IO.Packaging.xml", + "system.io.packaging.6.0.0.nupkg.sha512", + "system.io.packaging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Pipelines/5.0.1": { + "sha512": "qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==", + "type": "package", + "path": "system.io.pipelines/5.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/netcoreapp3.0/System.IO.Pipelines.dll", + "lib/netcoreapp3.0/System.IO.Pipelines.xml", + "lib/netstandard1.3/System.IO.Pipelines.dll", + "lib/netstandard1.3/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "ref/netcoreapp2.0/System.IO.Pipelines.dll", + "ref/netcoreapp2.0/System.IO.Pipelines.xml", + "system.io.pipelines.5.0.1.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Linq/4.3.0": { + "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "type": "package", + "path": "system.linq/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Linq.Async/6.0.1": { + "sha512": "0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==", + "type": "package", + "path": "system.linq.async/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Logo.png", + "lib/net48/System.Linq.Async.dll", + "lib/net48/System.Linq.Async.xml", + "lib/net6.0/System.Linq.Async.dll", + "lib/net6.0/System.Linq.Async.xml", + "lib/netstandard2.0/System.Linq.Async.dll", + "lib/netstandard2.0/System.Linq.Async.xml", + "lib/netstandard2.1/System.Linq.Async.dll", + "lib/netstandard2.1/System.Linq.Async.xml", + "ref/net48/System.Linq.Async.dll", + "ref/net48/System.Linq.Async.xml", + "ref/net6.0/System.Linq.Async.dll", + "ref/net6.0/System.Linq.Async.xml", + "ref/netstandard2.0/System.Linq.Async.dll", + "ref/netstandard2.0/System.Linq.Async.xml", + "ref/netstandard2.1/System.Linq.Async.dll", + "ref/netstandard2.1/System.Linq.Async.xml", + "system.linq.async.6.0.1.nupkg.sha512", + "system.linq.async.nuspec" + ] + }, + "System.Linq.Dynamic.Core/1.3.12": { + "sha512": "uriIEVgq1Wp1wcGohFkS4VESynM2za9BhCH/Vtaxtq8cwvRCobjq9ZLnCrzRLwtJqexKRaH2ItBZwuMRISsclw==", + "type": "package", + "path": "system.linq.dynamic.core/1.3.12", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "PackageReadme.md", + "lib/net35/System.Linq.Dynamic.Core.dll", + "lib/net35/System.Linq.Dynamic.Core.pdb", + "lib/net35/System.Linq.Dynamic.Core.xml", + "lib/net40/System.Linq.Dynamic.Core.dll", + "lib/net40/System.Linq.Dynamic.Core.pdb", + "lib/net40/System.Linq.Dynamic.Core.xml", + "lib/net45/System.Linq.Dynamic.Core.dll", + "lib/net45/System.Linq.Dynamic.Core.pdb", + "lib/net45/System.Linq.Dynamic.Core.xml", + "lib/net452/System.Linq.Dynamic.Core.dll", + "lib/net452/System.Linq.Dynamic.Core.pdb", + "lib/net452/System.Linq.Dynamic.Core.xml", + "lib/net46/System.Linq.Dynamic.Core.dll", + "lib/net46/System.Linq.Dynamic.Core.pdb", + "lib/net46/System.Linq.Dynamic.Core.xml", + "lib/net5.0/System.Linq.Dynamic.Core.dll", + "lib/net5.0/System.Linq.Dynamic.Core.pdb", + "lib/net5.0/System.Linq.Dynamic.Core.xml", + "lib/net6.0/System.Linq.Dynamic.Core.dll", + "lib/net6.0/System.Linq.Dynamic.Core.pdb", + "lib/net6.0/System.Linq.Dynamic.Core.xml", + "lib/net7.0/System.Linq.Dynamic.Core.dll", + "lib/net7.0/System.Linq.Dynamic.Core.pdb", + "lib/net7.0/System.Linq.Dynamic.Core.xml", + "lib/net8.0/System.Linq.Dynamic.Core.dll", + "lib/net8.0/System.Linq.Dynamic.Core.pdb", + "lib/net8.0/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.xml", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.dll", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.pdb", + "lib/netcoreapp3.1/System.Linq.Dynamic.Core.xml", + "lib/netstandard1.3/System.Linq.Dynamic.Core.dll", + "lib/netstandard1.3/System.Linq.Dynamic.Core.pdb", + "lib/netstandard1.3/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.0/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.0/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.0/System.Linq.Dynamic.Core.xml", + "lib/netstandard2.1/System.Linq.Dynamic.Core.dll", + "lib/netstandard2.1/System.Linq.Dynamic.Core.pdb", + "lib/netstandard2.1/System.Linq.Dynamic.Core.xml", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.dll", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pdb", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.pri", + "lib/uap10.0.10240/System.Linq.Dynamic.Core.xml", + "logo.png", + "system.linq.dynamic.core.1.3.12.nupkg.sha512", + "system.linq.dynamic.core.nuspec" + ] + }, + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", + "system.linq.expressions.4.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Management/7.0.2": { + "sha512": "/qEUN91mP/MUQmJnM5y5BdT7ZoPuVrtxnFlbJ8a3kBJGhe2wCzBfnPFtK2wTtEEcf3DMGR9J00GZZfg6HRI6yA==", + "type": "package", + "path": "system.management/7.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Management.targets", + "lib/net462/_._", + "lib/net6.0/System.Management.dll", + "lib/net6.0/System.Management.xml", + "lib/net7.0/System.Management.dll", + "lib/net7.0/System.Management.xml", + "lib/netstandard2.0/System.Management.dll", + "lib/netstandard2.0/System.Management.xml", + "runtimes/win/lib/net6.0/System.Management.dll", + "runtimes/win/lib/net6.0/System.Management.xml", + "runtimes/win/lib/net7.0/System.Management.dll", + "runtimes/win/lib/net7.0/System.Management.xml", + "system.management.7.0.2.nupkg.sha512", + "system.management.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.4": { + "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "type": "package", + "path": "system.memory/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.4.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory.Data/1.0.2": { + "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "type": "package", + "path": "system.memory.data/1.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "lib/net461/System.Memory.Data.dll", + "lib/net461/System.Memory.Data.xml", + "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", + "system.memory.data.1.0.2.nupkg.sha512", + "system.memory.data.nuspec" + ] + }, + "System.Net.Http/4.3.4": { + "sha512": "aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==", + "type": "package", + "path": "system.net.http/4.3.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", + "system.net.http.4.3.4.nupkg.sha512", + "system.net.http.nuspec" + ] + }, + "System.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.3.0.nupkg.sha512", + "system.net.nameresolution.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Net.Sockets/4.3.0": { + "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "type": "package", + "path": "system.net.sockets/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.sockets.4.3.0.nupkg.sha512", + "system.net.sockets.nuspec" + ] + }, + "System.Numerics.Vectors/4.5.0": { + "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "type": "package", + "path": "system.numerics.vectors/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.Numerics.Vectors.dll", + "lib/netstandard1.0/System.Numerics.Vectors.xml", + "lib/netstandard2.0/System.Numerics.Vectors.dll", + "lib/netstandard2.0/System.Numerics.Vectors.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/System.Numerics.Vectors.dll", + "ref/net45/System.Numerics.Vectors.xml", + "ref/net46/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/System.Numerics.Vectors.dll", + "ref/netstandard1.0/System.Numerics.Vectors.xml", + "ref/netstandard2.0/System.Numerics.Vectors.dll", + "ref/netstandard2.0/System.Numerics.Vectors.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.5.0.nupkg.sha512", + "system.numerics.vectors.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.3.0": { + "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "type": "package", + "path": "system.reflection.emit/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/xamarinmac20/_._", + "system.reflection.emit.4.3.0.nupkg.sha512", + "system.reflection.emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "type": "package", + "path": "system.reflection.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", + "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.extensions.4.3.0.nupkg.sha512", + "system.reflection.extensions.nuspec" + ] + }, + "System.Reflection.Metadata/5.0.0": { + "sha512": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", + "type": "package", + "path": "system.reflection.metadata/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.5.0.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "type": "package", + "path": "system.reflection.typeextensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.1": { + "sha512": "abhfv1dTK6NXOmu4bgHIONxHyEqFjW8HwXPmpY9gmll+ix9UNo4XDcmzJn6oLooftxNssVHdJC1pGT9jkSynQg==", + "type": "package", + "path": "system.runtime/4.3.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.1.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Caching/8.0.0": { + "sha512": "4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "type": "package", + "path": "system.runtime.caching/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/_._", + "lib/net6.0/System.Runtime.Caching.dll", + "lib/net6.0/System.Runtime.Caching.xml", + "lib/net7.0/System.Runtime.Caching.dll", + "lib/net7.0/System.Runtime.Caching.xml", + "lib/net8.0/System.Runtime.Caching.dll", + "lib/net8.0/System.Runtime.Caching.xml", + "lib/netstandard2.0/System.Runtime.Caching.dll", + "lib/netstandard2.0/System.Runtime.Caching.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net7.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net7.0/System.Runtime.Caching.xml", + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll", + "runtimes/win/lib/net8.0/System.Runtime.Caching.xml", + "system.runtime.caching.8.0.0.nupkg.sha512", + "system.runtime.caching.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/5.0.0": { + "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net45/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net45/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/net461/System.Runtime.CompilerServices.Unsafe.dll", + "ref/net461/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/netstandard1.3/System.Runtime.Handles.dll", + "ref/netstandard1.3/System.Runtime.Handles.xml", + "ref/netstandard1.3/de/System.Runtime.Handles.xml", + "ref/netstandard1.3/es/System.Runtime.Handles.xml", + "ref/netstandard1.3/fr/System.Runtime.Handles.xml", + "ref/netstandard1.3/it/System.Runtime.Handles.xml", + "ref/netstandard1.3/ja/System.Runtime.Handles.xml", + "ref/netstandard1.3/ko/System.Runtime.Handles.xml", + "ref/netstandard1.3/ru/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.handles.4.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/net463/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.interopservices.4.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "type": "package", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "system.runtime.interopservices.runtimeinformation.nuspec" + ] + }, + "System.Runtime.Numerics/4.3.0": { + "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "type": "package", + "path": "system.runtime.numerics/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/netstandard1.3/System.Runtime.Numerics.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", + "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.numerics.4.3.0.nupkg.sha512", + "system.runtime.numerics.nuspec" + ] + }, + "System.Security.AccessControl/6.0.0": { + "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "type": "package", + "path": "system.security.accesscontrol/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/net6.0/System.Security.AccessControl.dll", + "lib/net6.0/System.Security.AccessControl.xml", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", + "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", + "system.security.accesscontrol.6.0.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/net461/System.Security.Cryptography.Algorithms.dll", + "lib/net463/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/net461/System.Security.Cryptography.Algorithms.dll", + "ref/net463/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "system.security.cryptography.algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.5.0": { + "sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "type": "package", + "path": "system.security.cryptography.cng/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", + "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", + "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.cryptography.cng.4.5.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Csp/4.3.0": { + "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "type": "package", + "path": "system.security.cryptography.csp/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "system.security.cryptography.csp.4.3.0.nupkg.sha512", + "system.security.cryptography.csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "type": "package", + "path": "system.security.cryptography.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", + "system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "system.security.cryptography.encoding.nuspec" + ] + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "type": "package", + "path": "system.security.cryptography.openssl/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "system.security.cryptography.openssl.nuspec" + ] + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "sha512": "ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", + "type": "package", + "path": "system.security.cryptography.pkcs/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", + "lib/net462/System.Security.Cryptography.Pkcs.dll", + "lib/net462/System.Security.Cryptography.Pkcs.xml", + "lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "system.security.cryptography.pkcs.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "type": "package", + "path": "system.security.cryptography.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "system.security.cryptography.primitives.nuspec" + ] + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "type": "package", + "path": "system.security.cryptography.protecteddata/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net462/System.Security.Cryptography.ProtectedData.dll", + "lib/net462/System.Security.Cryptography.ProtectedData.xml", + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", + "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "type": "package", + "path": "system.security.cryptography.x509certificates/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Security.Cryptography.Xml/6.0.1": { + "sha512": "5e5bI28T0x73AwTsbuFP4qSRzthmU2C0Gqgg3AZ3KTxmSyA+Uhk31puA3srdaeWaacVnHhLdJywCzqOiEpbO/w==", + "type": "package", + "path": "system.security.cryptography.xml/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Security.Cryptography.Xml.dll", + "lib/net461/System.Security.Cryptography.Xml.xml", + "lib/net6.0/System.Security.Cryptography.Xml.dll", + "lib/net6.0/System.Security.Cryptography.Xml.xml", + "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", + "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Xml.xml", + "system.security.cryptography.xml.6.0.1.nupkg.sha512", + "system.security.cryptography.xml.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Principal.Windows/5.0.0": { + "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "type": "package", + "path": "system.security.principal.windows/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.5.0.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.ServiceModel.Http/8.0.0": { + "sha512": "Qwkoe0F+2e/2LiNwiIgfBTJTw11flv208UwS38ru+GR7nZk2VdGvAE8tqGB0RQIGra73Rux9jKNgfy1XtfXdLg==", + "type": "package", + "path": "system.servicemodel.http/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Http.dll", + "lib/net8.0/System.ServiceModel.Http.pdb", + "lib/net8.0/cs/System.ServiceModel.Http.resources.dll", + "lib/net8.0/de/System.ServiceModel.Http.resources.dll", + "lib/net8.0/es/System.ServiceModel.Http.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/it/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Http.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Http.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll", + "system.servicemodel.http.8.0.0.nupkg.sha512", + "system.servicemodel.http.nuspec" + ] + }, + "System.ServiceModel.Primitives/8.0.0": { + "sha512": "hVzK77Bl00H+1V7ho7h03tKlgxAIKssV3eUnRdH+gTCZCK4Ywnv2CR35AV9ly/tRpvsGwNL1d/jkAwB1MWw3Fw==", + "type": "package", + "path": "system.servicemodel.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/System.ServiceModel.Primitives.dll", + "lib/net8.0/System.ServiceModel.Primitives.pdb", + "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll", + "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll", + "ref/net8.0/System.ServiceModel.Primitives.dll", + "system.servicemodel.primitives.8.0.0.nupkg.sha512", + "system.servicemodel.primitives.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.CodePages/4.5.1": { + "sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", + "type": "package", + "path": "system.text.encoding.codepages/4.5.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "system.text.encoding.codepages.4.5.1.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.extensions.4.3.0.nupkg.sha512", + "system.text.encoding.extensions.nuspec" + ] + }, + "System.Text.Encodings.Web/8.0.0": { + "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "type": "package", + "path": "system.text.encodings.web/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Text.Encodings.Web.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", + "lib/net462/System.Text.Encodings.Web.dll", + "lib/net462/System.Text.Encodings.Web.xml", + "lib/net6.0/System.Text.Encodings.Web.dll", + "lib/net6.0/System.Text.Encodings.Web.xml", + "lib/net7.0/System.Text.Encodings.Web.dll", + "lib/net7.0/System.Text.Encodings.Web.xml", + "lib/net8.0/System.Text.Encodings.Web.dll", + "lib/net8.0/System.Text.Encodings.Web.xml", + "lib/netstandard2.0/System.Text.Encodings.Web.dll", + "lib/netstandard2.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll", + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml", + "system.text.encodings.web.8.0.0.nupkg.sha512", + "system.text.encodings.web.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Json/8.0.0": { + "sha512": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==", + "type": "package", + "path": "system.text.json/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", + "buildTransitive/net461/System.Text.Json.targets", + "buildTransitive/net462/System.Text.Json.targets", + "buildTransitive/net6.0/System.Text.Json.targets", + "buildTransitive/netcoreapp2.0/System.Text.Json.targets", + "buildTransitive/netstandard2.0/System.Text.Json.targets", + "lib/net462/System.Text.Json.dll", + "lib/net462/System.Text.Json.xml", + "lib/net6.0/System.Text.Json.dll", + "lib/net6.0/System.Text.Json.xml", + "lib/net7.0/System.Text.Json.dll", + "lib/net7.0/System.Text.Json.xml", + "lib/net8.0/System.Text.Json.dll", + "lib/net8.0/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.8.0.0.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.RegularExpressions/4.3.1": { + "sha512": "N0kNRrWe4+nXOWlpLT4LAY5brb8caNFlUuIRpraCVMDLYutKkol1aV079rQjLuSxKMJT2SpBQsYX9xbcTMmzwg==", + "type": "package", + "path": "system.text.regularexpressions/4.3.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.regularexpressions.4.3.1.nupkg.sha512", + "system.text.regularexpressions.nuspec" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Threading.Timer/4.3.0": { + "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "type": "package", + "path": "system.threading.timer/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.timer.4.3.0.nupkg.sha512", + "system.threading.timer.nuspec" + ] + }, + "System.ValueTuple/4.5.0": { + "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", + "type": "package", + "path": "system.valuetuple/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.ValueTuple.dll", + "lib/net461/System.ValueTuple.xml", + "lib/net47/System.ValueTuple.dll", + "lib/net47/System.ValueTuple.xml", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.0/System.ValueTuple.dll", + "lib/netstandard1.0/System.ValueTuple.xml", + "lib/netstandard2.0/_._", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.ValueTuple.dll", + "ref/net47/System.ValueTuple.dll", + "ref/netcoreapp2.0/_._", + "ref/netstandard2.0/_._", + "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.valuetuple.4.5.0.nupkg.sha512", + "system.valuetuple.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "type": "package", + "path": "system.xml.readerwriter/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.readerwriter.4.3.0.nupkg.sha512", + "system.xml.readerwriter.nuspec" + ] + }, + "System.Xml.XDocument/4.3.0": { + "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "type": "package", + "path": "system.xml.xdocument/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xdocument.4.3.0.nupkg.sha512", + "system.xml.xdocument.nuspec" + ] + }, + "WebMarkupMin.AspNet.Common/2.16.0": { + "sha512": "9jNoL5isfNdxGqmAtW0jPlA7vjU+k9ypl/3SWviK8YPJKxDsU5LH5HXLsP/2W3lcq9eN1axy2XHzUolAV7EX9A==", + "type": "package", + "path": "webmarkupmin.aspnet.common/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net40/WebMarkupMin.AspNet.Common.dll", + "lib/net40/WebMarkupMin.AspNet.Common.xml", + "lib/net45/WebMarkupMin.AspNet.Common.dll", + "lib/net45/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard1.3/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.0/WebMarkupMin.AspNet.Common.xml", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.dll", + "lib/netstandard2.1/WebMarkupMin.AspNet.Common.xml", + "readme.txt", + "webmarkupmin.aspnet.common.2.16.0.nupkg.sha512", + "webmarkupmin.aspnet.common.nuspec" + ] + }, + "WebMarkupMin.AspNetCore8/2.16.0": { + "sha512": "Tx2brMbWWs0fuYGeNsorH50nGBL2JImgx6M/FBwUsmRqkXsBng/tDMdfA+rekKq4IQAdWYsWy3I1UDVLGgrDvw==", + "type": "package", + "path": "webmarkupmin.aspnetcore8/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net8.0/WebMarkupMin.AspNetCore8.dll", + "lib/net8.0/WebMarkupMin.AspNetCore8.xml", + "readme.txt", + "webmarkupmin.aspnetcore8.2.16.0.nupkg.sha512", + "webmarkupmin.aspnetcore8.nuspec" + ] + }, + "WebMarkupMin.Core/2.16.0": { + "sha512": "0ndPjU+SxszmnynCpx7pK2iyz2o4VB9cdVdejh4KlXaxvcFFspBM443iXSFkt36W4nkgSc4idDm7pctXEpOQ3A==", + "type": "package", + "path": "webmarkupmin.core/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net40-client/WebMarkupMin.Core.dll", + "lib/net40-client/WebMarkupMin.Core.xml", + "lib/net45/WebMarkupMin.Core.dll", + "lib/net45/WebMarkupMin.Core.xml", + "lib/netstandard1.3/WebMarkupMin.Core.dll", + "lib/netstandard1.3/WebMarkupMin.Core.xml", + "lib/netstandard2.0/WebMarkupMin.Core.dll", + "lib/netstandard2.0/WebMarkupMin.Core.xml", + "lib/netstandard2.1/WebMarkupMin.Core.dll", + "lib/netstandard2.1/WebMarkupMin.Core.xml", + "readme.txt", + "webmarkupmin.core.2.16.0.nupkg.sha512", + "webmarkupmin.core.nuspec" + ] + }, + "WebMarkupMin.NUglify/2.16.0": { + "sha512": "Ux09ry3Zg/1cW7tVBX7pcqaiX59uRZopWyiT3TaNn15PfDtR9IvO7Yeb1GGHx397ZH2apm/AMX1/ZxWEitl6Aw==", + "type": "package", + "path": "webmarkupmin.nuglify/2.16.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "icon.png", + "lib/net40-client/WebMarkupMin.NUglify.dll", + "lib/net40-client/WebMarkupMin.NUglify.xml", + "lib/net45/WebMarkupMin.NUglify.dll", + "lib/net45/WebMarkupMin.NUglify.xml", + "lib/netstandard1.3/WebMarkupMin.NUglify.dll", + "lib/netstandard1.3/WebMarkupMin.NUglify.xml", + "lib/netstandard2.0/WebMarkupMin.NUglify.dll", + "lib/netstandard2.0/WebMarkupMin.NUglify.xml", + "nuglify-license.txt", + "readme.txt", + "webmarkupmin.nuglify.2.16.0.nupkg.sha512", + "webmarkupmin.nuglify.nuspec" + ] + }, + "XLParser/1.5.2": { + "sha512": "8tnUCmMbn6c/HGuHFyq1sulHym8YReTKDNXFFQk0U8nldNx6RGrwRvLh0+aQjEc7YoC3Q1ztH1npLt7dClKqjw==", + "type": "package", + "path": "xlparser/1.5.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net452/XLParser.dll", + "lib/net461/XLParser.dll", + "lib/netstandard1.6/XLParser.dll", + "xlparser.1.5.2.nupkg.sha512", + "xlparser.nuspec" + ] + }, + "Nop.Core/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Core/Nop.Core.csproj", + "msbuildProject": "../../Libraries/Nop.Core/Nop.Core.csproj" + }, + "Nop.Data/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Data/Nop.Data.csproj", + "msbuildProject": "../../Libraries/Nop.Data/Nop.Data.csproj" + }, + "Nop.Services/4.70.0": { + "type": "project", + "path": "../../Libraries/Nop.Services/Nop.Services.csproj", + "msbuildProject": "../../Libraries/Nop.Services/Nop.Services.csproj" + }, + "Nop.Web.Framework/4.70.0": { + "type": "project", + "path": "../../Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj", + "msbuildProject": "../../Presentation/Nop.Web.Framework/Nop.Web.Framework.csproj" + } + }, + "projectFileDependencyGroups": { + "net8.0": [ + "Nop.Web.Framework >= 4.70.0" + ] + }, + "packageFolders": { + "C:\\Users\\Ádám\\.nuget\\packages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\Nop.Plugin.Widgets.AgeVerification.csproj", + "projectName": "Nop.Plugin.Widgets.AgeVerification", + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\Nop.Plugin.Widgets.AgeVerification.csproj", + "packagesPath": "C:\\Users\\Ádám\\.nuget\\packages\\", + "outputPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\DevExpress 24.1\\Components\\Offline Packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Ádám\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 24.1.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\DevExpress 24.1\\Components\\System\\Components\\Packages": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": { + "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj": { + "projectPath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Presentation\\Nop.Web.Framework\\Nop.Web.Framework.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/obj/project.nuget.cache b/Nop.Plugin.Widgets.AgeVerification/obj/project.nuget.cache new file mode 100644 index 0000000..8f8ef8d --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/obj/project.nuget.cache @@ -0,0 +1,285 @@ +{ + "version": 2, + "dgSpecHash": "yKOsBxut3Sc=", + "success": true, + "projectFilePath": "D:\\Munka\\MANGOWEB\\FlirtyFluffers\\src\\Plugins\\Nop.Plugin.Widgets.AgeVerification\\Nop.Plugin.Widgets.AgeVerification.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Ádám\\.nuget\\packages\\advancedstringbuilder\\0.1.1\\advancedstringbuilder.0.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\automapper\\13.0.1\\automapper.13.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.blobs\\1.3.4\\azure.extensions.aspnetcore.dataprotection.blobs.1.3.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.extensions.aspnetcore.dataprotection.keys\\1.2.3\\azure.extensions.aspnetcore.dataprotection.keys.1.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.identity\\1.11.2\\azure.identity.1.11.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.security.keyvault.keys\\4.2.0\\azure.security.keyvault.keys.4.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.blobs\\12.19.1\\azure.storage.blobs.12.19.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\azure.storage.common\\12.18.1\\azure.storage.common.12.18.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\bouncycastle.cryptography\\2.3.0\\bouncycastle.cryptography.2.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\closedxml\\0.102.2\\closedxml.0.102.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\documentformat.openxml\\2.16.0\\documentformat.openxml.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excelnumberformat\\1.1.0\\excelnumberformat.1.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\excss\\4.2.3\\excss.4.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\firebirdsql.data.firebirdclient\\10.0.0\\firebirdsql.data.firebirdclient.10.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator\\5.2.0\\fluentmigrator.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.abstractions\\5.2.0\\fluentmigrator.abstractions.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.mysql\\5.1.0\\fluentmigrator.extensions.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.oracle\\5.1.0\\fluentmigrator.extensions.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.postgres\\5.1.0\\fluentmigrator.extensions.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.snowflake\\5.1.0\\fluentmigrator.extensions.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.extensions.sqlserver\\5.1.0\\fluentmigrator.extensions.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner\\5.1.0\\fluentmigrator.runner.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.core\\5.1.0\\fluentmigrator.runner.core.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.db2\\5.1.0\\fluentmigrator.runner.db2.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.firebird\\5.1.0\\fluentmigrator.runner.firebird.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.hana\\5.1.0\\fluentmigrator.runner.hana.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.mysql\\5.1.0\\fluentmigrator.runner.mysql.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.oracle\\5.1.0\\fluentmigrator.runner.oracle.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.postgres\\5.1.0\\fluentmigrator.runner.postgres.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.redshift\\5.1.0\\fluentmigrator.runner.redshift.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.snowflake\\5.1.0\\fluentmigrator.runner.snowflake.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlite\\5.1.0\\fluentmigrator.runner.sqlite.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentmigrator.runner.sqlserver\\5.1.0\\fluentmigrator.runner.sqlserver.5.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation\\11.5.1\\fluentvalidation.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.aspnetcore\\11.3.0\\fluentvalidation.aspnetcore.11.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\fluentvalidation.dependencyinjectionextensions\\11.5.1\\fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis\\1.68.0\\google.apis.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.auth\\1.68.0\\google.apis.auth.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\google.apis.core\\1.68.0\\google.apis.core.1.68.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp\\7.3.0.1\\harfbuzzsharp.7.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.linux\\2.8.2.3\\harfbuzzsharp.nativeassets.linux.2.8.2.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.macos\\7.3.0.1\\harfbuzzsharp.nativeassets.macos.7.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\harfbuzzsharp.nativeassets.win32\\7.3.0.1\\harfbuzzsharp.nativeassets.win32.7.3.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer\\2.14.1\\humanizer.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.af\\2.14.1\\humanizer.core.af.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ar\\2.14.1\\humanizer.core.ar.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.az\\2.14.1\\humanizer.core.az.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bg\\2.14.1\\humanizer.core.bg.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.bn-bd\\2.14.1\\humanizer.core.bn-bd.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.cs\\2.14.1\\humanizer.core.cs.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.da\\2.14.1\\humanizer.core.da.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.de\\2.14.1\\humanizer.core.de.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.el\\2.14.1\\humanizer.core.el.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.es\\2.14.1\\humanizer.core.es.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fa\\2.14.1\\humanizer.core.fa.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fi-fi\\2.14.1\\humanizer.core.fi-fi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr\\2.14.1\\humanizer.core.fr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.fr-be\\2.14.1\\humanizer.core.fr-be.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.he\\2.14.1\\humanizer.core.he.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hr\\2.14.1\\humanizer.core.hr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hu\\2.14.1\\humanizer.core.hu.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.hy\\2.14.1\\humanizer.core.hy.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.id\\2.14.1\\humanizer.core.id.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.is\\2.14.1\\humanizer.core.is.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.it\\2.14.1\\humanizer.core.it.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ja\\2.14.1\\humanizer.core.ja.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ko-kr\\2.14.1\\humanizer.core.ko-kr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ku\\2.14.1\\humanizer.core.ku.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.lv\\2.14.1\\humanizer.core.lv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ms-my\\2.14.1\\humanizer.core.ms-my.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.mt\\2.14.1\\humanizer.core.mt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb\\2.14.1\\humanizer.core.nb.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nb-no\\2.14.1\\humanizer.core.nb-no.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.nl\\2.14.1\\humanizer.core.nl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pl\\2.14.1\\humanizer.core.pl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.pt\\2.14.1\\humanizer.core.pt.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ro\\2.14.1\\humanizer.core.ro.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.ru\\2.14.1\\humanizer.core.ru.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sk\\2.14.1\\humanizer.core.sk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sl\\2.14.1\\humanizer.core.sl.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr\\2.14.1\\humanizer.core.sr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sr-latn\\2.14.1\\humanizer.core.sr-latn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.sv\\2.14.1\\humanizer.core.sv.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.th-th\\2.14.1\\humanizer.core.th-th.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.tr\\2.14.1\\humanizer.core.tr.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uk\\2.14.1\\humanizer.core.uk.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-cyrl-uz\\2.14.1\\humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.uz-latn-uz\\2.14.1\\humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.vi\\2.14.1\\humanizer.core.vi.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-cn\\2.14.1\\humanizer.core.zh-cn.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hans\\2.14.1\\humanizer.core.zh-hans.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\humanizer.core.zh-hant\\2.14.1\\humanizer.core.zh-hant.2.14.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\irony.netcore\\1.0.11\\irony.netcore.1.0.11.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\ligershark.weboptimizer.core\\3.0.405\\ligershark.weboptimizer.core.3.0.405.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\linq2db\\5.4.1\\linq2db.5.4.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mailkit\\4.5.0\\mailkit.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.db\\4.1.0\\maxmind.db.4.1.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\maxmind.geoip2\\5.2.0\\maxmind.geoip2.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.cryptography.internal\\3.1.32\\microsoft.aspnetcore.cryptography.internal.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection\\3.1.32\\microsoft.aspnetcore.dataprotection.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.dataprotection.abstractions\\3.1.32\\microsoft.aspnetcore.dataprotection.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\8.0.4\\microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.newtonsoftjson\\8.0.4\\microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.extensions\\6.0.0\\microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.mvc.razor.runtimecompilation\\8.0.4\\microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\6.0.0\\microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.2\\microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.common\\4.0.0\\microsoft.codeanalysis.common.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.0.0\\microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.codeanalysis.razor\\6.0.0\\microsoft.codeanalysis.razor.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient\\5.2.0\\microsoft.data.sqlclient.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.2.0\\microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.sqlserver\\8.0.4\\microsoft.extensions.caching.sqlserver.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.caching.stackexchangeredis\\8.0.4\\microsoft.extensions.caching.stackexchangeredis.8.0.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.1\\microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.0\\microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\3.1.32\\microsoft.extensions.fileproviders.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\3.1.32\\microsoft.extensions.hosting.abstractions.3.1.32.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.1\\microsoft.extensions.logging.abstractions.8.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.objectpool\\6.0.16\\microsoft.extensions.objectpool.6.0.16.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client\\4.60.3\\microsoft.identity.client.4.60.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.60.3\\microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.platforms\\2.1.2\\microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.netcore.targets\\1.1.3\\microsoft.netcore.targets.1.1.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mimekit\\4.5.0\\mimekit.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\mysqlconnector\\2.3.7\\mysqlconnector.2.3.7.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.coordination\\5.1.2\\nito.asyncex.coordination.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.asyncex.tasks\\5.1.2\\nito.asyncex.tasks.5.1.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.collections.deque\\1.1.1\\nito.collections.deque.1.1.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nito.disposables\\2.2.1\\nito.disposables.2.2.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\npgsql\\8.0.2\\npgsql.8.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\nuglify\\1.21.4\\nuglify.1.21.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.8\\pipelines.sockets.unofficial.2.2.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\questpdf\\2022.12.15\\questpdf.2022.12.15.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\shimskiasharp\\1.0.0.18\\shimskiasharp.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\sixlabors.fonts\\1.0.0\\sixlabors.fonts.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp\\2.88.8\\skiasharp.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.harfbuzz\\2.88.7\\skiasharp.harfbuzz.2.88.7.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.linux.nodependencies\\2.88.8\\skiasharp.nativeassets.linux.nodependencies.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.8\\skiasharp.nativeassets.macos.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.8\\skiasharp.nativeassets.win32.2.88.8.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\stackexchange.redis\\2.7.27\\stackexchange.redis.2.7.27.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.custom\\1.0.0.18\\svg.custom.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.model\\1.0.0.18\\svg.model.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\svg.skia\\1.0.0.18\\svg.skia.1.0.0.18.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.codedom\\7.0.0\\system.codedom.7.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.0\\system.configuration.configurationmanager.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.diagnosticsource\\7.0.2\\system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.0\\system.diagnostics.eventlog.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.formats.asn1\\8.0.0\\system.formats.asn1.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem.accesscontrol\\5.0.0\\system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.hashing\\6.0.0\\system.io.hashing.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.packaging\\6.0.0\\system.io.packaging.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.io.pipelines\\5.0.1\\system.io.pipelines.5.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.async\\6.0.1\\system.linq.async.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.dynamic.core\\1.3.12\\system.linq.dynamic.core.1.3.12.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.management\\7.0.2\\system.management.7.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.http\\4.3.4\\system.net.http.4.3.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.nameresolution\\4.3.0\\system.net.nameresolution.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime\\4.3.1\\system.runtime.4.3.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.caching\\8.0.0\\system.runtime.caching.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\5.0.0\\system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.0\\system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.cryptography.xml\\6.0.1\\system.security.cryptography.xml.6.0.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.http\\8.0.0\\system.servicemodel.http.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.servicemodel.primitives\\8.0.0\\system.servicemodel.primitives.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnet.common\\2.16.0\\webmarkupmin.aspnet.common.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.aspnetcore8\\2.16.0\\webmarkupmin.aspnetcore8.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.core\\2.16.0\\webmarkupmin.core.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\webmarkupmin.nuglify\\2.16.0\\webmarkupmin.nuglify.2.16.0.nupkg.sha512", + "C:\\Users\\Ádám\\.nuget\\packages\\xlparser\\1.5.2\\xlparser.1.5.2.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Nop.Plugin.Widgets.AgeVerification/plugin.json b/Nop.Plugin.Widgets.AgeVerification/plugin.json new file mode 100644 index 0000000..9121d69 --- /dev/null +++ b/Nop.Plugin.Widgets.AgeVerification/plugin.json @@ -0,0 +1,11 @@ +{ + "Group": "Widgets", + "FriendlyName": "AgeVerification", + "SystemName": "Widgets.AgeVerification", + "Version": "4.70.7", + "SupportedVersions": [ "4.70" ], + "Author": "AYcode", + "DisplayOrder": 1, + "FileName": "Nop.Plugin.Widgets.AgeVerification.dll", + "Description": "This plugin asks the visitor if they are over 18." +} \ No newline at end of file