net6.0/RubrikSecurityCloud.PowerShell.deps.json
{
"runtimeTarget": { "name": ".NETCoreApp,Version=v6.0", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v6.0": { "RubrikSecurityCloud.PowerShell/1.0.0": { "dependencies": { "PowerShellStandard.Library": "5.1.1", "RubrikSecurityCloud.Client": "1.0.0", "RubrikSecurityCloud.Common": "1.0.0" }, "runtime": { "RubrikSecurityCloud.PowerShell.dll": {} } }, "GraphQL-Parser/9.4.0": { "runtime": { "lib/net6.0/GraphQLParser.dll": { "assemblyVersion": "9.4.0.0", "fileVersion": "9.4.0.0" } } }, "GraphQL.Client/6.1.0": { "dependencies": { "GraphQL.Client.Abstractions": "6.1.0", "GraphQL.Client.Abstractions.Websocket": "6.1.0", "System.Reactive": "6.0.0" }, "runtime": { "lib/net6.0/GraphQL.Client.dll": { "assemblyVersion": "6.1.0.0", "fileVersion": "6.1.0.0" } } }, "GraphQL.Client.Abstractions/6.1.0": { "dependencies": { "GraphQL.Primitives": "6.1.0" }, "runtime": { "lib/net6.0/GraphQL.Client.Abstractions.dll": { "assemblyVersion": "6.1.0.0", "fileVersion": "6.1.0.0" } } }, "GraphQL.Client.Abstractions.Websocket/6.1.0": { "dependencies": { "GraphQL.Client.Abstractions": "6.1.0" }, "runtime": { "lib/netstandard2.0/GraphQL.Client.Abstractions.Websocket.dll": { "assemblyVersion": "6.1.0.0", "fileVersion": "6.1.0.0" } } }, "GraphQL.Client.Serializer.Newtonsoft/6.1.0": { "dependencies": { "GraphQL.Client.Abstractions.Websocket": "6.1.0", "Newtonsoft.Json": "13.0.3" }, "runtime": { "lib/netstandard2.0/GraphQL.Client.Serializer.Newtonsoft.dll": { "assemblyVersion": "6.1.0.0", "fileVersion": "6.1.0.0" } } }, "GraphQL.Primitives/6.1.0": { "runtime": { "lib/net6.0/GraphQL.Primitives.dll": { "assemblyVersion": "6.1.0.0", "fileVersion": "6.1.0.0" } } }, "GraphQL.Query.Builder/2.2.0": { "runtime": { "lib/netstandard2.0/GraphQL.Query.Builder.dll": { "assemblyVersion": "0.0.0.0", "fileVersion": "0.0.0.0" } } }, "Microsoft.IdentityModel.Abstractions/8.0.1": { "runtime": { "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "assemblyVersion": "8.0.1.0", "fileVersion": "8.0.1.50722" } } }, "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { "dependencies": { "Microsoft.IdentityModel.Tokens": "8.0.1" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "assemblyVersion": "8.0.1.0", "fileVersion": "8.0.1.50722" } } }, "Microsoft.IdentityModel.Logging/8.0.1": { "dependencies": { "Microsoft.IdentityModel.Abstractions": "8.0.1" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "assemblyVersion": "8.0.1.0", "fileVersion": "8.0.1.50722" } } }, "Microsoft.IdentityModel.Tokens/8.0.1": { "dependencies": { "Microsoft.IdentityModel.Logging": "8.0.1" }, "runtime": { "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "assemblyVersion": "8.0.1.0", "fileVersion": "8.0.1.50722" } } }, "Newtonsoft.Json/13.0.3": { "runtime": { "lib/net6.0/Newtonsoft.Json.dll": { "assemblyVersion": "13.0.0.0", "fileVersion": "13.0.3.27908" } } }, "PowerShellStandard.Library/5.1.1": { "runtime": { "lib/netstandard2.0/System.Management.Automation.dll": { "assemblyVersion": "3.0.0.0", "fileVersion": "5.1.1.0" } } }, "System.ComponentModel.Annotations/5.0.0": {}, "System.IdentityModel.Tokens.Jwt/8.0.1": { "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "8.0.1", "Microsoft.IdentityModel.Tokens": "8.0.1" }, "runtime": { "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "assemblyVersion": "8.0.1.0", "fileVersion": "8.0.1.50722" } } }, "System.Memory/4.5.5": {}, "System.Reactive/6.0.0": { "runtime": { "lib/net6.0/System.Reactive.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.0.1" } } }, "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, "System.Text.Encodings.Web/8.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "runtime": { "lib/net6.0/System.Text.Encodings.Web.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } }, "runtimeTargets": { "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { "rid": "browser", "assetType": "runtime", "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "System.Text.Json/8.0.4": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "8.0.0" }, "runtime": { "lib/net6.0/System.Text.Json.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.724.31311" } } }, "RubrikSecurityCloud.Client/1.0.0": { "dependencies": { "GraphQL-Parser": "9.4.0", "GraphQL.Client": "6.1.0", "RubrikSecurityCloud.Common": "1.0.0", "RubrikSecurityCloud.Schema": "1.0.0", "System.IdentityModel.Tokens.Jwt": "8.0.1", "System.Memory": "4.5.5", "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Json": "8.0.4" }, "runtime": { "RubrikSecurityCloud.Client.dll": {} } }, "RubrikSecurityCloud.Common/1.0.0": { "dependencies": { "GraphQL-Parser": "9.4.0", "GraphQL.Client": "6.1.0", "GraphQL.Client.Abstractions": "6.1.0", "GraphQL.Client.Serializer.Newtonsoft": "6.1.0", "GraphQL.Query.Builder": "2.2.0", "Newtonsoft.Json": "13.0.3", "PowerShellStandard.Library": "5.1.1", "System.ComponentModel.Annotations": "5.0.0", "System.Memory": "4.5.5", "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "runtime": { "RubrikSecurityCloud.Common.dll": {} } }, "RubrikSecurityCloud.Schema/1.0.0": { "dependencies": { "GraphQL.Client.Abstractions": "6.1.0", "Newtonsoft.Json": "13.0.3", "RubrikSecurityCloud.Common": "1.0.0", "System.ComponentModel.Annotations": "5.0.0" }, "runtime": { "RubrikSecurityCloud.Schema.dll": {} } } } }, "libraries": { "RubrikSecurityCloud.PowerShell/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "GraphQL-Parser/9.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-P6fzDvopbINMmo5LvuVQBILos7i273rNeJbESQZLzGNM8/uNBPwDwgRQ9hJk3pcDDzNFWUr8NyL16Uo0o5NkVw==", "path": "graphql-parser/9.4.0", "hashPath": "graphql-parser.9.4.0.nupkg.sha512" }, "GraphQL.Client/6.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-oKliAxtNuZDMxO9079mjSbwA0YwhjXBzVnVPuNZ3HI4OllO++CcOLT30l90mM/fxCAMaa8GU4ZYMwD9YjLkyiw==", "path": "graphql.client/6.1.0", "hashPath": "graphql.client.6.1.0.nupkg.sha512" }, "GraphQL.Client.Abstractions/6.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-Za31wjKLEeROZYJmp0Lmj/TLQ1Yw6x6QM0JHABcuyMC3OSopr34ufayrtdxtbL1a3129FTVFKOFC0hcooSQoJQ==", "path": "graphql.client.abstractions/6.1.0", "hashPath": "graphql.client.abstractions.6.1.0.nupkg.sha512" }, "GraphQL.Client.Abstractions.Websocket/6.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-PjdG3q4MzPsa5NiBOBhuIRMRTo59der5bFmX2r1gSS3RIjytwpooxF2RffFCBh16sqbwuH1/dllDcNG+EJt1qA==", "path": "graphql.client.abstractions.websocket/6.1.0", "hashPath": "graphql.client.abstractions.websocket.6.1.0.nupkg.sha512" }, "GraphQL.Client.Serializer.Newtonsoft/6.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-newJE9b6C0KXvQWKDDt/+oqJd7TC3YWUXFQW3qbdNGYbS5GyU5tzmG4/Hn6d604dMRRFVqrUwtFbhf6mxncrKw==", "path": "graphql.client.serializer.newtonsoft/6.1.0", "hashPath": "graphql.client.serializer.newtonsoft.6.1.0.nupkg.sha512" }, "GraphQL.Primitives/6.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-L8yQ70Wd9p8hMJvnmpgyZfr2R6Q7S0/lPyEBI1tacJa5XzsoJSVtHdmfsMaHyufwk03hlUsBXgNerAs66kxHdA==", "path": "graphql.primitives/6.1.0", "hashPath": "graphql.primitives.6.1.0.nupkg.sha512" }, "GraphQL.Query.Builder/2.2.0": { "type": "package", "serviceable": true, "sha512": "sha512-7604ulSb3zqdATQZYb30rhMVRbpbf6YotoU95AGY4/NAZ5HRzCKwvBFloERwOkYBM6JuqaR6/H9v/4CLe3nGGw==", "path": "graphql.query.builder/2.2.0", "hashPath": "graphql.query.builder.2.2.0.nupkg.sha512" }, "Microsoft.IdentityModel.Abstractions/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-OtlIWcyX01olfdevPKZdIPfBEvbcioDyBiE/Z2lHsopsMD7twcKtlN9kMevHmI5IIPhFpfwCIiR6qHQz1WHUIw==", "path": "microsoft.identitymodel.abstractions/8.0.1", "hashPath": "microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512" }, "Microsoft.IdentityModel.JsonWebTokens/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-s6++gF9x0rQApQzOBbSyp4jUaAlwm+DroKfL8gdOHxs83k8SJfUXhuc46rDB3rNXBQ1MVRxqKUrqFhO/M0E97g==", "path": "microsoft.identitymodel.jsonwebtokens/8.0.1", "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512" }, "Microsoft.IdentityModel.Logging/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-UCPF2exZqBXe7v/6sGNiM6zCQOUXXQ9+v5VTb9gPB8ZSUPnX53BxlN78v2jsbIvK9Dq4GovQxo23x8JgWvm/Qg==", "path": "microsoft.identitymodel.logging/8.0.1", "hashPath": "microsoft.identitymodel.logging.8.0.1.nupkg.sha512" }, "Microsoft.IdentityModel.Tokens/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-kDimB6Dkd3nkW2oZPDkMkVHfQt3IDqO5gL0oa8WVy3OP4uE8Ij+8TXnqg9TOd9ufjsY3IDiGz7pCUbnfL18tjg==", "path": "microsoft.identitymodel.tokens/8.0.1", "hashPath": "microsoft.identitymodel.tokens.8.0.1.nupkg.sha512" }, "Newtonsoft.Json/13.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "path": "newtonsoft.json/13.0.3", "hashPath": "newtonsoft.json.13.0.3.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" }, "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.IdentityModel.Tokens.Jwt/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==", "path": "system.identitymodel.tokens.jwt/8.0.1", "hashPath": "system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512" }, "System.Memory/4.5.5": { "type": "package", "serviceable": true, "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", "path": "system.memory/4.5.5", "hashPath": "system.memory.4.5.5.nupkg.sha512" }, "System.Reactive/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-31kfaW4ZupZzPsI5PVe77VhnvFF55qgma7KZr/E0iFTs6fmdhhG8j0mgEx620iLTey1EynOkEfnyTjtNEpJzGw==", "path": "system.reactive/6.0.0", "hashPath": "system.reactive.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.Text.Encodings.Web/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "path": "system.text.encodings.web/8.0.0", "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" }, "System.Text.Json/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", "path": "system.text.json/8.0.4", "hashPath": "system.text.json.8.0.4.nupkg.sha512" }, "RubrikSecurityCloud.Client/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "RubrikSecurityCloud.Common/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "RubrikSecurityCloud.Schema/1.0.0": { "type": "project", "serviceable": false, "sha512": "" } } } |