From beb2972d0ed333068f226db6773d225dcad83056 Mon Sep 17 00:00:00 2001 From: Virgile Bello Date: Wed, 18 Sep 2024 17:20:34 +0900 Subject: [PATCH] [Build] Switch to new .NET Foundation code signing tool --- build/Stride.build | 38 +- build/advancedinstaller-signed.aic | 4 + build/advancedinstaller-unsigned.aic | 3 + .../0.9.0-beta.23127.3/project.assets.json | 118 ++ .../sign/0.9.0-beta.23127.3/.nupkg.metadata | 5 + .../sign/0.9.0-beta.23127.3/.signature.p7s | Bin 0 -> 22790 bytes .../sign/0.9.0-beta.23127.3/Icon.png | 3 + .../sign/0.9.0-beta.23127.3/LICENSE.txt | 23 + .../THIRD-PARTY-NOTICES.txt | 123 ++ .../sign.0.9.0-beta.23127.3.nupkg.sha512 | 1 + .../sign/0.9.0-beta.23127.3/sign.nuspec | 20 + .../tools/net6.0/any/Azure.Core.dll | 3 + .../tools/net6.0/any/Azure.Identity.dll | 3 + .../Azure.Security.KeyVault.Certificates.dll | 3 + .../any/Azure.Security.KeyVault.Keys.dll | 3 + .../tools/net6.0/any/AzureSign.Core.dll | 3 + .../tools/net6.0}/any/DotnetToolSettings.xml | 2 +- .../any/Microsoft.Bcl.AsyncInterfaces.dll | 3 + ....Extensions.Configuration.Abstractions.dll | 3 + ...rosoft.Extensions.Configuration.Binder.dll | 3 + ...ons.Configuration.EnvironmentVariables.dll | 3 + ...xtensions.Configuration.FileExtensions.dll | 3 + ...icrosoft.Extensions.Configuration.Json.dll | 3 + .../Microsoft.Extensions.Configuration.dll | 3 + ...sions.DependencyInjection.Abstractions.dll | 3 + ...crosoft.Extensions.DependencyInjection.dll | 3 + ....Extensions.FileProviders.Abstractions.dll | 3 + ...soft.Extensions.FileProviders.Physical.dll | 3 + ...icrosoft.Extensions.FileSystemGlobbing.dll | 3 + ...rosoft.Extensions.Logging.Abstractions.dll | 3 + ...osoft.Extensions.Logging.Configuration.dll | 3 + .../Microsoft.Extensions.Logging.Console.dll | 3 + .../any/Microsoft.Extensions.Logging.dll | 3 + ...nsions.Options.ConfigurationExtensions.dll | 3 + .../any/Microsoft.Extensions.Options.dll | 3 + .../any/Microsoft.Extensions.Primitives.dll | 3 + ...rosoft.Identity.Client.Extensions.Msal.dll | 3 + .../net6.0/any/Microsoft.Identity.Client.dll | 3 + .../Microsoft.IdentityModel.Abstractions.dll | 3 + .../tools/net6.0/any/Newtonsoft.Json.dll | 3 + .../tools/net6.0/any/NuGet.Common.dll | 3 + .../tools/net6.0/any/NuGet.Configuration.dll | 3 + .../tools/net6.0/any/NuGet.Frameworks.dll | 3 + .../tools/net6.0/any/NuGet.Packaging.dll | 3 + .../tools/net6.0/any/NuGet.Protocol.dll | 3 + .../tools/net6.0/any/NuGet.Versioning.dll | 3 + .../net6.0/any/NuGetKeyVaultSignTool.Core.dll | 3 + .../net6.0/any/OpenVsixSignTool.Core.dll | 3 + .../tools/net6.0/any/RSAKeyVaultProvider.dll | 3 + .../tools/net6.0/any/Sign.Core.dll | 3 + .../tools/net6.0/any/System.CommandLine.dll | 3 + .../tools/net6.0/any/System.Formats.Asn1.dll | 3 + .../tools/net6.0/any/System.Memory.Data.dll | 3 + .../any/System.Security.Cryptography.Pkcs.dll | 3 + ...em.Security.Cryptography.ProtectedData.dll | 3 + .../any/System.Security.Cryptography.Xml.dll | 3 + .../net6.0/any/System.Text.Encodings.Web.dll | 3 + .../tools/net6.0/any/System.Text.Json.dll | 3 + .../net6.0/any/cs/Sign.Core.resources.dll | 3 + .../any/cs/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/cs/sign.resources.dll | 3 + .../net6.0/any/de/Sign.Core.resources.dll | 3 + .../any/de/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/de/sign.resources.dll | 3 + .../net6.0/any/es/Sign.Core.resources.dll | 3 + .../any/es/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/es/sign.resources.dll | 3 + .../net6.0/any/fr/Sign.Core.resources.dll | 3 + .../any/fr/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/fr/sign.resources.dll | 3 + .../net6.0/any/it/Sign.Core.resources.dll | 3 + .../any/it/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/it/sign.resources.dll | 3 + .../net6.0/any/ja/Sign.Core.resources.dll | 3 + .../any/ja/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/ja/sign.resources.dll | 3 + .../net6.0/any/ko/Sign.Core.resources.dll | 3 + .../any/ko/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/ko/sign.resources.dll | 3 + .../net6.0/any/pl/Sign.Core.resources.dll | 3 + .../any/pl/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/pl/sign.resources.dll | 3 + .../net6.0/any/pt-BR/Sign.Core.resources.dll | 3 + .../pt-BR/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/pt-BR/sign.resources.dll | 3 + .../net6.0/any/ru/Sign.Core.resources.dll | 3 + .../any/ru/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/ru/sign.resources.dll | 3 + .../tools/net6.0/any/sign.deps.json | 1187 +++++++++++++ .../tools/net6.0/any/sign.dll | 3 + .../tools/net6.0/any/sign.runtimeconfig.json | 13 + ...dows.Build.Appx.AppxPackaging.dll.manifest | 52 + ...ft.Windows.Build.Appx.AppxSip.dll.manifest | 19 + ...indows.Build.Appx.OpcServices.dll.manifest | 16 + ...indows.Build.Signing.mssign32.dll.manifest | 11 + ...indows.Build.Signing.wintrust.dll.manifest | 11 + .../any/tools/SDK/x64/SignTool.exe.manifest | 35 + .../any/tools/SDK/x64/appxpackaging.dll | 3 + .../net6.0/any/tools/SDK/x64/appxsip.dll | 3 + .../net6.0/any/tools/SDK/x64/makeappx.exe | 3 + .../net6.0/any/tools/SDK/x64/makepri.exe | 3 + .../net6.0/any/tools/SDK/x64/mssign32.dll | 3 + .../net6.0/any/tools/SDK/x64/opcservices.dll | 3 + .../net6.0/any/tools/SDK/x64/wintrust.dll | 3 + .../net6.0/any/tools/SDK/x64/wintrust.dll.ini | 53 + .../tools/net6.0/any/tools/SDK/x86/mage.exe | 3 + .../net6.0/any/tr/Sign.Core.resources.dll | 3 + .../any/tr/System.CommandLine.resources.dll | 3 + .../tools/net6.0/any/tr/sign.resources.dll | 3 + .../any/zh-Hans/Sign.Core.resources.dll | 3 + .../zh-Hans/System.CommandLine.resources.dll | 3 + .../net6.0/any/zh-Hans/sign.resources.dll | 3 + .../any/zh-Hant/Sign.Core.resources.dll | 3 + .../zh-Hant/System.CommandLine.resources.dll | 3 + .../net6.0/any/zh-Hant/sign.resources.dll | 3 + .../signclient/1.3.155/project.assets.json | 183 -- .../1.3.155/restore.csproj.nuget.g.props | 18 - .../signclient/1.3.155/.nupkg.metadata | 5 - .../1.3.155/signclient/1.3.155/.signature.p7s | Bin 18731 -> 0 bytes .../1.3.155/signclient.1.3.155.nupkg.sha512 | 1 - .../signclient/1.3.155/signclient.nuspec | 18 - .../Microsoft.Extensions.CommandLineUtils.dll | 3 - ....Extensions.Configuration.Abstractions.dll | 3 - ...ons.Configuration.EnvironmentVariables.dll | 3 - ...xtensions.Configuration.FileExtensions.dll | 3 - ...icrosoft.Extensions.Configuration.Json.dll | 3 - .../Microsoft.Extensions.Configuration.dll | 3 - ....Extensions.FileProviders.Abstractions.dll | 3 - ...soft.Extensions.FileProviders.Physical.dll | 3 - ...icrosoft.Extensions.FileSystemGlobbing.dll | 3 - .../any/Microsoft.Extensions.Primitives.dll | 3 - .../net5.0/any/Microsoft.Identity.Client.dll | 3 - .../1.3.155/tools/net5.0/any/Refit.dll | 3 - .../tools/net5.0/any/SignClient.deps.json | 1496 ---------------- .../1.3.155/tools/net5.0/any/SignClient.dll | 3 - .../net5.0/any/SignClient.runtimeconfig.json | 10 - .../netcoreapp2.1/any/DotnetToolSettings.xml | 6 - .../any/Microsoft.Bcl.AsyncInterfaces.dll | 3 - .../Microsoft.Extensions.CommandLineUtils.dll | 3 - ....Extensions.Configuration.Abstractions.dll | 3 - ...ons.Configuration.EnvironmentVariables.dll | 3 - ...xtensions.Configuration.FileExtensions.dll | 3 - ...icrosoft.Extensions.Configuration.Json.dll | 3 - .../Microsoft.Extensions.Configuration.dll | 3 - ....Extensions.FileProviders.Abstractions.dll | 3 - ...soft.Extensions.FileProviders.Physical.dll | 3 - ...icrosoft.Extensions.FileSystemGlobbing.dll | 3 - .../any/Microsoft.Extensions.Primitives.dll | 3 - .../any/Microsoft.Identity.Client.dll | 3 - .../1.3.155/tools/netcoreapp2.1/any/Refit.dll | 3 - .../netcoreapp2.1/any/SignClient.deps.json | 396 ----- .../tools/netcoreapp2.1/any/SignClient.dll | 3 - .../any/SignClient.runtimeconfig.json | 10 - .../any/System.Net.Http.Json.dll | 3 - ...System.Runtime.CompilerServices.Unsafe.dll | 3 - .../any/System.Text.Encodings.Web.dll | 3 - .../netcoreapp2.1/any/System.Text.Json.dll | 3 - .../netcoreapp3.1/any/DotnetToolSettings.xml | 6 - .../Microsoft.Extensions.CommandLineUtils.dll | 3 - ....Extensions.Configuration.Abstractions.dll | 3 - ...ons.Configuration.EnvironmentVariables.dll | 3 - ...xtensions.Configuration.FileExtensions.dll | 3 - ...icrosoft.Extensions.Configuration.Json.dll | 3 - .../Microsoft.Extensions.Configuration.dll | 3 - ....Extensions.FileProviders.Abstractions.dll | 3 - ...soft.Extensions.FileProviders.Physical.dll | 3 - ...icrosoft.Extensions.FileSystemGlobbing.dll | 3 - .../any/Microsoft.Extensions.Primitives.dll | 3 - .../any/Microsoft.Identity.Client.dll | 3 - .../1.3.155/tools/netcoreapp3.1/any/Refit.dll | 3 - .../netcoreapp3.1/any/SignClient.deps.json | 1523 ----------------- .../tools/netcoreapp3.1/any/SignClient.dll | 3 - .../any/SignClient.runtimeconfig.json | 10 - .../any/System.Net.Http.Json.dll | 3 - .../netcoreapp3.1/any/System.Text.Json.dll | 3 - build/sign/SignClient.exe | 3 - build/sign/sign.exe | 3 + build/sign/update.bat | 2 +- .../Prerequisites/launcher-prerequisites.aip | 39 +- sources/launcher/Setup/setup.aip | 75 +- sources/prerequisites/prerequisites.aip | 77 +- 181 files changed, 2132 insertions(+), 3906 deletions(-) create mode 100644 build/advancedinstaller-signed.aic create mode 100644 build/advancedinstaller-unsigned.aic create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/project.assets.json create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/.nupkg.metadata create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/.signature.p7s create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/Icon.png create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/LICENSE.txt create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/THIRD-PARTY-NOTICES.txt create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.0.9.0-beta.23127.3.nupkg.sha512 create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.nuspec create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Core.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Identity.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Certificates.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Keys.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/AzureSign.Core.dll rename build/sign/.store/{signclient/1.3.155/signclient/1.3.155/tools/net5.0 => sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0}/any/DotnetToolSettings.xml (50%) create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Bcl.AsyncInterfaces.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Abstractions.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Binder.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Json.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Physical.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileSystemGlobbing.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Abstractions.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Configuration.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Console.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.ConfigurationExtensions.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Primitives.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.Extensions.Msal.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.IdentityModel.Abstractions.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Newtonsoft.Json.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Common.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Configuration.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Frameworks.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Packaging.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Protocol.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Versioning.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGetKeyVaultSignTool.Core.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/OpenVsixSignTool.Core.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/RSAKeyVaultProvider.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Sign.Core.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.CommandLine.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Formats.Asn1.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Memory.Data.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Pkcs.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.ProtectedData.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Xml.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Encodings.Web.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Json.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.deps.json create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.runtimeconfig.json create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/SignTool.exe.manifest create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxpackaging.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxsip.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makeappx.exe create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makepri.exe create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/mssign32.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/opcservices.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll.ini create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x86/mage.exe create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/sign.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/Sign.Core.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/System.CommandLine.resources.dll create mode 100644 build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/sign.resources.dll delete mode 100644 build/sign/.store/signclient/1.3.155/project.assets.json delete mode 100644 build/sign/.store/signclient/1.3.155/restore.csproj.nuget.g.props delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/.nupkg.metadata delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/.signature.p7s delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/signclient.1.3.155.nupkg.sha512 delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/signclient.nuspec delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.CommandLineUtils.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Abstractions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Json.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Physical.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileSystemGlobbing.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Primitives.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Identity.Client.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Refit.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.deps.json delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.runtimeconfig.json delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/DotnetToolSettings.xml delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Bcl.AsyncInterfaces.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.CommandLineUtils.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Abstractions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Json.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Physical.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileSystemGlobbing.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Primitives.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Identity.Client.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Refit.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.deps.json delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.runtimeconfig.json delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Net.Http.Json.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Runtime.CompilerServices.Unsafe.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Encodings.Web.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Json.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/DotnetToolSettings.xml delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.CommandLineUtils.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Abstractions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Json.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Physical.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileSystemGlobbing.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Primitives.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Identity.Client.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Refit.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.deps.json delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.runtimeconfig.json delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Net.Http.Json.dll delete mode 100644 build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Text.Json.dll delete mode 100644 build/sign/SignClient.exe create mode 100644 build/sign/sign.exe diff --git a/build/Stride.build b/build/Stride.build index 7e7180daa..06145dbe9 100644 --- a/build/Stride.build +++ b/build/Stride.build @@ -17,7 +17,9 @@ Example of use: $(MSBuildThisFileDirectory).nuget\NuGet.exe 2.4.1 https://api.nuget.org/v3/index.json - $(MSBuildProgramFiles32)\Caphyon\Advanced Installer 19.4\bin\x86\AdvancedInstaller.com + $(MSBuildProgramFiles32)\Caphyon\Advanced Installer 22.0\bin\x86\AdvancedInstaller.com + $(MSBuildThisFileDirectory)advancedinstaller-signed.aic + $(MSBuildThisFileDirectory)advancedinstaller-unsigned.aic true @@ -43,7 +45,10 @@ Example of use: - + + + + - + + @@ -312,7 +318,10 @@ Example of use: - + + + + - + + + @@ -329,7 +340,8 @@ Example of use: Package Installer: launcher-prerequisites.exe --> - + + - + + + + diff --git a/build/advancedinstaller-signed.aic b/build/advancedinstaller-signed.aic new file mode 100644 index 000000000..0bf281bdd --- /dev/null +++ b/build/advancedinstaller-signed.aic @@ -0,0 +1,4 @@ +;aic +SetSig +SetAzureKeyVaultSecret %StrideSignClientSecret% +Rebuild \ No newline at end of file diff --git a/build/advancedinstaller-unsigned.aic b/build/advancedinstaller-unsigned.aic new file mode 100644 index 000000000..f704c595f --- /dev/null +++ b/build/advancedinstaller-unsigned.aic @@ -0,0 +1,3 @@ +;aic +ResetSig +Rebuild \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/project.assets.json b/build/sign/.store/sign/0.9.0-beta.23127.3/project.assets.json new file mode 100644 index 000000000..b5d818293 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/project.assets.json @@ -0,0 +1,118 @@ +{ + "version": 3, + "targets": { + "net8.0/win-x64": { + "sign/0.9.0-beta.23127.3": { + "type": "package", + "tools": { + "tools/net6.0/any/Azure.Core.dll": {}, + "tools/net6.0/any/Azure.Identity.dll": {}, + "tools/net6.0/any/Azure.Security.KeyVault.Certificates.dll": {}, + "tools/net6.0/any/Azure.Security.KeyVault.Keys.dll": {}, + "tools/net6.0/any/AzureSign.Core.dll": {}, + "tools/net6.0/any/DotnetToolSettings.xml": {}, + "tools/net6.0/any/Microsoft.Bcl.AsyncInterfaces.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Configuration.Abstractions.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Configuration.Binder.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Configuration.Json.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Configuration.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.DependencyInjection.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.FileProviders.Physical.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.FileSystemGlobbing.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Logging.Abstractions.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Logging.Configuration.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Logging.Console.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Logging.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Options.dll": {}, + "tools/net6.0/any/Microsoft.Extensions.Primitives.dll": {}, + "tools/net6.0/any/Microsoft.Identity.Client.Extensions.Msal.dll": {}, + "tools/net6.0/any/Microsoft.Identity.Client.dll": {}, + "tools/net6.0/any/Microsoft.IdentityModel.Abstractions.dll": {}, + "tools/net6.0/any/Newtonsoft.Json.dll": {}, + "tools/net6.0/any/NuGet.Common.dll": {}, + "tools/net6.0/any/NuGet.Configuration.dll": {}, + "tools/net6.0/any/NuGet.Frameworks.dll": {}, + "tools/net6.0/any/NuGet.Packaging.dll": {}, + "tools/net6.0/any/NuGet.Protocol.dll": {}, + "tools/net6.0/any/NuGet.Versioning.dll": {}, + "tools/net6.0/any/NuGetKeyVaultSignTool.Core.dll": {}, + "tools/net6.0/any/OpenVsixSignTool.Core.dll": {}, + "tools/net6.0/any/RSAKeyVaultProvider.dll": {}, + "tools/net6.0/any/Sign.Core.dll": {}, + "tools/net6.0/any/System.CommandLine.dll": {}, + "tools/net6.0/any/System.Formats.Asn1.dll": {}, + "tools/net6.0/any/System.Memory.Data.dll": {}, + "tools/net6.0/any/System.Security.Cryptography.Pkcs.dll": {}, + "tools/net6.0/any/System.Security.Cryptography.ProtectedData.dll": {}, + "tools/net6.0/any/System.Security.Cryptography.Xml.dll": {}, + "tools/net6.0/any/System.Text.Encodings.Web.dll": {}, + "tools/net6.0/any/System.Text.Json.dll": {}, + "tools/net6.0/any/cs/Sign.Core.resources.dll": {}, + "tools/net6.0/any/cs/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/cs/sign.resources.dll": {}, + "tools/net6.0/any/de/Sign.Core.resources.dll": {}, + "tools/net6.0/any/de/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/de/sign.resources.dll": {}, + "tools/net6.0/any/es/Sign.Core.resources.dll": {}, + "tools/net6.0/any/es/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/es/sign.resources.dll": {}, + "tools/net6.0/any/fr/Sign.Core.resources.dll": {}, + "tools/net6.0/any/fr/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/fr/sign.resources.dll": {}, + "tools/net6.0/any/it/Sign.Core.resources.dll": {}, + "tools/net6.0/any/it/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/it/sign.resources.dll": {}, + "tools/net6.0/any/ja/Sign.Core.resources.dll": {}, + "tools/net6.0/any/ja/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/ja/sign.resources.dll": {}, + "tools/net6.0/any/ko/Sign.Core.resources.dll": {}, + "tools/net6.0/any/ko/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/ko/sign.resources.dll": {}, + "tools/net6.0/any/pl/Sign.Core.resources.dll": {}, + "tools/net6.0/any/pl/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/pl/sign.resources.dll": {}, + "tools/net6.0/any/pt-BR/Sign.Core.resources.dll": {}, + "tools/net6.0/any/pt-BR/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/pt-BR/sign.resources.dll": {}, + "tools/net6.0/any/ru/Sign.Core.resources.dll": {}, + "tools/net6.0/any/ru/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/ru/sign.resources.dll": {}, + "tools/net6.0/any/sign.deps.json": {}, + "tools/net6.0/any/sign.dll": {}, + "tools/net6.0/any/sign.runtimeconfig.json": {}, + "tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest": {}, + "tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest": {}, + "tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest": {}, + "tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest": {}, + "tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest": {}, + "tools/net6.0/any/tools/SDK/x64/SignTool.exe.manifest": {}, + "tools/net6.0/any/tools/SDK/x64/appxpackaging.dll": {}, + "tools/net6.0/any/tools/SDK/x64/appxsip.dll": {}, + "tools/net6.0/any/tools/SDK/x64/makeappx.exe": {}, + "tools/net6.0/any/tools/SDK/x64/makepri.exe": {}, + "tools/net6.0/any/tools/SDK/x64/mssign32.dll": {}, + "tools/net6.0/any/tools/SDK/x64/opcservices.dll": {}, + "tools/net6.0/any/tools/SDK/x64/wintrust.dll": {}, + "tools/net6.0/any/tools/SDK/x64/wintrust.dll.ini": {}, + "tools/net6.0/any/tools/SDK/x86/mage.exe": {}, + "tools/net6.0/any/tr/Sign.Core.resources.dll": {}, + "tools/net6.0/any/tr/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/tr/sign.resources.dll": {}, + "tools/net6.0/any/zh-Hans/Sign.Core.resources.dll": {}, + "tools/net6.0/any/zh-Hans/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/zh-Hans/sign.resources.dll": {}, + "tools/net6.0/any/zh-Hant/Sign.Core.resources.dll": {}, + "tools/net6.0/any/zh-Hant/System.CommandLine.resources.dll": {}, + "tools/net6.0/any/zh-Hant/sign.resources.dll": {} + } + } + } + }, + "libraries": {}, + "projectFileDependencyGroups": {} +} \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/.nupkg.metadata b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/.nupkg.metadata new file mode 100644 index 000000000..1408189fa --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/.nupkg.metadata @@ -0,0 +1,5 @@ +{ + "version": 2, + "contentHash": "iEfQ64o095nfHm5gt1SX0SQnjB9NCGvHyJCLJISaDaGhveMmvDkx/4I+VrtOKsYKgUKYaO0TERjsqhyU8RIcBw==", + "source": null +} \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/.signature.p7s b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/.signature.p7s new file mode 100644 index 0000000000000000000000000000000000000000..7c28ee9372bda6cebbce6372c002e86a01d39a0d GIT binary patch literal 22790 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 literal 0 HcmV?d00001 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/Icon.png b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/Icon.png new file mode 100644 index 000000000..b152ee09f --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3356b59b6d9c24db3a22398c0fb3430724052fe75ae5e8430ee8ede2fb713356 +size 7006 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/LICENSE.txt b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/LICENSE.txt new file mode 100644 index 000000000..984713a49 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/LICENSE.txt @@ -0,0 +1,23 @@ +The MIT License (MIT) + +Copyright (c) .NET Foundation and Contributors + +All rights reserved. + +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/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/THIRD-PARTY-NOTICES.txt b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/THIRD-PARTY-NOTICES.txt new file mode 100644 index 000000000..aba606b20 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/THIRD-PARTY-NOTICES.txt @@ -0,0 +1,123 @@ +.NET Core uses third-party libraries or other resources that may be +distributed under licenses different than the .NET Core software. + +Attributions and license notices for test cases originally authored by +third parties can be found in the respective test directories. + +In the event that we accidentally failed to list a required notice, please +bring it to our attention. Post an issue or email us: + + dotnet@microsoft.com + +The attached notices are provided for information only. + +License notice for .NET Reference Source +------------------------------- + +The MIT License (MIT) + +Copyright (c) Microsoft Corporation + +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. + +Available at https://github.com/microsoft/referencesource/blob/master/LICENSE.txt + + +License notice for Azure SDK for .NET +------------------------------- + +The MIT License (MIT) + +Copyright (c) 2015 Microsoft + +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. + +Available at https://github.com/Azure/azure-sdk-for-net/blob/main/LICENSE.txt + + +License notice for FiddlerCert +------------------------------- + +The MIT License (MIT) + +Copyright (c) 2015 Kevin Jones + +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. + +Available at https://github.com/vcsjones/FiddlerCert/blob/main/license.txt + + +License notice for Wyam +------------------------------- + +The MIT License (MIT) + +Copyright (c) 2014 Dave Glick + +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. + +Available at https://github.com/Wyamio/Wyam/blob/develop/LICENSE diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.0.9.0-beta.23127.3.nupkg.sha512 b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.0.9.0-beta.23127.3.nupkg.sha512 new file mode 100644 index 000000000..981247380 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.0.9.0-beta.23127.3.nupkg.sha512 @@ -0,0 +1 @@ +ky9xdM6qMg1jNqmCmRzoIDMHfdrFlweuEu5QIB52zO2HhGvGug0VlEjRs3rsdo0wOFCht4iNMtcoo83dph/2JQ== \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.nuspec b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.nuspec new file mode 100644 index 000000000..3843a497a --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/sign.nuspec @@ -0,0 +1,20 @@ + + + + sign + 0.9.0-beta.23127.3 + Microsoft + true + MIT + https://licenses.nuget.org/MIT + Icon.png + https://github.com/dotnet/sign + Sign CLI + © Microsoft Corporation. All rights reserved. + true + + + + + + \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Core.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Core.dll new file mode 100644 index 000000000..940df28f6 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Core.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5aa935649e46d76e5dcdd778a1338437f47b9c2d5d05c02135c58382cb9be4 +size 321424 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Identity.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Identity.dll new file mode 100644 index 000000000..6c22f387b --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Identity.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8afc150917d223c5faee8a6ed1584a4778c2046c929f7a5a09d3a1bc126758 +size 310720 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Certificates.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Certificates.dll new file mode 100644 index 000000000..c067eec08 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Certificates.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28643a0e81c954916fc19b530a0ab4dc8f559d313a1f3e025acc0a7026d6ba5 +size 230304 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Keys.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Keys.dll new file mode 100644 index 000000000..b360c47a4 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Azure.Security.KeyVault.Keys.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db53591f420206f667639935a2811c17660b96a3330e2b1c76ecf40a784b86d5 +size 204152 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/AzureSign.Core.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/AzureSign.Core.dll new file mode 100644 index 000000000..320028147 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/AzureSign.Core.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6275b64d537a08b6f7853ef55fb54ddb44ceb75e3213e3dce841154f75a602d9 +size 39288 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/DotnetToolSettings.xml b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/DotnetToolSettings.xml similarity index 50% rename from build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/DotnetToolSettings.xml rename to build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/DotnetToolSettings.xml index 41498125c..f638ecfb0 100644 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/DotnetToolSettings.xml +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/DotnetToolSettings.xml @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Bcl.AsyncInterfaces.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Bcl.AsyncInterfaces.dll new file mode 100644 index 000000000..a30994d81 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Bcl.AsyncInterfaces.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c0e8fc6419910ace4f55ddd2330f1373704f996c32ae4336c3f11d589d2c34 +size 14720 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Abstractions.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Abstractions.dll new file mode 100644 index 000000000..0169c01f3 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Abstractions.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893f042b8bea61e3e56091ee6167af61bc38a39d35cb1d0f9b222aae4493146a +size 29328 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Binder.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Binder.dll new file mode 100644 index 000000000..f768a03b4 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Binder.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d14c4b98f6ed5b44512667ebaa71afe60f950483b5815d8c7604086445b03a +size 43152 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll new file mode 100644 index 000000000..097ba05f9 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4df59c4cc9f011e19acceb60d1072659cd23780646cc1fce32c74fe62d635c9 +size 21632 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll new file mode 100644 index 000000000..b5b50254a --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d03448574da6e677994939beb887a43c23fdb060f135d9f07db4152c9fcae8 +size 28280 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Json.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Json.dll new file mode 100644 index 000000000..ee5362a12 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.Json.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02add20d0f0583a04d47baf02c3b32284cfd25903a78742dc15ee41f9022750b +size 27776 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.dll new file mode 100644 index 000000000..27e8514d0 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Configuration.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c301bfcd6a6a2baafd81425be273c7f29afe726ed6b6bed54202aa7376860b2d +size 41080 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100644 index 000000000..a912e6a60 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087813b2f9350b8c2d31e5bc9a5410fab198fadac87bb1269f41de6e6ad7ee62 +size 45200 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.dll new file mode 100644 index 000000000..842f567b1 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.DependencyInjection.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fe8bedbedefe0fab7e68c48f508d486b42258e16c09572886d7293507bdad6 +size 85152 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll new file mode 100644 index 000000000..5ebf795bc --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe3b756a0f39c2f67d8aa3dfdd66731da39f2e7f0ad67db06e8ca767f43cf30 +size 23696 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Physical.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Physical.dll new file mode 100644 index 000000000..01822a9fa --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileProviders.Physical.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9fb59cc6e16e74c51cdf6cd7595c31234139378dcce1e12400db22b7d6ec22 +size 45184 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileSystemGlobbing.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileSystemGlobbing.dll new file mode 100644 index 000000000..e89b0c95f --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.FileSystemGlobbing.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb04945d8de802dedef7c75c61c0939c8041f62c48125a906c55e9671c610e85 +size 47224 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Abstractions.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100644 index 000000000..e3ef7d0df --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Abstractions.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bf70c7e2aa5ea0090e13817b895339259cc435dd16d8bd32ce4ebd85de4a3c +size 64120 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Configuration.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Configuration.dll new file mode 100644 index 000000000..243445658 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Configuration.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a8b6846771ab397033a38a32bd0834c2655439b3d58a9e1089b8aa3afad705 +size 28280 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Console.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Console.dll new file mode 100644 index 000000000..0fd42e469 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.Console.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7c49147efaca9b5482ea65e9d2dbd41dcda43e380cb5b512a1d085cd98b6c6 +size 59512 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.dll new file mode 100644 index 000000000..64d28aa83 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Logging.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6833a9076b9a4bb4195c87cdac7ccf4b99b86d1fc848a08e074d668d1e03530e +size 48248 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.ConfigurationExtensions.dll new file mode 100644 index 000000000..f9b99d93b --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.ConfigurationExtensions.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c227ac499857cc556a02feaa843f2a711521cb324290a6a2b230227e42db48c +size 24192 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.dll new file mode 100644 index 000000000..3c492e382 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Options.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792765a31e12260bf7aa7630d10e40dd9f2e140ffb5678237a2055266b478112 +size 61560 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Primitives.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Primitives.dll new file mode 100644 index 000000000..b17cf1ae9 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Extensions.Primitives.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8578454489a439d5debd8a8ca9844b3b38076563eaf195cc5ed4bd27a8c54ea3 +size 42624 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.Extensions.Msal.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.Extensions.Msal.dll new file mode 100644 index 000000000..332165ec0 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.Extensions.Msal.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f70450915dfdef4f8e72ef6c56b61ea76f1e96e1718fe8dc43fd6d40a2ce361 +size 66584 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.dll new file mode 100644 index 000000000..8ce29dd4e --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.Identity.Client.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c9383ba19256a032777285e876b835887d800ddb3dbc4cdbbd99d3fe5aed76 +size 953808 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.IdentityModel.Abstractions.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.IdentityModel.Abstractions.dll new file mode 100644 index 000000000..da9cc6ae7 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Microsoft.IdentityModel.Abstractions.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147d21b8fbd0096af2ad1a5204c3e052e379d6257a9acb6f998517edb07e1d9a +size 18824 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Newtonsoft.Json.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Newtonsoft.Json.dll new file mode 100644 index 000000000..705a6e792 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Newtonsoft.Json.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d66bd021d6cffba21b150beb7108f0e9fa4f879e69df52f1c4915bf92a2383f +size 705560 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Common.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Common.dll new file mode 100644 index 000000000..233c836a2 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Common.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8133da403d49acf426830a36ead1f5eb8075c71c6a831f74e1e42b08174b8ff +size 105872 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Configuration.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Configuration.dll new file mode 100644 index 000000000..05d059863 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Configuration.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a30b277fce9eb8a5f0d53affbcfa60a19efdf6c769886f3931f4aa35561d59d +size 155024 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Frameworks.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Frameworks.dll new file mode 100644 index 000000000..af177042c --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Frameworks.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a2c57016b316ed137469505ba4dce7e6e42173c6493458118300279ff8efea +size 115088 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Packaging.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Packaging.dll new file mode 100644 index 000000000..453b7c3e9 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Packaging.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9c6e19ee85629963b91d010f596d978da31089d6a2ad4a167c60eb9af5ae4f +size 671168 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Protocol.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Protocol.dll new file mode 100644 index 000000000..fa42417f1 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Protocol.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f4266023836184ac15d20e6264ff4f60c357383cdc0e97938af274e2d527a5 +size 750480 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Versioning.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Versioning.dll new file mode 100644 index 000000000..3dd0ce58f --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGet.Versioning.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf314cc204f0ca6c19c976dc5657e0a806dfa677a06702b21e9a88ffc9b04c40 +size 52112 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGetKeyVaultSignTool.Core.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGetKeyVaultSignTool.Core.dll new file mode 100644 index 000000000..fa77d145f --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/NuGetKeyVaultSignTool.Core.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18f043d3b619116028012e63d1aee9cf623ad09b4fd8a7630fd3cc545eab44e +size 55416 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/OpenVsixSignTool.Core.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/OpenVsixSignTool.Core.dll new file mode 100644 index 000000000..17ebb9722 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/OpenVsixSignTool.Core.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebcd5632323aa74f51c0038c78b0d61019526c332f0f517a80dac37eea2a04c +size 84872 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/RSAKeyVaultProvider.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/RSAKeyVaultProvider.dll new file mode 100644 index 000000000..e364f1750 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/RSAKeyVaultProvider.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f48971b8a24adcecb3be33df27a6d8bb861db7bb0b01389111a74ddce3ce03 +size 38400 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Sign.Core.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Sign.Core.dll new file mode 100644 index 000000000..df8077d71 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/Sign.Core.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ed5b8276b1f2b1af9a669c52e8703d2751bec19eaa395d98a380d3d88c7c6f +size 141488 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.CommandLine.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.CommandLine.dll new file mode 100644 index 000000000..15ada7836 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.CommandLine.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2158cfc2c484ebdec95fd9959c7eecaebe44657e1e1dee5abb78fc971276829f +size 205216 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Formats.Asn1.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Formats.Asn1.dll new file mode 100644 index 000000000..d0f4d2285 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Formats.Asn1.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3b25dc7b4d2ec1541aaff3632d33466d84a80039ebb3cd650c9b22c0ae8e14 +size 80512 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Memory.Data.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Memory.Data.dll new file mode 100644 index 000000000..ec9bab970 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Memory.Data.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293ca5d86358fb2ce00da02c63eefcb344689fc0c636b61c97c3f1b15a80aa51 +size 21368 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Pkcs.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Pkcs.dll new file mode 100644 index 000000000..d8b0973ea --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Pkcs.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d50f495d3576b8dcdd16394afb33303e7eeaa47ff1cc72473707c01f68896b +size 308880 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.ProtectedData.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 000000000..4c38e4bf6 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.ProtectedData.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c267a61ee145d69128220c10b3ddd451a137273126ef7b4bd306059e1727af +size 25464 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Xml.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Xml.dll new file mode 100644 index 000000000..8dd5c409b --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Security.Cryptography.Xml.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711edc7acb9cbd7c19348ca38d3e30a78a0f4956555f8e2376a294e983710c8e +size 176784 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Encodings.Web.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Encodings.Web.dll new file mode 100644 index 000000000..9a6f9e8ac --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Encodings.Web.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2af18fa9cec4f826b75649b1ad7fc88a07138adfdad986481f11db11817754e +size 71312 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Json.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Json.dll new file mode 100644 index 000000000..8e1e7a283 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/System.Text.Json.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634f1ec2e0dc635adfbc8034270ca644bbddbd740c4a8490de21edd7c56b48e6 +size 543368 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/Sign.Core.resources.dll new file mode 100644 index 000000000..845519243 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3430686600f87a55a4275266b4a52edd38625f586b1995dc683936d88004bd1b +size 18608 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/System.CommandLine.resources.dll new file mode 100644 index 000000000..23b4e46db --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a66497a01e9ea5be7d68ce19069719751c4b720f9774660c09ab33ac8f8e6e +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/sign.resources.dll new file mode 100644 index 000000000..02cc111bc --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/cs/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389d2509a2f265ab1eba201ae9c0c21b5dca76db1532d476fc88e48591b976f2 +size 19584 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/Sign.Core.resources.dll new file mode 100644 index 000000000..b68e9f368 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec3a4e7d476dcf624354669415c3b877ddbf96e9430fbe13535b3554ce56430 +size 18560 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/System.CommandLine.resources.dll new file mode 100644 index 000000000..6841457dd --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfa07de8267c771be47a10217e2eafd0e57e68933c536a239b65284dc6f09da +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/sign.resources.dll new file mode 100644 index 000000000..8b0f529d4 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/de/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96120c04c9e98717ff486ec9c5ed67047bb87c705e7210efb1e4d8d742f39808 +size 19584 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/Sign.Core.resources.dll new file mode 100644 index 000000000..c1ef38850 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e5e7d5d2e1f5ef9a25e542de45261a899d1650f6cb8e7665712d9f81774322 +size 18048 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/System.CommandLine.resources.dll new file mode 100644 index 000000000..7e52ae8bb --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4283743428f7abb509eab0d523d8000ee7a89fd354dc1db96dc8424b37ce714f +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/sign.resources.dll new file mode 100644 index 000000000..5ad19aa74 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/es/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7061ee2071af3dc35b72327b978ae3f830a4be8c6afbb0e9274c567547e6fe53 +size 19632 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/Sign.Core.resources.dll new file mode 100644 index 000000000..4655f14ea --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbc43012a1a5f35700e863489859e2e8de81a70a364084fdf507a29504302ac +size 18560 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/System.CommandLine.resources.dll new file mode 100644 index 000000000..fe84c6125 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52478e38b6ac9ecd85999aa5ad181097c41833c9adba62b87bd9fa443b2a8ea +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/sign.resources.dll new file mode 100644 index 000000000..bd6a0f5a7 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/fr/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d58f3e26df07408cbefb3f4b8a55acce4c41c48772c26094c1435205d4917a8 +size 19584 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/Sign.Core.resources.dll new file mode 100644 index 000000000..2302aba1b --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f4ded6e7d9f252aa6a314a26cc753df0eb13e68a3a0e5a6ea7110c20185786 +size 18608 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/System.CommandLine.resources.dll new file mode 100644 index 000000000..4a7172287 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291da56b4c02bded6ad0e707999370b1e6ad592b74c4691e299c8097fbe44f97 +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/sign.resources.dll new file mode 100644 index 000000000..b0958e003 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/it/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a94115cdc86401281ee8520baf2c449f6cf6452efdf5778e5d43a5c5799c9e +size 19632 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/Sign.Core.resources.dll new file mode 100644 index 000000000..59d8d3c7e --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34e0dbce944a02f521ff9e3f7c6719c9285ac6fae2f7e1923903d6062d9d504 +size 19072 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/System.CommandLine.resources.dll new file mode 100644 index 000000000..ad7b62d9b --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b03127957ea51ca2c4e17512d9b84fb545b6c6995047e96c7c1b674d2a3fc83 +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/sign.resources.dll new file mode 100644 index 000000000..d147760b4 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ja/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7e1ec2a5b1bdc769bada05c7f0de63b8a7554000a766089b93c1d2a39d98a6 +size 20104 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/Sign.Core.resources.dll new file mode 100644 index 000000000..35a87b3fe --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52a0a305a34b5c365e7473032f7046ad4c36f5a3a8f69186e5514fa8fb2222e +size 18608 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/System.CommandLine.resources.dll new file mode 100644 index 000000000..dc218c6a6 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d7904ec3b87b632cec7fd479c6feb063caa7394c79c7f5165df506a45ee0ba +size 19344 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/sign.resources.dll new file mode 100644 index 000000000..aacf5ed44 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ko/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1bbdd3c5ce5a83256a134f391dceb91be1a2d6f79ff4496c87ae46b3e800f8 +size 19632 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/Sign.Core.resources.dll new file mode 100644 index 000000000..bf1ae725b --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad28142465c3a66d73e8a7f5db7d81d3660d6df6b0ef42a56998d5436cff648e +size 18560 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/System.CommandLine.resources.dll new file mode 100644 index 000000000..0641c2d4e --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a51caed53a75d8339df176c8f5118cf609f38e73e39097c6d7edf73721678a0 +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/sign.resources.dll new file mode 100644 index 000000000..71050e0aa --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pl/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a927aaf55ee12aad6f2a1e224cb45f3be31b0d2fab66f8b88ded22d3137ae2b +size 19632 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/Sign.Core.resources.dll new file mode 100644 index 000000000..9890d467e --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88f749528f5a3d5c03739ca6df61fce32ca5c7057a3673489c33193846cb225 +size 18568 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/System.CommandLine.resources.dll new file mode 100644 index 000000000..4d9856ef3 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd9272f780e6d46d69ff25bf320e7a5caf5d61fbfb0c89781fbc8f64dab6596 +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/sign.resources.dll new file mode 100644 index 000000000..f8a2fd07a --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/pt-BR/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50fdef606556c1a0ce5a1bb05851337e84976be1018bea251ad9427cae9d77b +size 19592 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/Sign.Core.resources.dll new file mode 100644 index 000000000..e3afe1235 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c160dc95e3e9c690d5d2b1205aea4299c1d2e2ad70ce051221023f2e10963b21 +size 19072 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/System.CommandLine.resources.dll new file mode 100644 index 000000000..c28d8d969 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56ee9d0fd2254b0581f256495b61cc24135a3f1fffdb4edd70db87eff6db3ab +size 19344 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/sign.resources.dll new file mode 100644 index 000000000..61fa10290 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/ru/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5210f9760392190e9d5c60d511b4d83e3b52f76ac99bf847007cb1ebb884b992 +size 21120 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.deps.json b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.deps.json new file mode 100644 index 000000000..6923a12bc --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.deps.json @@ -0,0 +1,1187 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0/win10-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {}, + ".NETCoreApp,Version=v6.0/win10-x64": { + "sign/0.9.0-beta.23127.3": { + "dependencies": { + "Microsoft.DiaSymReader.Pdb2Pdb": "1.1.0-beta2-19575-01", + "Microsoft.DotNet.XliffTasks": "1.0.0-beta.23073.2", + "Microsoft.SourceLink.AzureRepos.Git": "1.2.0-beta-23073-01", + "Microsoft.SourceLink.GitHub": "1.2.0-beta-23073-01", + "Microsoft.Windows.SDK.BuildTools": "10.0.22621.755", + "Sign.Core": "0.9.0-beta.23127.3", + "System.CommandLine": "2.0.0-beta4.22272.1" + }, + "runtime": { + "sign.dll": {} + }, + "resources": { + "cs/sign.resources.dll": { + "locale": "cs" + }, + "de/sign.resources.dll": { + "locale": "de" + }, + "es/sign.resources.dll": { + "locale": "es" + }, + "fr/sign.resources.dll": { + "locale": "fr" + }, + "it/sign.resources.dll": { + "locale": "it" + }, + "ja/sign.resources.dll": { + "locale": "ja" + }, + "ko/sign.resources.dll": { + "locale": "ko" + }, + "pl/sign.resources.dll": { + "locale": "pl" + }, + "pt-BR/sign.resources.dll": { + "locale": "pt-BR" + }, + "ru/sign.resources.dll": { + "locale": "ru" + }, + "tr/sign.resources.dll": { + "locale": "tr" + }, + "zh-Hans/sign.resources.dll": { + "locale": "zh-Hans" + }, + "zh-Hant/sign.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Azure.Core/1.25.0": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.Diagnostics.DiagnosticSource": "4.6.0", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/net5.0/Azure.Core.dll": { + "assemblyVersion": "1.25.0.0", + "fileVersion": "1.2500.22.33004" + } + } + }, + "Azure.Identity/1.8.2": { + "dependencies": { + "Azure.Core": "1.25.0", + "Microsoft.Identity.Client": "4.49.1", + "Microsoft.Identity.Client.Extensions.Msal": "2.25.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "7.0.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "assemblyVersion": "1.8.2.0", + "fileVersion": "1.800.223.10803" + } + } + }, + "Azure.Security.KeyVault.Certificates/4.4.0": { + "dependencies": { + "Azure.Core": "1.25.0", + "System.Memory": "4.5.4", + "System.Text.Json": "7.0.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/Azure.Security.KeyVault.Certificates.dll": { + "assemblyVersion": "4.4.0.0", + "fileVersion": "4.400.22.46903" + } + } + }, + "Azure.Security.KeyVault.Keys/4.0.3": { + "dependencies": { + "Azure.Core": "1.25.0", + "System.Memory": "4.5.4", + "System.Text.Json": "7.0.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/Azure.Security.KeyVault.Keys.dll": { + "assemblyVersion": "4.0.3.0", + "fileVersion": "4.0.320.20203" + } + } + }, + "AzureSign.Core/4.0.1": { + "dependencies": { + "Microsoft.Extensions.Logging": "7.0.0" + }, + "runtime": { + "lib/netstandard2.0/AzureSign.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.0.1.0" + } + } + }, + "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "4.700.20.21406" + } + } + }, + "Microsoft.Build.Tasks.Git/1.2.0-beta-23073-01": {}, + "Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": {}, + "Microsoft.DotNet.XliffTasks/1.0.0-beta.23073.2": {}, + "Microsoft.Extensions.Configuration/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Configuration.Binder/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", + "Microsoft.Extensions.FileProviders.Physical": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Configuration.Json/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "7.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", + "System.Text.Json": "7.0.2" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "runtime": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.FileProviders.Physical/7.0.0": { + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.FileSystemGlobbing/7.0.0": { + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Logging/7.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/7.0.0": { + "runtime": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Logging.Configuration/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.Configuration.Binder": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Logging.Configuration.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Logging.Console/7.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Configuration": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Json": "7.0.2" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Logging.Console.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Options/7.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.Configuration.Binder": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Primitives/7.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Identity.Client/4.49.1": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.22.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "assemblyVersion": "4.49.1.0", + "fileVersion": "4.49.1.0" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/2.25.3": { + "dependencies": { + "Microsoft.Identity.Client": "4.49.1", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Security.Cryptography.ProtectedData": "4.7.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Identity.Client.Extensions.Msal.dll": { + "assemblyVersion": "2.25.3.0", + "fileVersion": "2.25.3.0" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.22.0": { + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "assemblyVersion": "6.22.0.0", + "fileVersion": "6.22.0.30727" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": {}, + "Microsoft.SourceLink.AzureRepos.Git/1.2.0-beta-23073-01": { + "dependencies": { + "Microsoft.Build.Tasks.Git": "1.2.0-beta-23073-01", + "Microsoft.SourceLink.Common": "1.2.0-beta-23073-01" + } + }, + "Microsoft.SourceLink.Common/1.2.0-beta-23073-01": {}, + "Microsoft.SourceLink.GitHub/1.2.0-beta-23073-01": { + "dependencies": { + "Microsoft.Build.Tasks.Git": "1.2.0-beta-23073-01", + "Microsoft.SourceLink.Common": "1.2.0-beta-23073-01" + } + }, + "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {}, + "Newtonsoft.Json/13.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.1.25517" + } + } + }, + "NuGet.Common/6.4.0": { + "dependencies": { + "NuGet.Frameworks": "6.4.0" + }, + "runtime": { + "lib/netstandard2.0/NuGet.Common.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Configuration/6.4.0": { + "dependencies": { + "NuGet.Common": "6.4.0", + "System.Security.Cryptography.ProtectedData": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/NuGet.Configuration.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Frameworks/6.4.0": { + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Packaging/6.4.0": { + "dependencies": { + "Newtonsoft.Json": "13.0.1", + "NuGet.Configuration": "6.4.0", + "NuGet.Versioning": "6.4.0", + "System.Security.Cryptography.Cng": "5.0.0", + "System.Security.Cryptography.Pkcs": "7.0.1" + }, + "runtime": { + "lib/net5.0/NuGet.Packaging.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Protocol/6.4.0": { + "dependencies": { + "NuGet.Packaging": "6.4.0" + }, + "runtime": { + "lib/net5.0/NuGet.Protocol.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Versioning/6.4.0": { + "runtime": { + "lib/netstandard2.0/NuGet.Versioning.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGetKeyVaultSignTool.Core/3.2.3": { + "dependencies": { + "Azure.Security.KeyVault.Certificates": "4.4.0", + "Microsoft.Extensions.Logging": "7.0.0", + "NuGet.Packaging": "6.4.0", + "NuGet.Protocol": "6.4.0", + "RSAKeyVaultProvider": "2.1.1", + "System.Security.Cryptography.Pkcs": "7.0.1" + }, + "runtime": { + "lib/net5.0/NuGetKeyVaultSignTool.Core.dll": { + "assemblyVersion": "3.2.0.0", + "fileVersion": "3.2.3.28308" + } + } + }, + "OpenVsixSignTool.Core/0.4.0": { + "dependencies": { + "System.Security.Cryptography.Pkcs": "7.0.1", + "System.Security.Cryptography.Xml": "7.0.1" + }, + "runtime": { + "lib/net6.0/OpenVsixSignTool.Core.dll": { + "assemblyVersion": "0.0.0.0", + "fileVersion": "0.4.0.0" + } + } + }, + "RSAKeyVaultProvider/2.1.1": { + "dependencies": { + "Azure.Security.KeyVault.Keys": "4.0.3" + }, + "runtime": { + "lib/netstandard2.0/RSAKeyVaultProvider.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "2.1.1.24052" + } + } + }, + "System.CommandLine/2.0.0-beta4.22272.1": { + "runtime": { + "lib/net6.0/System.CommandLine.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.22.27201" + } + }, + "resources": { + "lib/net6.0/cs/System.CommandLine.resources.dll": { + "locale": "cs" + }, + "lib/net6.0/de/System.CommandLine.resources.dll": { + "locale": "de" + }, + "lib/net6.0/es/System.CommandLine.resources.dll": { + "locale": "es" + }, + "lib/net6.0/fr/System.CommandLine.resources.dll": { + "locale": "fr" + }, + "lib/net6.0/it/System.CommandLine.resources.dll": { + "locale": "it" + }, + "lib/net6.0/ja/System.CommandLine.resources.dll": { + "locale": "ja" + }, + "lib/net6.0/ko/System.CommandLine.resources.dll": { + "locale": "ko" + }, + "lib/net6.0/pl/System.CommandLine.resources.dll": { + "locale": "pl" + }, + "lib/net6.0/pt-BR/System.CommandLine.resources.dll": { + "locale": "pt-BR" + }, + "lib/net6.0/ru/System.CommandLine.resources.dll": { + "locale": "ru" + }, + "lib/net6.0/tr/System.CommandLine.resources.dll": { + "locale": "tr" + }, + "lib/net6.0/zh-Hans/System.CommandLine.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net6.0/zh-Hant/System.CommandLine.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.6.0": {}, + "System.Formats.Asn1/7.0.0": { + "runtime": { + "lib/net6.0/System.Formats.Asn1.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + } + }, + "System.Memory/4.5.4": {}, + "System.Memory.Data/1.0.2": { + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.2" + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.221.20802" + } + } + }, + "System.Numerics.Vectors/4.5.0": {}, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, + "System.Security.AccessControl/5.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + } + }, + "System.Security.Cryptography.Cng/5.0.0": { + "dependencies": { + "System.Formats.Asn1": "7.0.0" + } + }, + "System.Security.Cryptography.Pkcs/7.0.1": { + "dependencies": { + "System.Formats.Asn1": "7.0.0" + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.323.6910" + } + } + }, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "4.0.5.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Security.Cryptography.Xml/7.0.1": { + "dependencies": { + "System.Security.Cryptography.Pkcs": "7.0.1" + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.Xml.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.222.60605" + } + } + }, + "System.Security.Principal.Windows/5.0.0": {}, + "System.Text.Encodings.Web/7.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.Text.Json/7.0.2": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "7.0.0" + }, + "runtime": { + "lib/net6.0/System.Text.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.323.6910" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": {}, + "Sign.Core/0.9.0-beta.23127.3": { + "dependencies": { + "Azure.Identity": "1.8.2", + "Azure.Security.KeyVault.Certificates": "4.4.0", + "AzureSign.Core": "4.0.1", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "7.0.0", + "Microsoft.Extensions.Configuration.Json": "7.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0", + "Microsoft.Extensions.Logging.Console": "7.0.0", + "NuGet.Packaging": "6.4.0", + "NuGet.Protocol": "6.4.0", + "NuGetKeyVaultSignTool.Core": "3.2.3", + "OpenVsixSignTool.Core": "0.4.0", + "RSAKeyVaultProvider": "2.1.1", + "System.Security.Cryptography.Pkcs": "7.0.1", + "System.Security.Cryptography.Xml": "7.0.1", + "System.Text.Json": "7.0.2" + }, + "runtime": { + "Sign.Core.dll": {} + }, + "resources": { + "cs/Sign.Core.resources.dll": { + "locale": "cs" + }, + "de/Sign.Core.resources.dll": { + "locale": "de" + }, + "es/Sign.Core.resources.dll": { + "locale": "es" + }, + "fr/Sign.Core.resources.dll": { + "locale": "fr" + }, + "it/Sign.Core.resources.dll": { + "locale": "it" + }, + "ja/Sign.Core.resources.dll": { + "locale": "ja" + }, + "ko/Sign.Core.resources.dll": { + "locale": "ko" + }, + "pl/Sign.Core.resources.dll": { + "locale": "pl" + }, + "pt-BR/Sign.Core.resources.dll": { + "locale": "pt-BR" + }, + "ru/Sign.Core.resources.dll": { + "locale": "ru" + }, + "tr/Sign.Core.resources.dll": { + "locale": "tr" + }, + "zh-Hans/Sign.Core.resources.dll": { + "locale": "zh-Hans" + }, + "zh-Hant/Sign.Core.resources.dll": { + "locale": "zh-Hant" + } + } + } + } + }, + "libraries": { + "sign/0.9.0-beta.23127.3": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Azure.Core/1.25.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", + "path": "azure.core/1.25.0", + "hashPath": "azure.core.1.25.0.nupkg.sha512" + }, + "Azure.Identity/1.8.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ywnpn9MLhNTtBG12WOxSaomx0Dwu5HK5PyhHH/CApGrd1BCrhgEwdy4Uwy5IfAznJzVJKZRyKR9cp4aa61xYvA==", + "path": "azure.identity/1.8.2", + "hashPath": "azure.identity.1.8.2.nupkg.sha512" + }, + "Azure.Security.KeyVault.Certificates/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EzuMXVIQSzTiIHynb9Y3ZPjt8jYpengwRuEaAcx1s7N0HAWdn5crG+6w1NH1HuGEDXwkeq9XP6f0slmgYAVRhg==", + "path": "azure.security.keyvault.certificates/4.4.0", + "hashPath": "azure.security.keyvault.certificates.4.4.0.nupkg.sha512" + }, + "Azure.Security.KeyVault.Keys/4.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-y7AbpYixpisD9v/EXIJbkxQcSaw9JW/hzln8Zwn/EC/Rm7aGkGWdqS+JgHHhbE5jbEXpxIg+6+8eqRlosezE9Q==", + "path": "azure.security.keyvault.keys/4.0.3", + "hashPath": "azure.security.keyvault.keys.4.0.3.nupkg.sha512" + }, + "AzureSign.Core/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-csogFAv7ZStI4ezIsdwhuGx9sMm5ZqLrx6hbhCSDhSP0PIETVhut2TLXl9MHbLgw/oAosGyz+w4LdQy4i02QbQ==", + "path": "azuresign.core/4.0.1", + "hashPath": "azuresign.core.4.0.1.nupkg.sha512" + }, + "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" + }, + "Microsoft.Build.Tasks.Git/1.2.0-beta-23073-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2c2SIz57NfcI8mQH2Y7g263jng/84scZMr/wM4aDBg3Z1VwbIhC7DkcIz3xVCMBwXSqGonB/GwLo2Fgo1inSTQ==", + "path": "microsoft.build.tasks.git/1.2.0-beta-23073-01", + "hashPath": "microsoft.build.tasks.git.1.2.0-beta-23073-01.nupkg.sha512" + }, + "Microsoft.DiaSymReader.Pdb2Pdb/1.1.0-beta2-19575-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kY6eTNkeWLHvfOjg97Q7tgQKrPpX+Y3fR6fS4nyfpgFLHBxHriLBR4v3e9t71it91gIMEeKUqOqrFJ7Pj48eHA==", + "path": "microsoft.diasymreader.pdb2pdb/1.1.0-beta2-19575-01", + "hashPath": "microsoft.diasymreader.pdb2pdb.1.1.0-beta2-19575-01.nupkg.sha512" + }, + "Microsoft.DotNet.XliffTasks/1.0.0-beta.23073.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EUe/8QXZ4naSYhHwlDe+wDVg4JgdSiuaIIX5qRUgdHkEpLUT7Bu4aohITWES5biDjaSnjL9CR2ZhSf0QHcSyIQ==", + "path": "microsoft.dotnet.xlifftasks/1.0.0-beta.23073.2", + "hashPath": "microsoft.dotnet.xlifftasks.1.0.0-beta.23073.2.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==", + "path": "microsoft.extensions.configuration/7.0.0", + "hashPath": "microsoft.extensions.configuration.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", + "path": "microsoft.extensions.configuration.abstractions/7.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Binder/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tgU4u7bZsoS9MKVRiotVMAwHtbREHr5/5zSEV+JPhg46+ox47Au84E3D2IacAaB0bk5ePNaNieTlPrfjbbRJkg==", + "path": "microsoft.extensions.configuration.binder/7.0.0", + "hashPath": "microsoft.extensions.configuration.binder.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RIkfqCkvrAogirjsqSrG1E1FxgrLsOZU2nhRbl07lrajnxzSU2isj2lwQah0CtCbLWo/pOIukQzM1GfneBUnxA==", + "path": "microsoft.extensions.configuration.environmentvariables/7.0.0", + "hashPath": "microsoft.extensions.configuration.environmentvariables.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xk2lRJ1RDuqe57BmgvRPyCt6zyePKUmvT6iuXqiHR+/OIIgWVR8Ff5k2p6DwmqY8a17hx/OnrekEhziEIeQP6Q==", + "path": "microsoft.extensions.configuration.fileextensions/7.0.0", + "hashPath": "microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Json/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LDNYe3uw76W35Jci+be4LDf2lkQZe0A7EEYQVChFbc509CpZ4Iupod8li4PUXPBhEUOFI/rlQNf5xkzJRQGvtA==", + "path": "microsoft.extensions.configuration.json/7.0.0", + "hashPath": "microsoft.extensions.configuration.json.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "path": "microsoft.extensions.dependencyinjection/7.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", + "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==", + "path": "microsoft.extensions.fileproviders.abstractions/7.0.0", + "hashPath": "microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.FileProviders.Physical/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-K8D2MTR+EtzkbZ8z80LrG7Ur64R7ZZdRLt1J5cgpc/pUWl0C6IkAUapPuK28oionHueCPELUqq0oYEvZfalNdg==", + "path": "microsoft.extensions.fileproviders.physical/7.0.0", + "hashPath": "microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.FileSystemGlobbing/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w==", + "path": "microsoft.extensions.filesystemglobbing/7.0.0", + "hashPath": "microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "path": "microsoft.extensions.logging/7.0.0", + "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==", + "path": "microsoft.extensions.logging.abstractions/7.0.0", + "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Configuration/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FLDA0HcffKA8ycoDQLJuCNGIE42cLWPxgdQGRBaSzZrYTkMBjnf9zrr8pGT06psLq9Q+RKWmmZczQ9bCrXEBcA==", + "path": "microsoft.extensions.logging.configuration/7.0.0", + "hashPath": "microsoft.extensions.logging.configuration.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Console/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qt5n8bHLZPUfuRnFxJKW5q9ZwOTncdh96rtWzWpX3Y/064MlxzCSw2ELF5Jlwdo+Y4wK3I47NmUTFsV7Sg8rqg==", + "path": "microsoft.extensions.logging.console/7.0.0", + "hashPath": "microsoft.extensions.logging.console.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Options/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", + "path": "microsoft.extensions.options/7.0.0", + "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-95UnxZkkFdXxF6vSrtJsMHCzkDeSMuUWGs2hDT54cX+U5eVajrCJ3qLyQRW+CtpTt5OJ8bmTvpQVHu1DLhH+cA==", + "path": "microsoft.extensions.options.configurationextensions/7.0.0", + "hashPath": "microsoft.extensions.options.configurationextensions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", + "path": "microsoft.extensions.primitives/7.0.0", + "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" + }, + "Microsoft.Identity.Client/4.49.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vDU3cdXIom4+pxJk8sDJcHYTHPhb6DSVF9zjFY61SoQVs1OxbHZY9+mBnq1gGkG7N/o04WTt42IdV/0gf1+5DA==", + "path": "microsoft.identity.client/4.49.1", + "hashPath": "microsoft.identity.client.4.49.1.nupkg.sha512" + }, + "Microsoft.Identity.Client.Extensions.Msal/2.25.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I6/Od0d3OMD9b7RPxW1l25A8oA94H+r9ZtrOe4Ogk49Ftxhs9RS+pbzPE5dLe0i7nQy+1aob7mR22YsNcc0BiQ==", + "path": "microsoft.identity.client.extensions.msal/2.25.3", + "hashPath": "microsoft.identity.client.extensions.msal.2.25.3.nupkg.sha512" + }, + "Microsoft.IdentityModel.Abstractions/6.22.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iI+9V+2ciCrbheeLjpmjcqCnhy+r6yCoEcid3nkoFWerHgjVuT6CPM4HODUTtUPe1uwks4wcnAujJ8u+IKogHQ==", + "path": "microsoft.identitymodel.abstractions/6.22.0", + "hashPath": "microsoft.identitymodel.abstractions.6.22.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", + "path": "microsoft.netcore.platforms/5.0.0", + "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512" + }, + "Microsoft.SourceLink.AzureRepos.Git/1.2.0-beta-23073-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-i0KL57+lSFrKj0zJEuOcoP7f0Vyh19eSZShtf6cMyOic2RWD0leSDab1SFfDf3eObzmvfvSO4mEBT6brrOoOuA==", + "path": "microsoft.sourcelink.azurerepos.git/1.2.0-beta-23073-01", + "hashPath": "microsoft.sourcelink.azurerepos.git.1.2.0-beta-23073-01.nupkg.sha512" + }, + "Microsoft.SourceLink.Common/1.2.0-beta-23073-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5yRCi2rsHxbaiwwUWl7POB+ZdGABhfMQ/UMccTnTiUFkuq/noI/TvRpGK1LpCw+eg2VFPnjrfAO9961Y0cUJew==", + "path": "microsoft.sourcelink.common/1.2.0-beta-23073-01", + "hashPath": "microsoft.sourcelink.common.1.2.0-beta-23073-01.nupkg.sha512" + }, + "Microsoft.SourceLink.GitHub/1.2.0-beta-23073-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tEz5/urpzxVX4z77BS48GmQkuJ1bXD4R/F9Twn4/ZVxaqevF9UdAH6DinDZOwweUK+Cd5sv9AyUZwtKinoa6fw==", + "path": "microsoft.sourcelink.github/1.2.0-beta-23073-01", + "hashPath": "microsoft.sourcelink.github.1.2.0-beta-23073-01.nupkg.sha512" + }, + "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zGXDCZc2/slVjpNtopNETCjnOqH9KiEdo9dPCcjtNWwK5W+EmOcEn7X5Ftj3tOE9kLvroga1s7WwLh2a5jQEEg==", + "path": "microsoft.windows.sdk.buildtools/10.0.22621.755", + "hashPath": "microsoft.windows.sdk.buildtools.10.0.22621.755.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "path": "newtonsoft.json/13.0.1", + "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" + }, + "NuGet.Common/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-srECugLk+LB1bXelDCDhHoi6do/EYTXzuntKhjHraS4roVB3NfWohEdCSiAPdpSV9M40Q6jo6MV2Srml9e+jHQ==", + "path": "nuget.common/6.4.0", + "hashPath": "nuget.common.6.4.0.nupkg.sha512" + }, + "NuGet.Configuration/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vPjauG9AoacEjiZWGIs+d11FCRVmseqAw78FIApfLvZrYMEbbwc9vc0LdC3PpoW5FxYkktyZSiiXVKXGLu+gXw==", + "path": "nuget.configuration/6.4.0", + "hashPath": "nuget.configuration.6.4.0.nupkg.sha512" + }, + "NuGet.Frameworks/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qcufbjJIDtyY/Hah7JJfcRVpRYM3scgPqYBnukjO9kfADCFGr2azvVBozuwzljA6w/cR3w8bXLq6vW5xGrsmHw==", + "path": "nuget.frameworks/6.4.0", + "hashPath": "nuget.frameworks.6.4.0.nupkg.sha512" + }, + "NuGet.Packaging/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aR10aYqcUMGC2mwMGH5rls/MGaz3EVH8DKTTHQ/EC91hXNtrCTTAQonaRR+v1EItcoxtQeZ/WQOorv4z270Tgg==", + "path": "nuget.packaging/6.4.0", + "hashPath": "nuget.packaging.6.4.0.nupkg.sha512" + }, + "NuGet.Protocol/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KIPjsWP0P3EMsDsXaa6YBCTvYKur/zI0luS1kO5G37ci8mHs2kJFsuG5qaMhGvgyHASu54sxlic1n1oza2Pcbw==", + "path": "nuget.protocol/6.4.0", + "hashPath": "nuget.protocol.6.4.0.nupkg.sha512" + }, + "NuGet.Versioning/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YE8p3TpX4jIw+Gb24maE8YRDoqWA4imLmCbdOj5IvslLrZJXQ8akeFOGOplxICNVevON1g1SFYT2+cq4yy0nQQ==", + "path": "nuget.versioning/6.4.0", + "hashPath": "nuget.versioning.6.4.0.nupkg.sha512" + }, + "NuGetKeyVaultSignTool.Core/3.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+btDDVCs5JNfLVNfcg2w6c9T6z+lo5cd/LTnQ9Vo7hha4t+GsjUogFFM+7+uDkypfDgRWQLN5cCaF+Elfhwx0A==", + "path": "nugetkeyvaultsigntool.core/3.2.3", + "hashPath": "nugetkeyvaultsigntool.core.3.2.3.nupkg.sha512" + }, + "OpenVsixSignTool.Core/0.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BryTyZ6Ltt10gmKN665yo4FlTi0uW49B/fc5FWY24X5XlF1XbIe/wbcrb7u0HtEIsLNIa7U4WNi/5/8LfSAPjg==", + "path": "openvsixsigntool.core/0.4.0", + "hashPath": "openvsixsigntool.core.0.4.0.nupkg.sha512" + }, + "RSAKeyVaultProvider/2.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Op1ExpiNkpcOBKM+47Zr+ql0vO17o0+GCx9DwgJCL0W1YlkYTfzZyyTBjBGczOgzLPvWZvhepAsFvNLaX2GBKQ==", + "path": "rsakeyvaultprovider/2.1.1", + "hashPath": "rsakeyvaultprovider.2.1.1.nupkg.sha512" + }, + "System.CommandLine/2.0.0-beta4.22272.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1uqED/q2H0kKoLJ4+hI2iPSBSEdTuhfCYADeJrAqERmiGQ2NNacYKRNEQ+gFbU4glgVyK8rxI+ZOe1onEtr/Pg==", + "path": "system.commandline/2.0.0-beta4.22272.1", + "hashPath": "system.commandline.2.0.0-beta4.22272.1.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/4.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mbBgoR0rRfl2uimsZ2avZY8g7Xnh1Mza0rJZLPcxqiMWlkGukjmRkuMJ/er+AhQuiRIh80CR/Hpeztr80seV5g==", + "path": "system.diagnostics.diagnosticsource/4.6.0", + "hashPath": "system.diagnostics.diagnosticsource.4.6.0.nupkg.sha512" + }, + "System.Formats.Asn1/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==", + "path": "system.formats.asn1/7.0.0", + "hashPath": "system.formats.asn1.7.0.0.nupkg.sha512" + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "hashPath": "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512" + }, + "System.Memory/4.5.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "path": "system.memory/4.5.4", + "hashPath": "system.memory.4.5.4.nupkg.sha512" + }, + "System.Memory.Data/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "path": "system.memory.data/1.0.2", + "hashPath": "system.memory.data.1.0.2.nupkg.sha512" + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "path": "system.numerics.vectors/4.5.0", + "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", + "path": "system.security.accesscontrol/5.0.0", + "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.Cng/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", + "path": "system.security.cryptography.cng/5.0.0", + "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.Pkcs/7.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Qv9g+0GP1aX55cOz/k4Oz7cCFA0g+0GSXYwG0XwJgYK4y/ZCiVLjjhv4kbWIwNfouqYv2vZtNiWAxIuWUJumTw==", + "path": "system.security.cryptography.pkcs/7.0.1", + "hashPath": "system.security.cryptography.pkcs.7.0.1.nupkg.sha512" + }, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", + "path": "system.security.cryptography.protecteddata/4.7.0", + "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" + }, + "System.Security.Cryptography.Xml/7.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MCxBCtH0GrDuvU63ZODwQHQZPchb24pUAX3MfZ6b13qg246ZD10PRdOvay8C9HBPfCXkymUNwFPEegud7ax2zg==", + "path": "system.security.cryptography.xml/7.0.1", + "hashPath": "system.security.cryptography.xml.7.0.1.nupkg.sha512" + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "path": "system.security.principal.windows/5.0.0", + "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==", + "path": "system.text.encodings.web/7.0.0", + "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512" + }, + "System.Text.Json/7.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/LZf/JrGyilojqwpaywb+sSz8Tew7ij4K/Sk+UW8AKfAK7KRhR6mKpKtTm06cYA7bCpGTWfYksIW+mVsdxPegQ==", + "path": "system.text.json/7.0.2", + "hashPath": "system.text.json.7.0.2.nupkg.sha512" + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "path": "system.threading.tasks.extensions/4.5.4", + "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" + }, + "Sign.Core/0.9.0-beta.23127.3": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.dll new file mode 100644 index 000000000..1c1592504 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdf4c4f0535782a73033464e61cfd34cacdc71db0e632b56fbeb29e3c32ac5b +size 55424 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.runtimeconfig.json b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.runtimeconfig.json new file mode 100644 index 000000000..30e8b4c84 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/sign.runtimeconfig.json @@ -0,0 +1,13 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "rollForward": "Major", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest new file mode 100644 index 000000000..becc73ae7 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest new file mode 100644 index 000000000..111d35ec2 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest new file mode 100644 index 000000000..b17e53d11 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest new file mode 100644 index 000000000..422623cd1 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest new file mode 100644 index 000000000..651475f97 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/SignTool.exe.manifest b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/SignTool.exe.manifest new file mode 100644 index 000000000..64796f054 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/SignTool.exe.manifest @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxpackaging.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxpackaging.dll new file mode 100644 index 000000000..e0bd7464c --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxpackaging.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8887d391bef82a7882459c2636e4d0cffb2a68312aa1b2fa62a2b0eaca0f34 +size 2115048 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxsip.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxsip.dll new file mode 100644 index 000000000..627ad9abb --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/appxsip.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcb1f50e3a918b773c5c10723ddc7ae5de8843906ec1127c6cf4ad7d64bd18a +size 398824 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makeappx.exe b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makeappx.exe new file mode 100644 index 000000000..a0816ef7d --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makeappx.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7800120ef7db0373aa3a588faf666afc3dcdb2ea83ff4dfe467c0b6f81409218 +size 542184 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makepri.exe b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makepri.exe new file mode 100644 index 000000000..a85907f39 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/makepri.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c262dffa7a1cafb7df3308a32fd7e9283aa3f28ee902c11d299437700e93f52 +size 955880 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/mssign32.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/mssign32.dll new file mode 100644 index 000000000..7dbc53dc5 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/mssign32.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257c73551d1d445ef0ede9bd216df114912e2a2e4aa7ab0e0ad54b6108bfc48b +size 140768 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/opcservices.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/opcservices.dll new file mode 100644 index 000000000..db7ea78c3 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/opcservices.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a90649502d83f076a9a56286e089763de6a25651a1a496cbbe6458735f4852 +size 1869264 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll new file mode 100644 index 000000000..e8052dcc2 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3e0fd687a911df8b9b098f5a2969b674ed116ae0ee5d734f72ca10e159bcd1 +size 378336 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll.ini b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll.ini new file mode 100644 index 000000000..841c6091b --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x64/wintrust.dll.ini @@ -0,0 +1,53 @@ +[0] +DLL=msisip.dll +GUID={000C10F1-0000-0000-C000-000000000046} +CryptSIPDllCreateIndirectData=MsiSIPCreateIndirectData +CryptSIPDllGetSignedDataMsg=MsiSIPGetSignedDataMsg +CryptSIPDllIsMyFileType2=MsiSIPIsMyTypeOfFile +CryptSIPDllPutSignedDataMsg=MsiSIPPutSignedDataMsg +CryptSIPDllRemoveSignedDataMsg=MsiSIPRemoveSignedDataMsg +CryptSIPDllVerifyIndirectData=MsiSIPVerifyIndirectData + + +[1] +DLL=AppxSip.dll +GUID={0AC5DF4B-CE07-4DE2-B76E-23C839A09FD1} +CryptSIPDllCreateIndirectData=AppxSipCreateIndirectData +CryptSIPDllGetSignedDataMsg=AppxSipGetSignedDataMsg +CryptSIPDllIsMyFileType2=AppxSipIsFileSupportedName +CryptSIPDllPutSignedDataMsg=AppxSipPutSignedDataMsg +CryptSIPDllRemoveSignedDataMsg=AppxSipRemoveSignedDataMsg +CryptSIPDllVerifyIndirectData=AppxSipVerifyIndirectData + + +[2] +DLL=AppxSip.dll +GUID={0F5F58B3-AADE-4B9A-A434-95742D92ECEB} +CryptSIPDllCreateIndirectData=AppxBundleSipCreateIndirectData +CryptSIPDllGetSignedDataMsg=AppxBundleSipGetSignedDataMsg +CryptSIPDllIsMyFileType2=AppxBundleSipIsFileSupportedName +CryptSIPDllPutSignedDataMsg=AppxBundleSipPutSignedDataMsg +CryptSIPDllRemoveSignedDataMsg=AppxBundleSipRemoveSignedDataMsg +CryptSIPDllVerifyIndirectData=AppxBundleSipVerifyIndirectData + + +[3] +DLL=AppxSip.dll +GUID={CF78C6DE-64A2-4799-B506-89ADFF5D16D6} +CryptSIPDllCreateIndirectData=EappxSipCreateIndirectData +CryptSIPDllGetSignedDataMsg=EappxSipGetSignedDataMsg +CryptSIPDllIsMyFileType2=EappxSipIsFileSupportedName +CryptSIPDllPutSignedDataMsg=EappxSipPutSignedDataMsg +CryptSIPDllRemoveSignedDataMsg=EappxSipRemoveSignedDataMsg +CryptSIPDllVerifyIndirectData=EappxSipVerifyIndirectData + + +[4] +DLL=AppxSip.dll +GUID={D1D04F0C-9ABA-430D-B0E4-D7E96ACCE66C} +CryptSIPDllCreateIndirectData=EappxBundleSipCreateIndirectData +CryptSIPDllGetSignedDataMsg=EappxBundleSipGetSignedDataMsg +CryptSIPDllIsMyFileType2=EappxBundleSipIsFileSupportedName +CryptSIPDllPutSignedDataMsg=EappxBundleSipPutSignedDataMsg +CryptSIPDllRemoveSignedDataMsg=EappxBundleSipRemoveSignedDataMsg +CryptSIPDllVerifyIndirectData=EappxBundleSipVerifyIndirectData \ No newline at end of file diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x86/mage.exe b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x86/mage.exe new file mode 100644 index 000000000..7cbb0b5ca --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tools/SDK/x86/mage.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4f57ff428faed0caed6308c48a9918873a382f29633a3a928c36ad3be87add +size 153480 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/Sign.Core.resources.dll new file mode 100644 index 000000000..9247278f7 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc47e21b1399e1f98dcff78bca3f0dd78f871d3c6bb48db8df19b91430b304f +size 18560 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/System.CommandLine.resources.dll new file mode 100644 index 000000000..3243f651f --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795abf08b10483a5d58a95dda7190fa62cfa56bfe91fba84dc71ff4918f6ef21 +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/sign.resources.dll new file mode 100644 index 000000000..7c9e030bb --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/tr/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ec11e70955f5e2901c947422e4c6b1dedda59775e5e933997ae8661a8425b2 +size 19632 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/Sign.Core.resources.dll new file mode 100644 index 000000000..7b1b4ce2a --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97935588c9e1dcf896d2db081f7253c79e7b44eb54298c822b61464ad46c72f1 +size 18048 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/System.CommandLine.resources.dll new file mode 100644 index 000000000..efb63a6b4 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b964e741986ad049f2a66daffdfb4a44a1d2a63852245ee95ffc429ee6887891 +size 19360 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/sign.resources.dll new file mode 100644 index 000000000..fb9255847 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hans/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62acded716f00006a3fe69e26acb47b6e105d334aca89a0e3ee9388481fe7400 +size 19072 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/Sign.Core.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/Sign.Core.resources.dll new file mode 100644 index 000000000..3dd8e972d --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/Sign.Core.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13540cb5e71947a673fbe4681a01f200b10a0b270ff8482e28485720b3d5af78 +size 18048 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/System.CommandLine.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/System.CommandLine.resources.dll new file mode 100644 index 000000000..fb20b99a0 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/System.CommandLine.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5536a72bf99553442693acd0bdfa5d0f8f892a422f088e3b4c612ea284c85fb9 +size 19344 diff --git a/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/sign.resources.dll b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/sign.resources.dll new file mode 100644 index 000000000..42f45ac81 --- /dev/null +++ b/build/sign/.store/sign/0.9.0-beta.23127.3/sign/0.9.0-beta.23127.3/tools/net6.0/any/zh-Hant/sign.resources.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f11b8239c51e06d52bf5b29cd2ae5b72fe2906c864951d53bbee459a24a9ce2 +size 19080 diff --git a/build/sign/.store/signclient/1.3.155/project.assets.json b/build/sign/.store/signclient/1.3.155/project.assets.json deleted file mode 100644 index 453fde743..000000000 --- a/build/sign/.store/signclient/1.3.155/project.assets.json +++ /dev/null @@ -1,183 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": { - "SignClient/1.3.155": { - "type": "package" - } - }, - "net8.0/any": { - "SignClient/1.3.155": { - "type": "package", - "tools": { - "tools/net5.0/any/DotnetToolSettings.xml": {}, - "tools/net5.0/any/Microsoft.Extensions.CommandLineUtils.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.Configuration.Abstractions.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.Configuration.Json.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.Configuration.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.FileProviders.Physical.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.FileSystemGlobbing.dll": {}, - "tools/net5.0/any/Microsoft.Extensions.Primitives.dll": {}, - "tools/net5.0/any/Microsoft.Identity.Client.dll": {}, - "tools/net5.0/any/Refit.dll": {}, - "tools/net5.0/any/SignClient.deps.json": {}, - "tools/net5.0/any/SignClient.dll": {}, - "tools/net5.0/any/SignClient.pdb": {}, - "tools/net5.0/any/SignClient.runtimeconfig.json": {} - } - } - } - }, - "libraries": { - "SignClient/1.3.155": { - "sha512": "DEkr0B/UOiZl6R+YDOu/EXXoz6hi/KR5qWuHI/KzFL236aEwjXS177woxLzWLuGK99b5qZUS8Eyl6/qmJVqMvQ==", - "type": "package", - "path": "signclient/1.3.155", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "signclient.1.3.155.nupkg.sha512", - "signclient.nuspec", - "tools/net5.0/any/DotnetToolSettings.xml", - "tools/net5.0/any/Microsoft.Extensions.CommandLineUtils.dll", - "tools/net5.0/any/Microsoft.Extensions.Configuration.Abstractions.dll", - "tools/net5.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "tools/net5.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll", - "tools/net5.0/any/Microsoft.Extensions.Configuration.Json.dll", - "tools/net5.0/any/Microsoft.Extensions.Configuration.dll", - "tools/net5.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll", - "tools/net5.0/any/Microsoft.Extensions.FileProviders.Physical.dll", - "tools/net5.0/any/Microsoft.Extensions.FileSystemGlobbing.dll", - "tools/net5.0/any/Microsoft.Extensions.Primitives.dll", - "tools/net5.0/any/Microsoft.Identity.Client.dll", - "tools/net5.0/any/Refit.dll", - "tools/net5.0/any/SignClient.deps.json", - "tools/net5.0/any/SignClient.dll", - "tools/net5.0/any/SignClient.pdb", - "tools/net5.0/any/SignClient.runtimeconfig.json", - "tools/netcoreapp2.1/any/DotnetToolSettings.xml", - "tools/netcoreapp2.1/any/Microsoft.Bcl.AsyncInterfaces.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.CommandLineUtils.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Abstractions.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Json.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Physical.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.FileSystemGlobbing.dll", - "tools/netcoreapp2.1/any/Microsoft.Extensions.Primitives.dll", - "tools/netcoreapp2.1/any/Microsoft.Identity.Client.dll", - "tools/netcoreapp2.1/any/Refit.dll", - "tools/netcoreapp2.1/any/SignClient.deps.json", - "tools/netcoreapp2.1/any/SignClient.dll", - "tools/netcoreapp2.1/any/SignClient.pdb", - "tools/netcoreapp2.1/any/SignClient.runtimeconfig.json", - "tools/netcoreapp2.1/any/System.Net.Http.Json.dll", - "tools/netcoreapp2.1/any/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netcoreapp2.1/any/System.Text.Encodings.Web.dll", - "tools/netcoreapp2.1/any/System.Text.Json.dll", - "tools/netcoreapp3.1/any/DotnetToolSettings.xml", - "tools/netcoreapp3.1/any/Microsoft.Extensions.CommandLineUtils.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Abstractions.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Json.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Physical.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.FileSystemGlobbing.dll", - "tools/netcoreapp3.1/any/Microsoft.Extensions.Primitives.dll", - "tools/netcoreapp3.1/any/Microsoft.Identity.Client.dll", - "tools/netcoreapp3.1/any/Refit.dll", - "tools/netcoreapp3.1/any/SignClient.deps.json", - "tools/netcoreapp3.1/any/SignClient.dll", - "tools/netcoreapp3.1/any/SignClient.pdb", - "tools/netcoreapp3.1/any/SignClient.runtimeconfig.json", - "tools/netcoreapp3.1/any/System.Net.Http.Json.dll", - "tools/netcoreapp3.1/any/System.Text.Json.dll" - ] - } - }, - "projectFileDependencyGroups": { - "net8.0": [ - "signclient >= *" - ] - }, - "packageFolders": { - "C:\\dev\\stride\\build\\sign\\.store\\.stage\\5zdy4aug.kc2": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\xen\\AppData\\Local\\Temp\\a51201f1-789d-4773-8ad7-bc52ff4d6172\\restore.csproj", - "projectName": "restore", - "projectPath": "C:\\Users\\xen\\AppData\\Local\\Temp\\a51201f1-789d-4773-8ad7-bc52ff4d6172\\restore.csproj", - "packagesPath": "C:\\dev\\stride\\build\\sign\\.store\\.stage\\5zdy4aug.kc2", - "outputPath": "C:\\dev\\stride\\build\\sign\\.store\\.stage\\5zdy4aug.kc2\\", - "projectStyle": "DotnetToolReference", - "configFilePaths": [ - "C:\\dev\\stride\\NuGet.Config", - "C:\\Users\\xen\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}, - "C:\\Users\\xen\\AppData\\Local\\Stride\\NugetDev": {}, - "https://api.nuget.org/v3/index.json": {}, - "https://packages.stride3d.net/nuget": {}, - "https://pkgs.dev.azure.com/clairernovotny/GitBuilds/_packaging/MSBuildSdkExtras@Local/nuget/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "signclient": { - "target": "Package", - "version": "[*, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.102\\RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "any": { - "#import": [] - } - } - } -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/restore.csproj.nuget.g.props b/build/sign/.store/signclient/1.3.155/restore.csproj.nuget.g.props deleted file mode 100644 index 278240eaf..000000000 --- a/build/sign/.store/signclient/1.3.155/restore.csproj.nuget.g.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - C:\dev\stride\build\sign\.store\.stage\5zdy4aug.kc2 - C:\dev\stride\build\sign\.store\.stage\5zdy4aug.kc2 - DotnetToolReference - 6.4.0 - - - - - - C:\dev\stride\build\sign\.store\.stage\5zdy4aug.kc2\signclient\1.3.155 - - \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/.nupkg.metadata b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/.nupkg.metadata deleted file mode 100644 index 3efd8f407..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/.nupkg.metadata +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": 2, - "contentHash": "DEkr0B/UOiZl6R+YDOu/EXXoz6hi/KR5qWuHI/KzFL236aEwjXS177woxLzWLuGK99b5qZUS8Eyl6/qmJVqMvQ==", - "source": "https://api.nuget.org/v3/index.json" -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/.signature.p7s b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/.signature.p7s deleted file mode 100644 index e4a7f78a754c4ba802c9cfa9b7f6a8c7e43520db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18731 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 - - - SignClient - 1.3.155 - SignClient - false - MIT - https://licenses.nuget.org/MIT - https://github.com/dotnet/SignService - Client-side tools for the .NET Foundation Sign Service - © 2006-2021 .NET Foundation and Contributors - - - - - - \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.CommandLineUtils.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index e6f4f41de..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.CommandLineUtils.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d30a07da46aa5156a7ab1221cd884e476f32c19219bad19c7cc1201b652072 -size 31736 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Abstractions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index 043e8c747..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Abstractions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35879c28cd19a54bf38f8b29be08bac54bbcd2b931f0f5fb7e246893f04d687c -size 20360 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index b7428aa17..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb862d6388a5124207291898b48a8e1240baa297224fff3b348ab4637ccfdfdf -size 19848 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index e24588265..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6d0a6bbceea061d1782ca7f746ff1f561dcb73fc9f180660878edf8f03a767d -size 25480 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Json.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index c84c58895..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.Json.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38cd246065e64618093943f655ff3aa6de12b3b401dbf7cb3ed7cbe3ea745f3f -size 24960 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 4e3de6178..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Configuration.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7dcd8475b758acfdf4ad3690624275f23dd3292cb71072b6b7c38457192838a -size 30600 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index ad64c919d..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69428b16a4a007f87065ce3574b54aa1148a4608528697d03d5321a11ce9cf93 -size 16776 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Physical.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 3c5156246..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileProviders.Physical.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0af872ee3e7af283f30502a16a43213640ebe6d401c44d0b698d70ba47742e5d -size 35720 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileSystemGlobbing.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index ec4fd8508..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.FileSystemGlobbing.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6ba4c0e8df96e0c33fe6fe4c14bcbf5200ec72120492c0ee7b462ba120b1e02 -size 39304 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Primitives.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 7e9e38db7..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Extensions.Primitives.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f63e0a1fb6a124291bae88093a4b5307ca03aea99047cc1d07381def47ddd35 -size 39296 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Identity.Client.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Identity.Client.dll deleted file mode 100644 index 6f0b8c8f7..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Microsoft.Identity.Client.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbc3ac0eb9c673c12b69e0f9fc4fe99eaa1d0c342bd72753538f209c6df8c40 -size 1333720 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Refit.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Refit.dll deleted file mode 100644 index 2d60caec5..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/Refit.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67ad40a232fa34cffc13e4ccee38d4c9fbc5347ca95005f0b2c1cf6aebe0c0bc -size 138800 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.deps.json b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.deps.json deleted file mode 100644 index 058899029..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.deps.json +++ /dev/null @@ -1,1496 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v5.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v5.0": { - "SignClient/1.3.155": { - "dependencies": { - "Microsoft.Extensions.CommandLineUtils": "1.1.1", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "Microsoft.Identity.Client": "4.27.0", - "Microsoft.NETFramework.ReferenceAssemblies": "1.0.0", - "Microsoft.SourceLink.AzureRepos.Git": "1.0.0", - "Microsoft.SourceLink.GitHub": "1.0.0", - "Nerdbank.GitVersioning": "3.3.37", - "Refit": "6.0.24" - }, - "runtime": { - "SignClient.dll": {} - } - }, - "Microsoft.Build.Tasks.Git/1.0.0": {}, - "Microsoft.Extensions.CommandLineUtils/1.1.1": { - "dependencies": { - "NETStandard.Library": "1.6.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": { - "assemblyVersion": "1.1.1.0", - "fileVersion": "1.1.1.30427" - } - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "runtime": { - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Identity.Client/4.27.0": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.27.0.0", - "fileVersion": "4.27.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": {}, - "Microsoft.SourceLink.AzureRepos.Git/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Microsoft.SourceLink.Common/1.0.0": {}, - "Microsoft.SourceLink.GitHub/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Nerdbank.GitVersioning/3.3.37": {}, - "NETStandard.Library/1.6.1": { - "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" - } - }, - "Refit/6.0.24": { - "dependencies": { - "System.Net.Http.Json": "5.0.0" - }, - "runtime": { - "lib/net5.0/Refit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.24.20825" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "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" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "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" - } - }, - "System.Console/4.3.0": { - "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" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "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" - } - }, - "System.IO/4.3.0": { - "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" - } - }, - "System.IO.Compression/4.3.0": { - "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" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "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" - } - }, - "System.IO.FileSystem/4.3.0": { - "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" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "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" - } - }, - "System.Linq.Expressions/4.3.0": { - "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" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "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.0" - } - }, - "System.Net.Http.Json/5.0.0": {}, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "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" - } - }, - "System.ObjectModel/4.3.0": { - "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" - } - }, - "System.Reflection/4.3.0": { - "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" - } - }, - "System.Reflection.Emit/4.3.0": { - "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" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "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" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "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" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "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" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.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.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.Security.Cryptography.Csp/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "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" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "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.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "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" - } - }, - "System.Xml.XDocument/4.3.0": { - "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" - } - } - } - }, - "libraries": { - "SignClient/1.3.155": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Build.Tasks.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==", - "path": "microsoft.build.tasks.git/1.0.0", - "hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.CommandLineUtils/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vsI1L6Bx602aQ/8051nrRbAWGxCQQX7IKT/9XApnEYfzLPBX7LcCZuwnDyD1bHTm2D8GcMweVSPr1H2rAfAgbA==", - "path": "microsoft.extensions.commandlineutils/1.1.1", - "hashPath": "microsoft.extensions.commandlineutils.1.1.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fqh6y6hAi0Z0fRsb4B/mP9OkKkSlifh5osa+N/YSQ+/S2a//+zYApZMUC1XeP9fdjlgZoPQoZ72Q2eLHyKLddQ==", - "path": "microsoft.extensions.configuration.environmentvariables/5.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", - "path": "microsoft.extensions.primitives/5.0.0", - "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.27.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vUeVNPQU4+it3cjNxxuJR84z6kbd8YrQleHFrut3YZ+yFac/jtjB1C8i8piSrrYJF8aQUezciubQY7x/PUu+2Q==", - "path": "microsoft.identity.client/4.27.0", - "hashPath": "microsoft.identity.client.4.27.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7D2TMufjGiowmt0E941kVoTIS+GTNzaPopuzM1/1LSaJAdJdBrVP0SkZW7AgDd0a2U1DjsIeaKG1wxGVBNLDMw==", - "path": "microsoft.netframework.referenceassemblies/1.0.0", - "hashPath": "microsoft.netframework.referenceassemblies.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.AzureRepos.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KqaJ7iLXKDwBZn0HiT/gdyElvq0Tf96iHEUSdeT9mFf5bfF7XjVrLLoSVYc9cB2MZ+EY1YTfqkBqbkM4qcqWLA==", - "path": "microsoft.sourcelink.azurerepos.git/1.0.0", - "hashPath": "microsoft.sourcelink.azurerepos.git.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.Common/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==", - "path": "microsoft.sourcelink.common/1.0.0", - "hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==", - "path": "microsoft.sourcelink.github/1.0.0", - "hashPath": "microsoft.sourcelink.github.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Nerdbank.GitVersioning/3.3.37": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlDKV/gSHQGDThWSGqVyPfKeNP/kx1fj/NPFFgGc/cxzgIbXv4jtYOcbFOz3ZIeAKtpCcSAmVNDOikBs3OxI/A==", - "path": "nerdbank.gitversioning/3.3.37", - "hashPath": "nerdbank.gitversioning.3.3.37.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Refit/6.0.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hirF5tK01RVlC4P+3PUjkaOnR4R8SYvt0sOcjR6j3UnFs2pv3mj8CLVij5AWRLGW1h0TUL48+RTvzDySosyT0g==", - "path": "refit/6.0.24", - "hashPath": "refit.6.0.24.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "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.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "path": "system.diagnostics.diagnosticsource/4.3.0", - "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Http.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3CPSQpCzEmI9o+1G79TnPCjF40omCdnoXj2Rg76BDwGj5+LZnFPjV+t35eedlvl+uthmholk/XXxXTYgJWSexw==", - "path": "system.net.http.json/5.0.0", - "hashPath": "system.net.http.json.5.0.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.dll deleted file mode 100644 index 5a54585dc..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36f37447a8c0174fa9a3560a6159083a95c524b8872bad717b9350438e584ff6 -size 36504 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.runtimeconfig.json b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.runtimeconfig.json deleted file mode 100644 index cd9e658d7..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/net5.0/any/SignClient.runtimeconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net5.0", - "rollForward": "Major", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "5.0.0" - } - } -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/DotnetToolSettings.xml b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/DotnetToolSettings.xml deleted file mode 100644 index 41498125c..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/DotnetToolSettings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Bcl.AsyncInterfaces.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100644 index ec9fd4298..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Bcl.AsyncInterfaces.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fef36165f43fbde2c79e939688820fb1e4213cae50f4c761ec1f97d870045581 -size 20872 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.CommandLineUtils.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index e6f4f41de..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.CommandLineUtils.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d30a07da46aa5156a7ab1221cd884e476f32c19219bad19c7cc1201b652072 -size 31736 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Abstractions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index 043e8c747..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Abstractions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35879c28cd19a54bf38f8b29be08bac54bbcd2b931f0f5fb7e246893f04d687c -size 20360 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index b7428aa17..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb862d6388a5124207291898b48a8e1240baa297224fff3b348ab4637ccfdfdf -size 19848 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index e24588265..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6d0a6bbceea061d1782ca7f746ff1f561dcb73fc9f180660878edf8f03a767d -size 25480 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Json.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index ffad7c38e..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.Json.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9c4860476d61a5db736730ea5f105228ad66fdf6fd47727a55c3e4f41d20b9d -size 24968 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 4e3de6178..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Configuration.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7dcd8475b758acfdf4ad3690624275f23dd3292cb71072b6b7c38457192838a -size 30600 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index ad64c919d..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69428b16a4a007f87065ce3574b54aa1148a4608528697d03d5321a11ce9cf93 -size 16776 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Physical.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 3c5156246..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileProviders.Physical.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0af872ee3e7af283f30502a16a43213640ebe6d401c44d0b698d70ba47742e5d -size 35720 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileSystemGlobbing.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index ec4fd8508..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.FileSystemGlobbing.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6ba4c0e8df96e0c33fe6fe4c14bcbf5200ec72120492c0ee7b462ba120b1e02 -size 39304 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Primitives.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 32fd5c8ff..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Extensions.Primitives.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa775fa0cf84e4188f4d35db184dd0aa79de6e2c0d02806c4dc886fb7f9c1d40 -size 42376 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Identity.Client.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Identity.Client.dll deleted file mode 100644 index 6f0b8c8f7..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Microsoft.Identity.Client.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbc3ac0eb9c673c12b69e0f9fc4fe99eaa1d0c342bd72753538f209c6df8c40 -size 1333720 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Refit.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Refit.dll deleted file mode 100644 index 6ef88e5bc..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/Refit.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ebeacb611f2f07c035e05e5684ae1b7ef6f64ff151608cca49025dff356aecb -size 136240 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.deps.json b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.deps.json deleted file mode 100644 index 4d0b18eca..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.deps.json +++ /dev/null @@ -1,396 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.1", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.1": { - "SignClient/1.3.155": { - "dependencies": { - "Microsoft.Extensions.CommandLineUtils": "1.1.1", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "Microsoft.Identity.Client": "4.27.0", - "Microsoft.NETFramework.ReferenceAssemblies": "1.0.0", - "Microsoft.SourceLink.AzureRepos.Git": "1.0.0", - "Microsoft.SourceLink.GitHub": "1.0.0", - "Nerdbank.GitVersioning": "3.3.37", - "Refit": "6.0.24" - }, - "runtime": { - "SignClient.dll": {} - } - }, - "Microsoft.Bcl.AsyncInterfaces/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Build.Tasks.Git/1.0.0": {}, - "Microsoft.Extensions.CommandLineUtils/1.1.1": { - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": { - "assemblyVersion": "1.1.1.0", - "fileVersion": "1.1.1.30427" - } - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "System.Text.Json": "5.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Identity.Client/4.27.0": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.27.0.0", - "fileVersion": "4.27.0.0" - } - } - }, - "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": {}, - "Microsoft.SourceLink.AzureRepos.Git/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Microsoft.SourceLink.Common/1.0.0": {}, - "Microsoft.SourceLink.GitHub/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Nerdbank.GitVersioning/3.3.37": {}, - "Refit/6.0.24": { - "dependencies": { - "System.Net.Http.Json": "5.0.0", - "System.Text.Json": "5.0.1" - }, - "runtime": { - "lib/netstandard2.0/Refit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.24.20825" - } - } - }, - "System.Net.Http.Json/5.0.0": { - "dependencies": { - "System.Text.Json": "5.0.1" - }, - "runtime": { - "lib/netstandard2.0/System.Net.Http.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": { - "runtime": { - "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Text.Encodings.Web/5.0.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Text.Json/5.0.1": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "5.0.0", - "System.Text.Encodings.Web": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.220.61120" - } - } - } - } - }, - "libraries": { - "SignClient/1.3.155": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Bcl.AsyncInterfaces/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==", - "path": "microsoft.bcl.asyncinterfaces/5.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==", - "path": "microsoft.build.tasks.git/1.0.0", - "hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.CommandLineUtils/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vsI1L6Bx602aQ/8051nrRbAWGxCQQX7IKT/9XApnEYfzLPBX7LcCZuwnDyD1bHTm2D8GcMweVSPr1H2rAfAgbA==", - "path": "microsoft.extensions.commandlineutils/1.1.1", - "hashPath": "microsoft.extensions.commandlineutils.1.1.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fqh6y6hAi0Z0fRsb4B/mP9OkKkSlifh5osa+N/YSQ+/S2a//+zYApZMUC1XeP9fdjlgZoPQoZ72Q2eLHyKLddQ==", - "path": "microsoft.extensions.configuration.environmentvariables/5.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", - "path": "microsoft.extensions.primitives/5.0.0", - "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.27.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vUeVNPQU4+it3cjNxxuJR84z6kbd8YrQleHFrut3YZ+yFac/jtjB1C8i8piSrrYJF8aQUezciubQY7x/PUu+2Q==", - "path": "microsoft.identity.client/4.27.0", - "hashPath": "microsoft.identity.client.4.27.0.nupkg.sha512" - }, - "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7D2TMufjGiowmt0E941kVoTIS+GTNzaPopuzM1/1LSaJAdJdBrVP0SkZW7AgDd0a2U1DjsIeaKG1wxGVBNLDMw==", - "path": "microsoft.netframework.referenceassemblies/1.0.0", - "hashPath": "microsoft.netframework.referenceassemblies.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.AzureRepos.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KqaJ7iLXKDwBZn0HiT/gdyElvq0Tf96iHEUSdeT9mFf5bfF7XjVrLLoSVYc9cB2MZ+EY1YTfqkBqbkM4qcqWLA==", - "path": "microsoft.sourcelink.azurerepos.git/1.0.0", - "hashPath": "microsoft.sourcelink.azurerepos.git.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.Common/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==", - "path": "microsoft.sourcelink.common/1.0.0", - "hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==", - "path": "microsoft.sourcelink.github/1.0.0", - "hashPath": "microsoft.sourcelink.github.1.0.0.nupkg.sha512" - }, - "Nerdbank.GitVersioning/3.3.37": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlDKV/gSHQGDThWSGqVyPfKeNP/kx1fj/NPFFgGc/cxzgIbXv4jtYOcbFOz3ZIeAKtpCcSAmVNDOikBs3OxI/A==", - "path": "nerdbank.gitversioning/3.3.37", - "hashPath": "nerdbank.gitversioning.3.3.37.nupkg.sha512" - }, - "Refit/6.0.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hirF5tK01RVlC4P+3PUjkaOnR4R8SYvt0sOcjR6j3UnFs2pv3mj8CLVij5AWRLGW1h0TUL48+RTvzDySosyT0g==", - "path": "refit/6.0.24", - "hashPath": "refit.6.0.24.nupkg.sha512" - }, - "System.Net.Http.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3CPSQpCzEmI9o+1G79TnPCjF40omCdnoXj2Rg76BDwGj5+LZnFPjV+t35eedlvl+uthmholk/XXxXTYgJWSexw==", - "path": "system.net.http.json/5.0.0", - "hashPath": "system.net.http.json.5.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", - "path": "system.runtime.compilerservices.unsafe/5.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EEslUvHKll1ftizbn20mX3Ix/l4Ygk/bdJ2LY6/X6FlGaP0RIhKMo9nS6JIGnKKT6KBP2PGj6JC3B9/ZF6ErqQ==", - "path": "system.text.encodings.web/5.0.0", - "hashPath": "system.text.encodings.web.5.0.0.nupkg.sha512" - }, - "System.Text.Json/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/UM3UK1dXKl8Ybysg/21gM4S8DJgkR+yLU8JwqCVbuNqQNImelntgYFAN5QxR8sJJ1kMx//hOUdf0lltosi8cQ==", - "path": "system.text.json/5.0.1", - "hashPath": "system.text.json.5.0.1.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.dll deleted file mode 100644 index 980590a90..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9eb82fa1a743acadd9f546288a6eebeeef6d9174ab8389f00c9facfd19bde64 -size 36504 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.runtimeconfig.json b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.runtimeconfig.json deleted file mode 100644 index 49eab5f51..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/SignClient.runtimeconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.1", - "rollForward": "Major", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.1.0" - } - } -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Net.Http.Json.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Net.Http.Json.dll deleted file mode 100644 index f99616d15..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Net.Http.Json.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eb4b8917eefedb2b9407bc3de6dbc316b9e6562e1336fd179d6fdc2f8022c02 -size 40840 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Runtime.CompilerServices.Unsafe.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 6cacb134a..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Runtime.CompilerServices.Unsafe.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99edb8e60eef8448a31f96509ebd712eaf13a4c00f0c4986b47f6dd6d7256cfb -size 16776 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Encodings.Web.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Encodings.Web.dll deleted file mode 100644 index 3488b597e..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Encodings.Web.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc8f70f1fb4c93f9e3cba4bda4f1bf15d9b513f4503de02588e8e7bfe5a7c995 -size 65920 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Json.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Json.dll deleted file mode 100644 index da553d9e1..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp2.1/any/System.Text.Json.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17d268e395765df81a5ce4ff772bad7f4424453e09ef3dddf138a6532e4ac6f1 -size 351624 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/DotnetToolSettings.xml b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/DotnetToolSettings.xml deleted file mode 100644 index 41498125c..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/DotnetToolSettings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.CommandLineUtils.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index e6f4f41de..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.CommandLineUtils.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d30a07da46aa5156a7ab1221cd884e476f32c19219bad19c7cc1201b652072 -size 31736 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Abstractions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index 043e8c747..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Abstractions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35879c28cd19a54bf38f8b29be08bac54bbcd2b931f0f5fb7e246893f04d687c -size 20360 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100644 index b7428aa17..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb862d6388a5124207291898b48a8e1240baa297224fff3b348ab4637ccfdfdf -size 19848 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index e24588265..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.FileExtensions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6d0a6bbceea061d1782ca7f746ff1f561dcb73fc9f180660878edf8f03a767d -size 25480 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Json.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index c84c58895..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.Json.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38cd246065e64618093943f655ff3aa6de12b3b401dbf7cb3ed7cbe3ea745f3f -size 24960 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 4e3de6178..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Configuration.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7dcd8475b758acfdf4ad3690624275f23dd3292cb71072b6b7c38457192838a -size 30600 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index ad64c919d..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Abstractions.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69428b16a4a007f87065ce3574b54aa1148a4608528697d03d5321a11ce9cf93 -size 16776 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Physical.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 3c5156246..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileProviders.Physical.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0af872ee3e7af283f30502a16a43213640ebe6d401c44d0b698d70ba47742e5d -size 35720 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileSystemGlobbing.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index ec4fd8508..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.FileSystemGlobbing.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6ba4c0e8df96e0c33fe6fe4c14bcbf5200ec72120492c0ee7b462ba120b1e02 -size 39304 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Primitives.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 7e9e38db7..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Extensions.Primitives.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f63e0a1fb6a124291bae88093a4b5307ca03aea99047cc1d07381def47ddd35 -size 39296 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Identity.Client.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Identity.Client.dll deleted file mode 100644 index 6f0b8c8f7..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Microsoft.Identity.Client.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbc3ac0eb9c673c12b69e0f9fc4fe99eaa1d0c342bd72753538f209c6df8c40 -size 1333720 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Refit.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Refit.dll deleted file mode 100644 index b0be6c973..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/Refit.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc21625b1e2c5d5d88de4426eb8547058029714f32151c7a200d5af71cded42 -size 137776 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.deps.json b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.deps.json deleted file mode 100644 index dd05e5101..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.deps.json +++ /dev/null @@ -1,1523 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v3.1", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v3.1": { - "SignClient/1.3.155": { - "dependencies": { - "Microsoft.Extensions.CommandLineUtils": "1.1.1", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "Microsoft.Identity.Client": "4.27.0", - "Microsoft.NETFramework.ReferenceAssemblies": "1.0.0", - "Microsoft.SourceLink.AzureRepos.Git": "1.0.0", - "Microsoft.SourceLink.GitHub": "1.0.0", - "Nerdbank.GitVersioning": "3.3.37", - "Refit": "6.0.24" - }, - "runtime": { - "SignClient.dll": {} - } - }, - "Microsoft.Build.Tasks.Git/1.0.0": {}, - "Microsoft.Extensions.CommandLineUtils/1.1.1": { - "dependencies": { - "NETStandard.Library": "1.6.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": { - "assemblyVersion": "1.1.1.0", - "fileVersion": "1.1.1.30427" - } - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "System.Text.Json": "5.0.1" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "runtime": { - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Identity.Client/4.27.0": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.27.0.0", - "fileVersion": "4.27.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": {}, - "Microsoft.SourceLink.AzureRepos.Git/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Microsoft.SourceLink.Common/1.0.0": {}, - "Microsoft.SourceLink.GitHub/1.0.0": { - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.0.0", - "Microsoft.SourceLink.Common": "1.0.0" - } - }, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Nerdbank.GitVersioning/3.3.37": {}, - "NETStandard.Library/1.6.1": { - "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" - } - }, - "Refit/6.0.24": { - "dependencies": { - "System.Net.Http.Json": "5.0.0", - "System.Text.Json": "5.0.1" - }, - "runtime": { - "lib/netstandard2.1/Refit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.24.20825" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "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" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "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" - } - }, - "System.Console/4.3.0": { - "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" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "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" - } - }, - "System.IO/4.3.0": { - "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" - } - }, - "System.IO.Compression/4.3.0": { - "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" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "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" - } - }, - "System.IO.FileSystem/4.3.0": { - "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" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "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" - } - }, - "System.Linq.Expressions/4.3.0": { - "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" - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "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.0" - } - }, - "System.Net.Http.Json/5.0.0": { - "dependencies": { - "System.Text.Json": "5.0.1" - }, - "runtime": { - "lib/netstandard2.0/System.Net.Http.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "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" - } - }, - "System.ObjectModel/4.3.0": { - "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" - } - }, - "System.Reflection/4.3.0": { - "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" - } - }, - "System.Reflection.Emit/4.3.0": { - "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" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "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" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "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" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "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" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.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.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.Security.Cryptography.Csp/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "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" - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "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" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "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.Text.Json/5.0.1": { - "runtime": { - "lib/netcoreapp3.0/System.Text.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.220.61120" - } - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "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" - } - }, - "System.Xml.XDocument/4.3.0": { - "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" - } - } - } - }, - "libraries": { - "SignClient/1.3.155": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Build.Tasks.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ==", - "path": "microsoft.build.tasks.git/1.0.0", - "hashPath": "microsoft.build.tasks.git.1.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.CommandLineUtils/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vsI1L6Bx602aQ/8051nrRbAWGxCQQX7IKT/9XApnEYfzLPBX7LcCZuwnDyD1bHTm2D8GcMweVSPr1H2rAfAgbA==", - "path": "microsoft.extensions.commandlineutils/1.1.1", - "hashPath": "microsoft.extensions.commandlineutils.1.1.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fqh6y6hAi0Z0fRsb4B/mP9OkKkSlifh5osa+N/YSQ+/S2a//+zYApZMUC1XeP9fdjlgZoPQoZ72Q2eLHyKLddQ==", - "path": "microsoft.extensions.configuration.environmentvariables/5.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", - "path": "microsoft.extensions.primitives/5.0.0", - "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.27.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vUeVNPQU4+it3cjNxxuJR84z6kbd8YrQleHFrut3YZ+yFac/jtjB1C8i8piSrrYJF8aQUezciubQY7x/PUu+2Q==", - "path": "microsoft.identity.client/4.27.0", - "hashPath": "microsoft.identity.client.4.27.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7D2TMufjGiowmt0E941kVoTIS+GTNzaPopuzM1/1LSaJAdJdBrVP0SkZW7AgDd0a2U1DjsIeaKG1wxGVBNLDMw==", - "path": "microsoft.netframework.referenceassemblies/1.0.0", - "hashPath": "microsoft.netframework.referenceassemblies.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.AzureRepos.Git/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KqaJ7iLXKDwBZn0HiT/gdyElvq0Tf96iHEUSdeT9mFf5bfF7XjVrLLoSVYc9cB2MZ+EY1YTfqkBqbkM4qcqWLA==", - "path": "microsoft.sourcelink.azurerepos.git/1.0.0", - "hashPath": "microsoft.sourcelink.azurerepos.git.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.Common/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg==", - "path": "microsoft.sourcelink.common/1.0.0", - "hashPath": "microsoft.sourcelink.common.1.0.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==", - "path": "microsoft.sourcelink.github/1.0.0", - "hashPath": "microsoft.sourcelink.github.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Nerdbank.GitVersioning/3.3.37": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlDKV/gSHQGDThWSGqVyPfKeNP/kx1fj/NPFFgGc/cxzgIbXv4jtYOcbFOz3ZIeAKtpCcSAmVNDOikBs3OxI/A==", - "path": "nerdbank.gitversioning/3.3.37", - "hashPath": "nerdbank.gitversioning.3.3.37.nupkg.sha512" - }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, - "Refit/6.0.24": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hirF5tK01RVlC4P+3PUjkaOnR4R8SYvt0sOcjR6j3UnFs2pv3mj8CLVij5AWRLGW1h0TUL48+RTvzDySosyT0g==", - "path": "refit/6.0.24", - "hashPath": "refit.6.0.24.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "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.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "path": "system.diagnostics.diagnosticsource/4.3.0", - "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Http.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3CPSQpCzEmI9o+1G79TnPCjF40omCdnoXj2Rg76BDwGj5+LZnFPjV+t35eedlvl+uthmholk/XXxXTYgJWSexw==", - "path": "system.net.http.json/5.0.0", - "hashPath": "system.net.http.json.5.0.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Json/5.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/UM3UK1dXKl8Ybysg/21gM4S8DJgkR+yLU8JwqCVbuNqQNImelntgYFAN5QxR8sJJ1kMx//hOUdf0lltosi8cQ==", - "path": "system.text.json/5.0.1", - "hashPath": "system.text.json.5.0.1.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.dll deleted file mode 100644 index 627326266..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a764a0d53de540fd3ddf9e0ad5843620796576e6b914ef64a969746e8f7d4cc -size 36504 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.runtimeconfig.json b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.runtimeconfig.json deleted file mode 100644 index 11e46070b..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/SignClient.runtimeconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp3.1", - "rollForward": "Major", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "3.1.0" - } - } -} \ No newline at end of file diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Net.Http.Json.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Net.Http.Json.dll deleted file mode 100644 index f99616d15..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Net.Http.Json.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eb4b8917eefedb2b9407bc3de6dbc316b9e6562e1336fd179d6fdc2f8022c02 -size 40840 diff --git a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Text.Json.dll b/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Text.Json.dll deleted file mode 100644 index 7fca9ea71..000000000 --- a/build/sign/.store/signclient/1.3.155/signclient/1.3.155/tools/netcoreapp3.1/any/System.Text.Json.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e6873bd8a8eb7dafd1bd8635a5d247bbdf61fcef637edf98d38b97fb2086952 -size 352136 diff --git a/build/sign/SignClient.exe b/build/sign/SignClient.exe deleted file mode 100644 index 1a1f82499..000000000 --- a/build/sign/SignClient.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:479013329189a02758091a53d4d308320813295e33f51b9a6ab42020a4045ed8 -size 154624 diff --git a/build/sign/sign.exe b/build/sign/sign.exe new file mode 100644 index 000000000..261bd78c3 --- /dev/null +++ b/build/sign/sign.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9951bb9180bc733eb2765d31b56a157b6b69a7b5c323598ad13ea16be4055a0e +size 139264 diff --git a/build/sign/update.bat b/build/sign/update.bat index 911e1885e..c85b4a63a 100644 --- a/build/sign/update.bat +++ b/build/sign/update.bat @@ -1,3 +1,3 @@ del signclient.exe rmdir %~dp0\.store /s /q -dotnet tool install SignClient --tool-path . \ No newline at end of file +dotnet tool install sign --tool-path . --version 0.9.0-beta.23127.3 \ No newline at end of file diff --git a/sources/launcher/Prerequisites/launcher-prerequisites.aip b/sources/launcher/Prerequisites/launcher-prerequisites.aip index fc235d0d8..64cfd2682 100644 --- a/sources/launcher/Prerequisites/launcher-prerequisites.aip +++ b/sources/launcher/Prerequisites/launcher-prerequisites.aip @@ -1,13 +1,8 @@ - - - - + - - @@ -17,7 +12,7 @@ - + @@ -29,8 +24,10 @@ - - + + + + @@ -45,6 +42,11 @@ + + + + + @@ -54,7 +56,7 @@ - + @@ -137,6 +139,7 @@ + @@ -156,8 +159,12 @@ + + + + - + @@ -165,10 +172,6 @@ - - - - @@ -180,13 +183,15 @@ + - + + @@ -211,7 +216,7 @@ - + diff --git a/sources/launcher/Setup/setup.aip b/sources/launcher/Setup/setup.aip index 9a93f7230..0737a75cc 100644 --- a/sources/launcher/Setup/setup.aip +++ b/sources/launcher/Setup/setup.aip @@ -1,17 +1,13 @@ - - - - + + - - @@ -33,7 +29,7 @@ - + @@ -45,8 +41,10 @@ - - + + + + @@ -91,6 +89,9 @@ + + + @@ -100,7 +101,7 @@ - + @@ -130,6 +131,9 @@ + + + @@ -169,8 +173,7 @@ - - + @@ -185,7 +188,14 @@ - + + + + + + + + @@ -248,11 +258,15 @@ + + + + @@ -273,8 +287,9 @@ - + + @@ -318,8 +333,17 @@ + + + + + + + + + - + @@ -327,16 +351,8 @@ - - - - - - - - - - + + @@ -352,13 +368,16 @@ + + - + + @@ -394,7 +413,7 @@ - + @@ -439,7 +458,7 @@ - + diff --git a/sources/prerequisites/prerequisites.aip b/sources/prerequisites/prerequisites.aip index 9d3942461..ad797216d 100644 --- a/sources/prerequisites/prerequisites.aip +++ b/sources/prerequisites/prerequisites.aip @@ -1,13 +1,8 @@ - - - - + - - @@ -17,7 +12,7 @@ - + @@ -29,8 +24,10 @@ - - + + + + @@ -45,6 +42,16 @@ + + + + + + + + + + @@ -54,7 +61,7 @@ - + @@ -78,8 +85,12 @@ + + + + @@ -116,6 +127,10 @@ + + + + @@ -123,25 +138,32 @@ + + + + + + + @@ -156,8 +178,12 @@ + + + + - + @@ -165,10 +191,6 @@ - - - - @@ -180,13 +202,16 @@ + + - + + @@ -211,12 +236,12 @@ - - - - - - + + + + + + @@ -224,9 +249,9 @@ - - - - + + + +