InstallerEngine/ServiceControlInstaller.Engine.deps.json
{
"runtimeTarget": { "name": ".NETCoreApp,Version=v6.0/win-x64", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": {}, ".NETCoreApp,Version=v6.0/win-x64": { "ServiceControlInstaller.Engine/5.10.0": { "dependencies": { "DotNetZip": "1.16.0", "Microsoft.Build.Artifacts": "6.1.43", "Microsoft.Build.CopyOnWrite": "1.0.322", "Microsoft.Data.SqlClient": "5.2.2", "Npgsql": "8.0.3", "NuGet.Versioning": "6.11.0", "Particular.Analyzers": "0.9.0", "Particular.Packaging": "4.2.0", "ServiceControl.LicenseManagement": "1.0.0", "System.DirectoryServices.AccountManagement": "8.0.0", "System.Management": "8.0.0", "System.ServiceProcess.ServiceController": "8.0.0" }, "runtime": { "ServiceControlInstaller.Engine.dll": {} } }, "Azure.Core/1.40.0": { "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "8.0.0", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.4", "System.Threading.Tasks.Extensions": "4.5.4" }, "runtime": { "lib/net6.0/Azure.Core.dll": { "assemblyVersion": "1.40.0.0", "fileVersion": "1.4000.24.30605" } } }, "Azure.Identity/1.12.0": { "dependencies": { "Azure.Core": "1.40.0", "Microsoft.Identity.Client": "4.61.3", "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "8.0.0", "System.Text.Json": "8.0.4", "System.Threading.Tasks.Extensions": "4.5.4" }, "runtime": { "lib/netstandard2.0/Azure.Identity.dll": { "assemblyVersion": "1.12.0.0", "fileVersion": "1.1200.24.31701" } } }, "DotNetZip/1.16.0": { "dependencies": { "System.Security.Permissions": "4.7.0", "System.Text.Encoding.CodePages": "4.7.1" }, "runtime": { "lib/netstandard2.0/DotNetZip.dll": { "assemblyVersion": "1.16.0.0", "fileVersion": "1.16.0.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.Artifacts/6.1.43": {}, "Microsoft.Build.CopyOnWrite/1.0.322": {}, "Microsoft.CSharp/4.5.0": {}, "Microsoft.Data.SqlClient/5.2.2": { "dependencies": { "Azure.Identity": "1.12.0", "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", "Microsoft.Identity.Client": "4.61.3", "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.SqlServer.Server": "1.0.0", "System.Configuration.ConfigurationManager": "8.0.0", "System.Runtime.Caching": "6.0.0" }, "runtime": { "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { "assemblyVersion": "5.0.0.0", "fileVersion": "5.22.24240.6" } }, "resources": { "lib/net6.0/de/Microsoft.Data.SqlClient.resources.dll": { "locale": "de" }, "lib/net6.0/es/Microsoft.Data.SqlClient.resources.dll": { "locale": "es" }, "lib/net6.0/fr/Microsoft.Data.SqlClient.resources.dll": { "locale": "fr" }, "lib/net6.0/it/Microsoft.Data.SqlClient.resources.dll": { "locale": "it" }, "lib/net6.0/ja/Microsoft.Data.SqlClient.resources.dll": { "locale": "ja" }, "lib/net6.0/ko/Microsoft.Data.SqlClient.resources.dll": { "locale": "ko" }, "lib/net6.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { "locale": "pt-BR" }, "lib/net6.0/ru/Microsoft.Data.SqlClient.resources.dll": { "locale": "ru" }, "lib/net6.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { "locale": "zh-Hans" }, "lib/net6.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { "locale": "zh-Hant" } } }, "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { "native": { "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { "fileVersion": "5.2.0.0" } } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { "runtime": { "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.324.11423" } } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" }, "runtime": { "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "Microsoft.Identity.Client/4.61.3": { "dependencies": { "Microsoft.IdentityModel.Abstractions": "6.35.0", "System.Diagnostics.DiagnosticSource": "8.0.0" }, "runtime": { "lib/net6.0/Microsoft.Identity.Client.dll": { "assemblyVersion": "4.61.3.0", "fileVersion": "4.61.3.0" } } }, "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "dependencies": { "Microsoft.Identity.Client": "4.61.3", "System.Security.Cryptography.ProtectedData": "8.0.0" }, "runtime": { "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "assemblyVersion": "4.61.3.0", "fileVersion": "4.61.3.0" } } }, "Microsoft.IdentityModel.Abstractions/6.35.0": { "runtime": { "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "assemblyVersion": "6.35.0.0", "fileVersion": "6.35.0.41201" } } }, "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "dependencies": { "Microsoft.IdentityModel.Tokens": "6.35.0", "System.Text.Encoding": "4.3.0", "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.4" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "assemblyVersion": "6.35.0.0", "fileVersion": "6.35.0.41201" } } }, "Microsoft.IdentityModel.Logging/6.35.0": { "dependencies": { "Microsoft.IdentityModel.Abstractions": "6.35.0" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "assemblyVersion": "6.35.0.0", "fileVersion": "6.35.0.41201" } } }, "Microsoft.IdentityModel.Protocols/6.35.0": { "dependencies": { "Microsoft.IdentityModel.Logging": "6.35.0", "Microsoft.IdentityModel.Tokens": "6.35.0" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "assemblyVersion": "6.35.0.0", "fileVersion": "6.35.0.41201" } } }, "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "dependencies": { "Microsoft.IdentityModel.Protocols": "6.35.0", "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "assemblyVersion": "6.35.0.0", "fileVersion": "6.35.0.41201" } } }, "Microsoft.IdentityModel.Tokens/6.35.0": { "dependencies": { "Microsoft.CSharp": "4.5.0", "Microsoft.IdentityModel.Logging": "6.35.0", "System.Security.Cryptography.Cng": "4.5.0" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "assemblyVersion": "6.35.0.0", "fileVersion": "6.35.0.41201" } } }, "Microsoft.NETCore.Platforms/3.1.1": {}, "Microsoft.NETCore.Targets/1.1.3": {}, "Microsoft.SqlServer.Server/1.0.0": { "runtime": { "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.0.0" } } }, "Microsoft.Win32.SystemEvents/8.0.0": { "runtime": { "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "MinVer/6.0.0": {}, "Npgsql/8.0.3": { "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "8.0.0", "System.Diagnostics.DiagnosticSource": "8.0.0", "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Json": "8.0.4" }, "runtime": { "lib/net6.0/Npgsql.dll": { "assemblyVersion": "8.0.3.0", "fileVersion": "8.0.3.0" } } }, "NuGet.Versioning/6.11.0": { "runtime": { "lib/netstandard2.0/NuGet.Versioning.dll": { "assemblyVersion": "6.11.0.119", "fileVersion": "6.11.0.119" } } }, "Particular.Analyzers/0.9.0": {}, "Particular.Licensing.Sources/5.1.0": { "dependencies": { "System.Security.Cryptography.Xml": "7.0.0" } }, "Particular.Packaging/4.2.0": { "dependencies": { "MinVer": "6.0.0" } }, "runtime.any.System.Runtime/4.3.0": { "dependencies": { "System.Private.Uri": "4.3.2" } }, "runtime.any.System.Text.Encoding/4.3.0": {}, "System.ClientModel/1.0.0": { "dependencies": { "System.Memory.Data": "1.0.2", "System.Text.Json": "8.0.4" }, "runtime": { "lib/net6.0/System.ClientModel.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.24.5302" } } }, "System.CodeDom/8.0.0": { "runtime": { "lib/net6.0/System.CodeDom.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Configuration.ConfigurationManager/8.0.0": { "dependencies": { "System.Security.Cryptography.ProtectedData": "8.0.0" }, "runtime": { "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Diagnostics.DiagnosticSource/8.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "runtime": { "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Diagnostics.EventLog/8.0.0": { "runtime": { "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "0.0.0.0" }, "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.DirectoryServices/8.0.0": { "runtime": { "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.DirectoryServices.AccountManagement/8.0.0": { "dependencies": { "System.Configuration.ConfigurationManager": "8.0.0", "System.DirectoryServices": "8.0.0", "System.DirectoryServices.Protocols": "8.0.0" }, "runtime": { "runtimes/win/lib/net6.0/System.DirectoryServices.AccountManagement.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.DirectoryServices.Protocols/8.0.0": { "runtime": { "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Drawing.Common/8.0.8": { "dependencies": { "Microsoft.Win32.SystemEvents": "8.0.0" }, "runtime": { "lib/net6.0/System.Drawing.Common.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.824.36606" } } }, "System.Formats.Asn1/8.0.1": { "runtime": { "lib/net6.0/System.Formats.Asn1.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.724.31311" } } }, "System.IdentityModel.Tokens.Jwt/6.35.0": { "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", "Microsoft.IdentityModel.Tokens": "6.35.0" }, "runtime": { "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "assemblyVersion": "6.35.0.0", "fileVersion": "6.35.0.41201" } } }, "System.Management/8.0.0": { "dependencies": { "System.CodeDom": "8.0.0" }, "runtime": { "runtimes/win/lib/net6.0/System.Management.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Memory/4.5.4": {}, "System.Memory.Data/1.0.2": { "dependencies": { "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.4" }, "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.Private.Uri/4.3.2": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.1", "Microsoft.NETCore.Targets": "1.1.3" } }, "System.Runtime/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.1", "Microsoft.NETCore.Targets": "1.1.3", "runtime.any.System.Runtime": "4.3.0" } }, "System.Runtime.Caching/6.0.0": { "dependencies": { "System.Configuration.ConfigurationManager": "8.0.0" }, "runtime": { "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, "System.Security.AccessControl/4.7.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.1", "System.Security.Principal.Windows": "4.7.0" } }, "System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Pkcs/8.0.0": { "dependencies": { "System.Formats.Asn1": "8.0.1" }, "runtime": { "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Security.Cryptography.ProtectedData/8.0.0": { "runtime": { "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Security.Cryptography.Xml/7.0.0": { "dependencies": { "System.Security.Cryptography.Pkcs": "8.0.0" }, "runtime": { "lib/net6.0/System.Security.Cryptography.Xml.dll": { "assemblyVersion": "7.0.0.0", "fileVersion": "7.0.22.51805" } } }, "System.Security.Permissions/4.7.0": { "dependencies": { "System.Security.AccessControl": "4.7.0", "System.Windows.Extensions": "4.7.0" }, "runtime": { "lib/netcoreapp3.0/System.Security.Permissions.dll": { "assemblyVersion": "4.0.3.0", "fileVersion": "4.700.19.56404" } } }, "System.Security.Principal.Windows/4.7.0": {}, "System.ServiceProcess.ServiceController/8.0.0": { "dependencies": { "System.Diagnostics.EventLog": "8.0.0" }, "runtime": { "runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Text.Encoding/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.1", "Microsoft.NETCore.Targets": "1.1.3", "System.Runtime": "4.3.0", "runtime.any.System.Text.Encoding": "4.3.0" } }, "System.Text.Encoding.CodePages/4.7.1": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.1" } }, "System.Text.Encodings.Web/8.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "runtime": { "lib/net6.0/System.Text.Encodings.Web.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Text.Json/8.0.4": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "8.0.0" }, "runtime": { "lib/net6.0/System.Text.Json.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.724.31311" } } }, "System.Threading.Tasks.Extensions/4.5.4": {}, "System.Windows.Extensions/4.7.0": { "dependencies": { "System.Drawing.Common": "8.0.8" }, "runtime": { "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { "assemblyVersion": "4.0.1.0", "fileVersion": "4.700.19.56404" } } }, "ServiceControl.LicenseManagement/1.0.0": { "dependencies": { "Particular.Licensing.Sources": "5.1.0" }, "runtime": { "ServiceControl.LicenseManagement.dll": { "assemblyVersion": "1.0.0", "fileVersion": "5.10.0.0" } } } } }, "libraries": { "ServiceControlInstaller.Engine/5.10.0": { "type": "project", "serviceable": false, "sha512": "" }, "Azure.Core/1.40.0": { "type": "package", "serviceable": true, "sha512": "sha512-eOx6wk3kQ3SCnoAj7IytAu/d99l07PdarmUc+RmMkVOTkcQ3s+UQEaGzMyEqC2Ua4SKnOW4Xw/klLeB5V2PiSA==", "path": "azure.core/1.40.0", "hashPath": "azure.core.1.40.0.nupkg.sha512" }, "Azure.Identity/1.12.0": { "type": "package", "serviceable": true, "sha512": "sha512-OBIM3aPz8n9oEO5fdnee+Vsc5Nl4W3FeslPpESyDiyByntQI5BAa76KD60eFXm9ulevnwxGZP9YXL8Y+paI5Uw==", "path": "azure.identity/1.12.0", "hashPath": "azure.identity.1.12.0.nupkg.sha512" }, "DotNetZip/1.16.0": { "type": "package", "serviceable": true, "sha512": "sha512-CS9sjjXF23FLIbwlLT5k/jXBYxVnLMn01lyAvN/hxFM+UDvSicjTPB9ZMA+Wp/QlvBPbD2pzkAXUp1O50gP/Lw==", "path": "dotnetzip/1.16.0", "hashPath": "dotnetzip.1.16.0.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.Artifacts/6.1.43": { "type": "package", "serviceable": true, "sha512": "sha512-yDjOjh1OFFQqtrLxWRfpCfF78Sg+GePFOr874UTwkt1O1B/Y1PWlOtxBtWYIOu2E61g/PZqLGz/87RPfd8nKtQ==", "path": "microsoft.build.artifacts/6.1.43", "hashPath": "microsoft.build.artifacts.6.1.43.nupkg.sha512" }, "Microsoft.Build.CopyOnWrite/1.0.322": { "type": "package", "serviceable": true, "sha512": "sha512-Er5Ku4HJNDdRJD6qmV/Zposwvikvof37h6cFHNZ0Vmz1g+esSLKXd79g6fdJpfoNuOzl8w/q6vSpD3M3zihmAQ==", "path": "microsoft.build.copyonwrite/1.0.322", "hashPath": "microsoft.build.copyonwrite.1.0.322.nupkg.sha512" }, "Microsoft.CSharp/4.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", "path": "microsoft.csharp/4.5.0", "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" }, "Microsoft.Data.SqlClient/5.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", "path": "microsoft.data.sqlclient/5.2.2", "hashPath": "microsoft.data.sqlclient.5.2.2.nupkg.sha512" }, "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { "type": "package", "serviceable": true, "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA==", "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.1", "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512" }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "path": "microsoft.extensions.logging.abstractions/8.0.0", "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Identity.Client/4.61.3": { "type": "package", "serviceable": true, "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "path": "microsoft.identity.client/4.61.3", "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" }, "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "serviceable": true, "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "path": "microsoft.identity.client.extensions.msal/4.61.3", "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" }, "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", "path": "microsoft.identitymodel.abstractions/6.35.0", "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" }, "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512" }, "Microsoft.IdentityModel.Logging/6.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "path": "microsoft.identitymodel.logging/6.35.0", "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512" }, "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "path": "microsoft.identitymodel.protocols/6.35.0", "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" }, "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" }, "Microsoft.IdentityModel.Tokens/6.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", "path": "microsoft.identitymodel.tokens/6.35.0", "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512" }, "Microsoft.NETCore.Platforms/3.1.1": { "type": "package", "serviceable": true, "sha512": "sha512-RmINcaqiEkawM9C8oxFMN/CZmn1fGKWVsosbSY/8ARUNdHqV47hqhPVbrG3qUqLaRQI5w4HuqFOqrbhoSWcH6w==", "path": "microsoft.netcore.platforms/3.1.1", "hashPath": "microsoft.netcore.platforms.3.1.1.nupkg.sha512" }, "Microsoft.NETCore.Targets/1.1.3": { "type": "package", "serviceable": true, "sha512": "sha512-3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", "path": "microsoft.netcore.targets/1.1.3", "hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512" }, "Microsoft.SqlServer.Server/1.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", "path": "microsoft.sqlserver.server/1.0.0", "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" }, "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", "path": "microsoft.win32.systemevents/8.0.0", "hashPath": "microsoft.win32.systemevents.8.0.0.nupkg.sha512" }, "MinVer/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-+/SsmiySsXJlvQLCGBqaZKNVt3s/Y/HbAdwtop7Km2CnuZbaScoqkWJEBQ5Cy9ebkn6kCYKrHsXgwrFdTgcb3g==", "path": "minver/6.0.0", "hashPath": "minver.6.0.0.nupkg.sha512" }, "Npgsql/8.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-6WEmzsQJCZAlUG1pThKg/RmeF6V+I0DmBBBE/8YzpRtEzhyZzKcK7ulMANDm5CkxrALBEC8H+5plxHWtIL7xnA==", "path": "npgsql/8.0.3", "hashPath": "npgsql.8.0.3.nupkg.sha512" }, "NuGet.Versioning/6.11.0": { "type": "package", "serviceable": true, "sha512": "sha512-v/GGlIj2dd7svplFmASWEueu62veKW0MrMtBaZ7QG8aJTSGv2yE+pgUGhXRcQ4nxNOEq/wLBrz1vkth/1SND7A==", "path": "nuget.versioning/6.11.0", "hashPath": "nuget.versioning.6.11.0.nupkg.sha512" }, "Particular.Analyzers/0.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-qdKNfkD9ki+wGBEovBsdsSEszIum0F/L3zCFvpMd536dtwZWHBf38xnuc0iwjApmQJKMb67CW5Inl4HlLqmYQw==", "path": "particular.analyzers/0.9.0", "hashPath": "particular.analyzers.0.9.0.nupkg.sha512" }, "Particular.Licensing.Sources/5.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-LpjMBWG6KVh3NN2/8ED/n4MfJrqdw1Zc9x6hEjNltcT868lwBdvaYdNqSixF83ssqQRKRM2f22lCEtHQoxsKCg==", "path": "particular.licensing.sources/5.1.0", "hashPath": "particular.licensing.sources.5.1.0.nupkg.sha512" }, "Particular.Packaging/4.2.0": { "type": "package", "serviceable": true, "sha512": "sha512-0RLr0vDdkQr4VPEi/DzRRMWSmPKagTLjxMMZx0L5RxjMPKuvDE8bmIG2WHC2pA1VpTo/ZXpBCKV/BXxIjoSYGg==", "path": "particular.packaging/4.2.0", "hashPath": "particular.packaging.4.2.0.nupkg.sha512" }, "runtime.any.System.Runtime/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", "path": "runtime.any.system.runtime/4.3.0", "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512" }, "runtime.any.System.Text.Encoding/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", "path": "runtime.any.system.text.encoding/4.3.0", "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512" }, "System.ClientModel/1.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", "path": "system.clientmodel/1.0.0", "hashPath": "system.clientmodel.1.0.0.nupkg.sha512" }, "System.CodeDom/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-WTlRjL6KWIMr/pAaq3rYqh0TJlzpouaQ/W1eelssHgtlwHAH25jXTkUphTYx9HaIIf7XA6qs/0+YhtLEQRkJ+Q==", "path": "system.codedom/8.0.0", "hashPath": "system.codedom.8.0.0.nupkg.sha512" }, "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", "path": "system.configuration.configurationmanager/8.0.0", "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" }, "System.Diagnostics.DiagnosticSource/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==", "path": "system.diagnostics.diagnosticsource/8.0.0", "hashPath": "system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512" }, "System.Diagnostics.EventLog/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", "path": "system.diagnostics.eventlog/8.0.0", "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512" }, "System.DirectoryServices/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-7nit//efUTy1OsAKco2f02PMrwsR2S234N0dVVp84udC77YcvpOQDz5znAWMtgMWBzY1aRJvUW61jo/7vQRfXg==", "path": "system.directoryservices/8.0.0", "hashPath": "system.directoryservices.8.0.0.nupkg.sha512" }, "System.DirectoryServices.AccountManagement/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-dCT8BYeeisx0IzAf6x+FSVWK3gz2fKI9pgLV16c7dY/lckw4aodNrgXqsFqyqJN5Kfxc3oklG+SCMYkRfg1V7A==", "path": "system.directoryservices.accountmanagement/8.0.0", "hashPath": "system.directoryservices.accountmanagement.8.0.0.nupkg.sha512" }, "System.DirectoryServices.Protocols/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-puwJxURHDrYLGTQdsHyeMS72ClTqYa4lDYz6LHSbkZEk5hq8H8JfsO4MyYhB5BMMxg93jsQzLUwrnCumj11UIg==", "path": "system.directoryservices.protocols/8.0.0", "hashPath": "system.directoryservices.protocols.8.0.0.nupkg.sha512" }, "System.Drawing.Common/8.0.8": { "type": "package", "serviceable": true, "sha512": "sha512-4ZM1wvLjz9nVVExsfPAaSl/qOvU+QNedJL5rQ+2Wbow+iGeyO0e7XN07707rMBgaffEeeLrCZBwC0oHUuvRdPw==", "path": "system.drawing.common/8.0.8", "hashPath": "system.drawing.common.8.0.8.nupkg.sha512" }, "System.Formats.Asn1/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==", "path": "system.formats.asn1/8.0.1", "hashPath": "system.formats.asn1.8.0.1.nupkg.sha512" }, "System.IdentityModel.Tokens.Jwt/6.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", "path": "system.identitymodel.tokens.jwt/6.35.0", "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512" }, "System.Management/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-jrK22i5LRzxZCfGb+tGmke2VH7oE0DvcDlJ1HAKYU8cPmD8XnpUT0bYn2Gy98GEhGjtfbR/sxKTVb+dE770pfA==", "path": "system.management/8.0.0", "hashPath": "system.management.8.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.Private.Uri/4.3.2": { "type": "package", "serviceable": true, "sha512": "sha512-o1+7RJnu3Ik3PazR7Z7tJhjPdE000Eq2KGLLWhqJJKXj04wrS8lwb1OFtDF9jzXXADhUuZNJZlPc98uwwqmpFA==", "path": "system.private.uri/4.3.2", "hashPath": "system.private.uri.4.3.2.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.Caching/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", "path": "system.runtime.caching/6.0.0", "hashPath": "system.runtime.caching.6.0.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/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", "path": "system.security.accesscontrol/4.7.0", "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" }, "System.Security.Cryptography.Cng/4.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", "path": "system.security.cryptography.cng/4.5.0", "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" }, "System.Security.Cryptography.Pkcs/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", "path": "system.security.cryptography.pkcs/8.0.0", "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512" }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", "path": "system.security.cryptography.protecteddata/8.0.0", "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" }, "System.Security.Cryptography.Xml/7.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-LHc5PUypYGAMNf/2DzCxOXREKamwCtdUtxb/WpCnHngORVYZbUdSMnm1PcKvEvzKUTKSC0CL6aVAywzbEEeNQg==", "path": "system.security.cryptography.xml/7.0.0", "hashPath": "system.security.cryptography.xml.7.0.0.nupkg.sha512" }, "System.Security.Permissions/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", "path": "system.security.permissions/4.7.0", "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" }, "System.Security.Principal.Windows/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", "path": "system.security.principal.windows/4.7.0", "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" }, "System.ServiceProcess.ServiceController/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-jtYVG3bpw2n/NvNnP2g/JLri0D4UtfusTvLeH6cZPNAEjJXJVGspS3wLgVvjNbm+wjaYkFgsXejMTocV1T5DIQ==", "path": "system.serviceprocess.servicecontroller/8.0.0", "hashPath": "system.serviceprocess.servicecontroller.8.0.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.CodePages/4.7.1": { "type": "package", "serviceable": true, "sha512": "sha512-i2fOvznVVgOOTLUz8FgSap/MsR98I4Iaoz99VXcOW/e7Y2OdY42zhYpBYpZyivk5alYY/UsOWAVswhtjxceodA==", "path": "system.text.encoding.codepages/4.7.1", "hashPath": "system.text.encoding.codepages.4.7.1.nupkg.sha512" }, "System.Text.Encodings.Web/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "path": "system.text.encodings.web/8.0.0", "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" }, "System.Text.Json/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", "path": "system.text.json/8.0.4", "hashPath": "system.text.json.8.0.4.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" }, "System.Windows.Extensions/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", "path": "system.windows.extensions/4.7.0", "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" }, "ServiceControl.LicenseManagement/1.0.0": { "type": "project", "serviceable": false, "sha512": "" } } } |