Dependencies/net6.0/EFPosh.deps.json
{
"runtimeTarget": { "name": ".NETCoreApp,Version=v6.0", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { "EFPosh/1.0.0": { "dependencies": { "BinaryExpressionConverter": "1.0.0", "Microsoft.EntityFrameworkCore": "6.0.3", "Microsoft.EntityFrameworkCore.SqlServer": "6.0.3", "Microsoft.EntityFrameworkCore.Sqlite": "6.0.3", "Microsoft.Extensions.Logging.Configuration": "6.0.0", "Microsoft.PowerShell.SDK": "7.2.2", "SQLitePCLRaw.bundle_e_sqlite3": "2.0.7", "SQLitePCLRaw.core": "2.0.7", "System.ComponentModel.Annotations": "5.0.0" }, "runtime": { "EFPosh.dll": {} } }, "Markdig.Signed/0.22.0": {}, "Microsoft.ApplicationInsights/2.18.0": { "dependencies": { "System.Diagnostics.DiagnosticSource": "6.0.0" } }, "Microsoft.Bcl.AsyncInterfaces/5.0.0": {}, "Microsoft.CodeAnalysis.Analyzers/3.3.2": {}, "Microsoft.CodeAnalysis.Common/4.0.1": { "dependencies": { "Microsoft.CodeAnalysis.Analyzers": "3.3.2", "System.Collections.Immutable": "6.0.0", "System.Memory": "4.5.4", "System.Reflection.Metadata": "5.0.0", "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encoding.CodePages": "6.0.0", "System.Threading.Tasks.Extensions": "4.5.4" } }, "Microsoft.CodeAnalysis.CSharp/4.0.1": { "dependencies": { "Microsoft.CodeAnalysis.Common": "4.0.1" } }, "Microsoft.CSharp/4.5.0": {}, "Microsoft.Data.SqlClient/2.1.4": { "dependencies": { "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", "Microsoft.Identity.Client": "4.21.1", "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", "Microsoft.Win32.Registry": "4.7.0", "System.Configuration.ConfigurationManager": "6.0.0", "System.Diagnostics.DiagnosticSource": "6.0.0", "System.Runtime.Caching": "6.0.0", "System.Security.Principal.Windows": "5.0.0", "System.Text.Encoding.CodePages": "6.0.0" }, "runtime": { "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { "assemblyVersion": "2.0.20168.4", "fileVersion": "2.0.20168.4" } }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "2.0.20168.4", "fileVersion": "2.0.20168.4" }, "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "2.0.20168.4", "fileVersion": "2.0.20168.4" } } }, "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { "runtimeTargets": { "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "2.1.1.0" }, "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "2.1.1.0" }, "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-x64", "assetType": "native", "fileVersion": "2.1.1.0" }, "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-x86", "assetType": "native", "fileVersion": "2.1.1.0" } } }, "Microsoft.Data.Sqlite.Core/6.0.3": { "dependencies": { "SQLitePCLRaw.core": "2.0.7" }, "runtime": { "lib/net6.0/Microsoft.Data.Sqlite.dll": { "assemblyVersion": "6.0.3.0", "fileVersion": "6.0.322.12306" } } }, "Microsoft.EntityFrameworkCore/6.0.3": { "dependencies": { "Microsoft.EntityFrameworkCore.Abstractions": "6.0.3", "Microsoft.EntityFrameworkCore.Analyzers": "6.0.3", "Microsoft.Extensions.Caching.Memory": "6.0.1", "Microsoft.Extensions.DependencyInjection": "6.0.0", "Microsoft.Extensions.Logging": "6.0.0", "System.Collections.Immutable": "6.0.0", "System.Diagnostics.DiagnosticSource": "6.0.0" }, "runtime": { "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "assemblyVersion": "6.0.3.0", "fileVersion": "6.0.322.12306" } } }, "Microsoft.EntityFrameworkCore.Abstractions/6.0.3": { "runtime": { "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "assemblyVersion": "6.0.3.0", "fileVersion": "6.0.322.12306" } } }, "Microsoft.EntityFrameworkCore.Analyzers/6.0.3": {}, "Microsoft.EntityFrameworkCore.Relational/6.0.3": { "dependencies": { "Microsoft.EntityFrameworkCore": "6.0.3", "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" }, "runtime": { "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { "assemblyVersion": "6.0.3.0", "fileVersion": "6.0.322.12306" } } }, "Microsoft.EntityFrameworkCore.Sqlite/6.0.3": { "dependencies": { "Microsoft.EntityFrameworkCore.Sqlite.Core": "6.0.3", "SQLitePCLRaw.bundle_e_sqlite3": "2.0.7" } }, "Microsoft.EntityFrameworkCore.Sqlite.Core/6.0.3": { "dependencies": { "Microsoft.Data.Sqlite.Core": "6.0.3", "Microsoft.EntityFrameworkCore.Relational": "6.0.3", "Microsoft.Extensions.DependencyModel": "6.0.0" }, "runtime": { "lib/net6.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { "assemblyVersion": "6.0.3.0", "fileVersion": "6.0.322.12306" } } }, "Microsoft.EntityFrameworkCore.SqlServer/6.0.3": { "dependencies": { "Microsoft.Data.SqlClient": "2.1.4", "Microsoft.EntityFrameworkCore.Relational": "6.0.3" }, "runtime": { "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { "assemblyVersion": "6.0.3.0", "fileVersion": "6.0.322.12306" } } }, "Microsoft.Extensions.Caching.Abstractions/6.0.0": { "dependencies": { "Microsoft.Extensions.Primitives": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Caching.Memory/6.0.1": { "dependencies": { "Microsoft.Extensions.Caching.Abstractions": "6.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "Microsoft.Extensions.Logging.Abstractions": "6.0.0", "Microsoft.Extensions.Options": "6.0.0", "Microsoft.Extensions.Primitives": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.222.6406" } } }, "Microsoft.Extensions.Configuration/6.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", "Microsoft.Extensions.Primitives": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { "dependencies": { "Microsoft.Extensions.Primitives": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Configuration.Binder/6.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.DependencyInjection/6.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "runtime": { "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { "runtime": { "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.DependencyModel/6.0.0": { "dependencies": { "System.Buffers": "4.5.1", "System.Memory": "4.5.4", "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "6.0.0", "System.Text.Json": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Logging/6.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection": "6.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "Microsoft.Extensions.Logging.Abstractions": "6.0.0", "Microsoft.Extensions.Options": "6.0.0", "System.Diagnostics.DiagnosticSource": "6.0.0" }, "runtime": { "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Logging.Abstractions/6.0.0": { "runtime": { "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Logging.Configuration/6.0.0": { "dependencies": { "Microsoft.Extensions.Configuration": "6.0.0", "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", "Microsoft.Extensions.Configuration.Binder": "6.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "Microsoft.Extensions.Logging": "6.0.0", "Microsoft.Extensions.Logging.Abstractions": "6.0.0", "Microsoft.Extensions.Options": "6.0.0", "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.ObjectPool/5.0.10": {}, "Microsoft.Extensions.Options/6.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "Microsoft.Extensions.Primitives": "6.0.0" }, "runtime": { "lib/netstandard2.1/Microsoft.Extensions.Options.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", "Microsoft.Extensions.Configuration.Binder": "6.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", "Microsoft.Extensions.Options": "6.0.0", "Microsoft.Extensions.Primitives": "6.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.Primitives/6.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "runtime": { "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Identity.Client/4.21.1": { "runtime": { "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { "assemblyVersion": "4.21.1.0", "fileVersion": "4.21.1.0" } } }, "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { "dependencies": { "Microsoft.IdentityModel.Tokens": "6.8.0" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "assemblyVersion": "6.8.0.0", "fileVersion": "6.8.0.11012" } } }, "Microsoft.IdentityModel.Logging/6.8.0": { "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { "assemblyVersion": "6.8.0.0", "fileVersion": "6.8.0.11012" } } }, "Microsoft.IdentityModel.Protocols/6.8.0": { "dependencies": { "Microsoft.IdentityModel.Logging": "6.8.0", "Microsoft.IdentityModel.Tokens": "6.8.0" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { "assemblyVersion": "6.8.0.0", "fileVersion": "6.8.0.11012" } } }, "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { "dependencies": { "Microsoft.IdentityModel.Protocols": "6.8.0", "System.IdentityModel.Tokens.Jwt": "6.8.0" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "assemblyVersion": "6.8.0.0", "fileVersion": "6.8.0.11012" } } }, "Microsoft.IdentityModel.Tokens/6.8.0": { "dependencies": { "Microsoft.CSharp": "4.5.0", "Microsoft.IdentityModel.Logging": "6.8.0", "System.Security.Cryptography.Cng": "4.5.0" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { "assemblyVersion": "6.8.0.0", "fileVersion": "6.8.0.11012" } } }, "Microsoft.Management.Infrastructure/2.0.0": { "dependencies": { "Microsoft.Management.Infrastructure.Runtime.Unix": "2.0.0", "Microsoft.Management.Infrastructure.Runtime.Win": "2.0.0" } }, "Microsoft.Management.Infrastructure.CimCmdlets/7.2.2": { "dependencies": { "System.Management.Automation": "7.2.2" }, "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.Management.Infrastructure.CimCmdlets.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.Management.Infrastructure.Runtime.Unix/2.0.0": { "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "2.0.0.0", "fileVersion": "2.0.0.0" } } }, "Microsoft.Management.Infrastructure.Runtime.Win/2.0.0": { "runtimeTargets": { "runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win-arm", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win-arm", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win-arm64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win-arm64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win10-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win10-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win10-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win10-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win7-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win7-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win7-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win7-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win8-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win8-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win8-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win8-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win81-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win81-x64", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll": { "rid": "win81-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { "rid": "win81-x86", "assetType": "runtime", "assemblyVersion": "1.0.0.0", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm/native/mi.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm/native/miutils.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm64/native/mi.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win-arm64/native/miutils.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win10-x64", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x64/native/mi.dll": { "rid": "win10-x64", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x64/native/miutils.dll": { "rid": "win10-x64", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win10-x86", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x86/native/mi.dll": { "rid": "win10-x86", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win10-x86/native/miutils.dll": { "rid": "win10-x86", "assetType": "native", "fileVersion": "10.0.18362.1" }, "runtimes/win7-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win7-x64", "assetType": "native", "fileVersion": "10.0.14394.1000" }, "runtimes/win7-x64/native/mi.dll": { "rid": "win7-x64", "assetType": "native", "fileVersion": "10.0.14394.1000" }, "runtimes/win7-x64/native/miutils.dll": { "rid": "win7-x64", "assetType": "native", "fileVersion": "10.0.14394.1000" }, "runtimes/win7-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win7-x86", "assetType": "native", "fileVersion": "10.0.14394.1000" }, "runtimes/win7-x86/native/mi.dll": { "rid": "win7-x86", "assetType": "native", "fileVersion": "10.0.14394.1000" }, "runtimes/win7-x86/native/miutils.dll": { "rid": "win7-x86", "assetType": "native", "fileVersion": "10.0.14394.1000" }, "runtimes/win8-x64/native/mi.dll": { "rid": "win8-x64", "assetType": "native", "fileVersion": "6.2.9200.22812" }, "runtimes/win8-x64/native/miutils.dll": { "rid": "win8-x64", "assetType": "native", "fileVersion": "6.2.9200.22812" }, "runtimes/win8-x86/native/mi.dll": { "rid": "win8-x86", "assetType": "native", "fileVersion": "6.2.9200.22812" }, "runtimes/win8-x86/native/miutils.dll": { "rid": "win8-x86", "assetType": "native", "fileVersion": "6.2.9200.22812" }, "runtimes/win81-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win81-x64", "assetType": "native", "fileVersion": "6.3.9600.16384" }, "runtimes/win81-x64/native/mi.dll": { "rid": "win81-x64", "assetType": "native", "fileVersion": "6.3.9600.16384" }, "runtimes/win81-x64/native/miutils.dll": { "rid": "win81-x64", "assetType": "native", "fileVersion": "6.3.9600.16384" }, "runtimes/win81-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll": { "rid": "win81-x86", "assetType": "native", "fileVersion": "6.3.9600.16384" }, "runtimes/win81-x86/native/mi.dll": { "rid": "win81-x86", "assetType": "native", "fileVersion": "6.3.9600.16384" }, "runtimes/win81-x86/native/miutils.dll": { "rid": "win81-x86", "assetType": "native", "fileVersion": "6.3.9600.16384" } } }, "Microsoft.NETCore.Windows.ApiSets/1.0.1": {}, "Microsoft.PowerShell.Commands.Diagnostics/7.2.2": { "dependencies": { "System.Management.Automation": "7.2.2" }, "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.PowerShell.Commands.Diagnostics.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.PowerShell.Commands.Management/7.2.2": { "dependencies": { "Microsoft.PowerShell.Security": "7.2.2", "System.ServiceProcess.ServiceController": "6.0.0" }, "runtimeTargets": { "runtimes/unix/lib/net6.0/Microsoft.PowerShell.Commands.Management.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" }, "runtimes/win/lib/net6.0/Microsoft.PowerShell.Commands.Management.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.PowerShell.Commands.Utility/7.2.2": { "dependencies": { "Microsoft.CodeAnalysis.CSharp": "4.0.1", "Microsoft.PowerShell.MarkdownRender": "7.2.0", "NJsonSchema": "10.5.2", "System.Drawing.Common": "6.0.0", "System.Management.Automation": "7.2.2", "System.Threading.AccessControl": "6.0.0" }, "runtimeTargets": { "runtimes/unix/lib/net6.0/Microsoft.PowerShell.Commands.Utility.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" }, "runtimes/win/lib/net6.0/Microsoft.PowerShell.Commands.Utility.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.PowerShell.ConsoleHost/7.2.2": { "dependencies": { "System.Management.Automation": "7.2.2" }, "runtimeTargets": { "runtimes/unix/lib/net6.0/Microsoft.PowerShell.ConsoleHost.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" }, "runtimes/win/lib/net6.0/Microsoft.PowerShell.ConsoleHost.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.PowerShell.CoreCLR.Eventing/7.2.2": { "dependencies": { "System.Diagnostics.EventLog": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.PowerShell.CoreCLR.Eventing.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.PowerShell.MarkdownRender/7.2.0": { "dependencies": { "Markdig.Signed": "0.22.0" } }, "Microsoft.PowerShell.Native/7.2.0": { "runtimeTargets": { "runtimes/linux-arm/native/libpsl-native.so": { "rid": "linux-arm", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-arm64/native/libpsl-native.so": { "rid": "linux-arm64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-musl-x64/native/libpsl-native.so": { "rid": "linux-musl-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-x64/native/libmi.so": { "rid": "linux-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-x64/native/libpsl-native.so": { "rid": "linux-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-x64/native/libpsrpclient.so": { "rid": "linux-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/osx/native/libmi.dylib": { "rid": "osx", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/osx/native/libpsl-native.dylib": { "rid": "osx", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/osx/native/libpsrpclient.dylib": { "rid": "osx", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/win-arm/native/PowerShell.Core.Instrumentation.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "10.0.10011.16384" }, "runtimes/win-arm/native/pwrshplugin.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "10.0.10011.16384" }, "runtimes/win-arm64/native/PowerShell.Core.Instrumentation.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "10.0.10011.16384" }, "runtimes/win-arm64/native/pwrshplugin.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "10.0.10011.16384" }, "runtimes/win-x64/native/PowerShell.Core.Instrumentation.dll": { "rid": "win-x64", "assetType": "native", "fileVersion": "10.0.10011.16384" }, "runtimes/win-x64/native/pwrshplugin.dll": { "rid": "win-x64", "assetType": "native", "fileVersion": "10.0.10011.16384" }, "runtimes/win-x86/native/PowerShell.Core.Instrumentation.dll": { "rid": "win-x86", "assetType": "native", "fileVersion": "10.0.10011.16384" }, "runtimes/win-x86/native/pwrshplugin.dll": { "rid": "win-x86", "assetType": "native", "fileVersion": "10.0.10011.16384" } } }, "Microsoft.PowerShell.SDK/7.2.2": { "dependencies": { "Microsoft.Management.Infrastructure.CimCmdlets": "7.2.2", "Microsoft.NETCore.Windows.ApiSets": "1.0.1", "Microsoft.PowerShell.Commands.Diagnostics": "7.2.2", "Microsoft.PowerShell.Commands.Management": "7.2.2", "Microsoft.PowerShell.Commands.Utility": "7.2.2", "Microsoft.PowerShell.ConsoleHost": "7.2.2", "Microsoft.PowerShell.Security": "7.2.2", "Microsoft.WSMan.Management": "7.2.2", "Microsoft.Windows.Compatibility": "6.0.0", "System.Data.SqlClient": "4.8.3", "System.IO.Packaging": "6.0.0", "System.Management.Automation": "7.2.2", "System.Net.Http.WinHttpHandler": "6.0.0", "System.Private.ServiceModel": "4.9.0", "System.ServiceModel.Duplex": "4.9.0", "System.ServiceModel.Http": "4.9.0", "System.ServiceModel.NetTcp": "4.9.0", "System.ServiceModel.Primitives": "4.9.0", "System.ServiceModel.Security": "4.9.0", "System.Text.Encodings.Web": "6.0.0" }, "runtimeTargets": { "runtimes/unix/lib/net6.0/Microsoft.PowerShell.SDK.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" }, "runtimes/win/lib/net6.0/Microsoft.PowerShell.SDK.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.PowerShell.Security/7.2.2": { "dependencies": { "System.Management.Automation": "7.2.2" }, "runtimeTargets": { "runtimes/unix/lib/net6.0/Microsoft.PowerShell.Security.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" }, "runtimes/win/lib/net6.0/Microsoft.PowerShell.Security.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.Win32.Registry/4.7.0": { "dependencies": { "System.Security.AccessControl": "6.0.0", "System.Security.Principal.Windows": "5.0.0" } }, "Microsoft.Win32.Registry.AccessControl/6.0.0": { "dependencies": { "System.Security.AccessControl": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.Win32.Registry.AccessControl.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Win32.SystemEvents/6.0.0": { "runtime": { "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Windows.Compatibility/6.0.0": { "dependencies": { "Microsoft.Win32.Registry.AccessControl": "6.0.0", "Microsoft.Win32.SystemEvents": "6.0.0", "System.CodeDom": "6.0.0", "System.ComponentModel.Composition": "6.0.0", "System.ComponentModel.Composition.Registration": "6.0.0", "System.Configuration.ConfigurationManager": "6.0.0", "System.Data.Odbc": "6.0.0", "System.Data.OleDb": "6.0.0", "System.Data.SqlClient": "4.8.3", "System.Diagnostics.EventLog": "6.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0", "System.DirectoryServices": "6.0.0", "System.DirectoryServices.AccountManagement": "6.0.0", "System.DirectoryServices.Protocols": "6.0.0", "System.Drawing.Common": "6.0.0", "System.IO.Packaging": "6.0.0", "System.IO.Ports": "6.0.0", "System.Management": "6.0.0", "System.Reflection.Context": "6.0.0", "System.Runtime.Caching": "6.0.0", "System.Security.AccessControl": "6.0.0", "System.Security.Cryptography.Pkcs": "6.0.0", "System.Security.Cryptography.ProtectedData": "6.0.0", "System.Security.Cryptography.Xml": "6.0.0", "System.Security.Permissions": "6.0.0", "System.ServiceModel.Duplex": "4.9.0", "System.ServiceModel.Http": "4.9.0", "System.ServiceModel.NetTcp": "4.9.0", "System.ServiceModel.Primitives": "4.9.0", "System.ServiceModel.Security": "4.9.0", "System.ServiceModel.Syndication": "6.0.0", "System.ServiceProcess.ServiceController": "6.0.0", "System.Speech": "6.0.0", "System.Text.Encoding.CodePages": "6.0.0", "System.Threading.AccessControl": "6.0.0", "System.Web.Services.Description": "4.9.0" } }, "Microsoft.WSMan.Management/7.2.2": { "dependencies": { "Microsoft.WSMan.Runtime": "7.2.2", "System.Management.Automation": "7.2.2", "System.ServiceProcess.ServiceController": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.WSMan.Management.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Microsoft.WSMan.Runtime/7.2.2": { "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.WSMan.Runtime.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "Namotion.Reflection/2.0.3": { "dependencies": { "Microsoft.CSharp": "4.5.0" } }, "Newtonsoft.Json/13.0.1": {}, "NJsonSchema/10.5.2": { "dependencies": { "Namotion.Reflection": "2.0.3", "Newtonsoft.Json": "13.0.1" } }, "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { "runtimeTargets": { "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { "rid": "linux-arm", "assetType": "native", "fileVersion": "0.0.0.0" } } }, "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": { "runtimeTargets": { "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { "rid": "linux-arm64", "assetType": "native", "fileVersion": "0.0.0.0" } } }, "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": { "runtimeTargets": { "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { "rid": "linux-x64", "assetType": "native", "fileVersion": "0.0.0.0" } } }, "runtime.native.System.Data.SqlClient.sni/4.7.0": { "dependencies": { "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" } }, "runtime.native.System.IO.Ports/6.0.0": { "dependencies": { "runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0", "runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0", "runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0", "runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0", "runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0" } }, "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": { "runtimeTargets": { "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { "rid": "osx-arm64", "assetType": "native", "fileVersion": "0.0.0.0" } } }, "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": { "runtimeTargets": { "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { "rid": "osx-x64", "assetType": "native", "fileVersion": "0.0.0.0" } } }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-arm64/native/sni.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "4.6.25512.1" } } }, "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-x64/native/sni.dll": { "rid": "win-x64", "assetType": "native", "fileVersion": "4.6.25512.1" } } }, "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { "runtimeTargets": { "runtimes/win-x86/native/sni.dll": { "rid": "win-x86", "assetType": "native", "fileVersion": "4.6.25512.1" } } }, "SQLitePCLRaw.bundle_e_sqlite3/2.0.7": { "dependencies": { "SQLitePCLRaw.core": "2.0.7", "SQLitePCLRaw.lib.e_sqlite3": "2.0.7", "SQLitePCLRaw.provider.e_sqlite3": "2.0.7" }, "runtime": { "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": { "assemblyVersion": "2.0.7.1395", "fileVersion": "2.0.7.1395" } } }, "SQLitePCLRaw.core/2.0.7": { "dependencies": { "System.Memory": "4.5.4" }, "runtime": { "lib/netstandard2.0/SQLitePCLRaw.core.dll": { "assemblyVersion": "2.0.7.1395", "fileVersion": "2.0.7.1395" } } }, "SQLitePCLRaw.lib.e_sqlite3/2.0.7": { "runtimeTargets": { "runtimes/alpine-x64/native/libe_sqlite3.so": { "rid": "alpine-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-arm/native/libe_sqlite3.so": { "rid": "linux-arm", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-arm64/native/libe_sqlite3.so": { "rid": "linux-arm64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-armel/native/libe_sqlite3.so": { "rid": "linux-armel", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-mips64/native/libe_sqlite3.so": { "rid": "linux-mips64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-musl-x64/native/libe_sqlite3.so": { "rid": "linux-musl-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-s390x/native/libe_sqlite3.so": { "rid": "linux-s390x", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-x64/native/libe_sqlite3.so": { "rid": "linux-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/linux-x86/native/libe_sqlite3.so": { "rid": "linux-x86", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/osx-arm64/native/libe_sqlite3.dylib": { "rid": "osx-arm64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/osx-x64/native/libe_sqlite3.dylib": { "rid": "osx-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/win-arm/native/e_sqlite3.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/win-arm64/native/e_sqlite3.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/win-x64/native/e_sqlite3.dll": { "rid": "win-x64", "assetType": "native", "fileVersion": "0.0.0.0" }, "runtimes/win-x86/native/e_sqlite3.dll": { "rid": "win-x86", "assetType": "native", "fileVersion": "0.0.0.0" } } }, "SQLitePCLRaw.provider.e_sqlite3/2.0.7": { "dependencies": { "SQLitePCLRaw.core": "2.0.7" }, "runtime": { "lib/net5.0/SQLitePCLRaw.provider.e_sqlite3.dll": { "assemblyVersion": "2.0.7.1395", "fileVersion": "2.0.7.1395" } } }, "System.Buffers/4.5.1": {}, "System.CodeDom/6.0.0": {}, "System.Collections.Immutable/6.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, "System.ComponentModel.Annotations/5.0.0": {}, "System.ComponentModel.Composition/6.0.0": {}, "System.ComponentModel.Composition.Registration/6.0.0": { "dependencies": { "System.ComponentModel.Composition": "6.0.0", "System.Reflection.Context": "6.0.0" } }, "System.Configuration.ConfigurationManager/6.0.0": { "dependencies": { "System.Security.Cryptography.ProtectedData": "6.0.0", "System.Security.Permissions": "6.0.0" }, "runtime": { "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Data.Odbc/6.0.0": { "dependencies": { "System.Text.Encoding.CodePages": "6.0.0" }, "runtimeTargets": { "runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll": { "rid": "freebsd", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/illumos/lib/net6.0/System.Data.Odbc.dll": { "rid": "illumos", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/ios/lib/net6.0/System.Data.Odbc.dll": { "rid": "ios", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/linux/lib/net6.0/System.Data.Odbc.dll": { "rid": "linux", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/osx/lib/net6.0/System.Data.Odbc.dll": { "rid": "osx", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/solaris/lib/net6.0/System.Data.Odbc.dll": { "rid": "solaris", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/tvos/lib/net6.0/System.Data.Odbc.dll": { "rid": "tvos", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/win/lib/net6.0/System.Data.Odbc.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Data.OleDb/6.0.0": { "dependencies": { "System.Configuration.ConfigurationManager": "6.0.0", "System.Diagnostics.PerformanceCounter": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Data.OleDb.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Data.SqlClient/4.8.3": { "dependencies": { "Microsoft.Win32.Registry": "4.7.0", "System.Security.Principal.Windows": "5.0.0", "runtime.native.System.Data.SqlClient.sni": "4.7.0" }, "runtimeTargets": { "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "4.6.1.3", "fileVersion": "4.700.21.41603" }, "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.6.1.3", "fileVersion": "4.700.21.41603" } } }, "System.Diagnostics.DiagnosticSource/6.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, "System.Diagnostics.EventLog/6.0.0": { "runtimeTargets": { "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "0.0.0.0" }, "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Diagnostics.PerformanceCounter/6.0.0": { "dependencies": { "System.Configuration.ConfigurationManager": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.DirectoryServices/6.0.0": { "dependencies": { "System.Security.AccessControl": "6.0.0", "System.Security.Permissions": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.DirectoryServices.AccountManagement/6.0.0": { "dependencies": { "System.Configuration.ConfigurationManager": "6.0.0", "System.DirectoryServices": "6.0.0", "System.DirectoryServices.Protocols": "6.0.0", "System.Security.AccessControl": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.DirectoryServices.AccountManagement.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.DirectoryServices.Protocols/6.0.0": { "runtimeTargets": { "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { "rid": "linux", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { "rid": "osx", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Drawing.Common/6.0.0": { "dependencies": { "Microsoft.Win32.SystemEvents": "6.0.0" }, "runtime": { "lib/net6.0/System.Drawing.Common.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Formats.Asn1/6.0.0": {}, "System.IdentityModel.Tokens.Jwt/6.8.0": { "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", "Microsoft.IdentityModel.Tokens": "6.8.0" }, "runtime": { "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { "assemblyVersion": "6.8.0.0", "fileVersion": "6.8.0.11012" } } }, "System.IO.Packaging/6.0.0": {}, "System.IO.Ports/6.0.0": { "dependencies": { "runtime.native.System.IO.Ports": "6.0.0" }, "runtimeTargets": { "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/win/lib/net6.0/System.IO.Ports.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Management/6.0.0": { "dependencies": { "System.CodeDom": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Management.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Management.Automation/7.2.2": { "dependencies": { "Microsoft.ApplicationInsights": "2.18.0", "Microsoft.Management.Infrastructure": "2.0.0", "Microsoft.PowerShell.CoreCLR.Eventing": "7.2.2", "Microsoft.PowerShell.Native": "7.2.0", "Microsoft.Win32.Registry.AccessControl": "6.0.0", "Newtonsoft.Json": "13.0.1", "System.Configuration.ConfigurationManager": "6.0.0", "System.DirectoryServices": "6.0.0", "System.Management": "6.0.0", "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Security.AccessControl": "6.0.0", "System.Security.Cryptography.Pkcs": "6.0.0", "System.Security.Permissions": "6.0.0", "System.Text.Encoding.CodePages": "6.0.0" }, "runtimeTargets": { "runtimes/unix/lib/net6.0/System.Management.Automation.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" }, "runtimes/win/lib/net6.0/System.Management.Automation.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "7.2.2.500", "fileVersion": "7.2.2.500" } } }, "System.Memory/4.5.4": {}, "System.Net.Http.WinHttpHandler/6.0.0": { "runtimeTargets": { "runtimes/win/lib/net6.0/System.Net.Http.WinHttpHandler.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Numerics.Vectors/4.5.0": {}, "System.Private.ServiceModel/4.9.0": { "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "5.0.0", "Microsoft.Extensions.ObjectPool": "5.0.10", "System.Numerics.Vectors": "4.5.0", "System.Reflection.DispatchProxy": "4.7.1", "System.Security.Cryptography.Xml": "6.0.0", "System.Security.Principal.Windows": "5.0.0" } }, "System.Reflection.Context/6.0.0": {}, "System.Reflection.DispatchProxy/4.7.1": {}, "System.Reflection.Metadata/5.0.0": {}, "System.Runtime.Caching/6.0.0": { "dependencies": { "System.Configuration.ConfigurationManager": "6.0.0" }, "runtime": { "lib/net6.0/System.Runtime.Caching.dll": { "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, "System.Security.AccessControl/6.0.0": {}, "System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Pkcs/6.0.0": { "dependencies": { "System.Formats.Asn1": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Security.Cryptography.ProtectedData/6.0.0": { "runtime": { "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Security.Cryptography.Xml/6.0.0": { "dependencies": { "System.Security.AccessControl": "6.0.0", "System.Security.Cryptography.Pkcs": "6.0.0" } }, "System.Security.Permissions/6.0.0": { "dependencies": { "System.Security.AccessControl": "6.0.0", "System.Windows.Extensions": "6.0.0" }, "runtime": { "lib/net6.0/System.Security.Permissions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Security.Principal.Windows/5.0.0": {}, "System.ServiceModel.Duplex/4.9.0": { "dependencies": { "System.Private.ServiceModel": "4.9.0", "System.ServiceModel.Primitives": "4.9.0" } }, "System.ServiceModel.Http/4.9.0": { "dependencies": { "System.Private.ServiceModel": "4.9.0", "System.ServiceModel.Primitives": "4.9.0" } }, "System.ServiceModel.NetTcp/4.9.0": { "dependencies": { "System.Private.ServiceModel": "4.9.0", "System.ServiceModel.Primitives": "4.9.0" } }, "System.ServiceModel.Primitives/4.9.0": { "dependencies": { "System.Private.ServiceModel": "4.9.0" } }, "System.ServiceModel.Security/4.9.0": { "dependencies": { "System.Private.ServiceModel": "4.9.0", "System.ServiceModel.Primitives": "4.9.0" } }, "System.ServiceModel.Syndication/6.0.0": {}, "System.ServiceProcess.ServiceController/6.0.0": { "dependencies": { "System.Diagnostics.EventLog": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Speech/6.0.0": { "runtimeTargets": { "runtimes/win/lib/net6.0/System.Speech.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Text.Encoding.CodePages/6.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, "System.Text.Encodings.Web/6.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, "System.Text.Json/6.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "6.0.0" } }, "System.Threading.AccessControl/6.0.0": { "dependencies": { "System.Security.AccessControl": "6.0.0" }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Threading.AccessControl.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Threading.Tasks.Extensions/4.5.4": {}, "System.Web.Services.Description/4.9.0": {}, "System.Windows.Extensions/6.0.0": { "dependencies": { "System.Drawing.Common": "6.0.0" }, "runtime": { "lib/net6.0/System.Windows.Extensions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "BinaryExpressionConverter/1.0.0": { "dependencies": { "Microsoft.EntityFrameworkCore": "6.0.3" }, "runtime": { "BinaryExpressionConverter.dll": {} } } } }, "libraries": { "EFPosh/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "Markdig.Signed/0.22.0": { "type": "package", "serviceable": true, "sha512": "sha512-7x3FqS3wk8DXyQLuflD47tBs6+ly6k4VtoDCzlDWfy7XHVsBIi7eGYEM15sPAcwSCQjOksNWE8U5r2v0Sk5FzQ==", "path": "markdig.signed/0.22.0", "hashPath": "markdig.signed.0.22.0.nupkg.sha512" }, "Microsoft.ApplicationInsights/2.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-milJB3VOCoC4EWmpE/Co9cOJ7SV6Ji6VqV4Rf5UlqL9QCg+rAX1y+3Y+j1Gu/j4IExYiPq7SEKqkP2BFnEu6Vw==", "path": "microsoft.applicationinsights/2.18.0", "hashPath": "microsoft.applicationinsights.2.18.0.nupkg.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.CodeAnalysis.Analyzers/3.3.2": { "type": "package", "serviceable": true, "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==", "path": "microsoft.codeanalysis.analyzers/3.3.2", "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512" }, "Microsoft.CodeAnalysis.Common/4.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-SMREwaVD5SzatlWhh9aahQAtSWdb63NcE//f+bQzgHSECU6xtDtaxk0kwV+asdFfr6HtW38UeO6jvqdfzudg3w==", "path": "microsoft.codeanalysis.common/4.0.1", "hashPath": "microsoft.codeanalysis.common.4.0.1.nupkg.sha512" }, "Microsoft.CodeAnalysis.CSharp/4.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-Q9RxxydPpUElj/x1/qykDTUGsRoKbJG8H5XUSeMGmMu54fBiuX1xyanom9caa1oQfh5JIW1BgLxobSaWs4WyHQ==", "path": "microsoft.codeanalysis.csharp/4.0.1", "hashPath": "microsoft.codeanalysis.csharp.4.0.1.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/2.1.4": { "type": "package", "serviceable": true, "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==", "path": "microsoft.data.sqlclient/2.1.4", "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512" }, "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { "type": "package", "serviceable": true, "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==", "path": "microsoft.data.sqlclient.sni.runtime/2.1.1", "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512" }, "Microsoft.Data.Sqlite.Core/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-3EIhLzG+WeJ2AtmGph8aSA5pH9weDOZ9Fox6oaDSiPvj6TIehzYkdW0ySMAfckTbv8V1vCMeEmtqhwEmyK9fYA==", "path": "microsoft.data.sqlite.core/6.0.3", "hashPath": "microsoft.data.sqlite.core.6.0.3.nupkg.sha512" }, "Microsoft.EntityFrameworkCore/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-f7ZlNOI1wPg/r0zRgvmcLAM3kwuCVGe5cZc8rYoKPDGZs5dgRFe5a43H9FnCXsyFAF6FILB08Nr9RkuNMwd3TQ==", "path": "microsoft.entityframeworkcore/6.0.3", "hashPath": "microsoft.entityframeworkcore.6.0.3.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Abstractions/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-7c6wJtTFj7FDe20IVPDKeCzxWIMu+XDpYi7aYuUo6knu4vDeB3N3F0pjAZgXJ96GwTZYBrjOEwnbpYmfapEz/w==", "path": "microsoft.entityframeworkcore.abstractions/6.0.3", "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.3.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Analyzers/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-Ld9HyVABYor3Tq43/sG2JERL94UnDHJPg5PwpkCW4CWsf/CbxHetdecv+bCXA/Hg4q+44sov0GVl4Ywjk4PnyA==", "path": "microsoft.entityframeworkcore.analyzers/6.0.3", "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.3.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Relational/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-Dga4OH8QxmPT9APr7ZL5R0TvNADOcjDNNvJa8pU3QbPJ6OvRPTlzqAehfEBow0/NXBTKbIO48b4aIJI4VCO7fg==", "path": "microsoft.entityframeworkcore.relational/6.0.3", "hashPath": "microsoft.entityframeworkcore.relational.6.0.3.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Sqlite/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-Zz0t+iBdC64fQeBOHr+5IpR/SNhfmxOjM0aI8VA5Xk8wBS/o98YWVXp8kT1iGWS3+K2jDGuusl192LZthLUStQ==", "path": "microsoft.entityframeworkcore.sqlite/6.0.3", "hashPath": "microsoft.entityframeworkcore.sqlite.6.0.3.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Sqlite.Core/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-9h4/Icp2jsrhxo6PPeEV0B5UwT24ZwvV1cbdGW7u2YCwl0e8ToBw+IaADtER8l6vwH9y210+oMHmTGOP/kHfyQ==", "path": "microsoft.entityframeworkcore.sqlite.core/6.0.3", "hashPath": "microsoft.entityframeworkcore.sqlite.core.6.0.3.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.SqlServer/6.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-rd1lGh5au10tB6J0Jt3ZLLA78Bs/eQSWgkMSBE9n+cRAs/Db99OfdnxgkK3JqCCyFfp12LAsboWDUCnRhPOskw==", "path": "microsoft.entityframeworkcore.sqlserver/6.0.3", "hashPath": "microsoft.entityframeworkcore.sqlserver.6.0.3.nupkg.sha512" }, "Microsoft.Extensions.Caching.Abstractions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", "path": "microsoft.extensions.caching.abstractions/6.0.0", "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Caching.Memory/6.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==", "path": "microsoft.extensions.caching.memory/6.0.1", "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512" }, "Microsoft.Extensions.Configuration/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", "path": "microsoft.extensions.configuration/6.0.0", "hashPath": "microsoft.extensions.configuration.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", "path": "microsoft.extensions.configuration.abstractions/6.0.0", "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Configuration.Binder/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", "path": "microsoft.extensions.configuration.binder/6.0.0", "hashPath": "microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyInjection/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", "path": "microsoft.extensions.dependencyinjection/6.0.0", "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyModel/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", "path": "microsoft.extensions.dependencymodel/6.0.0", "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", "path": "microsoft.extensions.logging/6.0.0", "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging.Abstractions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", "path": "microsoft.extensions.logging.abstractions/6.0.0", "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging.Configuration/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-ZDskjagmBAbv+K8rYW9VhjPplhbOE63xUD0DiuydZJwt15dRyoqicYklLd86zzeintUc7AptDkHn+YhhYkYo8A==", "path": "microsoft.extensions.logging.configuration/6.0.0", "hashPath": "microsoft.extensions.logging.configuration.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.ObjectPool/5.0.10": { "type": "package", "serviceable": true, "sha512": "sha512-pp9tbGqIhdEXL6Q1yJl+zevAJSq4BsxqhS1GXzBvEsEz9DDNu9GLNzgUy2xyFc4YjB4m4Ff2YEWTnvQvVYdkvQ==", "path": "microsoft.extensions.objectpool/5.0.10", "hashPath": "microsoft.extensions.objectpool.5.0.10.nupkg.sha512" }, "Microsoft.Extensions.Options/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", "path": "microsoft.extensions.options/6.0.0", "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==", "path": "microsoft.extensions.options.configurationextensions/6.0.0", "hashPath": "microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.Primitives/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", "path": "microsoft.extensions.primitives/6.0.0", "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" }, "Microsoft.Identity.Client/4.21.1": { "type": "package", "serviceable": true, "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", "path": "microsoft.identity.client/4.21.1", "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512" }, "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { "type": "package", "serviceable": true, "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==", "path": "microsoft.identitymodel.jsonwebtokens/6.8.0", "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512" }, "Microsoft.IdentityModel.Logging/6.8.0": { "type": "package", "serviceable": true, "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==", "path": "microsoft.identitymodel.logging/6.8.0", "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512" }, "Microsoft.IdentityModel.Protocols/6.8.0": { "type": "package", "serviceable": true, "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==", "path": "microsoft.identitymodel.protocols/6.8.0", "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512" }, "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { "type": "package", "serviceable": true, "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==", "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0", "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512" }, "Microsoft.IdentityModel.Tokens/6.8.0": { "type": "package", "serviceable": true, "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==", "path": "microsoft.identitymodel.tokens/6.8.0", "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512" }, "Microsoft.Management.Infrastructure/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-IaKZRNBBv3sdrmBWd+aqwHq8cVHk/3WgWFAN/dt40MRY9rbtHiDfTTmaEN0tGTmQqGCGDo/ncntA8MvFMvcsRw==", "path": "microsoft.management.infrastructure/2.0.0", "hashPath": "microsoft.management.infrastructure.2.0.0.nupkg.sha512" }, "Microsoft.Management.Infrastructure.CimCmdlets/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-l1NklpK8N2t9AupDML8kO0O2lRxZrhXrGkIWYZSqyd/xCjqlEzerBUaQ5HRJiEkWBfFlsBYi/QWntEEbWKncQw==", "path": "microsoft.management.infrastructure.cimcmdlets/7.2.2", "hashPath": "microsoft.management.infrastructure.cimcmdlets.7.2.2.nupkg.sha512" }, "Microsoft.Management.Infrastructure.Runtime.Unix/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-p0lslMX5bdWLxO2P7ao+rjAMOB0LEwPYpzvdCQ2OEYgX2NxFpQ8ILvqPGnYlTAb53rT8gu5DyIol1HboHFYfxQ==", "path": "microsoft.management.infrastructure.runtime.unix/2.0.0", "hashPath": "microsoft.management.infrastructure.runtime.unix.2.0.0.nupkg.sha512" }, "Microsoft.Management.Infrastructure.Runtime.Win/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-vjBWQeDOjgernkrOdbEgn7M70SF7hof7ORdKPSlL06Uc15+oYdth5dZju9KsgUoti/cwnkZTiwtDx/lRtay0sA==", "path": "microsoft.management.infrastructure.runtime.win/2.0.0", "hashPath": "microsoft.management.infrastructure.runtime.win.2.0.0.nupkg.sha512" }, "Microsoft.NETCore.Windows.ApiSets/1.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==", "path": "microsoft.netcore.windows.apisets/1.0.1", "hashPath": "microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512" }, "Microsoft.PowerShell.Commands.Diagnostics/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-drfAmuqA6lPy7CuGfUB0rOnUdyozhp46Xx0H/qFnkD+at638NhOsbZm+cH7uu7PLW6bf3PJlQH8qoShgWfSW7g==", "path": "microsoft.powershell.commands.diagnostics/7.2.2", "hashPath": "microsoft.powershell.commands.diagnostics.7.2.2.nupkg.sha512" }, "Microsoft.PowerShell.Commands.Management/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-G+9bLZy2NuUx8Dhkbg6NxxWhIRb1yHysfHsQ32pjsk4XdqKBvnFcIusV9NXP75LMOMoSNkeD8yEMyinzwuyNog==", "path": "microsoft.powershell.commands.management/7.2.2", "hashPath": "microsoft.powershell.commands.management.7.2.2.nupkg.sha512" }, "Microsoft.PowerShell.Commands.Utility/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-4HBzi39JUFaBe7UR2GovzYZYpB4PdqeJkB6P+QGRO01xEWAK8Vi0pOT2DaEcm9+cRoFS+EyAGTZW9smIDuxHLQ==", "path": "microsoft.powershell.commands.utility/7.2.2", "hashPath": "microsoft.powershell.commands.utility.7.2.2.nupkg.sha512" }, "Microsoft.PowerShell.ConsoleHost/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-wFFxiZNpLmQPkRQVo02r7gVhlBSRSVtBTTNlN2z3VJWVmYQIIn5qmrU4MJm5g4kz76IkXg44x68A4ije8JVbeQ==", "path": "microsoft.powershell.consolehost/7.2.2", "hashPath": "microsoft.powershell.consolehost.7.2.2.nupkg.sha512" }, "Microsoft.PowerShell.CoreCLR.Eventing/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-ccRbYMbO4+Ilyi4C0Kqu1UqV3wdrgRtY3PQZqwKS0mx++Zsjg5F9jyrOnPDlwx1cMqxLQtHCOdCNuf39h2oAJA==", "path": "microsoft.powershell.coreclr.eventing/7.2.2", "hashPath": "microsoft.powershell.coreclr.eventing.7.2.2.nupkg.sha512" }, "Microsoft.PowerShell.MarkdownRender/7.2.0": { "type": "package", "serviceable": true, "sha512": "sha512-1vqDtdX9RCGsMWCbzp0CIxZW3slWgq8mYHDfUlUKzmkV57fMAn4m0Gy2OtsqopZzrOiVJci+QCWx5FB7BVpMlw==", "path": "microsoft.powershell.markdownrender/7.2.0", "hashPath": "microsoft.powershell.markdownrender.7.2.0.nupkg.sha512" }, "Microsoft.PowerShell.Native/7.2.0": { "type": "package", "serviceable": true, "sha512": "sha512-TauOu3bYr4DRh9HpH3+fgaL+y2GY47KLsgU6qX1NDLqHshdEaCCjiF0N5sDEgCEhSb38FwWhpdFTIQvoOcYCXQ==", "path": "microsoft.powershell.native/7.2.0", "hashPath": "microsoft.powershell.native.7.2.0.nupkg.sha512" }, "Microsoft.PowerShell.SDK/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-kAOTZtUnRbkm8/bIu79XFUTHRdDY9leJ1APmMUlyhXqyH/AeR3pWxeb6/ale0O6ZaxiW9g9HXi3yIvNQMTBQbg==", "path": "microsoft.powershell.sdk/7.2.2", "hashPath": "microsoft.powershell.sdk.7.2.2.nupkg.sha512" }, "Microsoft.PowerShell.Security/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-2mgbRIyDm05vHNVEaZRPu+SeZH36CBAdVw+NIoi9tEf9cXS99maBvkM1iUuYUmyYQmOwJw7DgIVo7CdHWzlIRw==", "path": "microsoft.powershell.security/7.2.2", "hashPath": "microsoft.powershell.security.7.2.2.nupkg.sha512" }, "Microsoft.Win32.Registry/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", "path": "microsoft.win32.registry/4.7.0", "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" }, "Microsoft.Win32.Registry.AccessControl/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-UoE+eeuBKL+GFHxHV3FjHlY5K8Wr/IR7Ee/a2oDNqFodF1iMqyt5hIs0U9Z217AbWrHrNle4750kD03hv1IMZw==", "path": "microsoft.win32.registry.accesscontrol/6.0.0", "hashPath": "microsoft.win32.registry.accesscontrol.6.0.0.nupkg.sha512" }, "Microsoft.Win32.SystemEvents/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", "path": "microsoft.win32.systemevents/6.0.0", "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" }, "Microsoft.Windows.Compatibility/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-9esuK5JqnjkDgO9/AHesyJSG0aKwpfLVzTw6nIGYhqE91VLxZyv3HKulNoPVy/NOuyAaf1kE4FKtdZDzdd/SLw==", "path": "microsoft.windows.compatibility/6.0.0", "hashPath": "microsoft.windows.compatibility.6.0.0.nupkg.sha512" }, "Microsoft.WSMan.Management/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-4wRtyldf4FzIIxGF2COFDVlZfayli57iKUmHI7nPE82b6qiSbS3AZGZtcmpAJlusZFIJ4ABiy+2jiOQjc7xIoA==", "path": "microsoft.wsman.management/7.2.2", "hashPath": "microsoft.wsman.management.7.2.2.nupkg.sha512" }, "Microsoft.WSMan.Runtime/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-zbrXm3Sn1tvMxnYDRzVfhtlYwW1KzYiXdXAhPLcWXhVQnt8aWhC0R/8/1dQF3d0LVwsZJ8+PxsTbkV/wz+g2qQ==", "path": "microsoft.wsman.runtime/7.2.2", "hashPath": "microsoft.wsman.runtime.7.2.2.nupkg.sha512" }, "Namotion.Reflection/2.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-tZCe/UrSBAMW8A4TjD/SlpRHaWjnHlSWdyRuOXhf3yrE0OX+4fXg0uzj7mwFDclXznfCGRAZbP+akPt4G/mclw==", "path": "namotion.reflection/2.0.3", "hashPath": "namotion.reflection.2.0.3.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" }, "NJsonSchema/10.5.2": { "type": "package", "serviceable": true, "sha512": "sha512-Vr2CbySuXh74TQFU0rGJYZOS492xOE64cPXdB7a0cfXJb/N45Bf4v7sd4LOla0jNhgc5V/B61Ko3qecriL195w==", "path": "njsonschema/10.5.2", "hashPath": "njsonschema.10.5.2.nupkg.sha512" }, "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==", "path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0", "hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512" }, "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==", "path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0", "hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" }, "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==", "path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0", "hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" }, "runtime.native.System.Data.SqlClient.sni/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", "path": "runtime.native.system.data.sqlclient.sni/4.7.0", "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" }, "runtime.native.System.IO.Ports/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==", "path": "runtime.native.system.io.ports/6.0.0", "hashPath": "runtime.native.system.io.ports.6.0.0.nupkg.sha512" }, "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==", "path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0", "hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" }, "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==", "path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0", "hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" }, "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" }, "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" }, "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" }, "SQLitePCLRaw.bundle_e_sqlite3/2.0.7": { "type": "package", "serviceable": true, "sha512": "sha512-hn/ba6M/GwthAWvy98LD75g0oeVl3FakHQk84WyO0dAQS8FvtRgXmCUqYtWevCXLY9Xw/1HLy32lhiGO0ghx8g==", "path": "sqlitepclraw.bundle_e_sqlite3/2.0.7", "hashPath": "sqlitepclraw.bundle_e_sqlite3.2.0.7.nupkg.sha512" }, "SQLitePCLRaw.core/2.0.7": { "type": "package", "serviceable": true, "sha512": "sha512-2z+PXZqmwC8K+/4imlqAXBaDYlbkMfNvmDhuTIuJHPsbT9mG1HJcOsRa/Mx7DUiwgIXSj8yXbkjZ6jKHeE6PJQ==", "path": "sqlitepclraw.core/2.0.7", "hashPath": "sqlitepclraw.core.2.0.7.nupkg.sha512" }, "SQLitePCLRaw.lib.e_sqlite3/2.0.7": { "type": "package", "serviceable": true, "sha512": "sha512-EN8CCTFbPbRZHxStep7VF87O3AXSWB7V3P6rGLesZEMN2QKoxniS8i/ADvUgbt3EyvFyKFkC9HXN2tYCggBsdQ==", "path": "sqlitepclraw.lib.e_sqlite3/2.0.7", "hashPath": "sqlitepclraw.lib.e_sqlite3.2.0.7.nupkg.sha512" }, "SQLitePCLRaw.provider.e_sqlite3/2.0.7": { "type": "package", "serviceable": true, "sha512": "sha512-wxhYdl+ijzHpvG+pWXHH+oQHEobiybYEG65yufsljcSs+eLMTAYQhVrBwcNySgfIPY0shEKxTOxep4StexKBww==", "path": "sqlitepclraw.provider.e_sqlite3/2.0.7", "hashPath": "sqlitepclraw.provider.e_sqlite3.2.0.7.nupkg.sha512" }, "System.Buffers/4.5.1": { "type": "package", "serviceable": true, "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "path": "system.buffers/4.5.1", "hashPath": "system.buffers.4.5.1.nupkg.sha512" }, "System.CodeDom/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", "path": "system.codedom/6.0.0", "hashPath": "system.codedom.6.0.0.nupkg.sha512" }, "System.Collections.Immutable/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", "path": "system.collections.immutable/6.0.0", "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" }, "System.ComponentModel.Annotations/5.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", "path": "system.componentmodel.annotations/5.0.0", "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" }, "System.ComponentModel.Composition/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-60Qv+F7oxomOjJeTDA5Z4iCyFbQ0B/2Mi5HT+13pxxq0lVnu2ipbWMzFB+RWKr3wWKA8BSncXr9PH/fECwMX5Q==", "path": "system.componentmodel.composition/6.0.0", "hashPath": "system.componentmodel.composition.6.0.0.nupkg.sha512" }, "System.ComponentModel.Composition.Registration/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-+i3RLlOgTsf15VeADBPpzPyRiXq71aLSuzdHeNtmq9f6BwpF3OWhB76p0WDUNCa3Z+SLD4dJbBM9yAep7kQCGA==", "path": "system.componentmodel.composition.registration/6.0.0", "hashPath": "system.componentmodel.composition.registration.6.0.0.nupkg.sha512" }, "System.Configuration.ConfigurationManager/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", "path": "system.configuration.configurationmanager/6.0.0", "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512" }, "System.Data.Odbc/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-pnZjwe0Qwr1Rnp7NExd5zz4YwXJrYuAbWNKjEQpTzCEg6f/L5DYJS7w3hG3vgSj1t/r79UL390YzXIklf1VuQQ==", "path": "system.data.odbc/6.0.0", "hashPath": "system.data.odbc.6.0.0.nupkg.sha512" }, "System.Data.OleDb/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-LQ8PjTIF1LtrrlGiyiTVjAkQtTWKm9GSNnygIlWjhN9y88s7xhy6DUNDDkmQQ9f6ex7mA4k0Tl97lz/CklaiLg==", "path": "system.data.oledb/6.0.0", "hashPath": "system.data.oledb.6.0.0.nupkg.sha512" }, "System.Data.SqlClient/4.8.3": { "type": "package", "serviceable": true, "sha512": "sha512-yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==", "path": "system.data.sqlclient/4.8.3", "hashPath": "system.data.sqlclient.4.8.3.nupkg.sha512" }, "System.Diagnostics.DiagnosticSource/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", "path": "system.diagnostics.diagnosticsource/6.0.0", "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" }, "System.Diagnostics.EventLog/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", "path": "system.diagnostics.eventlog/6.0.0", "hashPath": "system.diagnostics.eventlog.6.0.0.nupkg.sha512" }, "System.Diagnostics.PerformanceCounter/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", "path": "system.diagnostics.performancecounter/6.0.0", "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" }, "System.DirectoryServices/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-kp/Op0nxDVGlElDKh8TsXO0GKXftQgAB6sJk0wUetZK1Rr0Pbd86Tn7AllLLlROFZa4BTl/LVHakljtGELFzCg==", "path": "system.directoryservices/6.0.0", "hashPath": "system.directoryservices.6.0.0.nupkg.sha512" }, "System.DirectoryServices.AccountManagement/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-2iKkY6VC4WX6H13N8WhH2SRUfWCwg2KZR5w9JIS9cw9N8cZhT7VXxHX0L6OX6Po419aSu2LWrJE9tu6b+cUnPA==", "path": "system.directoryservices.accountmanagement/6.0.0", "hashPath": "system.directoryservices.accountmanagement.6.0.0.nupkg.sha512" }, "System.DirectoryServices.Protocols/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-++WKU7HQPo/FJdhywWw+q2lLjcVAGVw5XLH9kRCV+4DvkhVAcHCksh0ezIqwNROmaU9LMJN0d/LAdeWXu3pi6Q==", "path": "system.directoryservices.protocols/6.0.0", "hashPath": "system.directoryservices.protocols.6.0.0.nupkg.sha512" }, "System.Drawing.Common/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", "path": "system.drawing.common/6.0.0", "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" }, "System.Formats.Asn1/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-T6fD00dQ3NTbPDy31m4eQUwKW84s03z0N2C8HpOklyeaDgaJPa/TexP4/SkORMSOwc7WhKifnA6Ya33AkzmafA==", "path": "system.formats.asn1/6.0.0", "hashPath": "system.formats.asn1.6.0.0.nupkg.sha512" }, "System.IdentityModel.Tokens.Jwt/6.8.0": { "type": "package", "serviceable": true, "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==", "path": "system.identitymodel.tokens.jwt/6.8.0", "hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512" }, "System.IO.Packaging/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-C7OkTRIjqIjAKu6ef/fuj8ynCZTPcTYZnvHaq48bniACgXXJogmEoIc56YCDNTc14xhsbLmgpS3KP+evbsUa2g==", "path": "system.io.packaging/6.0.0", "hashPath": "system.io.packaging.6.0.0.nupkg.sha512" }, "System.IO.Ports/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==", "path": "system.io.ports/6.0.0", "hashPath": "system.io.ports.6.0.0.nupkg.sha512" }, "System.Management/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==", "path": "system.management/6.0.0", "hashPath": "system.management.6.0.0.nupkg.sha512" }, "System.Management.Automation/7.2.2": { "type": "package", "serviceable": true, "sha512": "sha512-Uul+12CucsJp9yhLQbAXYg8KoUldpwBhN+lCNs+FsIjFNNi+lWo5Y7vtXOI8se8Vv4d9QpDSrQWTDsJyCNkIMw==", "path": "system.management.automation/7.2.2", "hashPath": "system.management.automation.7.2.2.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.Net.Http.WinHttpHandler/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-jubNN9jH4NzVrvEf4fGwESLBsfH8whWNbHMhgM6IwA8UCt6+/M19bbOHc21JhigvC2HQKCl8HKGZMcBtIpzqIg==", "path": "system.net.http.winhttphandler/6.0.0", "hashPath": "system.net.http.winhttphandler.6.0.0.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.ServiceModel/4.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-d3RjkrtpjUQ63PzFmm/SZ4aOXeJNP+8YW5QeP0lCJy8iX4xlHdlNLWTF9sRn9SmrFTK757kQXT9Op/R4l858uw==", "path": "system.private.servicemodel/4.9.0", "hashPath": "system.private.servicemodel.4.9.0.nupkg.sha512" }, "System.Reflection.Context/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-Vi+Gb41oyOYie7uLSsjRmfRg3bryUg5DssJvj3gDUl0D8z6ipSm6/yi/XNx2rcS5iVMvHcwRUHjcx7ixv0K3/w==", "path": "system.reflection.context/6.0.0", "hashPath": "system.reflection.context.6.0.0.nupkg.sha512" }, "System.Reflection.DispatchProxy/4.7.1": { "type": "package", "serviceable": true, "sha512": "sha512-C1sMLwIG6ILQ2bmOT4gh62V6oJlyF4BlHcVMrOoor49p0Ji2tA8QAoqyMcIhAdH6OHKJ8m7BU+r4LK2CUEOKqw==", "path": "system.reflection.dispatchproxy/4.7.1", "hashPath": "system.reflection.dispatchproxy.4.7.1.nupkg.sha512" }, "System.Reflection.Metadata/5.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", "path": "system.reflection.metadata/5.0.0", "hashPath": "system.reflection.metadata.5.0.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/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", "path": "system.security.accesscontrol/6.0.0", "hashPath": "system.security.accesscontrol.6.0.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/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-elM3x+xSRhzQysiqo85SbidJJ2YbZlnvmh+53TuSZHsD7dNuuEWser+9EFtY+rYupBwkq2avc6ZCO3/6qACgmg==", "path": "system.security.cryptography.pkcs/6.0.0", "hashPath": "system.security.cryptography.pkcs.6.0.0.nupkg.sha512" }, "System.Security.Cryptography.ProtectedData/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", "path": "system.security.cryptography.protecteddata/6.0.0", "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" }, "System.Security.Cryptography.Xml/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-puJ4UCh9JVRwOCyCIcq71JY6Axr8Sp8E2GjTIU1Fj8hm4+oX6NEoyGFGa/+pBG8SrVxbQPSj7hvtaREyTHHsmw==", "path": "system.security.cryptography.xml/6.0.0", "hashPath": "system.security.cryptography.xml.6.0.0.nupkg.sha512" }, "System.Security.Permissions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", "path": "system.security.permissions/6.0.0", "hashPath": "system.security.permissions.6.0.0.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.ServiceModel.Duplex/4.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-Yb8MFiJxBBtm2JnfS/5SxYzm2HqkEmHu5xeaVIHXy83sNpty9wc30JifH2xgda821D6nr1UctbwbdZqN4LBUKQ==", "path": "system.servicemodel.duplex/4.9.0", "hashPath": "system.servicemodel.duplex.4.9.0.nupkg.sha512" }, "System.ServiceModel.Http/4.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-Z+s3RkLNzJ31fDXAjqXdXp67FqsNG4V3Md3r7FOrzMkHmg61gY8faEfTFPBLxU9tax1HPWt6IHVAquXBKySJaw==", "path": "system.servicemodel.http/4.9.0", "hashPath": "system.servicemodel.http.4.9.0.nupkg.sha512" }, "System.ServiceModel.NetTcp/4.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-nXgnnkrZERUF/KwmoLwZPkc7fqgiq94DXkmUZBvDNh/LdZquDvjy2NbhJLElpApOa5x8zEoQoBZyJ2PqNC39qg==", "path": "system.servicemodel.nettcp/4.9.0", "hashPath": "system.servicemodel.nettcp.4.9.0.nupkg.sha512" }, "System.ServiceModel.Primitives/4.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-LTFPVdS8Nf76xg/wRZkDa+2Q+GnjTOmwkTlwuoetwX37mAfYnGkf7p8ydhpDwVmomNljpUOhUUGxfjQyd5YcOg==", "path": "system.servicemodel.primitives/4.9.0", "hashPath": "system.servicemodel.primitives.4.9.0.nupkg.sha512" }, "System.ServiceModel.Security/4.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-iurpbSmPgotHps94VQ6acvL6hU2gjiuBmQI7PwLLN76jsbSpUcahT0PglccKIAwoMujATk/LWtAapBHpwCFn2g==", "path": "system.servicemodel.security/4.9.0", "hashPath": "system.servicemodel.security.4.9.0.nupkg.sha512" }, "System.ServiceModel.Syndication/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-cp1mMNG87iJtE0oHXFtfWT6cfski2JNo5iU0siTPi/uN2k1CIJI6FE4jr4v3got2dzt7wBq17fSy44btun9GiA==", "path": "system.servicemodel.syndication/6.0.0", "hashPath": "system.servicemodel.syndication.6.0.0.nupkg.sha512" }, "System.ServiceProcess.ServiceController/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-qMBvG8ZFbkXoe0Z5/D7FAAadfPkH2v7vSuh2xsLf3U6jNoejpIdeV18A0htiASsLK1CCAc/p59kaLXlt2yB1gw==", "path": "system.serviceprocess.servicecontroller/6.0.0", "hashPath": "system.serviceprocess.servicecontroller.6.0.0.nupkg.sha512" }, "System.Speech/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-GQovERMrNP0Vbtgk8LzH4PlFS6lqHgsL9WkUmv8Kkxa0m0vNakitytpHZlfJ9WR7n9WKLXh68nn2kyL9mflnLg==", "path": "system.speech/6.0.0", "hashPath": "system.speech.6.0.0.nupkg.sha512" }, "System.Text.Encoding.CodePages/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", "path": "system.text.encoding.codepages/6.0.0", "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" }, "System.Text.Encodings.Web/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", "path": "system.text.encodings.web/6.0.0", "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" }, "System.Text.Json/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", "path": "system.text.json/6.0.0", "hashPath": "system.text.json.6.0.0.nupkg.sha512" }, "System.Threading.AccessControl/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-2258mqWesMch/xCpcnjJBgJP33yhpZLGLbEOm01qwq0efG4b+NG8c9sxYOWNxmDQ82swXrnQRl1Yp2wC1NrfZA==", "path": "system.threading.accesscontrol/6.0.0", "hashPath": "system.threading.accesscontrol.6.0.0.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.Web.Services.Description/4.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-d20B3upsWddwSG5xF3eQLs0cAV3tXDsBNqP4kh02ylfgZwqfpf4f/9KiZVIGIoxULt2cKqxWs+U4AdNAJ7L8cQ==", "path": "system.web.services.description/4.9.0", "hashPath": "system.web.services.description.4.9.0.nupkg.sha512" }, "System.Windows.Extensions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", "path": "system.windows.extensions/6.0.0", "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" }, "BinaryExpressionConverter/1.0.0": { "type": "project", "serviceable": false, "sha512": "" } } } |