{
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:457a3320-5e4b-4f79-a449-3c610d04ce5c",
  "version": 1,
  "metadata": {
    "timestamp": "2026-04-16T08:54:49Z",
    "tools": {
      "components": [
        {
          "type": "application",
          "authors": [
            {
              "name": "CycloneDX"
            }
          ],
          "name": "CycloneDX module for .NET",
          "version": "6.1.1.0",
          "externalReferences": [
            {
              "url": "https://github.com/CycloneDX/cyclonedx-dotnet",
              "type": "website"
            }
          ]
        }
      ]
    },
    "component": {
      "type": "library",
      "bom-ref": "EPPlus@8.5.2",
      "supplier": {
        "name": "EPPlus Software AB",
        "url": [
          "https://epplussoftware.com"
        ],
        "contact": [
          {
            "name": "EPPlus Software AB",
            "email": "info@epplussoftware.com"
          }
        ]
      },
      "name": "EPPlus",
      "version": "8.5.2",
      "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@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration",
      "version": "10.0.6",
      "description": "Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "735D11E4874AB799DB9DB59A360A83F2963A6AB17BEB42B22A99834C8C48163185E61AF9E9714D39536198A742D8754B2DC596CF253C6FA2FCA9CD4A29DAB492"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration.Abstractions",
      "version": "10.0.6",
      "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": "43FA03503B1FF8749C0EF3568E1D9EB3C9ABEA68CE2ABA6D08917FAEA1ADA3B42305464D1EA4612F853EF3AD063AB8B64DF17176EBE6B5D163BC4B02E33216A5"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration.FileExtensions",
      "version": "10.0.6",
      "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": "0473DEE877DA389BC78C2CDE39EF425ED782463DC8E0753EDBC2A1B677630403874EE8C8F60FAFF8DF32B7F4455F1C985BBAC47384DFA2EA0A7BF0AF41842751"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Configuration.Json",
      "version": "10.0.6",
      "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": "0A03DD9A9A6EC9E1F7415D4EF85CF56AFA54A03C2304D576328DB77390454E0F1601468501F8B2DE1161C9E0DAB617CB53CC2E824E3E85664E4925CADBE3953F"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Configuration.Json@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.FileProviders.Abstractions",
      "version": "10.0.6",
      "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": "67CF32DCAF175AECA006BFAD4DA3FCD38A31440D0D2634A075CBB6335623B04DA4FC7D4E7A5F6211375C0C3C90FBA69B252A3AC01DE7BB4BDAE47A65463A52FE"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.FileProviders.Physical",
      "version": "10.0.6",
      "description": "File provider for physical files for Microsoft.Extensions.FileProviders.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "E46EC73CC3B9256272E533DB9CBB397C776549371FE26F71322FD3F910B03F9F1F38E5345A10EA023794F4EF9018F6917B4F5AB81B674388A97336D895B470F1"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.FileSystemGlobbing",
      "version": "10.0.6",
      "description": "File system globbing to find files matching a specified pattern.",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "C985C6E58CE5A5C29B4CD144048B9313AF76FCD8806C521988A5C211A1DF61826CF88519FFF662B970CF7832213BF9521337E9F45F903E05A5E3A140B1828E2E"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "Microsoft.Extensions.Primitives",
      "version": "10.0.6",
      "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": "F03C7EDA1875A0F8B672C9BCFB1EB63B9707FF903A034C5A71BBDF40BA8847811E362065A3F5C51AC017C451B67B1898DCF68AA022895F5F14EDFACF9FF95AF0"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "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@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "System.Security.Cryptography.Pkcs",
      "version": "10.0.6",
      "description": "Provides support for PKCS and CMS algorithms.\n\nCommonly Used Types:\nSystem.Security.Cryptography.Pkcs.EnvelopedCms",
      "scope": "required",
      "hashes": [
        {
          "alg": "SHA-512",
          "content": "982F8F651D31021E8F32C6C0B396C4974885D66A7D5301F883ECFD148F199C0FD645F67C52AD1E153CD8C9850CC878B52E9FC431D95581662D315FA2A7031378"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/System.Security.Cryptography.Xml@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "System.Security.Cryptography.Xml",
      "version": "10.0.6",
      "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": "A2B43B29443B86B136E210D23A2F65193BE26A0F657676012E167AC9AB501827DCB6675B0EFF05DF0A0BAAB7312A8F55609DD15273F70CF4ACE8CAEE0BDF9552"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/System.Security.Cryptography.Xml@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "pkg:nuget/System.Text.Encoding.CodePages@10.0.6",
      "authors": [
        {
          "name": "Microsoft"
        }
      ],
      "name": "System.Text.Encoding.CodePages",
      "version": "10.0.6",
      "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": "D7C2899761CE560BCF6292BA66ECFFE4658C4F3063F09C1895D53808835D668224F2AB43D0BAE6A8FBC3B3E8ACA30937819AA4E5D881EA8474563D24E8FD618B"
        }
      ],
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ],
      "copyright": "\u00A9 Microsoft Corporation. All rights reserved.",
      "purl": "pkg:nuget/System.Text.Encoding.CodePages@10.0.6",
      "externalReferences": [
        {
          "url": "https://dot.net/",
          "type": "website"
        },
        {
          "url": "https://github.com/dotnet/dotnet",
          "type": "vcs"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "EPPlus@8.5.2",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration.Json@10.0.6",
        "pkg:nuget/Microsoft.IO.RecyclableMemoryStream@3.0.1",
        "pkg:nuget/System.ComponentModel.Annotations@5.0.0",
        "pkg:nuget/System.Security.Cryptography.Pkcs@10.0.6",
        "pkg:nuget/System.Security.Cryptography.Xml@10.0.6",
        "pkg:nuget/System.Text.Encoding.CodePages@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@10.0.6",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@10.0.6",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration@10.0.6",
        "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@10.0.6",
        "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@10.0.6",
        "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@10.0.6",
        "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration.Json@10.0.6",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration@10.0.6",
        "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@10.0.6",
        "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions@10.0.6",
        "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Configuration@10.0.6",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions@10.0.6",
        "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@10.0.6",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical@10.0.6",
      "dependsOn": [
        "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions@10.0.6",
        "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@10.0.6",
        "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing@10.0.6"
    },
    {
      "ref": "pkg:nuget/Microsoft.Extensions.Primitives@10.0.6"
    },
    {
      "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@10.0.6"
    },
    {
      "ref": "pkg:nuget/System.Security.Cryptography.Xml@10.0.6",
      "dependsOn": [
        "pkg:nuget/System.Security.Cryptography.Pkcs@10.0.6"
      ]
    },
    {
      "ref": "pkg:nuget/System.Text.Encoding.CodePages@10.0.6"
    }
  ]
}