{
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:08e44d40-ff83-4a8e-9478-d8922be01de7",
  "version": 1,
  "metadata": {
    "timestamp": "2026-07-24T13:36:06Z",
    "tools": {
      "components": [
        {
          "type": "application",
          "authors": [
            {
              "name": "CycloneDX"
            }
          ],
          "name": "CycloneDX module for .NET",
          "version": "6.2.0.0",
          "externalReferences": [
            {
              "url": "https://github.com/CycloneDX/cyclonedx-dotnet",
              "type": "website"
            }
          ]
        }
      ]
    },
    "component": {
      "type": "library",
      "bom-ref": "EPPlus@8.6.3",
      "supplier": {
        "name": "EPPlus Software AB",
        "url": [
          "https://epplussoftware.com"
        ],
        "contact": [
          {
            "name": "EPPlus Software AB",
            "email": "info@epplussoftware.com"
          }
        ]
      },
      "name": "EPPlus",
      "version": "8.6.3",
      "description": "EPPlus is a .NET spreadsheet library for creating, manipulating and calculating workbooks in the Open Office XML format (xlsx).",
      "licenses": [
        {
          "license": {
            "name": "Polyform Noncommercial 1.0.0",
            "text": {
              "contentType": "text/plain",
              "content": "Free to use if you qualify as noncommercial under the PolyForm Noncommercial License 1.0.0. Commercial organizations require a paid license."
            },
            "url": "https://polyformproject.org/licenses/noncommercial/1.0.0/"
          }
        },
        {
          "license": {
            "name": "EPPlus Commercial License",
            "text": {
              "contentType": "text/plain",
              "content": "Usage within a commercial organization or for commercial purposes requires a paid license. See the End User License Agreement at the provided URL."
            },
            "url": "https://epplussoftware.com/en/LicenseOverview/Eulas"
          }
        }
      ],
      "externalReferences": [
        {
          "url": "https://epplussoftware.com",
          "type": "website"
        },
        {
          "url": "https://github.com/EPPlusSoftware/EPPlus",
          "type": "vcs"
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration",
      "version": "9.0.18",
      "description": "Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "E33586F7FBA7091C2DCB5AE56CE5107B54B7E4DF48312B5956ECFA710AA41C92C100601094D067D3B38B46BF0BA484E8F5E3BFA259515ADC6D09A65E97F1559B"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration.Abstractions",
      "version": "9.0.18",
      "description": "Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "384C613BBBF7E8D1ECF09BB9F7F4AB3EC57DC6ABAE5B9F217C9A91BF9A83AF2A039AC4B2A1B1F74184D7701608888690A9FC4E1C9F32DC1959EE6FD58794D3BE"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration.FileExtensions",
      "version": "9.0.18",
      "description": "Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "4F67E0EABB334EA309F84814F99A79B21464F274438A296ACB3FCB7680608AC0AA09543429E356180EB9308210FB8B27F55F32C9392CB38F930B475F241A7900"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration.Json",
      "version": "9.0.18",
      "description": "JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application\u0027s settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "87165357E90776F953FE332113342BD8F8DAA54DCF52EEC135CD0B806D4037448A229C3BD0D6002500B98AB4700DAE228B6AE829B0DE10AB8ACA08FCC41891D3"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.FileProviders.Abstractions",
      "version": "9.0.18",
      "description": "Abstractions of files and directories.\n\nCommonly Used Types:\nMicrosoft.Extensions.FileProviders.IDirectoryContents\nMicrosoft.Extensions.FileProviders.IFileInfo\nMicrosoft.Extensions.FileProviders.IFileProvider",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "E7B593A3804FDE22A91A5E55AF3A71B6841CD93B49901F87BEF8E390F38A78C620053A9F46BF874A460CE11E1325EF1F6621DF25BB1D88CAF2AF2FD207B1AE62"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.FileProviders.Physical",
      "version": "9.0.18",
      "description": "File provider for physical files for Microsoft.Extensions.FileProviders.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "8A58019AEE828929E43ADA8F5696A5D584A2A47F412444A85EB1B8CC6D85E9A1EACB70E76F74E945F538AB2F5E8A9AB2F20FBE4D3DB340F766A151E426C49FD4"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.FileSystemGlobbing",
      "version": "9.0.18",
      "description": "File system globbing to find files matching a specified pattern.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "C9CC723C83DA68A5C5530692450A0D99ADB08B6D0D53F3115E8E2A9B52ED2FA627A6E8673F6B4A755AB9EA3883BD7E04CE642C3F5714BD609646DCDA6F886EC2"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Primitives",
      "version": "9.0.18",
      "description": "Primitives shared by framework extensions. Commonly used types include:\n\nCommonly Used Types:\nMicrosoft.Extensions.Primitives.IChangeToken\nMicrosoft.Extensions.Primitives.StringValues\nMicrosoft.Extensions.Primitives.StringSegment",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "381DABDB3468F701F2F0D4CAAA68C7A21B0712ED6E2F4E8C8A89EE5090FB6FFDE51DEDA51570F190BDAC856E38269E33B5715620CAFD174811902CCC27E3B305"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.IO.RecyclableMemoryStream@3.0.1",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.IO.RecyclableMemoryStream",
      "version": "3.0.1",
      "description": "A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "C5794EA27C908B5FB2442FAA441E9F3F81FFA3DC29D41A313B542643923AE61070905B1C15C2ECAD98092C6B9B2A3B423ACA979E71ED979728BD572B69F20A46"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.IO.RecyclableMemoryStream@3.0.1",
      "externalReferences": [
        {
          "url": "https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream",
          "type": "website"
        },
        {
          "url": "https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/System.ComponentModel.Annotations@5.0.0",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "System.ComponentModel.Annotations",
      "version": "5.0.0",
      "description": "Provides attributes that are used to define metadata for objects used as data sources.\n\nCommonly Used Types:\nSystem.ComponentModel.DataAnnotations.ValidationResult\nSystem.ComponentModel.DataAnnotations.IValidatableObject\nSystem.ComponentModel.DataAnnotations.ValidationAttribute\nSystem.ComponentModel.DataAnnotations.RequiredAttribute\nSystem.ComponentModel.DataAnnotations.StringLengthAttribute\nSystem.ComponentModel.DataAnnotations.DisplayAttribute\nSystem.ComponentModel.DataAnnotations.RegularExpressionAttribute\nSystem.ComponentModel.DataAnnotations.DataTypeAttribute\nSystem.ComponentModel.DataAnnotations.RangeAttribute\nSystem.ComponentModel.DataAnnotations.KeyAttribute\n \nWhen using NuGet 3.x this package requires at least version 3.4.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "589AAC4C669701CE7910F1A327294F15788D3ECFF1D6DF5D9255651E5201C5411C2312286FAB111A6F549FB4DE864C8414CFAF2A365DEEB6F068C1FFCE7C353C"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/System.ComponentModel.Annotations@5.0.0",
      "externalReferences": [
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "website"
        },
        {
          "url": "git://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/System.Security.Cryptography.Pkcs@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "System.Security.Cryptography.Pkcs",
      "version": "9.0.18",
      "description": "Provides support for PKCS and CMS algorithms.\n\nCommonly Used Types:\nSystem.Security.Cryptography.Pkcs.EnvelopedCms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "403BEE0F6CA77922D1D6345A0D94B9F57E4F700B98D0C3137093B67E235D9EF37A1D39CD45B25C76B37A2E35C54F88DDE7400D56AA806C027CBF9C86D617A01C"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "System.Security.Cryptography.Xml",
      "version": "9.0.18",
      "description": "Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, \u0022XML-Signature Syntax and Processing\u0022, described at http://www.w3.org/TR/xmldsig-core/.\n\nCommonly Used Types:\nSystem.Security.Cryptography.Xml.CipherData\nSystem.Security.Cryptography.Xml.CipherReference\nSystem.Security.Cryptography.Xml.DataObject\nSystem.Security.Cryptography.Xml.DataReference\nSystem.Security.Cryptography.Xml.DSAKeyValue\nSystem.Security.Cryptography.Xml.EncryptedData\nSystem.Security.Cryptography.Xml.EncryptedKey\nSystem.Security.Cryptography.Xml.EncryptedReference\nSystem.Security.Cryptography.Xml.EncryptedType\nSystem.Security.Cryptography.Xml.EncryptedXml\nSystem.Security.Cryptography.Xml.EncryptionMethod\nSystem.Security.Cryptography.Xml.EncryptionProperty\nSystem.Security.Cryptography.Xml.EncryptionPropertyCollection\nSystem.Security.Cryptography.Xml.KeyInfo\nSystem.Security.Cryptography.Xml.KeyInfoClause\nSystem.Security.Cryptography.Xml.KeyInfoEncryptedKey\nSystem.Security.Cryptography.Xml.KeyInfoName\nSystem.Security.Cryptography.Xml.KeyInfoNode\nSystem.Security.Cryptography.Xml.KeyInfoRetrievalMethod\nSystem.Security.Cryptography.Xml.KeyInfoX509Data\nSystem.Security.Cryptography.Xml.KeyReference\nSystem.Security.Cryptography.Xml.Reference\nSystem.Security.Cryptography.Xml.ReferenceList\nSystem.Security.Cryptography.Xml.RSAKeyValue\nSystem.Security.Cryptography.Xml.Signature\nSystem.Security.Cryptography.Xml.SignedInfo\nSystem.Security.Cryptography.Xml.SignedXml\nSystem.Security.Cryptography.Xml.Transform\nSystem.Security.Cryptography.Xml.TransformChain\nSystem.Security.Cryptography.Xml.XmlDecryptionTransform\nSystem.Security.Cryptography.Xml.XmlDsigBase64Transform\nSystem.Security.Cryptography.Xml.XmlDsigC14NTransform\nSystem.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform\nSystem.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform\nSystem.Security.Cryptography.Xml.XmlDsigExcC14NTransform\nSystem.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform\nSystem.Security.Cryptography.Xml.XmlDsigXPathTransform\nSystem.Security.Cryptography.Xml.XmlDsigXsltTransform\nSystem.Security.Cryptography.Xml.XmlLicenseTransform",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "E26EFC908455FA6284490220CB66A757A24490C4ED187F9D0924DA35F6AEB864C1F28250F4092B236F267AC83532A50306CCAA7600E8E05E92E36CBCA2BE555B"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/System.Security.Cryptography.Xml@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@9.0.18",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "System.Text.Encoding.CodePages",
      "version": "9.0.18",
      "description": "Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.\n\nCommonly Used Types:\nSystem.Text.CodePagesEncodingProvider",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "C7E750B301494AEDEE1A42DBE252A1D2C415504F905073762C642D768904021BD2C608866EE72EB186C2122D243F965880D0D4FBACF0D0B9FA6AD96E2C8AAE5D"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/System.Text.Encoding.CodePages@9.0.18",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/runtime",
          "type": "vcs"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "EPPlus@8.6.3",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration.Json@9.0.18",
        "pkg:nuget/Microsoft.IO.RecyclableMemoryStream@3.0.1",
        "pkg:nuget/System.ComponentModel.Annotations@5.0.0",
        "pkg:nuget/System.Security.Cryptography.Pkcs@9.0.18",
        "pkg:nuget/System.Security.Cryptography.Xml@9.0.18",
        "pkg:nuget/System.Text.Encoding.CodePages@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@9.0.18",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@9.0.18",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration@9.0.18",
        "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@9.0.18",
        "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@9.0.18",
        "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@9.0.18",
        "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@9.0.18",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration@9.0.18",
        "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@9.0.18",
        "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@9.0.18",
        "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration@9.0.18",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@9.0.18",
        "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@9.0.18",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@9.0.18",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@9.0.18",
        "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@9.0.18",
        "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@9.0.18"
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Primitives@9.0.18"
    },
    {
      "ref": "pkg:nuget/Microsoft.IO.RecyclableMemoryStream@3.0.1"
    },
    {
      "ref": "pkg:nuget/System.ComponentModel.Annotations@5.0.0"
    },
    {
      "ref": "pkg:nuget/System.Security.Cryptography.Pkcs@9.0.18"
    },
    {
      "ref": "pkg:nuget/System.Security.Cryptography.Xml@9.0.18",
      "dependsOn": [
        "pkg:nuget/System.Security.Cryptography.Pkcs@9.0.18"
      ]
    },
    {
      "ref": "pkg:nuget/System.Text.Encoding.CodePages@9.0.18"
    }
  ]
}