bin/net8.0/PSDataRepository.deps.json

{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {
      "PSDataRepository/1.0.0": {
        "dependencies": {
          "Azure.Identity": "1.14.2",
          "Azure.Messaging.ServiceBus": "7.18.2",
          "Azure.Security.KeyVault.Secrets": "4.7.0",
          "Azure.Storage.Blobs": "12.22.2",
          "Azure.Storage.Queues": "12.20.1",
          "FluentStorage": "6.0.0",
          "Isystem.AzAuth.Core": "1.0.0",
          "Microsoft.Extensions.Configuration": "9.0.0",
          "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
          "Microsoft.Extensions.Configuration.Binder": "9.0.0",
          "Microsoft.Extensions.DependencyInjection": "9.0.0",
          "Microsoft.Extensions.Hosting.Abstractions": "9.0.0",
          "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
          "Microsoft.Extensions.Options": "9.0.0",
          "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0",
          "PowerShellStandard.Library": "5.1.1",
          "SharpZipLib": "1.4.2"
        },
        "runtime": {
          "PSDataRepository.dll": {}
        }
      },
      "Azure.Core/1.46.1": {
        "dependencies": {
          "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
          "System.ClientModel": "1.4.1",
          "System.Memory.Data": "6.0.1"
        },
        "runtime": {
          "lib/net8.0/Azure.Core.dll": {
            "assemblyVersion": "1.46.1.0",
            "fileVersion": "1.4600.125.25909"
          }
        }
      },
      "Azure.Core.Amqp/1.3.1": {
        "dependencies": {
          "Microsoft.Azure.Amqp": "2.6.7",
          "System.Memory.Data": "6.0.1"
        },
        "runtime": {
          "lib/netstandard2.0/Azure.Core.Amqp.dll": {
            "assemblyVersion": "1.3.1.0",
            "fileVersion": "1.300.124.38003"
          }
        }
      },
      "Azure.Identity/1.14.2": {
        "dependencies": {
          "Azure.Core": "1.46.1",
          "Microsoft.Identity.Client": "4.73.1",
          "Microsoft.Identity.Client.Extensions.Msal": "4.73.1"
        },
        "runtime": {
          "lib/net8.0/Azure.Identity.dll": {
            "assemblyVersion": "1.14.2.0",
            "fileVersion": "1.1400.225.36004"
          }
        }
      },
      "Azure.Identity.Broker/1.2.0": {
        "dependencies": {
          "Azure.Identity": "1.14.2",
          "Microsoft.Identity.Client": "4.73.1",
          "Microsoft.Identity.Client.Broker": "4.66.1",
          "Microsoft.Identity.Client.Extensions.Msal": "4.73.1"
        },
        "runtime": {
          "lib/net8.0/Azure.Identity.Broker.dll": {
            "assemblyVersion": "1.2.0.0",
            "fileVersion": "1.200.24.56807"
          }
        }
      },
      "Azure.Messaging.ServiceBus/7.18.2": {
        "dependencies": {
          "Azure.Core": "1.46.1",
          "Azure.Core.Amqp": "1.3.1",
          "Microsoft.Azure.Amqp": "2.6.7",
          "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
          "System.Memory.Data": "6.0.1"
        },
        "runtime": {
          "lib/netstandard2.0/Azure.Messaging.ServiceBus.dll": {
            "assemblyVersion": "7.18.2.0",
            "fileVersion": "7.1800.224.50802"
          }
        }
      },
      "Azure.Security.KeyVault.Secrets/4.7.0": {
        "dependencies": {
          "Azure.Core": "1.46.1"
        },
        "runtime": {
          "lib/netstandard2.0/Azure.Security.KeyVault.Secrets.dll": {
            "assemblyVersion": "4.7.0.0",
            "fileVersion": "4.700.24.51403"
          }
        }
      },
      "Azure.Storage.Blobs/12.22.2": {
        "dependencies": {
          "Azure.Storage.Common": "12.21.1"
        },
        "runtime": {
          "lib/net6.0/Azure.Storage.Blobs.dll": {
            "assemblyVersion": "12.22.2.0",
            "fileVersion": "12.2200.224.51019"
          }
        }
      },
      "Azure.Storage.Common/12.21.1": {
        "dependencies": {
          "Azure.Core": "1.46.1",
          "System.IO.Hashing": "6.0.0"
        },
        "runtime": {
          "lib/net6.0/Azure.Storage.Common.dll": {
            "assemblyVersion": "12.21.1.0",
            "fileVersion": "12.2100.124.51010"
          }
        }
      },
      "Azure.Storage.Queues/12.20.1": {
        "dependencies": {
          "Azure.Storage.Common": "12.21.1",
          "System.Memory.Data": "6.0.1"
        },
        "runtime": {
          "lib/net6.0/Azure.Storage.Queues.dll": {
            "assemblyVersion": "12.20.1.0",
            "fileVersion": "12.2000.124.51019"
          }
        }
      },
      "FluentStorage/6.0.0": {
        "dependencies": {
          "Microsoft.IO.RecyclableMemoryStream": "3.0.1",
          "TestableIO.System.IO.Abstractions.Wrappers": "22.0.15"
        },
        "runtime": {
          "lib/net8.0/FluentStorage.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.0.0"
          }
        }
      },
      "Microsoft.Azure.Amqp/2.6.7": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Azure.Amqp.dll": {
            "assemblyVersion": "2.4.0.0",
            "fileVersion": "2.6.7.0"
          }
        }
      },
      "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
        "runtime": {
          "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.23.53103"
          }
        }
      },
      "Microsoft.Extensions.Configuration/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
          "Microsoft.Extensions.Primitives": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Configuration.Binder/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.DependencyInjection/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
          "Microsoft.Extensions.Options": "9.0.0",
          "System.Diagnostics.DiagnosticSource": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Primitives": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Hosting.Abstractions/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
          "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0",
          "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0",
          "Microsoft.Extensions.Logging.Abstractions": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
          "System.Diagnostics.DiagnosticSource": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Options/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
          "Microsoft.Extensions.Primitives": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Options.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": {
        "dependencies": {
          "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
          "Microsoft.Extensions.Configuration.Binder": "9.0.0",
          "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
          "Microsoft.Extensions.Options": "9.0.0",
          "Microsoft.Extensions.Primitives": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Extensions.Primitives/9.0.0": {
        "runtime": {
          "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "Microsoft.Identity.Client/4.73.1": {
        "dependencies": {
          "Microsoft.IdentityModel.Abstractions": "8.3.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Identity.Client.dll": {
            "assemblyVersion": "4.73.1.0",
            "fileVersion": "4.73.1.0"
          }
        }
      },
      "Microsoft.Identity.Client.Broker/4.66.1": {
        "dependencies": {
          "Microsoft.Identity.Client": "4.73.1",
          "Microsoft.Identity.Client.NativeInterop": "0.19.0"
        },
        "runtime": {
          "lib/netstandard2.0/Microsoft.Identity.Client.Broker.dll": {
            "assemblyVersion": "4.66.1.0",
            "fileVersion": "4.66.1.0"
          }
        }
      },
      "Microsoft.Identity.Client.Extensions.Msal/4.73.1": {
        "dependencies": {
          "Microsoft.Identity.Client": "4.73.1",
          "System.Security.Cryptography.ProtectedData": "9.0.5"
        },
        "runtime": {
          "lib/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
            "assemblyVersion": "4.73.1.0",
            "fileVersion": "4.73.1.0"
          }
        }
      },
      "Microsoft.Identity.Client.NativeInterop/0.19.0": {
        "runtime": {
          "lib/netstandard2.0/Microsoft.Identity.Client.NativeInterop.dll": {
            "assemblyVersion": "0.19.0.0",
            "fileVersion": "0.19.0.0"
          }
        },
        "runtimeTargets": {
          "runtimes/linux-x64/native/libmsalruntime.so": {
            "rid": "linux-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/macos-arm64/native/msalruntime_arm64.dylib": {
            "rid": "macos-arm64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-arm64/native/msalruntime_arm64.dll": {
            "rid": "win-arm64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-x64/native/msalruntime.dll": {
            "rid": "win-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/win-x86/native/msalruntime_x86.dll": {
            "rid": "win-x86",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "Microsoft.IdentityModel.Abstractions/8.3.0": {
        "runtime": {
          "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
            "assemblyVersion": "8.3.0.0",
            "fileVersion": "8.3.0.51204"
          }
        }
      },
      "Microsoft.IdentityModel.JsonWebTokens/8.3.0": {
        "dependencies": {
          "Microsoft.IdentityModel.Tokens": "8.3.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
            "assemblyVersion": "8.3.0.0",
            "fileVersion": "8.3.0.51204"
          }
        }
      },
      "Microsoft.IdentityModel.Logging/8.3.0": {
        "dependencies": {
          "Microsoft.IdentityModel.Abstractions": "8.3.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
            "assemblyVersion": "8.3.0.0",
            "fileVersion": "8.3.0.51204"
          }
        }
      },
      "Microsoft.IdentityModel.Tokens/8.3.0": {
        "dependencies": {
          "Microsoft.IdentityModel.Logging": "8.3.0"
        },
        "runtime": {
          "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
            "assemblyVersion": "8.3.0.0",
            "fileVersion": "8.3.0.51204"
          }
        }
      },
      "Microsoft.IO.RecyclableMemoryStream/3.0.1": {
        "runtime": {
          "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": {
            "assemblyVersion": "3.0.1.0",
            "fileVersion": "3.0.1.0"
          }
        }
      },
      "Microsoft.VisualStudio.Threading/17.14.15": {
        "dependencies": {
          "Microsoft.VisualStudio.Threading.Only": "17.14.15",
          "Microsoft.VisualStudio.Validation": "17.8.8"
        }
      },
      "Microsoft.VisualStudio.Threading.Only/17.14.15": {
        "dependencies": {
          "Microsoft.VisualStudio.Validation": "17.8.8"
        },
        "runtime": {
          "lib/net8.0/Microsoft.VisualStudio.Threading.dll": {
            "assemblyVersion": "17.14.0.0",
            "fileVersion": "17.14.15.42505"
          }
        },
        "resources": {
          "lib/net8.0/cs/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "cs"
          },
          "lib/net8.0/de/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "de"
          },
          "lib/net8.0/es/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "es"
          },
          "lib/net8.0/fr/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "fr"
          },
          "lib/net8.0/it/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "it"
          },
          "lib/net8.0/ja/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "ja"
          },
          "lib/net8.0/ko/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "ko"
          },
          "lib/net8.0/pl/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "pl"
          },
          "lib/net8.0/pt-BR/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/net8.0/ru/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "ru"
          },
          "lib/net8.0/tr/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "tr"
          },
          "lib/net8.0/zh-Hans/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/net8.0/zh-Hant/Microsoft.VisualStudio.Threading.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "Microsoft.VisualStudio.Validation/17.8.8": {
        "runtime": {
          "lib/net6.0/Microsoft.VisualStudio.Validation.dll": {
            "assemblyVersion": "17.8.0.0",
            "fileVersion": "17.8.8.15457"
          }
        },
        "resources": {
          "lib/net6.0/cs/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "cs"
          },
          "lib/net6.0/de/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "de"
          },
          "lib/net6.0/es/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "es"
          },
          "lib/net6.0/fr/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "fr"
          },
          "lib/net6.0/it/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "it"
          },
          "lib/net6.0/ja/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "ja"
          },
          "lib/net6.0/ko/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "ko"
          },
          "lib/net6.0/pl/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "pl"
          },
          "lib/net6.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "pt-BR"
          },
          "lib/net6.0/ru/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "ru"
          },
          "lib/net6.0/tr/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "tr"
          },
          "lib/net6.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "zh-Hans"
          },
          "lib/net6.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll": {
            "locale": "zh-Hant"
          }
        }
      },
      "PowerShellStandard.Library/5.1.1": {
        "runtime": {
          "lib/netstandard2.0/System.Management.Automation.dll": {
            "assemblyVersion": "3.0.0.0",
            "fileVersion": "5.1.1.0"
          }
        }
      },
      "SharpZipLib/1.4.2": {
        "runtime": {
          "lib/net6.0/ICSharpCode.SharpZipLib.dll": {
            "assemblyVersion": "1.4.2.13",
            "fileVersion": "1.4.2.13"
          }
        }
      },
      "System.ClientModel/1.4.1": {
        "dependencies": {
          "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
          "System.Memory.Data": "6.0.1"
        },
        "runtime": {
          "lib/net8.0/System.ClientModel.dll": {
            "assemblyVersion": "1.4.1.0",
            "fileVersion": "1.400.125.25905"
          }
        }
      },
      "System.Diagnostics.DiagnosticSource/9.0.0": {
        "runtime": {
          "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.24.52809"
          }
        }
      },
      "System.IdentityModel.Tokens.Jwt/8.3.0": {
        "dependencies": {
          "Microsoft.IdentityModel.JsonWebTokens": "8.3.0",
          "Microsoft.IdentityModel.Tokens": "8.3.0"
        },
        "runtime": {
          "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
            "assemblyVersion": "8.3.0.0",
            "fileVersion": "8.3.0.51204"
          }
        }
      },
      "System.IO.Hashing/6.0.0": {
        "runtime": {
          "lib/net6.0/System.IO.Hashing.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.21.52210"
          }
        }
      },
      "System.Memory.Data/6.0.1": {
        "runtime": {
          "lib/net6.0/System.Memory.Data.dll": {
            "assemblyVersion": "6.0.0.1",
            "fileVersion": "6.0.3624.51421"
          }
        }
      },
      "System.Security.Cryptography.ProtectedData/9.0.5": {
        "runtime": {
          "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.525.21509"
          }
        }
      },
      "TestableIO.System.IO.Abstractions.Wrappers/22.0.15": {
        "dependencies": {
          "Testably.Abstractions.FileSystem.Interface": "9.0.0"
        },
        "runtime": {
          "lib/net8.0/TestableIO.System.IO.Abstractions.Wrappers.dll": {
            "assemblyVersion": "22.0.15.0",
            "fileVersion": "22.0.15.0"
          }
        }
      },
      "Testably.Abstractions.FileSystem.Interface/9.0.0": {
        "runtime": {
          "lib/net8.0/Testably.Abstractions.FileSystem.Interface.dll": {
            "assemblyVersion": "9.0.0.0",
            "fileVersion": "9.0.0.0"
          }
        }
      },
      "Isystem.AzAuth.Core/1.0.0": {
        "dependencies": {
          "Azure.Identity": "1.14.2",
          "Azure.Identity.Broker": "1.2.0",
          "Microsoft.Identity.Client.NativeInterop": "0.19.0",
          "Microsoft.VisualStudio.Threading": "17.14.15",
          "System.IdentityModel.Tokens.Jwt": "8.3.0",
          "System.Security.Cryptography.ProtectedData": "9.0.5"
        },
        "runtime": {
          "Isystem.AzAuth.Core.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      }
    }
  },
  "libraries": {
    "PSDataRepository/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Azure.Core/1.46.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iE5DPOlGsN5kCkF4gN+vasN1RihO0Ypie92oQ5tohQYiokmnrrhLnee+3zcE8n7vB6ZAzhPTfUGAEXX/qHGkYA==",
      "path": "azure.core/1.46.1",
      "hashPath": "azure.core.1.46.1.nupkg.sha512"
    },
    "Azure.Core.Amqp/1.3.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AY1ZM4WwLBb9L2WwQoWs7wS2XKYg83tp3yVVdgySdebGN0FuIszuEqCy3Nhv6qHpbkjx/NGuOTsUbF/oNGBgwA==",
      "path": "azure.core.amqp/1.3.1",
      "hashPath": "azure.core.amqp.1.3.1.nupkg.sha512"
    },
    "Azure.Identity/1.14.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YhNMwOTwT+I2wIcJKSdP0ADyB2aK+JaYWZxO8LSRDm5w77LFr0ykR9xmt2ZV5T1gaI7xU6iNFIh/yW1dAlpddQ==",
      "path": "azure.identity/1.14.2",
      "hashPath": "azure.identity.1.14.2.nupkg.sha512"
    },
    "Azure.Identity.Broker/1.2.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IYN3ZJibTniTUTW84IuTLaiEPxnj8L7JDYQZnauwp3JugXCtpWhsii53dDaFOCiiH+baQq3EUst6z/u8v91h0A==",
      "path": "azure.identity.broker/1.2.0",
      "hashPath": "azure.identity.broker.1.2.0.nupkg.sha512"
    },
    "Azure.Messaging.ServiceBus/7.18.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/vmMVM5REjasEnhlQVX0O9PTZXAGS4vflNtox4gx5ofpgQgX6rzG0PnlO0Zy8Jp7454C06QeyGbV3EjVliCzOQ==",
      "path": "azure.messaging.servicebus/7.18.2",
      "hashPath": "azure.messaging.servicebus.7.18.2.nupkg.sha512"
    },
    "Azure.Security.KeyVault.Secrets/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uOPCojkm41V4dKTORyGzl3/f/lriKpxSQ43fWDn4StRJBVmbF1F/DNWJhwm207kCnqgE/W9+tskJSimIKHCZkw==",
      "path": "azure.security.keyvault.secrets/4.7.0",
      "hashPath": "azure.security.keyvault.secrets.4.7.0.nupkg.sha512"
    },
    "Azure.Storage.Blobs/12.22.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/BK63qx31dhXjnqOXB90DP8mJM+pHbti45+v/D3SiEgP2A+ekvJlGWGLVGQznriT5UAOerM+3vAAEJNKolVSIQ==",
      "path": "azure.storage.blobs/12.22.2",
      "hashPath": "azure.storage.blobs.12.22.2.nupkg.sha512"
    },
    "Azure.Storage.Common/12.21.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NgDJw/upcro33AgGf91sPIG+BU2pFTgGDBzWEp8HctGwzmbjG80eYTl4CJMIwgxVOQWnEXnQZXLY7w3k+BQ9ig==",
      "path": "azure.storage.common/12.21.1",
      "hashPath": "azure.storage.common.12.21.1.nupkg.sha512"
    },
    "Azure.Storage.Queues/12.20.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZylPb8kc1DkLvDhNjdKxSbC23hPzu74a7Wiil7UXIBjnIZOkLI+dfQSTTXiejQaHBNpgZC+xWjNyZa3a71AoBQ==",
      "path": "azure.storage.queues/12.20.1",
      "hashPath": "azure.storage.queues.12.20.1.nupkg.sha512"
    },
    "FluentStorage/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-PzUFN8Q/f8Ks+HZyBCXadX4HtUIB107FuuS9IWt9d+urBxT+J0KzaxJDvX2zCGOrsA+46xGJSqEC5dXFt/WjCA==",
      "path": "fluentstorage/6.0.0",
      "hashPath": "fluentstorage.6.0.0.nupkg.sha512"
    },
    "Microsoft.Azure.Amqp/2.6.7": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AR0zs1xlNvwN2nKdwPOFKJQpSTEOlxyGxUJtXyLOWTypP5XtTfShCfENkKwXZa+xIW6dzhY1t+zoI/PvMH1dxQ==",
      "path": "microsoft.azure.amqp/2.6.7",
      "hashPath": "microsoft.azure.amqp.2.6.7.nupkg.sha512"
    },
    "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
      "path": "microsoft.bcl.asyncinterfaces/8.0.0",
      "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==",
      "path": "microsoft.extensions.configuration/9.0.0",
      "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==",
      "path": "microsoft.extensions.configuration.abstractions/9.0.0",
      "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Configuration.Binder/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==",
      "path": "microsoft.extensions.configuration.binder/9.0.0",
      "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
      "path": "microsoft.extensions.dependencyinjection/9.0.0",
      "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
      "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
      "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==",
      "path": "microsoft.extensions.diagnostics.abstractions/9.0.0",
      "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==",
      "path": "microsoft.extensions.fileproviders.abstractions/9.0.0",
      "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Hosting.Abstractions/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==",
      "path": "microsoft.extensions.hosting.abstractions/9.0.0",
      "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
      "path": "microsoft.extensions.logging.abstractions/9.0.0",
      "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Options/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
      "path": "microsoft.extensions.options/9.0.0",
      "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==",
      "path": "microsoft.extensions.options.configurationextensions/9.0.0",
      "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512"
    },
    "Microsoft.Extensions.Primitives/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
      "path": "microsoft.extensions.primitives/9.0.0",
      "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512"
    },
    "Microsoft.Identity.Client/4.73.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NnDLS8QwYqO5ZZecL2oioi1LUqjh5Ewk4bMLzbgiXJbQmZhDLtKwLxL3DpGMlQAJ2G4KgEnvGPKa+OOgffeJbw==",
      "path": "microsoft.identity.client/4.73.1",
      "hashPath": "microsoft.identity.client.4.73.1.nupkg.sha512"
    },
    "Microsoft.Identity.Client.Broker/4.66.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UN4Lfw7n4SmSuSflZXIlDx04DGEXUvPNjJhyGv5VWMmP8qsh6n1IbCxFwGuYNyfxnzCxALeictVV7Tmdcw0wvw==",
      "path": "microsoft.identity.client.broker/4.66.1",
      "hashPath": "microsoft.identity.client.broker.4.66.1.nupkg.sha512"
    },
    "Microsoft.Identity.Client.Extensions.Msal/4.73.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xDztAiV2F0wI0W8FLKv5cbaBefyLD6JVaAsvgSN7bjWNCzGYzHbcOEIP5s4TJXUpQzMfUyBsFl1mC6Zmgpz0PQ==",
      "path": "microsoft.identity.client.extensions.msal/4.73.1",
      "hashPath": "microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512"
    },
    "Microsoft.Identity.Client.NativeInterop/0.19.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8Fnd8ekJXLNBLzjYFrdfs/mMaoyvZx1z5peOnoTW6rSXkM8ZWKKAUACtta2ZY8etxeCPqw6n2MYbaXIqhanEuQ==",
      "path": "microsoft.identity.client.nativeinterop/0.19.0",
      "hashPath": "microsoft.identity.client.nativeinterop.0.19.0.nupkg.sha512"
    },
    "Microsoft.IdentityModel.Abstractions/8.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-jNin7yvWZu+K3U24q+6kD+LmGSRfbkHl9Px8hN1XrGwq6ZHgKGi/zuTm5m08G27fwqKfVXIWuIcUeq4Y1VQUOg==",
      "path": "microsoft.identitymodel.abstractions/8.3.0",
      "hashPath": "microsoft.identitymodel.abstractions.8.3.0.nupkg.sha512"
    },
    "Microsoft.IdentityModel.JsonWebTokens/8.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4SVXLT8sDG7CrHiszEBrsDYi+aDW0W9d+fuWUGdZPBdan56aM6fGXJDjbI0TVGEDjJhXbACQd8F/BnC7a+m2RQ==",
      "path": "microsoft.identitymodel.jsonwebtokens/8.3.0",
      "hashPath": "microsoft.identitymodel.jsonwebtokens.8.3.0.nupkg.sha512"
    },
    "Microsoft.IdentityModel.Logging/8.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4w4pSIGHhCCLTHqtVNR2Cc/zbDIUWIBHTZCu/9ZHm2SVwrXY3RJMcZ7EFGiKqmKZMQZJzA0bpwCZ6R8Yb7i5VQ==",
      "path": "microsoft.identitymodel.logging/8.3.0",
      "hashPath": "microsoft.identitymodel.logging.8.3.0.nupkg.sha512"
    },
    "Microsoft.IdentityModel.Tokens/8.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yGzqmk+kInH50zeSEH/L1/J0G4/yqTQNq4YmdzOhpE7s/86tz37NS2YbbY2ievbyGjmeBI1mq26QH+yBR6AK3Q==",
      "path": "microsoft.identitymodel.tokens/8.3.0",
      "hashPath": "microsoft.identitymodel.tokens.8.3.0.nupkg.sha512"
    },
    "Microsoft.IO.RecyclableMemoryStream/3.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g==",
      "path": "microsoft.io.recyclablememorystream/3.0.1",
      "hashPath": "microsoft.io.recyclablememorystream.3.0.1.nupkg.sha512"
    },
    "Microsoft.VisualStudio.Threading/17.14.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1DrCusT3xNLSlaJg77BsUSAzrhjdZBAvvsS0PMzyPM+fGais6SnISOhqdZQop8VVMIBLsYm2gyF9W7THjgavwA==",
      "path": "microsoft.visualstudio.threading/17.14.15",
      "hashPath": "microsoft.visualstudio.threading.17.14.15.nupkg.sha512"
    },
    "Microsoft.VisualStudio.Threading.Only/17.14.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NqONyw1RXyj9P3k5e1uU2k9kc1ptwuU5NJQzG+MPq7vQVHUzBY8HLuJf/N2Rw5H/myD96CVxziDxmjawPuzntw==",
      "path": "microsoft.visualstudio.threading.only/17.14.15",
      "hashPath": "microsoft.visualstudio.threading.only.17.14.15.nupkg.sha512"
    },
    "Microsoft.VisualStudio.Validation/17.8.8": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rWXThIpyQd4YIXghNkiv2+VLvzS+MCMKVRDR0GAMlflsdo+YcAN2g2r5U1Ah98OFjQMRexTFtXQQ2LkajxZi3g==",
      "path": "microsoft.visualstudio.validation/17.8.8",
      "hashPath": "microsoft.visualstudio.validation.17.8.8.nupkg.sha512"
    },
    "PowerShellStandard.Library/5.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-e31xJjG+Kjbv6YF3Yq6D4Dl3or8v7LrNF41k3CXrWozW6hR1zcOe5KYuZJaGSiAgLnwP8wcW+I3+IWEzMPZKXQ==",
      "path": "powershellstandard.library/5.1.1",
      "hashPath": "powershellstandard.library.5.1.1.nupkg.sha512"
    },
    "SharpZipLib/1.4.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==",
      "path": "sharpziplib/1.4.2",
      "hashPath": "sharpziplib.1.4.2.nupkg.sha512"
    },
    "System.ClientModel/1.4.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-MY7eFGKp+Hu7Ciub8wigQ0odGrkml4eTjUy8d5Bu2eGAVvm8Qskkq+YuXiiS5wMJGq7iSvqseV4skd5WxTUdDA==",
      "path": "system.clientmodel/1.4.1",
      "hashPath": "system.clientmodel.1.4.1.nupkg.sha512"
    },
    "System.Diagnostics.DiagnosticSource/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ddppcFpnbohLWdYKr/ZeLZHmmI+DXFgZ3Snq+/E7SwcdW4UnvxmaugkwGywvGVWkHPGCSZjCP+MLzu23AL5SDw==",
      "path": "system.diagnostics.diagnosticsource/9.0.0",
      "hashPath": "system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512"
    },
    "System.IdentityModel.Tokens.Jwt/8.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9GESpDG0Zb17HD5mBW/uEWi2yz/uKPmCthX2UhyLnk42moGH2FpMgXA2Y4l2Qc7P75eXSUTA6wb/c9D9GSVkzw==",
      "path": "system.identitymodel.tokens.jwt/8.3.0",
      "hashPath": "system.identitymodel.tokens.jwt.8.3.0.nupkg.sha512"
    },
    "System.IO.Hashing/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==",
      "path": "system.io.hashing/6.0.0",
      "hashPath": "system.io.hashing.6.0.0.nupkg.sha512"
    },
    "System.Memory.Data/6.0.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-yliDgLh9S9Mcy5hBIdZmX6yphYIW3NH+3HN1kV1m7V1e0s7LNTw/tHNjJP4U9nSMEgl3w1TzYv/KA1Tg9NYy6w==",
      "path": "system.memory.data/6.0.1",
      "hashPath": "system.memory.data.6.0.1.nupkg.sha512"
    },
    "System.Security.Cryptography.ProtectedData/9.0.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-tgS+q4zR08qX4ZA/HPtpNXU2i1EDRBNhNtbTGFdSgYyWcKf5mUtlihbzKcYqArisG1b3x4dk/FIOiWxnHrSENw==",
      "path": "system.security.cryptography.protecteddata/9.0.5",
      "hashPath": "system.security.cryptography.protecteddata.9.0.5.nupkg.sha512"
    },
    "TestableIO.System.IO.Abstractions.Wrappers/22.0.15": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-WwHT48iDN+EuTcllexcM0/sdcZ4oCdNS/6eteJrXv2eJ7CcE+Qp9C6wPw6V/RKJ7LZ1nnMREbmtWWEggt364mQ==",
      "path": "testableio.system.io.abstractions.wrappers/22.0.15",
      "hashPath": "testableio.system.io.abstractions.wrappers.22.0.15.nupkg.sha512"
    },
    "Testably.Abstractions.FileSystem.Interface/9.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-uksk86YlnzAdyfVNu3wICU0X5iXVe9LF7Q3UkngNliHWEvM5gvAlOUr+jmd9JwmbJWISH5+i1vyXE02lEVz7WQ==",
      "path": "testably.abstractions.filesystem.interface/9.0.0",
      "hashPath": "testably.abstractions.filesystem.interface.9.0.0.nupkg.sha512"
    },
    "Isystem.AzAuth.Core/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}