EcoVadis.AzureDevOps.deps.json
{
"runtimeTarget": { "name": ".NETStandard,Version=v2.0/", "signature": "" }, "compilationOptions": {}, "targets": { ".NETStandard,Version=v2.0": {}, ".NETStandard,Version=v2.0/": { "EcoVadis.AzureDevOps/1.0.0": { "dependencies": { "EcoVadis.AzureDevOps.App": "1.0.0", "Microsoft.CSharp": "4.7.0", "NETStandard.Library": "2.0.3", "ObjectDumper.NET": "2.5.20033.1", "ProductivityTools.PSCmdlet": "1.0.1" }, "runtime": { "EcoVadis.AzureDevOps.dll": {} } }, "Microsoft.AspNet.WebApi.Client/5.2.7": { "dependencies": { "Newtonsoft.Json": "11.0.2", "Newtonsoft.Json.Bson": "1.0.1" }, "runtime": { "lib/netstandard2.0/System.Net.Http.Formatting.dll": { "assemblyVersion": "5.2.7.0", "fileVersion": "5.2.61128.0" } } }, "Microsoft.CSharp/4.7.0": { "runtime": { "lib/netstandard2.0/Microsoft.CSharp.dll": { "assemblyVersion": "4.0.5.0", "fileVersion": "4.700.19.56404" } } }, "Microsoft.NETCore.Platforms/1.1.0": {}, "Microsoft.NETCore.Targets/1.1.0": {}, "Microsoft.TeamFoundation.DistributedTask.Common.Contracts/16.153.0": { "dependencies": { "Microsoft.VisualStudio.Services.Client": "16.153.0" }, "runtime": { "lib/netstandard2.0/Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" } } }, "Microsoft.TeamFoundationServer.Client/16.153.0": { "dependencies": { "Microsoft.AspNet.WebApi.Client": "5.2.7", "Microsoft.TeamFoundation.DistributedTask.Common.Contracts": "16.153.0", "Microsoft.VisualStudio.Services.Client": "16.153.0", "Newtonsoft.Json": "11.0.2", "System.ComponentModel.Annotations": "4.4.1" }, "runtime": { "lib/netstandard2.0/Microsoft.TeamFoundation.Build2.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.Core.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.Dashboards.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.Policy.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.SourceControl.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.Test.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.TestManagement.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.Wiki.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.Work.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.VisualStudio.Services.TestResults.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" } } }, "Microsoft.VisualStudio.Services.Client/16.153.0": { "dependencies": { "Microsoft.AspNet.WebApi.Client": "5.2.7", "Newtonsoft.Json": "11.0.2", "System.Configuration.ConfigurationManager": "4.4.1", "System.Data.SqlClient": "4.4.2", "System.Security.Cryptography.Cng": "4.4.0", "System.Security.Cryptography.OpenSsl": "4.4.0", "System.Security.Cryptography.ProtectedData": "4.4.0", "System.Security.Principal.Windows": "4.4.1", "System.Xml.XPath.XmlDocument": "4.3.0" }, "runtime": { "lib/netstandard2.0/Microsoft.TeamFoundation.Common.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.VisualStudio.Services.Common.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" }, "lib/netstandard2.0/Microsoft.VisualStudio.Services.WebApi.dll": { "assemblyVersion": "16.0.0.0", "fileVersion": "16.153.29226.1" } } }, "Microsoft.Win32.Registry/4.4.0": { "dependencies": { "System.Security.AccessControl": "4.4.0", "System.Security.Principal.Windows": "4.4.1" }, "runtime": { "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { "assemblyVersion": "4.1.0.0", "fileVersion": "4.6.25519.3" } } }, "NETStandard.Library/2.0.3": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0" } }, "Newtonsoft.Json/11.0.2": { "runtime": { "lib/netstandard2.0/Newtonsoft.Json.dll": { "assemblyVersion": "11.0.0.0", "fileVersion": "11.0.2.21924" } } }, "Newtonsoft.Json.Bson/1.0.1": { "dependencies": { "NETStandard.Library": "2.0.3", "Newtonsoft.Json": "11.0.2" }, "runtime": { "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.1.20722" } } }, "ObjectDumper.NET/2.5.20033.1": { "runtime": { "lib/netstandard2.0/ObjectDumping.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.0.0" } } }, "PowerShellStandard.Library/5.1.0": { "runtime": { "lib/netstandard2.0/System.Management.Automation.dll": { "assemblyVersion": "3.0.0.0", "fileVersion": "5.1.0.0" } } }, "ProductivityTools.DescriptionValue/1.0.1": { "runtime": { "lib/netstandard2.0/ProductivityTools.DescriptionValue.dll": { "assemblyVersion": "1.0.1.0", "fileVersion": "1.0.1.0" } } }, "ProductivityTools.PSCmdlet/1.0.1": { "dependencies": { "PowerShellStandard.Library": "5.1.0", "ProductivityTools.DescriptionValue": "1.0.1" }, "runtime": { "lib/netstandard2.0/ProductivityTools.PSCmdlet.dll": { "assemblyVersion": "1.0.1.0", "fileVersion": "1.0.1.0" } } }, "runtime.native.System.Data.SqlClient.sni/4.4.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.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": {}, "System.Collections/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.ComponentModel.Annotations/4.4.1": { "runtime": { "lib/netstandard2.0/System.ComponentModel.Annotations.dll": { "assemblyVersion": "4.2.0.0", "fileVersion": "4.6.25921.2" } } }, "System.Configuration.ConfigurationManager/4.4.1": { "dependencies": { "System.Security.Cryptography.ProtectedData": "4.4.0" }, "runtime": { "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { "assemblyVersion": "4.0.0.0", "fileVersion": "4.6.25921.2" } } }, "System.Data.SqlClient/4.4.2": { "dependencies": { "Microsoft.Win32.Registry": "4.4.0", "System.Diagnostics.DiagnosticSource": "4.4.1", "System.Security.Principal.Windows": "4.4.1", "System.Text.Encoding.CodePages": "4.4.0", "runtime.native.System.Data.SqlClient.sni": "4.4.0" }, "runtime": { "lib/netstandard2.0/System.Data.SqlClient.dll": { "assemblyVersion": "4.2.0.1", "fileVersion": "4.6.25921.2" } } }, "System.Diagnostics.Debug/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Diagnostics.DiagnosticSource/4.4.1": { "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Diagnostics.Tracing": "4.3.0", "System.Reflection": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { "assemblyVersion": "4.0.2.1", "fileVersion": "4.6.25519.3" } } }, "System.Diagnostics.Tracing/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Globalization/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.IO/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading.Tasks": "4.3.0" } }, "System.IO.FileSystem/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.IO.FileSystem.Primitives": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading.Tasks": "4.3.0" } }, "System.IO.FileSystem.Primitives/4.3.0": { "dependencies": { "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": { "assemblyVersion": "4.0.2.0", "fileVersion": "4.6.24705.1" } } }, "System.Reflection/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", "System.Runtime": "4.3.0" } }, "System.Reflection.Primitives/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Resources.ResourceManager/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", "System.Runtime": "4.3.0" } }, "System.Runtime/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0" } }, "System.Runtime.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Runtime.Handles/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Runtime.InteropServices/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", "System.Reflection.Primitives": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0" } }, "System.Security.AccessControl/4.4.0": { "dependencies": { "System.Security.Principal.Windows": "4.4.1" }, "runtime": { "lib/netstandard2.0/System.Security.AccessControl.dll": { "assemblyVersion": "4.1.0.0", "fileVersion": "4.6.25519.3" } } }, "System.Security.Cryptography.Cng/4.4.0": { "runtime": { "lib/netstandard2.0/System.Security.Cryptography.Cng.dll": { "assemblyVersion": "4.3.0.0", "fileVersion": "4.6.25519.3" } } }, "System.Security.Cryptography.OpenSsl/4.4.0": { "runtime": { "lib/netstandard2.0/System.Security.Cryptography.OpenSsl.dll": { "assemblyVersion": "4.1.0.0", "fileVersion": "4.6.25519.3" } } }, "System.Security.Cryptography.ProtectedData/4.4.0": { "runtime": { "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { "assemblyVersion": "4.0.2.0", "fileVersion": "4.6.25519.3" } } }, "System.Security.Principal.Windows/4.4.1": { "runtime": { "lib/netstandard2.0/System.Security.Principal.Windows.dll": { "assemblyVersion": "4.1.0.0", "fileVersion": "4.6.25921.2" } } }, "System.Text.Encoding/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Text.Encoding.CodePages/4.4.0": { "runtime": { "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { "assemblyVersion": "4.1.0.0", "fileVersion": "4.6.25519.3" } } }, "System.Text.Encoding.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0" } }, "System.Text.RegularExpressions/4.3.0": { "dependencies": { "System.Collections": "4.3.0", "System.Globalization": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0" }, "runtime": { "lib/netstandard1.6/System.Text.RegularExpressions.dll": { "assemblyVersion": "4.1.1.0", "fileVersion": "4.6.24705.1" } } }, "System.Threading/4.3.0": { "dependencies": { "System.Runtime": "4.3.0", "System.Threading.Tasks": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Threading.dll": { "assemblyVersion": "4.0.12.0", "fileVersion": "4.6.24705.1" } } }, "System.Threading.Tasks/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Threading.Tasks.Extensions/4.3.0": { "dependencies": { "System.Collections": "4.3.0", "System.Runtime": "4.3.0", "System.Threading.Tasks": "4.3.0" }, "runtime": { "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { "assemblyVersion": "4.1.0.0", "fileVersion": "4.6.24705.1" } } }, "System.Xml.ReaderWriter/4.3.0": { "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Globalization": "4.3.0", "System.IO": "4.3.0", "System.IO.FileSystem": "4.3.0", "System.IO.FileSystem.Primitives": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Text.Encoding.Extensions": "4.3.0", "System.Text.RegularExpressions": "4.3.0", "System.Threading.Tasks": "4.3.0", "System.Threading.Tasks.Extensions": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": { "assemblyVersion": "4.1.0.0", "fileVersion": "4.6.24705.1" } } }, "System.Xml.XmlDocument/4.3.0": { "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Globalization": "4.3.0", "System.IO": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Text.Encoding": "4.3.0", "System.Threading": "4.3.0", "System.Xml.ReaderWriter": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Xml.XmlDocument.dll": { "assemblyVersion": "4.0.2.0", "fileVersion": "4.6.24705.1" } } }, "System.Xml.XPath/4.3.0": { "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Globalization": "4.3.0", "System.IO": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "System.Xml.ReaderWriter": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Xml.XPath.dll": { "assemblyVersion": "4.0.2.0", "fileVersion": "4.6.24705.1" } } }, "System.Xml.XPath.XmlDocument/4.3.0": { "dependencies": { "System.Collections": "4.3.0", "System.Globalization": "4.3.0", "System.IO": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", "System.Runtime.Extensions": "4.3.0", "System.Threading": "4.3.0", "System.Xml.ReaderWriter": "4.3.0", "System.Xml.XPath": "4.3.0", "System.Xml.XmlDocument": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": { "assemblyVersion": "4.0.2.0", "fileVersion": "4.6.24705.1" } } }, "EcoVadis.AzureDevOps.App/1.0.0": { "dependencies": { "EcoVadis.AzureDevOps.Facade": "1.0.0" }, "runtime": { "EcoVadis.AzureDevOps.App.dll": {} } }, "EcoVadis.AzureDevOps.Facade/1.0.0": { "dependencies": { "Microsoft.AspNet.WebApi.Client": "5.2.7", "Microsoft.TeamFoundationServer.Client": "16.153.0", "Microsoft.VisualStudio.Services.Client": "16.153.0" }, "runtime": { "EcoVadis.AzureDevOps.Facade.dll": {} } } } }, "libraries": { "EcoVadis.AzureDevOps/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "Microsoft.AspNet.WebApi.Client/5.2.7": { "type": "package", "serviceable": true, "sha512": "sha512-/76fAHknzvFqbznS6Uj2sOyE9rJB3PltY+f53TH8dX9RiGhk02EhuFCWljSj5nnqKaTsmma8DFR50OGyQ4yJ1g==", "path": "microsoft.aspnet.webapi.client/5.2.7", "hashPath": "microsoft.aspnet.webapi.client.5.2.7.nupkg.sha512" }, "Microsoft.CSharp/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", "path": "microsoft.csharp/4.7.0", "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" }, "Microsoft.NETCore.Platforms/1.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", "path": "microsoft.netcore.platforms/1.1.0", "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" }, "Microsoft.NETCore.Targets/1.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", "path": "microsoft.netcore.targets/1.1.0", "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" }, "Microsoft.TeamFoundation.DistributedTask.Common.Contracts/16.153.0": { "type": "package", "serviceable": true, "sha512": "sha512-6MzEiPf6BQGmlyZq8Rt1B4iKXwDo2GQQB4xAKM5Uy4lFR84kcR6/1nSO5ecfzx5sP+iKWZAHnqGfVP1w2BJflw==", "path": "microsoft.teamfoundation.distributedtask.common.contracts/16.153.0", "hashPath": "microsoft.teamfoundation.distributedtask.common.contracts.16.153.0.nupkg.sha512" }, "Microsoft.TeamFoundationServer.Client/16.153.0": { "type": "package", "serviceable": true, "sha512": "sha512-63t2bP9Pnbbrgbgd3GN8RHdN8GCnf4CK/xJTpwkzD9IrmRrxwWH/BOaTVvu+6hth4lopcdcvOj19yOZOdwdlyg==", "path": "microsoft.teamfoundationserver.client/16.153.0", "hashPath": "microsoft.teamfoundationserver.client.16.153.0.nupkg.sha512" }, "Microsoft.VisualStudio.Services.Client/16.153.0": { "type": "package", "serviceable": true, "sha512": "sha512-iqWtKf6eQQMohOT5kDiAhAyh6W7pGUZsHL6u6UphQzbRaOODzarlJG3pfI4grVLu4p7e3GpQffCJikJSWSJvBw==", "path": "microsoft.visualstudio.services.client/16.153.0", "hashPath": "microsoft.visualstudio.services.client.16.153.0.nupkg.sha512" }, "Microsoft.Win32.Registry/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-LJh1PSoqdugrCv7t+k2B919GGdq4PyrntPVlMCMrcz59nsjOstYmtGWSCiFZ3UNpxv2dlsZdcLzJ847uyOlaEA==", "path": "microsoft.win32.registry/4.4.0", "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" }, "NETStandard.Library/2.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", "path": "netstandard.library/2.0.3", "hashPath": "netstandard.library.2.0.3.nupkg.sha512" }, "Newtonsoft.Json/11.0.2": { "type": "package", "serviceable": true, "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==", "path": "newtonsoft.json/11.0.2", "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512" }, "Newtonsoft.Json.Bson/1.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==", "path": "newtonsoft.json.bson/1.0.1", "hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512" }, "ObjectDumper.NET/2.5.20033.1": { "type": "package", "serviceable": true, "sha512": "sha512-TnnDfjFze5jekgpBp9Xf9aQfrbW/kjCMVK/vI7WbWVE11czCqKceuW4yPxhGSGSkOwCDZb5vpjauM3xai7xAlw==", "path": "objectdumper.net/2.5.20033.1", "hashPath": "objectdumper.net.2.5.20033.1.nupkg.sha512" }, "PowerShellStandard.Library/5.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-iYaRvQsM1fow9h3uEmio+2m2VXfulgI16AYHaTZ8Sf7erGe27Qc8w/h6QL5UPuwv1aXR40QfzMEwcCeiYJp2cw==", "path": "powershellstandard.library/5.1.0", "hashPath": "powershellstandard.library.5.1.0.nupkg.sha512" }, "ProductivityTools.DescriptionValue/1.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-O6nAbe3sEE1cvsqRl8kFUvwfpjO7tbnGcMMpuvdbQHHKB3Q6oaFFpvlfAaFzCWyz/wu5P95FeivH+wGZdo2ArA==", "path": "productivitytools.descriptionvalue/1.0.1", "hashPath": "productivitytools.descriptionvalue.1.0.1.nupkg.sha512" }, "ProductivityTools.PSCmdlet/1.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-JK34S6UIZCy2i8TjpP7ZQmxT8XGT0YHl2jO7Dryw7N+gTs+DatIn7XX78bWauFAGP/0gtAVcx0MyfJ8VvMCV4w==", "path": "productivitytools.pscmdlet/1.0.1", "hashPath": "productivitytools.pscmdlet.1.0.1.nupkg.sha512" }, "runtime.native.System.Data.SqlClient.sni/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==", "path": "runtime.native.system.data.sqlclient.sni/4.4.0", "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.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" }, "System.Collections/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", "path": "system.collections/4.3.0", "hashPath": "system.collections.4.3.0.nupkg.sha512" }, "System.ComponentModel.Annotations/4.4.1": { "type": "package", "serviceable": true, "sha512": "sha512-ToiYqSCioqhtspq2O/jYKtyTC/T0uwWHBTYlzCi6PRbSSHArN1IaRWeHffDamvms5sye5FDUWCfNZgubQpNRsA==", "path": "system.componentmodel.annotations/4.4.1", "hashPath": "system.componentmodel.annotations.4.4.1.nupkg.sha512" }, "System.Configuration.ConfigurationManager/4.4.1": { "type": "package", "serviceable": true, "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", "path": "system.configuration.configurationmanager/4.4.1", "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" }, "System.Data.SqlClient/4.4.2": { "type": "package", "serviceable": true, "sha512": "sha512-Bv5J2EBAdP7FSgehKYN4O6iw1AaZrw4rFFqwt9vZSjRvC70FpwP2d9UG4aTaI2wh3vfrBKK+tjewowGM2Y6c1w==", "path": "system.data.sqlclient/4.4.2", "hashPath": "system.data.sqlclient.4.4.2.nupkg.sha512" }, "System.Diagnostics.Debug/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", "path": "system.diagnostics.debug/4.3.0", "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" }, "System.Diagnostics.DiagnosticSource/4.4.1": { "type": "package", "serviceable": true, "sha512": "sha512-DfmSEfJLAfs+iVaQhxUJEh57N2ubV+nd00Xsob2tnC+XwasndKazMjhDYdYMW7UZ6tmyBTxuR5uEx0ov4AaVsQ==", "path": "system.diagnostics.diagnosticsource/4.4.1", "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" }, "System.Diagnostics.Tracing/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", "path": "system.diagnostics.tracing/4.3.0", "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" }, "System.Globalization/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", "path": "system.globalization/4.3.0", "hashPath": "system.globalization.4.3.0.nupkg.sha512" }, "System.IO/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", "path": "system.io/4.3.0", "hashPath": "system.io.4.3.0.nupkg.sha512" }, "System.IO.FileSystem/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", "path": "system.io.filesystem/4.3.0", "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" }, "System.IO.FileSystem.Primitives/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", "path": "system.io.filesystem.primitives/4.3.0", "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" }, "System.Reflection/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", "path": "system.reflection/4.3.0", "hashPath": "system.reflection.4.3.0.nupkg.sha512" }, "System.Reflection.Primitives/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", "path": "system.reflection.primitives/4.3.0", "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" }, "System.Resources.ResourceManager/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", "path": "system.resources.resourcemanager/4.3.0", "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" }, "System.Runtime/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", "path": "system.runtime/4.3.0", "hashPath": "system.runtime.4.3.0.nupkg.sha512" }, "System.Runtime.Extensions/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", "path": "system.runtime.extensions/4.3.0", "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" }, "System.Runtime.Handles/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", "path": "system.runtime.handles/4.3.0", "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" }, "System.Runtime.InteropServices/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", "path": "system.runtime.interopservices/4.3.0", "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" }, "System.Security.AccessControl/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-UPF+s4KctOCpk7dpBe3QtZ1AzFEHKdhOtiNDLxGnD/nxKsVbsow5OClTy8c7yOObw/Evbv95xRwZfYZ4wLV4fA==", "path": "system.security.accesscontrol/4.4.0", "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" }, "System.Security.Cryptography.Cng/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-3d/d+7sdNpfYfqJFzuE/o6Pl/reaMbH7rlUMNvtm4+XVYHY32tdFa45yjB3vhb6q0YY+IV8GUuiBPRsBFP3yaw==", "path": "system.security.cryptography.cng/4.4.0", "hashPath": "system.security.cryptography.cng.4.4.0.nupkg.sha512" }, "System.Security.Cryptography.OpenSsl/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-is11qLXIHKIvbTipyB1an8FT1ZKavmgf/qJUSIz7ZP830ALRRhPSt5NhplW0/wMk0tNDQWQLluVap6HsQN4HMg==", "path": "system.security.cryptography.openssl/4.4.0", "hashPath": "system.security.cryptography.openssl.4.4.0.nupkg.sha512" }, "System.Security.Cryptography.ProtectedData/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", "path": "system.security.cryptography.protecteddata/4.4.0", "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" }, "System.Security.Principal.Windows/4.4.1": { "type": "package", "serviceable": true, "sha512": "sha512-h3ah5DRH1dD0WbtLVZrLAUkkMYL9N3gQ/qrJuc65GzyR4hsaPD0YjEwmpu5+2tNT8BQktW5xw7KlgoY83jqd7w==", "path": "system.security.principal.windows/4.4.1", "hashPath": "system.security.principal.windows.4.4.1.nupkg.sha512" }, "System.Text.Encoding/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", "path": "system.text.encoding/4.3.0", "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" }, "System.Text.Encoding.CodePages/4.4.0": { "type": "package", "serviceable": true, "sha512": "sha512-FpAgMC+BX6OOCiRebYqHP3r3aYU7o0lopPOo4zKyGc5LWXFEYRUaKtoXXvAJ3sP+IDOK/KBxZaiVAdi+QdZ0TA==", "path": "system.text.encoding.codepages/4.4.0", "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" }, "System.Text.Encoding.Extensions/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", "path": "system.text.encoding.extensions/4.3.0", "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" }, "System.Text.RegularExpressions/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", "path": "system.text.regularexpressions/4.3.0", "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" }, "System.Threading/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", "path": "system.threading/4.3.0", "hashPath": "system.threading.4.3.0.nupkg.sha512" }, "System.Threading.Tasks/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "path": "system.threading.tasks/4.3.0", "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" }, "System.Threading.Tasks.Extensions/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", "path": "system.threading.tasks.extensions/4.3.0", "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" }, "System.Xml.ReaderWriter/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", "path": "system.xml.readerwriter/4.3.0", "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" }, "System.Xml.XmlDocument/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", "path": "system.xml.xmldocument/4.3.0", "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" }, "System.Xml.XPath/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", "path": "system.xml.xpath/4.3.0", "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" }, "System.Xml.XPath.XmlDocument/4.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-A/uxsWi/Ifzkmd4ArTLISMbfFs6XpRPsXZonrIqyTY70xi8t+mDtvSM5Os0RqyRDobjMBwIDHDL4NOIbkDwf7A==", "path": "system.xml.xpath.xmldocument/4.3.0", "hashPath": "system.xml.xpath.xmldocument.4.3.0.nupkg.sha512" }, "EcoVadis.AzureDevOps.App/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "EcoVadis.AzureDevOps.Facade/1.0.0": { "type": "project", "serviceable": false, "sha512": "" } } } |