Quantum.DMS.PowerShell.deps.json
|
{
"runtimeTarget": { "name": ".NETCoreApp,Version=v10.0", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v10.0": { "Quantum.DMS.PowerShell/5.0.0": { "dependencies": { "Microsoft.AspNetCore.WebUtilities": "10.0.8", "OneBitSoftware.Utilities.OperationResult": "2.1.1", "PowerShellStandard.Library": "5.1.1", "Quantum.DMS.DatabaseManagement.Mongo": "2.0.0", "Quantum.DMS.EnvironmentSetup": "1.0.0", "Quantum.PowerShell.Models": "1.0.0" }, "runtime": { "Quantum.DMS.PowerShell.dll": {} } }, "DnsClient/1.6.1": { "runtime": { "lib/net5.0/DnsClient.dll": { "assemblyVersion": "1.6.1.0", "fileVersion": "1.6.1.0" } } }, "Microsoft.AspNetCore.WebUtilities/10.0.8": { "dependencies": { "Microsoft.Net.Http.Headers": "10.0.8" }, "runtime": { "lib/net10.0/Microsoft.AspNetCore.WebUtilities.dll": { "assemblyVersion": "10.0.0.0", "fileVersion": "10.0.826.23019" } } }, "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { "runtime": { "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "assemblyVersion": "9.0.0.0", "fileVersion": "9.0.24.52809" } } }, "Microsoft.Extensions.Logging.Abstractions/9.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" }, "runtime": { "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { "assemblyVersion": "9.0.0.0", "fileVersion": "9.0.24.52809" } } }, "Microsoft.Extensions.Primitives/10.0.8": { "runtime": { "lib/net10.0/Microsoft.Extensions.Primitives.dll": { "assemblyVersion": "10.0.0.0", "fileVersion": "10.0.826.23019" } } }, "Microsoft.Net.Http.Headers/10.0.8": { "dependencies": { "Microsoft.Extensions.Primitives": "10.0.8" }, "runtime": { "lib/net10.0/Microsoft.Net.Http.Headers.dll": { "assemblyVersion": "10.0.0.0", "fileVersion": "10.0.826.23019" } } }, "MongoDB.Bson/3.9.0": { "runtime": { "lib/net6.0/MongoDB.Bson.dll": { "assemblyVersion": "3.9.0.0", "fileVersion": "3.9.0.0" } } }, "MongoDB.Driver/3.9.0": { "dependencies": { "DnsClient": "1.6.1", "Microsoft.Extensions.Logging.Abstractions": "9.0.0", "MongoDB.Bson": "3.9.0", "SharpCompress": "0.48.1", "Snappier": "1.3.1", "ZstdSharp.Port": "0.7.3" }, "runtime": { "lib/net6.0/MongoDB.Driver.dll": { "assemblyVersion": "3.9.0.0", "fileVersion": "3.9.0.0" } } }, "OneBitSoftware.Utilities.OperationResult/2.1.1": { "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "9.0.0" }, "runtime": { "lib/net9.0/OneBitSoftware.Utilities.OperationResult.dll": { "assemblyVersion": "2.1.1.0", "fileVersion": "2.1.1.0" } } }, "PowerShellStandard.Library/5.1.1": { "runtime": { "lib/netstandard2.0/System.Management.Automation.dll": { "assemblyVersion": "3.0.0.0", "fileVersion": "5.1.1.0" } } }, "Quantum.DMS.DatabaseManagement/2.0.0": { "dependencies": { "OneBitSoftware.Utilities.OperationResult": "2.1.1" }, "runtime": { "lib/net10.0/Quantum.DMS.DatabaseManagement.dll": { "assemblyVersion": "2.0.0.0", "fileVersion": "2.0.0.0" } } }, "Quantum.DMS.DatabaseManagement.Mongo/2.0.0": { "dependencies": { "MongoDB.Driver": "3.9.0", "Quantum.DMS.DatabaseManagement": "2.0.0" }, "runtime": { "lib/net10.0/Quantum.DMS.DatabaseManagement.Mongo.dll": { "assemblyVersion": "2.0.0.0", "fileVersion": "2.0.0.0" } } }, "Quantum.DMS.Utilities/2.0.0": { "dependencies": { "OneBitSoftware.Utilities.OperationResult": "2.1.1" }, "runtime": { "lib/net10.0/Quantum.DMS.Utilities.dll": { "assemblyVersion": "2.0.0.0", "fileVersion": "2.0.0.0" } } }, "SharpCompress/0.48.1": { "runtime": { "lib/net10.0/SharpCompress.dll": { "assemblyVersion": "0.48.1.0", "fileVersion": "0.48.1.0" } } }, "Snappier/1.3.1": { "runtime": { "lib/net8.0/Snappier.dll": { "assemblyVersion": "1.3.1.0", "fileVersion": "1.3.1.0" } } }, "System.Diagnostics.EventLog/10.0.8": { "runtime": { "lib/net10.0/System.Diagnostics.EventLog.dll": { "assemblyVersion": "10.0.0.0", "fileVersion": "10.0.826.23019" } }, "runtimeTargets": { "runtimes/win/lib/net10.0/System.Diagnostics.EventLog.Messages.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "10.0.0.0", "fileVersion": "0.0.0.0" }, "runtimes/win/lib/net10.0/System.Diagnostics.EventLog.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "10.0.0.0", "fileVersion": "10.0.826.23019" } } }, "System.ServiceProcess.ServiceController/10.0.8": { "dependencies": { "System.Diagnostics.EventLog": "10.0.8" }, "runtime": { "lib/net10.0/System.ServiceProcess.ServiceController.dll": { "assemblyVersion": "10.0.0.8", "fileVersion": "10.0.826.23019" } }, "runtimeTargets": { "runtimes/win/lib/net10.0/System.ServiceProcess.ServiceController.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "10.0.0.8", "fileVersion": "10.0.826.23019" } } }, "ZstdSharp.Port/0.7.3": { "runtime": { "lib/net7.0/ZstdSharp.dll": { "assemblyVersion": "0.7.3.0", "fileVersion": "0.7.3.0" } } }, "Quantum.DMS.EnvironmentSetup/1.0.0": { "dependencies": { "MongoDB.Driver": "3.9.0", "OneBitSoftware.Utilities.OperationResult": "2.1.1", "Quantum.DMS.DatabaseManagement": "2.0.0", "Quantum.PowerShell.Models": "1.0.0", "System.ServiceProcess.ServiceController": "10.0.8" }, "runtime": { "Quantum.DMS.EnvironmentSetup.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.0.0" } } }, "Quantum.PowerShell.Models/1.0.0": { "dependencies": { "Quantum.DMS.Utilities": "2.0.0" }, "runtime": { "Quantum.PowerShell.Models.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.0.0" } } } } }, "libraries": { "Quantum.DMS.PowerShell/5.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "DnsClient/1.6.1": { "type": "package", "serviceable": true, "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==", "path": "dnsclient/1.6.1", "hashPath": "dnsclient.1.6.1.nupkg.sha512" }, "Microsoft.AspNetCore.WebUtilities/10.0.8": { "type": "package", "serviceable": true, "sha512": "sha512-iaBzlP6hhMkBdu4C3/u51xDlAx0b3BTcMsZDiHS5xCgUcDlFTusoVk24vsLVPk/1ldVPUEp/fBKFOVJXsyuKHQ==", "path": "microsoft.aspnetcore.webutilities/10.0.8", "hashPath": "microsoft.aspnetcore.webutilities.10.0.8.nupkg.sha512" }, "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging.Abstractions/9.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", "path": "microsoft.extensions.logging.abstractions/9.0.0", "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" }, "Microsoft.Extensions.Primitives/10.0.8": { "type": "package", "serviceable": true, "sha512": "sha512-OBPo4nYhMyIbtueoC10CBm6AGAbo/A9IV8QQ/6ryZS7VvmqpGT7hunazeHLxFawRzn3oLOq4jhqhpBX4tfswWQ==", "path": "microsoft.extensions.primitives/10.0.8", "hashPath": "microsoft.extensions.primitives.10.0.8.nupkg.sha512" }, "Microsoft.Net.Http.Headers/10.0.8": { "type": "package", "serviceable": true, "sha512": "sha512-nGwKXrKHmP/VLb2pfZRdALSFsHAPe6IHrs7K5Sln3gQx6NKPhqEniywj4uPehWzLg7lVskU2BOZqvLyv3d2Aaw==", "path": "microsoft.net.http.headers/10.0.8", "hashPath": "microsoft.net.http.headers.10.0.8.nupkg.sha512" }, "MongoDB.Bson/3.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-J6vB61zKwMSfxbkN+/amGvj1qVMDKrKjV3kmoOWttMcv8JJScLDCFh89FyL3f2lDUyJrnfgZCR6/KX+07e99eg==", "path": "mongodb.bson/3.9.0", "hashPath": "mongodb.bson.3.9.0.nupkg.sha512" }, "MongoDB.Driver/3.9.0": { "type": "package", "serviceable": true, "sha512": "sha512-XKUa+y5RtNH1iInfxj3Y7c1FN1BQ16/7hFxoqU6fzc3+BKM1D3mGa+pB/yBbAk8jNxf7+JWEnCfuQOyCo7dQLg==", "path": "mongodb.driver/3.9.0", "hashPath": "mongodb.driver.3.9.0.nupkg.sha512" }, "OneBitSoftware.Utilities.OperationResult/2.1.1": { "type": "package", "serviceable": true, "sha512": "sha512-9MCb6xmat69c7CkMuFh0L/N+PiZ+wmPNvoXNU/bT+tV6rTgdY8DW11QQTm6XGL+EV7/zZaEDY33Z9596knoQDA==", "path": "onebitsoftware.utilities.operationresult/2.1.1", "hashPath": "onebitsoftware.utilities.operationresult.2.1.1.nupkg.sha512" }, "PowerShellStandard.Library/5.1.1": { "type": "package", "serviceable": true, "sha512": "sha512-e31xJjG+Kjbv6YF3Yq6D4Dl3or8v7LrNF41k3CXrWozW6hR1zcOe5KYuZJaGSiAgLnwP8wcW+I3+IWEzMPZKXQ==", "path": "powershellstandard.library/5.1.1", "hashPath": "powershellstandard.library.5.1.1.nupkg.sha512" }, "Quantum.DMS.DatabaseManagement/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-2GnwAE4iffXtiGZiOFprgvVQGfq8yORlM/8FKTtbQGV6/XESZza6Lr1mKNHzlhIWWglUhEhGsHpCdAxHP+vEOA==", "path": "quantum.dms.databasemanagement/2.0.0", "hashPath": "quantum.dms.databasemanagement.2.0.0.nupkg.sha512" }, "Quantum.DMS.DatabaseManagement.Mongo/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-GjHbSQpXmhPFNCkMIw1w+++V2FAixM1W7crW4g2yBkbXymQlM/o5JUBPR4gjLdF3jqsccrvkBcWiltkWOd5bDA==", "path": "quantum.dms.databasemanagement.mongo/2.0.0", "hashPath": "quantum.dms.databasemanagement.mongo.2.0.0.nupkg.sha512" }, "Quantum.DMS.Utilities/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-RUYW0v7AupKvB6K4kuAzhAd8JRiHEZGPgh4mVAd8xOik2dMGB82NYkVw74I4baO2+FUoaffP5zEH+nXZnmRIBQ==", "path": "quantum.dms.utilities/2.0.0", "hashPath": "quantum.dms.utilities.2.0.0.nupkg.sha512" }, "SharpCompress/0.48.1": { "type": "package", "serviceable": true, "sha512": "sha512-SqGaVniGG943Gph/gHhUQUiZPyC7y0tXZyMf0/B2oGsMav9dqs7JJOuUA+xOkwKYaWM2TM7aZQjNK91f4bX71A==", "path": "sharpcompress/0.48.1", "hashPath": "sharpcompress.0.48.1.nupkg.sha512" }, "Snappier/1.3.1": { "type": "package", "serviceable": true, "sha512": "sha512-DOdDQiO8YZ5rBtVLY+6CmR1yp9WYoJRgEEktPBrR0tEj9QO2djA/zv0O3DX0OZpEAfosbY8pytQ9tQUogwQsEA==", "path": "snappier/1.3.1", "hashPath": "snappier.1.3.1.nupkg.sha512" }, "System.Diagnostics.EventLog/10.0.8": { "type": "package", "serviceable": true, "sha512": "sha512-+Ro7WgIom+BDNH+YhTuZKL6QJ0ctfOpTyfUG/h3aU5KwXt3OaNf0wYWrTvoBUj+34Dy5V8dN9yCco1hAJQ4txw==", "path": "system.diagnostics.eventlog/10.0.8", "hashPath": "system.diagnostics.eventlog.10.0.8.nupkg.sha512" }, "System.ServiceProcess.ServiceController/10.0.8": { "type": "package", "serviceable": true, "sha512": "sha512-/uCAiixsCUMBsxB7JTjE13RHvDJLq+BVL2toA+ItMMgJ6O07CtljbCoQF2RZ/9jO1RgC35FTGnQo5IAecE4JuQ==", "path": "system.serviceprocess.servicecontroller/10.0.8", "hashPath": "system.serviceprocess.servicecontroller.10.0.8.nupkg.sha512" }, "ZstdSharp.Port/0.7.3": { "type": "package", "serviceable": true, "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==", "path": "zstdsharp.port/0.7.3", "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512" }, "Quantum.DMS.EnvironmentSetup/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "Quantum.PowerShell.Models/1.0.0": { "type": "project", "serviceable": false, "sha512": "" } } } |