5609 lines
236 KiB
JSON
5609 lines
236 KiB
JSON
{
|
|
"version": 3,
|
|
"targets": {
|
|
"net8.0": {
|
|
"BlazorMonaco/3.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Components": "8.0.0",
|
|
"Microsoft.AspNetCore.Components.Web": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/BlazorMonaco.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/BlazorMonaco.dll": {}
|
|
},
|
|
"build": {
|
|
"buildTransitive/BlazorMonaco.props": {}
|
|
},
|
|
"buildMultiTargeting": {
|
|
"buildMultiTargeting/BlazorMonaco.props": {}
|
|
}
|
|
},
|
|
"Bogus/35.6.3": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net6.0/Bogus.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/Bogus.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"DartSassBuilder/1.0.0": {
|
|
"type": "package",
|
|
"build": {
|
|
"build/_._": {}
|
|
}
|
|
},
|
|
"DataSeeder/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/DataSeeder.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/DataSeeder.dll": {}
|
|
}
|
|
},
|
|
"Hangfire.AspNetCore/1.8.18": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Hangfire.NetCore": "[1.8.18]"
|
|
},
|
|
"compile": {
|
|
"lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"Hangfire.Core/1.8.18": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Newtonsoft.Json": "11.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Hangfire.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Hangfire.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"resource": {
|
|
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
|
|
"locale": "ca"
|
|
},
|
|
"lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
|
|
"locale": "fa"
|
|
},
|
|
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
|
|
"locale": "nb"
|
|
},
|
|
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
|
|
"locale": "nl"
|
|
},
|
|
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
|
|
"locale": "pt-PT"
|
|
},
|
|
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
|
|
"locale": "pt"
|
|
},
|
|
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
|
|
"locale": "sv"
|
|
},
|
|
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
|
|
"locale": "tr-TR"
|
|
},
|
|
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
|
|
"locale": "zh-TW"
|
|
},
|
|
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
|
|
"locale": "zh"
|
|
}
|
|
}
|
|
},
|
|
"Hangfire.InMemory/1.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Hangfire.Core": "1.8.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Hangfire.InMemory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Hangfire.InMemory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Hangfire.NetCore/1.8.18": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Hangfire.Core": "[1.8.18]",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "3.0.0",
|
|
"Microsoft.Extensions.Hosting.Abstractions": "3.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "3.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.1/Hangfire.NetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.1/Hangfire.NetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Json.More.Net/2.0.2": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Json.More.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Json.More.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"JsonPath.Net/1.1.6": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Json.More.Net": "2.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/JsonPath.Net.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/JsonPath.Net.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"MassTransit/8.4.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"MassTransit.Abstractions": "8.4.0",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",
|
|
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Options": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/MassTransit.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/MassTransit.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"MassTransit.Abstractions/8.4.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/MassTransit.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/MassTransit.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"MassTransit.Hangfire/8.4.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Hangfire.Core": "1.8.18",
|
|
"MassTransit": "8.4.0",
|
|
"MassTransit.Newtonsoft": "8.4.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/MassTransit.HangfireIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/MassTransit.HangfireIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"MassTransit.Newtonsoft/8.4.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"MassTransit": "8.4.0",
|
|
"Newtonsoft.Json": "13.0.3",
|
|
"Newtonsoft.Json.Bson": "1.0.3"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/MassTransit.Newtonsoft.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/MassTransit.Newtonsoft.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Authentication/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Authentication.Core": "2.3.0",
|
|
"Microsoft.AspNetCore.DataProtection": "2.3.0",
|
|
"Microsoft.AspNetCore.Http": "2.3.0",
|
|
"Microsoft.AspNetCore.Http.Extensions": "2.3.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Options": "8.0.2",
|
|
"Microsoft.Extensions.WebEncoders": "8.0.11"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.Abstractions/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Abstractions": "2.3.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Options": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.Certificate/8.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Memory": "8.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.Certificate.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.Certificate.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.Core/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Authentication.Abstractions": "2.3.0",
|
|
"Microsoft.AspNetCore.Http": "2.3.0",
|
|
"Microsoft.AspNetCore.Http.Extensions": "2.3.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect/8.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authorization/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Metadata": "8.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Options": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Authorization.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Authorization.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Components/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Authorization": "8.0.0",
|
|
"Microsoft.AspNetCore.Components.Analyzers": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Components.Analyzers/8.0.0": {
|
|
"type": "package",
|
|
"build": {
|
|
"buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Components.Forms/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Components": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Components.Web/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Components": "8.0.0",
|
|
"Microsoft.AspNetCore.Components.Forms": "8.0.0",
|
|
"Microsoft.Extensions.DependencyInjection": "8.0.0",
|
|
"Microsoft.Extensions.Primitives": "8.0.0",
|
|
"Microsoft.JSInterop": "8.0.0",
|
|
"System.IO.Pipelines": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Web.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Cryptography.Internal/2.3.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.DataProtection/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Cryptography.Internal": "2.3.0",
|
|
"Microsoft.AspNetCore.DataProtection.Abstractions": "2.3.0",
|
|
"Microsoft.AspNetCore.Hosting.Abstractions": "2.3.0",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Options": "8.0.2",
|
|
"Microsoft.Win32.Registry": "4.5.0",
|
|
"System.Security.Cryptography.Xml": "8.0.2",
|
|
"System.Security.Principal.Windows": "5.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.DataProtection.Abstractions/2.3.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Hosting.Abstractions/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.3.0",
|
|
"Microsoft.AspNetCore.Http.Abstractions": "2.3.0",
|
|
"Microsoft.Extensions.Hosting.Abstractions": "8.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Hosting.Server.Abstractions/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Features": "2.3.0",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Http/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Abstractions": "2.3.0",
|
|
"Microsoft.AspNetCore.WebUtilities": "2.3.0",
|
|
"Microsoft.Extensions.ObjectPool": "8.0.11",
|
|
"Microsoft.Extensions.Options": "8.0.2",
|
|
"Microsoft.Net.Http.Headers": "2.3.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Http.Abstractions/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Features": "2.3.0",
|
|
"System.Text.Encodings.Web": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Http.Extensions/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Abstractions": "2.3.0",
|
|
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
|
|
"Microsoft.Net.Http.Headers": "2.3.0",
|
|
"System.Buffers": "4.6.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Http.Features/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Metadata/8.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Metadata.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Metadata.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Razor.Language": "6.0.0",
|
|
"Microsoft.CodeAnalysis.Razor": "6.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.Razor.Extensions": "6.0.0",
|
|
"Microsoft.CodeAnalysis.Razor": "6.0.0",
|
|
"Microsoft.Extensions.DependencyModel": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
],
|
|
"build": {
|
|
"buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Razor.Language/6.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.WebUtilities/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Net.Http.Headers": "2.3.0",
|
|
"System.Text.Encodings.Web": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.Analyzers/3.3.2": {
|
|
"type": "package",
|
|
"build": {
|
|
"build/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.Common/4.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.CodeAnalysis.Analyzers": "3.3.2",
|
|
"System.Collections.Immutable": "5.0.0",
|
|
"System.Memory": "4.5.4",
|
|
"System.Reflection.Metadata": "5.0.0",
|
|
"System.Runtime.CompilerServices.Unsafe": "5.0.0",
|
|
"System.Text.Encoding.CodePages": "4.5.1",
|
|
"System.Threading.Tasks.Extensions": "4.5.4"
|
|
},
|
|
"compile": {
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"resource": {
|
|
"lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.CSharp/4.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.CodeAnalysis.Common": "[4.0.0]"
|
|
},
|
|
"compile": {
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"resource": {
|
|
"lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "cs"
|
|
},
|
|
"lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "de"
|
|
},
|
|
"lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "es"
|
|
},
|
|
"lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "fr"
|
|
},
|
|
"lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "it"
|
|
},
|
|
"lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "ja"
|
|
},
|
|
"lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "ko"
|
|
},
|
|
"lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "pl"
|
|
},
|
|
"lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "pt-BR"
|
|
},
|
|
"lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "ru"
|
|
},
|
|
"lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "tr"
|
|
},
|
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "zh-Hans"
|
|
},
|
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": {
|
|
"locale": "zh-Hant"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.Razor/6.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Razor.Language": "6.0.0",
|
|
"Microsoft.CodeAnalysis.CSharp": "4.0.0",
|
|
"Microsoft.CodeAnalysis.Common": "4.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore/8.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Abstractions": "8.0.10",
|
|
"Microsoft.EntityFrameworkCore.Analyzers": "8.0.10",
|
|
"Microsoft.Extensions.Caching.Memory": "8.0.1",
|
|
"Microsoft.Extensions.Logging": "8.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Abstractions/8.0.10": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Analyzers/8.0.10": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.InMemory/8.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "8.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Caching.Abstractions/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/8.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Options": "8.0.2",
|
|
"Microsoft.Extensions.Primitives": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection/8.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyModel/8.0.2": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.Abstractions/8.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Options": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Options": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Hosting.Abstractions/8.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Diagnostics.Abstractions": "8.0.1",
|
|
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging/8.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection": "8.0.1",
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Options": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/8.0.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.ObjectPool/8.0.11": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.ObjectPool.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.ObjectPool.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Options/8.0.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Primitives": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Options.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Options.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Primitives/8.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.WebEncoders/8.0.11": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
|
|
"Microsoft.Extensions.Options": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.Extensions.WebEncoders.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Extensions.WebEncoders.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Abstractions/8.10.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Logging/8.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Abstractions": "8.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Protocols/8.1.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.1.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.1.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Protocols": "8.1.2",
|
|
"System.IdentityModel.Tokens.Jwt": "8.1.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Tokens/8.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
|
|
"Microsoft.IdentityModel.Logging": "8.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.JSInterop/8.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.JSInterop.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.JSInterop.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Net.Http.Headers/2.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "8.0.0",
|
|
"System.Buffers": "4.6.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.NETCore.Platforms/2.1.2": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard1.0/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard1.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.NETCore.Targets/1.1.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard1.0/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard1.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Web.LibraryManager.Build/2.1.175": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Runtime.Loader": "4.3.0"
|
|
},
|
|
"build": {
|
|
"build/Microsoft.Web.LibraryManager.Build.props": {},
|
|
"build/Microsoft.Web.LibraryManager.Build.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.Win32.Registry/4.5.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Security.AccessControl": "4.5.0",
|
|
"System.Security.Principal.Windows": "4.5.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "unix"
|
|
},
|
|
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
},
|
|
"Newtonsoft.Json/13.0.3": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Newtonsoft.Json.Bson/1.0.3": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Newtonsoft.Json": "13.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
}
|
|
},
|
|
"Portable.BouncyCastle/1.9.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"QRCoder/1.6.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net6.0/QRCoder.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/QRCoder.dll": {}
|
|
}
|
|
},
|
|
"Radzen.Blazor/5.5.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"DartSassBuilder": "1.0.0",
|
|
"Microsoft.AspNetCore.Components": "8.0.0",
|
|
"Microsoft.AspNetCore.Components.Web": "8.0.0",
|
|
"System.Linq.Dynamic.Core": "1.3.7"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Radzen.Blazor.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Radzen.Blazor.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/Radzen.Blazor.props": {}
|
|
},
|
|
"buildMultiTargeting": {
|
|
"buildMultiTargeting/Radzen.Blazor.props": {}
|
|
}
|
|
},
|
|
"SidFormBuilder/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"BlazorMonaco": "3.2.0",
|
|
"Bogus": "35.6.1",
|
|
"DataSeeder": "6.0.4",
|
|
"JsonPath.Net": "1.1.6",
|
|
"Radzen.Blazor": "5.5.1",
|
|
"Z.Blazor.Diagrams": "3.0.3"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SidFormBuilder.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SidFormBuilder.dll": {}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
],
|
|
"contentFiles": {
|
|
"contentFiles/any/any/_._": {
|
|
"buildAction": "None",
|
|
"codeLanguage": "any",
|
|
"copyToOutput": false
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/SidFormBuilder.props": {}
|
|
},
|
|
"buildMultiTargeting": {
|
|
"buildMultiTargeting/SidFormBuilder.props": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.Configuration/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "8.0.10",
|
|
"Microsoft.EntityFrameworkCore.InMemory": "8.0.10",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
|
|
"SimpleIdServer.IdServer.Helpers": "6.0.4"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.Configuration.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.Configuration.dll": {}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"SimpleIdServer.Did/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Options": "8.0.2",
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.1.2",
|
|
"Portable.BouncyCastle": "1.9.0",
|
|
"System.IdentityModel.Tokens.Jwt": "8.1.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.Did.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.Did.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.Did.Key/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
|
|
"SimpleIdServer.Did": "6.0.4"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.Did.Key.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.Did.Key.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.DPoP/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.1.2",
|
|
"System.IdentityModel.Tokens.Jwt": "8.1.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.DPoP.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.DPoP.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.IdServer/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Bogus": "35.6.3",
|
|
"DataSeeder": "6.0.4",
|
|
"Hangfire.AspNetCore": "1.8.18",
|
|
"Hangfire.InMemory": "1.0.0",
|
|
"MassTransit": "8.4.0",
|
|
"MassTransit.Hangfire": "8.4.0",
|
|
"Microsoft.AspNetCore.Authentication.Certificate": "8.0.10",
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "8.0.10",
|
|
"Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation": "8.0.10",
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.1.2",
|
|
"QRCoder": "1.6.0",
|
|
"SidFormBuilder": "6.0.4",
|
|
"SimpleIdServer.Configuration": "6.0.4",
|
|
"SimpleIdServer.DPoP": "6.0.4",
|
|
"SimpleIdServer.Did.Key": "6.0.4",
|
|
"SimpleIdServer.IdServer.Domains": "6.0.4",
|
|
"SimpleIdServer.IdServer.IntegrationEvents": "6.0.4",
|
|
"SimpleIdServer.Scim.Client": "6.0.4",
|
|
"SimpleIdServer.Scim.Parser": "6.0.4"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
],
|
|
"contentFiles": {
|
|
"contentFiles/any/net8.0/Properties/launchSettings.json": {
|
|
"buildAction": "Content",
|
|
"codeLanguage": "any",
|
|
"copyToOutput": false
|
|
}
|
|
}
|
|
},
|
|
"SimpleIdServer.IdServer.Domains/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.10.0",
|
|
"Newtonsoft.Json": "13.0.3",
|
|
"SimpleIdServer.IdServer.Helpers": "6.0.4",
|
|
"System.IdentityModel.Tokens.Jwt": "8.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.Domains.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.Domains.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.IdServer.Helpers/6.0.4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.Helpers.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.Helpers.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.IdServer.IntegrationEvents/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"SimpleIdServer.IdServer.Domains": "6.0.4"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.IntegrationEvents.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.IntegrationEvents.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.IdServer.Pwd/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"SimpleIdServer.Configuration": "6.0.4",
|
|
"SimpleIdServer.IdServer": "6.0.4"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.Pwd.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.IdServer.Pwd.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.Scim.Client/6.0.4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.Scim.Client.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.Scim.Client.dll": {}
|
|
}
|
|
},
|
|
"SimpleIdServer.Scim.Domains/6.0.4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.Scim.Domains.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.Scim.Domains.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"SimpleIdServer.Scim.Parser/6.0.4": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"SimpleIdServer.Scim.Domains": "6.0.4"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/SimpleIdServer.Scim.Parser.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/SimpleIdServer.Scim.Parser.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"SvgPathProperties/1.1.2": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/SvgPathProperties.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/SvgPathProperties.dll": {}
|
|
}
|
|
},
|
|
"System.Buffers/4.6.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netcoreapp2.1/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netcoreapp2.1/_._": {}
|
|
}
|
|
},
|
|
"System.Collections.Immutable/5.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/System.Collections.Immutable.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/System.Collections.Immutable.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.IdentityModel.Tokens.Jwt/8.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.10.0",
|
|
"Microsoft.IdentityModel.Tokens": "8.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.IO/4.3.0": {
|
|
"type": "package",
|
|
"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"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard1.5/System.IO.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.IO.Pipelines/8.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/System.IO.Pipelines.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.IO.Pipelines.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"System.Linq.Dynamic.Core/1.3.7": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/System.Linq.Dynamic.Core.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.Linq.Dynamic.Core.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Memory/4.5.4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"ref/netcoreapp2.1/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netcoreapp2.1/_._": {}
|
|
}
|
|
},
|
|
"System.Reflection/4.3.0": {
|
|
"type": "package",
|
|
"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"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard1.5/System.Reflection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Reflection.Metadata/5.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/System.Reflection.Metadata.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/System.Reflection.Metadata.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Reflection.Primitives/4.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
"System.Runtime": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard1.0/System.Reflection.Primitives.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Runtime/4.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
"Microsoft.NETCore.Targets": "1.1.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard1.5/System.Runtime.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Runtime.Loader/4.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.IO": "4.3.0",
|
|
"System.Reflection": "4.3.0",
|
|
"System.Runtime": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard1.5/System.Runtime.Loader.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard1.5/System.Runtime.Loader.dll": {}
|
|
}
|
|
},
|
|
"System.Security.AccessControl/4.5.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
"System.Security.Principal.Windows": "4.5.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard2.0/System.Security.AccessControl.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/System.Security.AccessControl.dll": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
},
|
|
"System.Security.Cryptography.Pkcs/8.0.1": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
},
|
|
"System.Security.Cryptography.Xml/8.0.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Security.Cryptography.Pkcs": "8.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/System.Security.Cryptography.Xml.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.Security.Cryptography.Xml.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
},
|
|
"System.Security.Principal.Windows/5.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "unix"
|
|
},
|
|
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
},
|
|
"System.Text.Encoding/4.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
"System.Runtime": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard1.3/System.Text.Encoding.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Text.Encoding.CodePages/4.5.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "2.1.2",
|
|
"System.Runtime.CompilerServices.Unsafe": "4.5.2"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
},
|
|
"System.Text.Encodings.Web/8.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/System.Text.Encodings.Web.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.Text.Encodings.Web.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "browser"
|
|
}
|
|
}
|
|
},
|
|
"System.Threading.Tasks/4.3.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
"System.Runtime": "4.3.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard1.3/System.Threading.Tasks.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Threading.Tasks.Extensions/4.5.4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"ref/netcoreapp2.1/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netcoreapp2.1/_._": {}
|
|
}
|
|
},
|
|
"Z.Blazor.Diagrams/3.0.3": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Components": "[8.0.0, 9.0.0)",
|
|
"Microsoft.AspNetCore.Components.Web": "[8.0.0, 9.0.0)",
|
|
"Z.Blazor.Diagrams.Core": "3.0.3"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Blazor.Diagrams.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Blazor.Diagrams.dll": {}
|
|
},
|
|
"build": {
|
|
"buildTransitive/Z.Blazor.Diagrams.props": {}
|
|
},
|
|
"buildMultiTargeting": {
|
|
"buildMultiTargeting/Z.Blazor.Diagrams.props": {}
|
|
}
|
|
},
|
|
"Z.Blazor.Diagrams.Core/3.0.3": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"SvgPathProperties": "1.1.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Blazor.Diagrams.Core.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Blazor.Diagrams.Core.dll": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libraries": {
|
|
"BlazorMonaco/3.2.0": {
|
|
"sha512": "WieNJS7kBiY1rUqpZAvbJwlKyNKq9KPs5fGkMg0oLmNQi8YXsp13q5NCpGVDcjxHwyrUM8wcuEjHdz5o+OEs8Q==",
|
|
"type": "package",
|
|
"path": "blazormonaco/3.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"blazormonaco.3.2.0.nupkg.sha512",
|
|
"blazormonaco.nuspec",
|
|
"build/BlazorMonaco.props",
|
|
"build/Microsoft.AspNetCore.StaticWebAssets.props",
|
|
"buildMultiTargeting/BlazorMonaco.props",
|
|
"buildTransitive/BlazorMonaco.props",
|
|
"icon.png",
|
|
"lib/net5.0/BlazorMonaco.dll",
|
|
"lib/net6.0/BlazorMonaco.dll",
|
|
"lib/net7.0/BlazorMonaco.dll",
|
|
"lib/net8.0/BlazorMonaco.dll",
|
|
"lib/netstandard2.0/BlazorMonaco.dll",
|
|
"staticwebassets/jsInterop.js",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.de.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.es.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.fr.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.it.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.ja.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.ko.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.ru.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.zh-cn.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/common/worker/simpleWorker.nls.zh-tw.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/base/worker/workerMain.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.de.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.es.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.fr.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.it.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.ja.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.ko.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.ru.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.zh-cn.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/editor/editor.main.nls.zh-tw.js.map",
|
|
"staticwebassets/lib/monaco-editor/min-maps/vs/loader.js.map",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.es.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.es.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.fr.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.fr.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.it.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.it.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ja.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ja.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ko.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ko.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ru.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ru.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.zh-cn.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.zh-cn.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.zh-tw.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.zh-tw.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/worker/workerMain.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/base/worker/workerMain.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/abap/abap.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/abap/abap.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/apex/apex.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/apex/apex.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/azcli/azcli.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/azcli/azcli.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/bat/bat.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/bat/bat.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/bicep/bicep.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/bicep/bicep.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/cameligo/cameligo.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/cameligo/cameligo.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/clojure/clojure.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/clojure/clojure.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/coffee/coffee.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/coffee/coffee.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/cpp/cpp.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/cpp/cpp.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/csharp/csharp.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/csharp/csharp.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/csp/csp.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/csp/csp.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/css/css.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/css/css.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/cypher/cypher.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/cypher/cypher.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/dart/dart.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/dart/dart.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/dockerfile/dockerfile.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/dockerfile/dockerfile.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/ecl/ecl.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/ecl/ecl.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/elixir/elixir.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/elixir/elixir.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/flow9/flow9.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/flow9/flow9.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/freemarker2/freemarker2.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/freemarker2/freemarker2.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/fsharp/fsharp.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/fsharp/fsharp.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/go/go.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/go/go.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/graphql/graphql.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/graphql/graphql.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/handlebars/handlebars.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/handlebars/handlebars.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/hcl/hcl.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/hcl/hcl.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/html/html.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/html/html.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/ini/ini.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/ini/ini.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/java/java.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/java/java.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/javascript/javascript.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/javascript/javascript.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/julia/julia.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/julia/julia.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/kotlin/kotlin.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/kotlin/kotlin.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/less/less.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/less/less.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/lexon/lexon.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/lexon/lexon.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/liquid/liquid.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/liquid/liquid.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/lua/lua.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/lua/lua.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/m3/m3.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/m3/m3.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/markdown/markdown.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/markdown/markdown.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/mdx/mdx.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/mdx/mdx.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/mips/mips.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/mips/mips.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/msdax/msdax.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/msdax/msdax.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/mysql/mysql.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/mysql/mysql.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/objective-c/objective-c.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/objective-c/objective-c.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pascal/pascal.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pascal/pascal.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pascaligo/pascaligo.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pascaligo/pascaligo.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/perl/perl.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/perl/perl.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pgsql/pgsql.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pgsql/pgsql.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/php/php.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/php/php.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pla/pla.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pla/pla.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/postiats/postiats.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/postiats/postiats.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/powerquery/powerquery.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/powerquery/powerquery.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/powershell/powershell.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/powershell/powershell.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/protobuf/protobuf.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/protobuf/protobuf.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pug/pug.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/pug/pug.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/python/python.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/python/python.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/qsharp/qsharp.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/qsharp/qsharp.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/r/r.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/r/r.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/razor/razor.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/razor/razor.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/redis/redis.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/redis/redis.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/redshift/redshift.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/redshift/redshift.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/restructuredtext/restructuredtext.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/restructuredtext/restructuredtext.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/ruby/ruby.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/ruby/ruby.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/rust/rust.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/rust/rust.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sb/sb.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sb/sb.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/scala/scala.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/scala/scala.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/scheme/scheme.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/scheme/scheme.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/scss/scss.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/scss/scss.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/shell/shell.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/shell/shell.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/solidity/solidity.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/solidity/solidity.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sophia/sophia.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sophia/sophia.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sparql/sparql.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sparql/sparql.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sql/sql.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/sql/sql.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/st/st.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/st/st.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/swift/swift.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/swift/swift.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/systemverilog/systemverilog.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/systemverilog/systemverilog.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/tcl/tcl.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/tcl/tcl.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/twig/twig.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/twig/twig.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/typescript/typescript.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/typescript/typescript.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/vb/vb.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/vb/vb.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/wgsl/wgsl.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/wgsl/wgsl.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/xml/xml.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/xml/xml.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/yaml/yaml.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/basic-languages/yaml/yaml.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.css",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.min.css",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.de.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.de.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.es.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.es.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.fr.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.fr.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.it.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.it.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.ja.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.ja.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.ko.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.ko.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.ru.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.ru.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.zh-cn.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.zh-cn.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.zh-tw.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/editor/editor.main.nls.zh-tw.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/css/cssMode.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/css/cssMode.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/css/cssWorker.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/css/cssWorker.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/html/htmlMode.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/html/htmlMode.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/html/htmlWorker.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/html/htmlWorker.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/json/jsonMode.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/json/jsonMode.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/json/jsonWorker.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/json/jsonWorker.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/typescript/tsMode.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/typescript/tsWorker.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/language/typescript/tsWorker.min.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/loader.js",
|
|
"staticwebassets/lib/monaco-editor/min/vs/loader.min.js"
|
|
]
|
|
},
|
|
"Bogus/35.6.3": {
|
|
"sha512": "+5omfZWy8gOcbpc48vKfMI4h/ecbdf3NQm6xCl3zMbaP4J3rMMm5h3kPFeIWBgt4mbz6YY0eeZDLR/6yv1khKw==",
|
|
"type": "package",
|
|
"path": "bogus/35.6.3",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE",
|
|
"bogus.128.png",
|
|
"bogus.35.6.3.nupkg.sha512",
|
|
"bogus.nuspec",
|
|
"lib/net40/Bogus.dll",
|
|
"lib/net40/Bogus.xml",
|
|
"lib/net6.0/Bogus.dll",
|
|
"lib/net6.0/Bogus.xml",
|
|
"lib/netstandard1.3/Bogus.dll",
|
|
"lib/netstandard1.3/Bogus.xml",
|
|
"lib/netstandard2.0/Bogus.dll",
|
|
"lib/netstandard2.0/Bogus.xml"
|
|
]
|
|
},
|
|
"DartSassBuilder/1.0.0": {
|
|
"sha512": "bcM9YuWmNUuneEIp5rSFeHNQaZFqC0zKdK8JQvCFGzjX3pLyyQ0ReHPbawqOkTtfubQz4JPkzFzgJAo9Aixiew==",
|
|
"type": "package",
|
|
"path": "dartsassbuilder/1.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"DartSassBuilder.csproj",
|
|
"build/DartSassBuilder.props",
|
|
"build/DartSassBuilder.targets",
|
|
"build/DesignTime/DartSassBuilder.DesignTime.targets",
|
|
"build/DesignTime/Rules/ProjectItemsSchema.xaml",
|
|
"build/DesignTime/Rules/SassFileType.xaml",
|
|
"dartsassbuilder.1.0.0.nupkg.sha512",
|
|
"dartsassbuilder.nuspec",
|
|
"sass.png",
|
|
"tool/AdvancedStringBuilder.dll",
|
|
"tool/ClearScript.Core.dll",
|
|
"tool/ClearScript.V8.ICUData.dll",
|
|
"tool/ClearScript.V8.dll",
|
|
"tool/CommandLine.dll",
|
|
"tool/DartSassBuilder.deps.json",
|
|
"tool/DartSassBuilder.dll",
|
|
"tool/DartSassBuilder.exe",
|
|
"tool/DartSassBuilder.pdb",
|
|
"tool/DartSassBuilder.runtimeconfig.json",
|
|
"tool/DartSassHost.dll",
|
|
"tool/JavaScriptEngineSwitcher.Core.dll",
|
|
"tool/JavaScriptEngineSwitcher.V8.dll",
|
|
"tool/Newtonsoft.Json.dll",
|
|
"tool/ru-RU/JavaScriptEngineSwitcher.Core.resources.dll",
|
|
"tool/ru-RU/JavaScriptEngineSwitcher.V8.resources.dll",
|
|
"tool/runtimes/linux-x64/native/ClearScriptV8.linux-x64.so",
|
|
"tool/runtimes/osx-arm64/native/ClearScriptV8.osx-arm64.dylib",
|
|
"tool/runtimes/osx-x64/native/ClearScriptV8.osx-x64.dylib",
|
|
"tool/runtimes/win-x64/native/ClearScriptV8.win-x64.dll",
|
|
"tool/runtimes/win-x86/native/ClearScriptV8.win-x86.dll"
|
|
]
|
|
},
|
|
"DataSeeder/6.0.4": {
|
|
"sha512": "CjdAADrbSkUfWu/do8zMl8i+oadqilfxQ0tyrynWdnOBDZQtwaRg3nkGwnqb87iqzu/ntbfTPBK1JBJ8l1Galg==",
|
|
"type": "package",
|
|
"path": "dataseeder/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"dataseeder.6.0.4.nupkg.sha512",
|
|
"dataseeder.nuspec",
|
|
"lib/net8.0/DataSeeder.dll"
|
|
]
|
|
},
|
|
"Hangfire.AspNetCore/1.8.18": {
|
|
"sha512": "5D6Do0qgoAnakvh4KnKwhIoUzFU84Z0sCYMB+Sit+ygkpL1P6JGYDcd/9vDBcfr5K3JqBxD4Zh2IK2LOXuuiaw==",
|
|
"type": "package",
|
|
"path": "hangfire.aspnetcore/1.8.18",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"COPYING",
|
|
"COPYING.LESSER",
|
|
"LICENSE.md",
|
|
"LICENSE_ROYALTYFREE",
|
|
"LICENSE_STANDARD",
|
|
"NOTICES",
|
|
"hangfire.aspnetcore.1.8.18.nupkg.sha512",
|
|
"hangfire.aspnetcore.nuspec",
|
|
"icon.png",
|
|
"lib/net451/Hangfire.AspNetCore.dll",
|
|
"lib/net451/Hangfire.AspNetCore.xml",
|
|
"lib/net461/Hangfire.AspNetCore.dll",
|
|
"lib/net461/Hangfire.AspNetCore.xml",
|
|
"lib/netcoreapp3.0/Hangfire.AspNetCore.dll",
|
|
"lib/netcoreapp3.0/Hangfire.AspNetCore.xml",
|
|
"lib/netstandard1.3/Hangfire.AspNetCore.dll",
|
|
"lib/netstandard1.3/Hangfire.AspNetCore.xml",
|
|
"lib/netstandard2.0/Hangfire.AspNetCore.dll",
|
|
"lib/netstandard2.0/Hangfire.AspNetCore.xml"
|
|
]
|
|
},
|
|
"Hangfire.Core/1.8.18": {
|
|
"sha512": "oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
|
|
"type": "package",
|
|
"path": "hangfire.core/1.8.18",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"COPYING",
|
|
"COPYING.LESSER",
|
|
"LICENSE.md",
|
|
"LICENSE_ROYALTYFREE",
|
|
"LICENSE_STANDARD",
|
|
"NOTICES",
|
|
"README.md",
|
|
"hangfire.core.1.8.18.nupkg.sha512",
|
|
"hangfire.core.nuspec",
|
|
"icon.png",
|
|
"lib/net451/Hangfire.Core.dll",
|
|
"lib/net451/Hangfire.Core.xml",
|
|
"lib/net451/ca/Hangfire.Core.resources.dll",
|
|
"lib/net451/de/Hangfire.Core.resources.dll",
|
|
"lib/net451/es/Hangfire.Core.resources.dll",
|
|
"lib/net451/fa/Hangfire.Core.resources.dll",
|
|
"lib/net451/fr/Hangfire.Core.resources.dll",
|
|
"lib/net451/nb/Hangfire.Core.resources.dll",
|
|
"lib/net451/nl/Hangfire.Core.resources.dll",
|
|
"lib/net451/pt-BR/Hangfire.Core.resources.dll",
|
|
"lib/net451/pt-PT/Hangfire.Core.resources.dll",
|
|
"lib/net451/pt/Hangfire.Core.resources.dll",
|
|
"lib/net451/sv/Hangfire.Core.resources.dll",
|
|
"lib/net451/tr-TR/Hangfire.Core.resources.dll",
|
|
"lib/net451/zh-TW/Hangfire.Core.resources.dll",
|
|
"lib/net451/zh/Hangfire.Core.resources.dll",
|
|
"lib/net46/Hangfire.Core.dll",
|
|
"lib/net46/Hangfire.Core.xml",
|
|
"lib/net46/ca/Hangfire.Core.resources.dll",
|
|
"lib/net46/de/Hangfire.Core.resources.dll",
|
|
"lib/net46/es/Hangfire.Core.resources.dll",
|
|
"lib/net46/fa/Hangfire.Core.resources.dll",
|
|
"lib/net46/fr/Hangfire.Core.resources.dll",
|
|
"lib/net46/nb/Hangfire.Core.resources.dll",
|
|
"lib/net46/nl/Hangfire.Core.resources.dll",
|
|
"lib/net46/pt-BR/Hangfire.Core.resources.dll",
|
|
"lib/net46/pt-PT/Hangfire.Core.resources.dll",
|
|
"lib/net46/pt/Hangfire.Core.resources.dll",
|
|
"lib/net46/sv/Hangfire.Core.resources.dll",
|
|
"lib/net46/tr-TR/Hangfire.Core.resources.dll",
|
|
"lib/net46/zh-TW/Hangfire.Core.resources.dll",
|
|
"lib/net46/zh/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/Hangfire.Core.dll",
|
|
"lib/netstandard1.3/Hangfire.Core.xml",
|
|
"lib/netstandard1.3/ca/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/de/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/es/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/fa/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/fr/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/nb/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/nl/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/pt-BR/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/pt-PT/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/pt/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/sv/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/tr-TR/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/zh-TW/Hangfire.Core.resources.dll",
|
|
"lib/netstandard1.3/zh/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/Hangfire.Core.dll",
|
|
"lib/netstandard2.0/Hangfire.Core.xml",
|
|
"lib/netstandard2.0/ca/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/de/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/es/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/fa/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/fr/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/nb/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/nl/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/pt/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/sv/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll",
|
|
"lib/netstandard2.0/zh/Hangfire.Core.resources.dll"
|
|
]
|
|
},
|
|
"Hangfire.InMemory/1.0.0": {
|
|
"sha512": "56H71lfcqn5sN/8Bjj9hOLGTG5HIERLRuMsRJTFpw0Tsq5ck5OUkNvtUw92s7bwD3PRKOo4PkDGqNs9KugaqoQ==",
|
|
"type": "package",
|
|
"path": "hangfire.inmemory/1.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"COPYING",
|
|
"COPYING.LESSER",
|
|
"LICENSE.md",
|
|
"LICENSE_ROYALTYFREE",
|
|
"LICENSE_STANDARD",
|
|
"README.md",
|
|
"hangfire.inmemory.1.0.0.nupkg.sha512",
|
|
"hangfire.inmemory.nuspec",
|
|
"icon.png",
|
|
"lib/net451/Hangfire.InMemory.dll",
|
|
"lib/net451/Hangfire.InMemory.xml",
|
|
"lib/netstandard2.0/Hangfire.InMemory.dll",
|
|
"lib/netstandard2.0/Hangfire.InMemory.xml"
|
|
]
|
|
},
|
|
"Hangfire.NetCore/1.8.18": {
|
|
"sha512": "3KAV9AZ1nqQHC54qR4buNEEKRmQJfq+lODtZxUk5cdi68lV8+9K2f4H1/mIfDlPpgjPFjEfCobNoi2+TIpKySw==",
|
|
"type": "package",
|
|
"path": "hangfire.netcore/1.8.18",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"COPYING",
|
|
"COPYING.LESSER",
|
|
"LICENSE.md",
|
|
"LICENSE_ROYALTYFREE",
|
|
"LICENSE_STANDARD",
|
|
"NOTICES",
|
|
"hangfire.netcore.1.8.18.nupkg.sha512",
|
|
"hangfire.netcore.nuspec",
|
|
"icon.png",
|
|
"lib/net451/Hangfire.NetCore.dll",
|
|
"lib/net451/Hangfire.NetCore.xml",
|
|
"lib/net461/Hangfire.NetCore.dll",
|
|
"lib/net461/Hangfire.NetCore.xml",
|
|
"lib/netstandard1.3/Hangfire.NetCore.dll",
|
|
"lib/netstandard1.3/Hangfire.NetCore.xml",
|
|
"lib/netstandard2.0/Hangfire.NetCore.dll",
|
|
"lib/netstandard2.0/Hangfire.NetCore.xml",
|
|
"lib/netstandard2.1/Hangfire.NetCore.dll",
|
|
"lib/netstandard2.1/Hangfire.NetCore.xml"
|
|
]
|
|
},
|
|
"Json.More.Net/2.0.2": {
|
|
"sha512": "izscdjjk8EAHDBCjyz7V7n77SzkrSjh/hUGV6cyR6PlVdjYDh5ohc8yqvwSqJ9+6Uof8W6B24dIHlDKD+I1F8A==",
|
|
"type": "package",
|
|
"path": "json.more.net/2.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE",
|
|
"README.md",
|
|
"json-logo-256.png",
|
|
"json.more.net.2.0.2.nupkg.sha512",
|
|
"json.more.net.nuspec",
|
|
"lib/net8.0/Json.More.dll",
|
|
"lib/net8.0/Json.More.xml",
|
|
"lib/netstandard2.0/Json.More.dll",
|
|
"lib/netstandard2.0/Json.More.xml"
|
|
]
|
|
},
|
|
"JsonPath.Net/1.1.6": {
|
|
"sha512": "FQLbFJdjIa70GdYGR3RpdGkLTMZwQCqcd8gC35yx6aGofVEP3QxMvSuXHn75N30jj9SS6yvsPPTDzJmPMt/Mdw==",
|
|
"type": "package",
|
|
"path": "jsonpath.net/1.1.6",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE",
|
|
"README.md",
|
|
"json-logo-256.png",
|
|
"jsonpath.net.1.1.6.nupkg.sha512",
|
|
"jsonpath.net.nuspec",
|
|
"lib/net8.0/JsonPath.Net.dll",
|
|
"lib/net8.0/JsonPath.Net.xml",
|
|
"lib/netstandard2.0/JsonPath.Net.dll",
|
|
"lib/netstandard2.0/JsonPath.Net.xml"
|
|
]
|
|
},
|
|
"MassTransit/8.4.0": {
|
|
"sha512": "czHZK8Lg4obJmIUTqJj5f9K/dtv5eXj7FLni/jxxStHT3jfH34NIe1d1iUBK4igYrV5R7q8IqHvULokypvatOw==",
|
|
"type": "package",
|
|
"path": "masstransit/8.4.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"NuGet.README.md",
|
|
"lib/net472/MassTransit.dll",
|
|
"lib/net472/MassTransit.xml",
|
|
"lib/net8.0/MassTransit.dll",
|
|
"lib/net8.0/MassTransit.xml",
|
|
"lib/net9.0/MassTransit.dll",
|
|
"lib/net9.0/MassTransit.xml",
|
|
"lib/netstandard2.0/MassTransit.dll",
|
|
"lib/netstandard2.0/MassTransit.xml",
|
|
"masstransit.8.4.0.nupkg.sha512",
|
|
"masstransit.nuspec",
|
|
"mt-logo-small.png"
|
|
]
|
|
},
|
|
"MassTransit.Abstractions/8.4.0": {
|
|
"sha512": "wGiNlHZOwAY1CRxxLfrr+hbP3Ooj9RK3JJZtGHlEmbDTLuSQu67skC2QdTVRCe2WmH/23XUwOzhNNYsFHdstQg==",
|
|
"type": "package",
|
|
"path": "masstransit.abstractions/8.4.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"NuGet.README.md",
|
|
"lib/net472/MassTransit.Abstractions.dll",
|
|
"lib/net472/MassTransit.Abstractions.xml",
|
|
"lib/net8.0/MassTransit.Abstractions.dll",
|
|
"lib/net8.0/MassTransit.Abstractions.xml",
|
|
"lib/net9.0/MassTransit.Abstractions.dll",
|
|
"lib/net9.0/MassTransit.Abstractions.xml",
|
|
"lib/netstandard2.0/MassTransit.Abstractions.dll",
|
|
"lib/netstandard2.0/MassTransit.Abstractions.xml",
|
|
"masstransit.abstractions.8.4.0.nupkg.sha512",
|
|
"masstransit.abstractions.nuspec",
|
|
"mt-logo-small.png"
|
|
]
|
|
},
|
|
"MassTransit.Hangfire/8.4.0": {
|
|
"sha512": "ygeqxb3XlSf7oIMZwcwMUK7kf7ec1505275mE7DC4aTxnn6yeYnGL0MuTLRbKMiwaijQ8bNmKeRxmbtzcO6aFw==",
|
|
"type": "package",
|
|
"path": "masstransit.hangfire/8.4.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"NuGet.README.md",
|
|
"lib/net472/MassTransit.HangfireIntegration.dll",
|
|
"lib/net472/MassTransit.HangfireIntegration.xml",
|
|
"lib/net8.0/MassTransit.HangfireIntegration.dll",
|
|
"lib/net8.0/MassTransit.HangfireIntegration.xml",
|
|
"lib/net9.0/MassTransit.HangfireIntegration.dll",
|
|
"lib/net9.0/MassTransit.HangfireIntegration.xml",
|
|
"lib/netstandard2.0/MassTransit.HangfireIntegration.dll",
|
|
"lib/netstandard2.0/MassTransit.HangfireIntegration.xml",
|
|
"masstransit.hangfire.8.4.0.nupkg.sha512",
|
|
"masstransit.hangfire.nuspec",
|
|
"mt-logo-small.png"
|
|
]
|
|
},
|
|
"MassTransit.Newtonsoft/8.4.0": {
|
|
"sha512": "f+5rhnkmCEIQEqcXEjl6ory2NMCFpsOKC5eMRhu5tbICtJfNLpcST6QtsYjxI8DlJnqo5VjEMX0HdKSgKmWK6w==",
|
|
"type": "package",
|
|
"path": "masstransit.newtonsoft/8.4.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"NuGet.README.md",
|
|
"lib/net472/MassTransit.Newtonsoft.dll",
|
|
"lib/net472/MassTransit.Newtonsoft.xml",
|
|
"lib/net8.0/MassTransit.Newtonsoft.dll",
|
|
"lib/net8.0/MassTransit.Newtonsoft.xml",
|
|
"lib/net9.0/MassTransit.Newtonsoft.dll",
|
|
"lib/net9.0/MassTransit.Newtonsoft.xml",
|
|
"lib/netstandard2.0/MassTransit.Newtonsoft.dll",
|
|
"lib/netstandard2.0/MassTransit.Newtonsoft.xml",
|
|
"masstransit.newtonsoft.8.4.0.nupkg.sha512",
|
|
"masstransit.newtonsoft.nuspec",
|
|
"mt-logo-small.png"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authentication/2.3.0": {
|
|
"sha512": "Tq6bxTOe65Ikh9dWVTEOqpvNqBGIQueO0J+zl2rQba0yP0YV66iYDkSz9MqTdRZftvJ2I5kMeRUm9Z2mjEAbUQ==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.authentication/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.xml",
|
|
"microsoft.aspnetcore.authentication.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.authentication.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.Abstractions/2.3.0": {
|
|
"sha512": "ve6uvLwKNRkfnO/QeN9M8eUJ49lCnWv/6/9p6iTEuiI6Rtsz+myaBAjdMzLuTViQY032xbTF5AdZF5BJzJJyXQ==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.authentication.abstractions/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.xml",
|
|
"microsoft.aspnetcore.authentication.abstractions.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.authentication.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.Certificate/8.0.10": {
|
|
"sha512": "H6PshKauLm0GhbrnL4VLz4ai6JmrgUJiAPVB+LV4yjTlgqkdaH6z+p4FUH/SQhIiyuvO6hLMIC0wLjRsbz85KA==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.authentication.certificate/8.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.Certificate.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.Certificate.xml",
|
|
"microsoft.aspnetcore.authentication.certificate.8.0.10.nupkg.sha512",
|
|
"microsoft.aspnetcore.authentication.certificate.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.Core/2.3.0": {
|
|
"sha512": "gnLnKGawBjqBnU9fEuel3VcYAARkjyONAliaGDfMc8o8HBtfh+HrOPEoR8Xx4b2RnMb7uxdBDOvEAC7sul79ig==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.authentication.core/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.xml",
|
|
"microsoft.aspnetcore.authentication.core.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.authentication.core.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect/8.0.10": {
|
|
"sha512": "X7idCyA4JhF4iInQUsSuIRcZzjr5h0Rl7IHxNRz/yd136+CIZ4tMMjasxiVOzU/IdWsR4UIG75DLsjcJrlYs8w==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.authentication.openidconnect/8.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.xml",
|
|
"microsoft.aspnetcore.authentication.openidconnect.8.0.10.nupkg.sha512",
|
|
"microsoft.aspnetcore.authentication.openidconnect.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Authorization/8.0.0": {
|
|
"sha512": "OGIGJMnlWvQgcweHcv1Mq/P24Zx/brUHeEdD05NzqkSXmQSnFomTvVyCuBtCXT4JPfv2m70y1RSocmd9bIbJRg==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.authorization/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.AspNetCore.Authorization.dll",
|
|
"lib/net462/Microsoft.AspNetCore.Authorization.xml",
|
|
"lib/net8.0/Microsoft.AspNetCore.Authorization.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Authorization.xml",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Authorization.xml",
|
|
"microsoft.aspnetcore.authorization.8.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.authorization.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Components/8.0.0": {
|
|
"sha512": "kqspqWo3lT+rrSd39kvrV7SZYl0znYZQbQ8SJaHjDA8ffMPV6BkfVe0i6LvxRPwq/agwSWdIDq2j4x+78Frypg==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.components/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.txt",
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.xml",
|
|
"microsoft.aspnetcore.components.8.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.components.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Components.Analyzers/8.0.0": {
|
|
"sha512": "lJMa9kQDw3vkqcMMbuicIpyax7QH6imQFbLRzVqJzrGs5LN954IPaJVkDzRCEXFVAN24Cml6g4mEF3b0D7Oa+Q==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.components.analyzers/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.txt",
|
|
"analyzers/dotnet/cs/Microsoft.AspNetCore.Components.Analyzers.dll",
|
|
"build/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets",
|
|
"buildTransitive/netstandard2.0/Microsoft.AspNetCore.Components.Analyzers.targets",
|
|
"microsoft.aspnetcore.components.analyzers.8.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.components.analyzers.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Components.Forms/8.0.0": {
|
|
"sha512": "iiYB/7Sl/vTURO4EiTUCmfIXujlJOl+Gh7nknCFhvFQ+kKMFFXYcrszYwLN9aQSolpswc/A9a78KL59/UIezig==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.components.forms/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.txt",
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Forms.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Forms.xml",
|
|
"microsoft.aspnetcore.components.forms.8.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.components.forms.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Components.Web/8.0.0": {
|
|
"sha512": "aokUKvFoNqxR6bf0+iKrDfQ79OLHWYn5UGYp5MU65/il1vuRK7MAF18oGj7QgiZJUu3cMAZjCFkHbsWLhQxCsA==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.components.web/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.txt",
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Web.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Components.Web.xml",
|
|
"microsoft.aspnetcore.components.web.8.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.components.web.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Cryptography.Internal/2.3.0": {
|
|
"sha512": "/qy5r0CD40OccajzDmX3gBfqqxpAJkcXoqlVz0YR70x3gTRq/VuseDU/lZ5eh8vM+KCdmPFAtyGcRWxTyXxuYg==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.cryptography.internal/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml",
|
|
"microsoft.aspnetcore.cryptography.internal.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.cryptography.internal.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.DataProtection/2.3.0": {
|
|
"sha512": "C+FhGaA8ekrfes0Ujhtkhk74Bpkt6Zt+NrMaGrCWBqW1LFzqw/pXDbMbpcAyI9hbYgZfC6+t01As4LGXbdxG4A==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.dataprotection/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.xml",
|
|
"microsoft.aspnetcore.dataprotection.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.dataprotection.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.DataProtection.Abstractions/2.3.0": {
|
|
"sha512": "71GdtUkVDagLsBt+YatfzUItnbT2vIjHxWySNE2MkgIDhqT3g4sNNxOj/0PlPTpc1+mG3ZwfUoZ61jIt1wPw7g==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.dataprotection.abstractions/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml",
|
|
"microsoft.aspnetcore.dataprotection.abstractions.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.dataprotection.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Hosting.Abstractions/2.3.0": {
|
|
"sha512": "4ivq53W2k6Nj4eez9wc81ytfGj6HR1NaZJCpOrvghJo9zHuQF57PLhPoQH5ItyCpHXnrN/y7yJDUm+TGYzrx0w==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.hosting.abstractions/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.xml",
|
|
"microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.hosting.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Hosting.Server.Abstractions/2.3.0": {
|
|
"sha512": "F5iHx7odAbFKBV1DNPDkFFcVmD5Tk7rk+tYm3LMQxHEFFdjlg5QcYb5XhHAefl5YaaPeG6ad+/ck8kSG3/D6kw==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.hosting.server.abstractions/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml",
|
|
"microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.hosting.server.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Http/2.3.0": {
|
|
"sha512": "I9azEG2tZ4DDHAFgv+N38e6Yhttvf+QjE2j2UYyCACE7Swm5/0uoihCMWZ87oOZYeqiEFSxbsfpT71OYHe2tpw==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.http/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.xml",
|
|
"microsoft.aspnetcore.http.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.http.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Http.Abstractions/2.3.0": {
|
|
"sha512": "39r9PPrjA6s0blyFv5qarckjNkaHRA5B+3b53ybuGGNTXEj1/DStQJ4NWjFL6QTRQpL9zt7nDyKxZdJOlcnq+Q==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.http.abstractions/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.xml",
|
|
"microsoft.aspnetcore.http.abstractions.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.http.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Http.Extensions/2.3.0": {
|
|
"sha512": "EY2u/wFF5jsYwGXXswfQWrSsFPmiXsniAlUWo3rv/MGYf99ZFsENDnZcQP6W3c/+xQmQXq0NauzQ7jyy+o1LDQ==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.http.extensions/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.xml",
|
|
"microsoft.aspnetcore.http.extensions.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.http.extensions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Http.Features/2.3.0": {
|
|
"sha512": "f10WUgcsKqrkmnz6gt8HeZ7kyKjYN30PO7cSic1lPtH7paPtnQqXPOveul/SIPI43PhRD4trttg4ywnrEmmJpA==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.http.features/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.xml",
|
|
"microsoft.aspnetcore.http.features.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.http.features.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Metadata/8.0.0": {
|
|
"sha512": "OmuSztiZMitRTYlbMNDkBk3BinSsVcOApSNBAsrw+KYNJh6ALarPhWLlKdtvMgrKzpyCY06xtLAjTmQLURHSlQ==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.metadata/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.AspNetCore.Metadata.dll",
|
|
"lib/net462/Microsoft.AspNetCore.Metadata.xml",
|
|
"lib/net8.0/Microsoft.AspNetCore.Metadata.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Metadata.xml",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Metadata.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Metadata.xml",
|
|
"microsoft.aspnetcore.metadata.8.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.metadata.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Mvc.Razor.Extensions/6.0.0": {
|
|
"sha512": "M0h+ChPgydX2xY17agiphnAVa/Qh05RAP8eeuqGGhQKT10claRBlLNO6d2/oSV8zy0RLHzwLnNZm5xuC/gckGA==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.mvc.razor.extensions/6.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll",
|
|
"microsoft.aspnetcore.mvc.razor.extensions.6.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.mvc.razor.extensions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation/8.0.10": {
|
|
"sha512": "FM83yTM+cyfHWMAyh86KXh7ZGrwOQLyGDG6LB3erO8kxwmdMN5zBkYxJmIfXhjRL07+q1mpO7gqUkBvyGy6NfQ==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.mvc.razor.runtimecompilation/8.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"build/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets",
|
|
"buildTransitive/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets",
|
|
"lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll",
|
|
"lib/net8.0/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.xml",
|
|
"microsoft.aspnetcore.mvc.razor.runtimecompilation.8.0.10.nupkg.sha512",
|
|
"microsoft.aspnetcore.mvc.razor.runtimecompilation.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Razor.Language/6.0.0": {
|
|
"sha512": "yCtBr1GSGzJrrp1NJUb4ltwFYMKHw/tJLnIDvg9g/FnkGIEzmE19tbCQqXARIJv5kdtBgsoVIdGLL+zmjxvM/A==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.razor.language/6.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll",
|
|
"microsoft.aspnetcore.razor.language.6.0.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.razor.language.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.WebUtilities/2.3.0": {
|
|
"sha512": "trbXdWzoAEUVd0PE2yTopkz4kjZaAIA7xUWekd5uBw+7xE8Do/YOVTeb9d9koPTlbtZT539aESJjSLSqD8eYrQ==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.webutilities/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.xml",
|
|
"microsoft.aspnetcore.webutilities.2.3.0.nupkg.sha512",
|
|
"microsoft.aspnetcore.webutilities.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.CodeAnalysis.Analyzers/3.3.2": {
|
|
"sha512": "7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==",
|
|
"type": "package",
|
|
"path": "microsoft.codeanalysis.analyzers/3.3.2",
|
|
"hasTools": true,
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"EULA.rtf",
|
|
"ThirdPartyNotices.rtf",
|
|
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll",
|
|
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll",
|
|
"analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll",
|
|
"analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll",
|
|
"analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll",
|
|
"build/Microsoft.CodeAnalysis.Analyzers.props",
|
|
"build/Microsoft.CodeAnalysis.Analyzers.targets",
|
|
"build/config/AnalysisLevel_2_9_8_AllDisabledByDefault.editorconfig",
|
|
"build/config/AnalysisLevel_2_9_8_AllEnabledByDefault.editorconfig",
|
|
"build/config/AnalysisLevel_2_9_8_Default.editorconfig",
|
|
"build/config/AnalysisLevel_3_3_AllDisabledByDefault.editorconfig",
|
|
"build/config/AnalysisLevel_3_3_AllEnabledByDefault.editorconfig",
|
|
"build/config/AnalysisLevel_3_3_Default.editorconfig",
|
|
"build/config/AnalysisLevel_3_AllDisabledByDefault.editorconfig",
|
|
"build/config/AnalysisLevel_3_AllEnabledByDefault.editorconfig",
|
|
"build/config/AnalysisLevel_3_Default.editorconfig",
|
|
"documentation/Analyzer Configuration.md",
|
|
"documentation/Microsoft.CodeAnalysis.Analyzers.md",
|
|
"documentation/Microsoft.CodeAnalysis.Analyzers.sarif",
|
|
"editorconfig/AllRulesDefault/.editorconfig",
|
|
"editorconfig/AllRulesDisabled/.editorconfig",
|
|
"editorconfig/AllRulesEnabled/.editorconfig",
|
|
"editorconfig/CorrectnessRulesDefault/.editorconfig",
|
|
"editorconfig/CorrectnessRulesEnabled/.editorconfig",
|
|
"editorconfig/DataflowRulesDefault/.editorconfig",
|
|
"editorconfig/DataflowRulesEnabled/.editorconfig",
|
|
"editorconfig/LibraryRulesDefault/.editorconfig",
|
|
"editorconfig/LibraryRulesEnabled/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig",
|
|
"editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig",
|
|
"editorconfig/PortedFromFxCopRulesDefault/.editorconfig",
|
|
"editorconfig/PortedFromFxCopRulesEnabled/.editorconfig",
|
|
"microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512",
|
|
"microsoft.codeanalysis.analyzers.nuspec",
|
|
"rulesets/AllRulesDefault.ruleset",
|
|
"rulesets/AllRulesDisabled.ruleset",
|
|
"rulesets/AllRulesEnabled.ruleset",
|
|
"rulesets/CorrectnessRulesDefault.ruleset",
|
|
"rulesets/CorrectnessRulesEnabled.ruleset",
|
|
"rulesets/DataflowRulesDefault.ruleset",
|
|
"rulesets/DataflowRulesEnabled.ruleset",
|
|
"rulesets/LibraryRulesDefault.ruleset",
|
|
"rulesets/LibraryRulesEnabled.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset",
|
|
"rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset",
|
|
"rulesets/PortedFromFxCopRulesDefault.ruleset",
|
|
"rulesets/PortedFromFxCopRulesEnabled.ruleset",
|
|
"tools/install.ps1",
|
|
"tools/uninstall.ps1"
|
|
]
|
|
},
|
|
"Microsoft.CodeAnalysis.Common/4.0.0": {
|
|
"sha512": "d02ybMhUJl1r/dI6SkJPHrTiTzXBYCZeJdOLMckV+jyoMU/GGkjqFX/sRbv1K0QmlpwwKuLTiYVQvfYC+8ox2g==",
|
|
"type": "package",
|
|
"path": "microsoft.codeanalysis.common/4.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"ThirdPartyNotices.rtf",
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll",
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb",
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml",
|
|
"lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.dll",
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.pdb",
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.xml",
|
|
"lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll",
|
|
"lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll",
|
|
"microsoft.codeanalysis.common.4.0.0.nupkg.sha512",
|
|
"microsoft.codeanalysis.common.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.CodeAnalysis.CSharp/4.0.0": {
|
|
"sha512": "2UVTGtyQGgTCazvnT6t82f+7AV2L+kqJdyb61rT9GQed4yK+tVh5IkaKcsm70VqyZQhBbDqsfZFNHnY65xhrRw==",
|
|
"type": "package",
|
|
"path": "microsoft.codeanalysis.csharp/4.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"ThirdPartyNotices.rtf",
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll",
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb",
|
|
"lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml",
|
|
"lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll",
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb",
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml",
|
|
"lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll",
|
|
"microsoft.codeanalysis.csharp.4.0.0.nupkg.sha512",
|
|
"microsoft.codeanalysis.csharp.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.CodeAnalysis.Razor/6.0.0": {
|
|
"sha512": "uqdzuQXxD7XrJCbIbbwpI/LOv0PBJ9VIR0gdvANTHOfK5pjTaCir+XcwvYvBZ5BIzd0KGzyiamzlEWw1cK1q0w==",
|
|
"type": "package",
|
|
"path": "microsoft.codeanalysis.razor/6.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll",
|
|
"microsoft.codeanalysis.razor.6.0.0.nupkg.sha512",
|
|
"microsoft.codeanalysis.razor.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore/8.0.10": {
|
|
"sha512": "PPkQdIqfR1nU3n6YgGGDk8G+eaYbaAKM1AzIQtlPNTKf10Osg3N9T+iK9AlnSA/ujsK00flPpFHVfJrbuBFS1A==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore/8.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"PACKAGE.md",
|
|
"buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.dll",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.xml",
|
|
"microsoft.entityframeworkcore.8.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Abstractions/8.0.10": {
|
|
"sha512": "FV0QlcX9INY4kAD2o72uPtyOh0nZut2jB11Jf9mNYBtHay8gDLe+x4AbXFwuQg+eSvofjT7naV82e827zGfyMg==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore.abstractions/8.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"PACKAGE.md",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
|
|
"microsoft.entityframeworkcore.abstractions.8.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Analyzers/8.0.10": {
|
|
"sha512": "51KkPIc0EMv/gVXhPIUi6cwJE9Mvh+PLr4Lap4naLcsoGZ0lF2SvOPgUUprwRV3MnN7nyD1XPhT5RJ/p+xFAXw==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore.analyzers/8.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
|
|
"docs/PACKAGE.md",
|
|
"lib/netstandard2.0/_._",
|
|
"microsoft.entityframeworkcore.analyzers.8.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.analyzers.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore.InMemory/8.0.10": {
|
|
"sha512": "TdtSEbBsMg8dFq5T1PiOv48w2oiiduNzaEf3Fa7tO2b3lTBFO1y1Dla6ihs628P53TowsScjLSG8g5ZEw6KN0Q==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore.inmemory/8.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"PACKAGE.md",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.xml",
|
|
"microsoft.entityframeworkcore.inmemory.8.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.inmemory.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Caching.Abstractions/8.0.0": {
|
|
"sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.caching.abstractions/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Caching.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
|
|
"microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
|
|
"microsoft.extensions.caching.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/8.0.1": {
|
|
"sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.caching.memory/8.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets",
|
|
"lib/net462/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/net462/Microsoft.Extensions.Caching.Memory.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Caching.Memory.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Caching.Memory.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Memory.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
|
|
"microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
|
|
"microsoft.extensions.caching.memory.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
|
|
"sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.configuration.abstractions/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
"microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
|
|
"microsoft.extensions.configuration.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection/8.0.1": {
|
|
"sha512": "BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.dependencyinjection/8.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.xml",
|
|
"lib/net6.0/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/net6.0/Microsoft.Extensions.DependencyInjection.xml",
|
|
"lib/net7.0/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/net7.0/Microsoft.Extensions.DependencyInjection.xml",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
|
|
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
|
|
"microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512",
|
|
"microsoft.extensions.dependencyinjection.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
|
|
"sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
|
|
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.DependencyModel/8.0.2": {
|
|
"sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.dependencymodel/8.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets",
|
|
"lib/net462/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/net462/Microsoft.Extensions.DependencyModel.xml",
|
|
"lib/net6.0/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/net6.0/Microsoft.Extensions.DependencyModel.xml",
|
|
"lib/net7.0/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/net7.0/Microsoft.Extensions.DependencyModel.xml",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyModel.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
|
|
"microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512",
|
|
"microsoft.extensions.dependencymodel.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.Abstractions/8.0.1": {
|
|
"sha512": "elH2vmwNmsXuKmUeMQ4YW9ldXiF+gSGDgg1vORksob5POnpaI6caj1Hu8zaYbEuibhqCoWg0YRWDazBY3zjBfg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.diagnostics.abstractions/8.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
|
|
"microsoft.extensions.diagnostics.abstractions.8.0.1.nupkg.sha512",
|
|
"microsoft.extensions.diagnostics.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0": {
|
|
"sha512": "P9SoBuVZhJPpALZmSq72aQEb9ryP67EdquaCZGXGrrcASTNHYdrUhnpgSwIipgM5oVC+dKpRXg5zxobmF9xr5g==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.diagnostics.healthchecks/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.dll",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml",
|
|
"microsoft.extensions.diagnostics.healthchecks.8.0.0.nupkg.sha512",
|
|
"microsoft.extensions.diagnostics.healthchecks.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0": {
|
|
"sha512": "AT2qqos3IgI09ok36Qag9T8bb6kHJ3uT9Q5ki6CySybFsK6/9JbvQAgAHf1pVEjST0/N4JaFaCbm40R5edffwg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.diagnostics.healthchecks.abstractions/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml",
|
|
"microsoft.extensions.diagnostics.healthchecks.abstractions.8.0.0.nupkg.sha512",
|
|
"microsoft.extensions.diagnostics.healthchecks.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
|
|
"sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.fileproviders.abstractions/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
"microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512",
|
|
"microsoft.extensions.fileproviders.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Hosting.Abstractions/8.0.1": {
|
|
"sha512": "nHwq9aPBdBPYXPti6wYEEfgXddfBrYC+CQLn+qISiwQq5tpfaqDZSKOJNxoe9rfQxGf1c+2wC/qWFe1QYJPYqw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.hosting.abstractions/8.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"microsoft.extensions.hosting.abstractions.8.0.1.nupkg.sha512",
|
|
"microsoft.extensions.hosting.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Logging/8.0.1": {
|
|
"sha512": "4x+pzsQEbqxhNf1QYRr5TDkLP9UsLT3A6MdRKDDEgrW7h1ljiEPgTNhKYUhNCCAaVpQECVQ+onA91PTPnIp6Lw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.logging/8.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Logging.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets",
|
|
"lib/net462/Microsoft.Extensions.Logging.dll",
|
|
"lib/net462/Microsoft.Extensions.Logging.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Logging.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Logging.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Logging.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Logging.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
|
|
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
|
|
"lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
|
|
"microsoft.extensions.logging.8.0.1.nupkg.sha512",
|
|
"microsoft.extensions.logging.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/8.0.2": {
|
|
"sha512": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.logging.abstractions/8.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
|
|
"buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
|
|
"buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
|
|
"buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
|
|
"buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
|
|
"microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
|
|
"microsoft.extensions.logging.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.ObjectPool/8.0.11": {
|
|
"sha512": "6ApKcHNJigXBfZa6XlDQ8feJpq7SG1ogZXg6M4FiNzgd6irs3LUAzo0Pfn4F2ZI9liGnH1XIBR/OtSbZmJAV5w==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.objectpool/8.0.11",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.Extensions.ObjectPool.dll",
|
|
"lib/net462/Microsoft.Extensions.ObjectPool.xml",
|
|
"lib/net8.0/Microsoft.Extensions.ObjectPool.dll",
|
|
"lib/net8.0/Microsoft.Extensions.ObjectPool.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml",
|
|
"microsoft.extensions.objectpool.8.0.11.nupkg.sha512",
|
|
"microsoft.extensions.objectpool.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Options/8.0.2": {
|
|
"sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.options/8.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
|
|
"buildTransitive/net461/Microsoft.Extensions.Options.targets",
|
|
"buildTransitive/net462/Microsoft.Extensions.Options.targets",
|
|
"buildTransitive/net6.0/Microsoft.Extensions.Options.targets",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
|
|
"buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets",
|
|
"lib/net462/Microsoft.Extensions.Options.dll",
|
|
"lib/net462/Microsoft.Extensions.Options.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Options.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Options.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Options.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Options.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Options.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Options.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Options.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
|
|
"lib/netstandard2.1/Microsoft.Extensions.Options.dll",
|
|
"lib/netstandard2.1/Microsoft.Extensions.Options.xml",
|
|
"microsoft.extensions.options.8.0.2.nupkg.sha512",
|
|
"microsoft.extensions.options.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Primitives/8.0.0": {
|
|
"sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.primitives/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
|
|
"lib/net462/Microsoft.Extensions.Primitives.dll",
|
|
"lib/net462/Microsoft.Extensions.Primitives.xml",
|
|
"lib/net6.0/Microsoft.Extensions.Primitives.dll",
|
|
"lib/net6.0/Microsoft.Extensions.Primitives.xml",
|
|
"lib/net7.0/Microsoft.Extensions.Primitives.dll",
|
|
"lib/net7.0/Microsoft.Extensions.Primitives.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Primitives.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Primitives.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
|
|
"microsoft.extensions.primitives.8.0.0.nupkg.sha512",
|
|
"microsoft.extensions.primitives.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.WebEncoders/8.0.11": {
|
|
"sha512": "EwF+KaQzTa/MoIm8gciABL6xeeiGKowqyam+lPYWukTppwch1P3QeL8CpgtLs8kIWuEowpAAUrVfP1kyZsZgqg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.webencoders/8.0.11",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.Extensions.WebEncoders.dll",
|
|
"lib/net462/Microsoft.Extensions.WebEncoders.xml",
|
|
"lib/net8.0/Microsoft.Extensions.WebEncoders.dll",
|
|
"lib/net8.0/Microsoft.Extensions.WebEncoders.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.WebEncoders.xml",
|
|
"microsoft.extensions.webencoders.8.0.11.nupkg.sha512",
|
|
"microsoft.extensions.webencoders.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Abstractions/8.10.0": {
|
|
"sha512": "JxKG5YRBB3b6kSGFec7sbIOngEzPxu4EKPBEIdj/l0ufS1Qhc4wLxAPGJYGhEYOomTbDWaA+ZKVEaJNU+2iWUQ==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.abstractions/8.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Microsoft.IdentityModel.Abstractions.dll",
|
|
"lib/net462/Microsoft.IdentityModel.Abstractions.xml",
|
|
"lib/net472/Microsoft.IdentityModel.Abstractions.dll",
|
|
"lib/net472/Microsoft.IdentityModel.Abstractions.xml",
|
|
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
|
|
"lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.IdentityModel.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.IdentityModel.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll",
|
|
"lib/net9.0/Microsoft.IdentityModel.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
|
|
"microsoft.identitymodel.abstractions.8.10.0.nupkg.sha512",
|
|
"microsoft.identitymodel.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.10.0": {
|
|
"sha512": "6YcL0exWuiHBUmQIkcocQ0x0mvvNewKbmpJpsZw4uzbweotSmAmb0pOK3CdIDYq31atjxrVOvlfF51+0FmrI5g==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.jsonwebtokens/8.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll",
|
|
"lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml",
|
|
"lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll",
|
|
"lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml",
|
|
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
|
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
|
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
|
"lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
|
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
|
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
|
|
"microsoft.identitymodel.jsonwebtokens.8.10.0.nupkg.sha512",
|
|
"microsoft.identitymodel.jsonwebtokens.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Logging/8.10.0": {
|
|
"sha512": "BnkYC9lKYOL3zk7pmle9VJWAzSTPCjkvLyoKPmr4suFZo2hG3YYnFrffjUgdKHIUlyhcd1eHsBHMkfa1S3o/tA==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.logging/8.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Microsoft.IdentityModel.Logging.dll",
|
|
"lib/net462/Microsoft.IdentityModel.Logging.xml",
|
|
"lib/net472/Microsoft.IdentityModel.Logging.dll",
|
|
"lib/net472/Microsoft.IdentityModel.Logging.xml",
|
|
"lib/net6.0/Microsoft.IdentityModel.Logging.dll",
|
|
"lib/net6.0/Microsoft.IdentityModel.Logging.xml",
|
|
"lib/net8.0/Microsoft.IdentityModel.Logging.dll",
|
|
"lib/net8.0/Microsoft.IdentityModel.Logging.xml",
|
|
"lib/net9.0/Microsoft.IdentityModel.Logging.dll",
|
|
"lib/net9.0/Microsoft.IdentityModel.Logging.xml",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
|
|
"microsoft.identitymodel.logging.8.10.0.nupkg.sha512",
|
|
"microsoft.identitymodel.logging.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Protocols/8.1.2": {
|
|
"sha512": "Yu3UJWIFX2/5m2MZskECqByr62L8A0uTtTblWIxy0wJNUg0OJGhIK6oRdpcZ8xbSJYD/SOE8psjo5IXRqC3Bsw==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.protocols/8.1.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Microsoft.IdentityModel.Protocols.dll",
|
|
"lib/net462/Microsoft.IdentityModel.Protocols.xml",
|
|
"lib/net472/Microsoft.IdentityModel.Protocols.dll",
|
|
"lib/net472/Microsoft.IdentityModel.Protocols.xml",
|
|
"lib/net6.0/Microsoft.IdentityModel.Protocols.dll",
|
|
"lib/net6.0/Microsoft.IdentityModel.Protocols.xml",
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.dll",
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.xml",
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll",
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.xml",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
|
|
"microsoft.identitymodel.protocols.8.1.2.nupkg.sha512",
|
|
"microsoft.identitymodel.protocols.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.1.2": {
|
|
"sha512": "eEtnzZiYymJYaguYeIXyviUocltBQzeYI0bEtot1Nrnl+qklCZARgk+SAaeYfdmc9CYo7aqP5UJ78rTTSTpQGQ==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.protocols.openidconnect/8.1.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
|
"lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
|
"lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
|
"lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
|
"lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
|
"lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
|
"lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
|
|
"microsoft.identitymodel.protocols.openidconnect.8.1.2.nupkg.sha512",
|
|
"microsoft.identitymodel.protocols.openidconnect.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Tokens/8.10.0": {
|
|
"sha512": "lKS/JCsPnw422g0uk4+iOIJA2Uvq3v6QydDEiOdCFGN1ge/lSeSb8ruZLGLOBMPdN4snSGGn21p92VDuHt4pew==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.tokens/8.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Microsoft.IdentityModel.Tokens.dll",
|
|
"lib/net462/Microsoft.IdentityModel.Tokens.xml",
|
|
"lib/net472/Microsoft.IdentityModel.Tokens.dll",
|
|
"lib/net472/Microsoft.IdentityModel.Tokens.xml",
|
|
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll",
|
|
"lib/net6.0/Microsoft.IdentityModel.Tokens.xml",
|
|
"lib/net8.0/Microsoft.IdentityModel.Tokens.dll",
|
|
"lib/net8.0/Microsoft.IdentityModel.Tokens.xml",
|
|
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll",
|
|
"lib/net9.0/Microsoft.IdentityModel.Tokens.xml",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
|
|
"microsoft.identitymodel.tokens.8.10.0.nupkg.sha512",
|
|
"microsoft.identitymodel.tokens.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.JSInterop/8.0.0": {
|
|
"sha512": "qQqASbHxWIddssdEBKUQ/49j21SEstiho6VAepPQa9eISLCBCE6wq0m3YaB6cpdF5U+AWX5F3FvDfmssql3xtw==",
|
|
"type": "package",
|
|
"path": "microsoft.jsinterop/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net8.0/Microsoft.JSInterop.dll",
|
|
"lib/net8.0/Microsoft.JSInterop.xml",
|
|
"microsoft.jsinterop.8.0.0.nupkg.sha512",
|
|
"microsoft.jsinterop.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Net.Http.Headers/2.3.0": {
|
|
"sha512": "/M0wVg6tJUOHutWD3BMOUVZAioJVXe0tCpFiovzv0T9T12TBf4MnaHP0efO8TCr1a6O9RZgQeZ9Gdark8L9XdA==",
|
|
"type": "package",
|
|
"path": "microsoft.net.http.headers/2.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard2.0/Microsoft.Net.Http.Headers.dll",
|
|
"lib/netstandard2.0/Microsoft.Net.Http.Headers.xml",
|
|
"microsoft.net.http.headers.2.3.0.nupkg.sha512",
|
|
"microsoft.net.http.headers.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.NETCore.Platforms/2.1.2": {
|
|
"sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==",
|
|
"type": "package",
|
|
"path": "microsoft.netcore.platforms/2.1.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/netstandard1.0/_._",
|
|
"microsoft.netcore.platforms.2.1.2.nupkg.sha512",
|
|
"microsoft.netcore.platforms.nuspec",
|
|
"runtime.json",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"Microsoft.NETCore.Targets/1.1.0": {
|
|
"sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
|
|
"type": "package",
|
|
"path": "microsoft.netcore.targets/1.1.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/netstandard1.0/_._",
|
|
"microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
|
"microsoft.netcore.targets.nuspec",
|
|
"runtime.json"
|
|
]
|
|
},
|
|
"Microsoft.Web.LibraryManager.Build/2.1.175": {
|
|
"sha512": "OhJ8cfzvX/rxCuEezniBQCaCqKuQtU2tNr3m3Qryu+V30lZcUrjtsg39DGZWLw6EzbJA+TUdZPfuLeEDuz3cXA==",
|
|
"type": "package",
|
|
"path": "microsoft.web.librarymanager.build/2.1.175",
|
|
"hasTools": true,
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"License.txt",
|
|
"PackageIcon.png",
|
|
"Third-party-notice.txt",
|
|
"build/Microsoft.Web.LibraryManager.Build.props",
|
|
"build/Microsoft.Web.LibraryManager.Build.targets",
|
|
"microsoft.web.librarymanager.build.2.1.175.nupkg.sha512",
|
|
"microsoft.web.librarymanager.build.nuspec",
|
|
"tools/net472/Microsoft.Web.LibraryManager.Build.dll",
|
|
"tools/net472/Microsoft.Web.LibraryManager.Contracts.dll",
|
|
"tools/net472/Microsoft.Web.LibraryManager.dll",
|
|
"tools/net472/Minimatch.dll",
|
|
"tools/net472/Newtonsoft.Json.dll",
|
|
"tools/net472/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/cs/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/de/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/de/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/es/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/es/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/fr/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/it/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/it/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/ja/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/ko/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/pl/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/pt-BR/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/ru/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/tr/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/zh-Hans/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/net472/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/net472/zh-Hant/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/Microsoft.Web.LibraryManager.Build.dll",
|
|
"tools/netstandard2.0/Microsoft.Web.LibraryManager.Contracts.dll",
|
|
"tools/netstandard2.0/Microsoft.Web.LibraryManager.dll",
|
|
"tools/netstandard2.0/Minimatch.dll",
|
|
"tools/netstandard2.0/Newtonsoft.Json.dll",
|
|
"tools/netstandard2.0/cs/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/cs/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/de/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/de/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/es/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/es/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/fr/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/fr/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/it/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/it/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/ja/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/ja/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/ko/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/ko/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/pl/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/pl/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/pt-BR/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/pt-BR/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/ru/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/ru/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/tr/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/tr/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/zh-Hans/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/zh-Hans/Microsoft.Web.LibraryManager.resources.dll",
|
|
"tools/netstandard2.0/zh-Hant/Microsoft.Web.LibraryManager.Contracts.resources.dll",
|
|
"tools/netstandard2.0/zh-Hant/Microsoft.Web.LibraryManager.resources.dll"
|
|
]
|
|
},
|
|
"Microsoft.Win32.Registry/4.5.0": {
|
|
"sha512": "+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
"type": "package",
|
|
"path": "microsoft.win32.registry/4.5.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net46/Microsoft.Win32.Registry.dll",
|
|
"lib/net461/Microsoft.Win32.Registry.dll",
|
|
"lib/netstandard1.3/Microsoft.Win32.Registry.dll",
|
|
"lib/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"microsoft.win32.registry.4.5.0.nupkg.sha512",
|
|
"microsoft.win32.registry.nuspec",
|
|
"ref/net46/Microsoft.Win32.Registry.dll",
|
|
"ref/net461/Microsoft.Win32.Registry.dll",
|
|
"ref/net461/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/Microsoft.Win32.Registry.dll",
|
|
"ref/netstandard1.3/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"ref/netstandard2.0/Microsoft.Win32.Registry.xml",
|
|
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"Newtonsoft.Json/13.0.3": {
|
|
"sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
|
"type": "package",
|
|
"path": "newtonsoft.json/13.0.3",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.md",
|
|
"README.md",
|
|
"lib/net20/Newtonsoft.Json.dll",
|
|
"lib/net20/Newtonsoft.Json.xml",
|
|
"lib/net35/Newtonsoft.Json.dll",
|
|
"lib/net35/Newtonsoft.Json.xml",
|
|
"lib/net40/Newtonsoft.Json.dll",
|
|
"lib/net40/Newtonsoft.Json.xml",
|
|
"lib/net45/Newtonsoft.Json.dll",
|
|
"lib/net45/Newtonsoft.Json.xml",
|
|
"lib/net6.0/Newtonsoft.Json.dll",
|
|
"lib/net6.0/Newtonsoft.Json.xml",
|
|
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
|
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
|
"lib/netstandard1.3/Newtonsoft.Json.dll",
|
|
"lib/netstandard1.3/Newtonsoft.Json.xml",
|
|
"lib/netstandard2.0/Newtonsoft.Json.dll",
|
|
"lib/netstandard2.0/Newtonsoft.Json.xml",
|
|
"newtonsoft.json.13.0.3.nupkg.sha512",
|
|
"newtonsoft.json.nuspec",
|
|
"packageIcon.png"
|
|
]
|
|
},
|
|
"Newtonsoft.Json.Bson/1.0.3": {
|
|
"sha512": "bCcwagnHfYnhwQfY1criEcn6Hy9PtBuVnZu0pA8hmRhuR3jI/8WxVgoVAdNw9BJ3JHkxmWJzpj/AQy+PMMLqxg==",
|
|
"type": "package",
|
|
"path": "newtonsoft.json.bson/1.0.3",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.md",
|
|
"lib/net45/Newtonsoft.Json.Bson.dll",
|
|
"lib/net45/Newtonsoft.Json.Bson.pdb",
|
|
"lib/net45/Newtonsoft.Json.Bson.xml",
|
|
"lib/netstandard1.3/Newtonsoft.Json.Bson.dll",
|
|
"lib/netstandard1.3/Newtonsoft.Json.Bson.pdb",
|
|
"lib/netstandard1.3/Newtonsoft.Json.Bson.xml",
|
|
"lib/netstandard2.0/Newtonsoft.Json.Bson.dll",
|
|
"lib/netstandard2.0/Newtonsoft.Json.Bson.pdb",
|
|
"lib/netstandard2.0/Newtonsoft.Json.Bson.xml",
|
|
"newtonsoft.json.bson.1.0.3.nupkg.sha512",
|
|
"newtonsoft.json.bson.nuspec",
|
|
"packageIcon.png"
|
|
]
|
|
},
|
|
"Portable.BouncyCastle/1.9.0": {
|
|
"sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==",
|
|
"type": "package",
|
|
"path": "portable.bouncycastle/1.9.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net40/BouncyCastle.Crypto.dll",
|
|
"lib/net40/BouncyCastle.Crypto.xml",
|
|
"lib/netstandard2.0/BouncyCastle.Crypto.dll",
|
|
"lib/netstandard2.0/BouncyCastle.Crypto.xml",
|
|
"portable.bouncycastle.1.9.0.nupkg.sha512",
|
|
"portable.bouncycastle.nuspec"
|
|
]
|
|
},
|
|
"QRCoder/1.6.0": {
|
|
"sha512": "XmPA81eo+oRxBuyVdswsSkTGTE1d3thfF11Z1PdD7oB56A6HU4G4AAOdySmGRMb/cljwlFTMWUtosGEnwpS6GA==",
|
|
"type": "package",
|
|
"path": "qrcoder/1.6.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net35/QRCoder.dll",
|
|
"lib/net40/QRCoder.dll",
|
|
"lib/net5.0-windows7.0/QRCoder.dll",
|
|
"lib/net5.0/QRCoder.dll",
|
|
"lib/net6.0-windows7.0/QRCoder.dll",
|
|
"lib/net6.0/QRCoder.dll",
|
|
"lib/netstandard1.3/QRCoder.dll",
|
|
"lib/netstandard2.0/QRCoder.dll",
|
|
"nuget-icon.png",
|
|
"nuget-readme.md",
|
|
"qrcoder.1.6.0.nupkg.sha512",
|
|
"qrcoder.nuspec"
|
|
]
|
|
},
|
|
"Radzen.Blazor/5.5.1": {
|
|
"sha512": "YThskbEO9b+kz1DwdqWSx05u76v5fCHVo1BklHH1adfb42ovzZ0Y4X0HEdhorzsYrbFVTcg2DEiol1go7M+TlQ==",
|
|
"type": "package",
|
|
"path": "radzen.blazor/5.5.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.txt",
|
|
"README.md",
|
|
"build/Microsoft.AspNetCore.StaticWebAssets.props",
|
|
"build/Radzen.Blazor.props",
|
|
"buildMultiTargeting/Radzen.Blazor.props",
|
|
"buildTransitive/Radzen.Blazor.props",
|
|
"icon.png",
|
|
"lib/net6.0/Radzen.Blazor.dll",
|
|
"lib/net6.0/Radzen.Blazor.xml",
|
|
"lib/net7.0/Radzen.Blazor.dll",
|
|
"lib/net7.0/Radzen.Blazor.xml",
|
|
"lib/net8.0/Radzen.Blazor.dll",
|
|
"lib/net8.0/Radzen.Blazor.xml",
|
|
"radzen.blazor.5.5.1.nupkg.sha512",
|
|
"radzen.blazor.nuspec",
|
|
"staticwebassets/Radzen.Blazor.js",
|
|
"staticwebassets/css/dark-base.css",
|
|
"staticwebassets/css/dark-wcag.css",
|
|
"staticwebassets/css/dark.css",
|
|
"staticwebassets/css/default-base.css",
|
|
"staticwebassets/css/default-wcag.css",
|
|
"staticwebassets/css/default.css",
|
|
"staticwebassets/css/fluent-base.css",
|
|
"staticwebassets/css/fluent-dark-base.css",
|
|
"staticwebassets/css/fluent-dark.css",
|
|
"staticwebassets/css/fluent.css",
|
|
"staticwebassets/css/humanistic-base.css",
|
|
"staticwebassets/css/humanistic-dark-base.css",
|
|
"staticwebassets/css/humanistic-dark-wcag.css",
|
|
"staticwebassets/css/humanistic-dark.css",
|
|
"staticwebassets/css/humanistic-wcag.css",
|
|
"staticwebassets/css/humanistic.css",
|
|
"staticwebassets/css/material-base.css",
|
|
"staticwebassets/css/material-dark-base.css",
|
|
"staticwebassets/css/material-dark-wcag.css",
|
|
"staticwebassets/css/material-dark.css",
|
|
"staticwebassets/css/material-wcag.css",
|
|
"staticwebassets/css/material.css",
|
|
"staticwebassets/css/material3-base.css",
|
|
"staticwebassets/css/material3-dark-base.css",
|
|
"staticwebassets/css/material3-dark.css",
|
|
"staticwebassets/css/material3.css",
|
|
"staticwebassets/css/software-base.css",
|
|
"staticwebassets/css/software-dark-base.css",
|
|
"staticwebassets/css/software-dark-wcag.css",
|
|
"staticwebassets/css/software-dark.css",
|
|
"staticwebassets/css/software-wcag.css",
|
|
"staticwebassets/css/software.css",
|
|
"staticwebassets/css/standard-base.css",
|
|
"staticwebassets/css/standard-dark-base.css",
|
|
"staticwebassets/css/standard-dark-wcag.css",
|
|
"staticwebassets/css/standard-dark.css",
|
|
"staticwebassets/css/standard-wcag.css",
|
|
"staticwebassets/css/standard.css",
|
|
"staticwebassets/fonts/MaterialSymbolsOutlined.woff2",
|
|
"staticwebassets/fonts/RobotoFlex.woff2",
|
|
"staticwebassets/fonts/SourceSans3VF-Italic.ttf.woff2",
|
|
"staticwebassets/fonts/SourceSans3VF-Upright.ttf.woff2"
|
|
]
|
|
},
|
|
"SidFormBuilder/6.0.4": {
|
|
"sha512": "Fv+ZOnble95We2hprzqmnu8MVrLmkqElk1TrT71WajGn0wgEAUSTOgr4YZ9UEu2Qh04zHXuHS/cQJsxSbY43qg==",
|
|
"type": "package",
|
|
"path": "sidformbuilder/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"build/Microsoft.AspNetCore.StaticWebAssetEndpoints.props",
|
|
"build/Microsoft.AspNetCore.StaticWebAssets.props",
|
|
"build/SidFormBuilder.props",
|
|
"buildMultiTargeting/SidFormBuilder.props",
|
|
"buildTransitive/SidFormBuilder.props",
|
|
"content/Properties/launchSettings.json",
|
|
"contentFiles/any/net8.0/Properties/launchSettings.json",
|
|
"lib/net8.0/SidFormBuilder.dll",
|
|
"sidformbuilder.6.0.4.nupkg.sha512",
|
|
"sidformbuilder.nuspec",
|
|
"staticwebassets/form.css",
|
|
"staticwebassets/lib.js",
|
|
"staticwebassets/reCaptcha.js",
|
|
"staticwebassets/style.css"
|
|
]
|
|
},
|
|
"SimpleIdServer.Configuration/6.0.4": {
|
|
"sha512": "YkS0YNnB2iGLfBCBChCuSxeINiKSKcBWLzUBCFbmxZDb5/POh7usoIcZGcBHfVFOFiZQD3G7zvxCXhEwB94rWA==",
|
|
"type": "package",
|
|
"path": "simpleidserver.configuration/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.Configuration.dll",
|
|
"simpleidserver.configuration.6.0.4.nupkg.sha512",
|
|
"simpleidserver.configuration.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.Did/6.0.4": {
|
|
"sha512": "RzeN9ajFLx6xVSTXLEjy6n/PQ5PLVzk0MtySp4px16N4t3XG8zcw2Po+5gLeaNFMBeWyuyZjFv+MAtN6MPSvOQ==",
|
|
"type": "package",
|
|
"path": "simpleidserver.did/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.Did.dll",
|
|
"simpleidserver.did.6.0.4.nupkg.sha512",
|
|
"simpleidserver.did.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.Did.Key/6.0.4": {
|
|
"sha512": "fEkjpEzmoKP1EbQFO1OXDovGhyf6ViSUncUbr0zlRo9idE/4jfJXAeFMXtO+qq6Ka04Gn94Q7scj7XtlrbRq2g==",
|
|
"type": "package",
|
|
"path": "simpleidserver.did.key/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.Did.Key.dll",
|
|
"simpleidserver.did.key.6.0.4.nupkg.sha512",
|
|
"simpleidserver.did.key.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.DPoP/6.0.4": {
|
|
"sha512": "OalmGdQAPszRBb3eywPpPIkjgEIiQhJFyRXHhVmk1PvXzmd98jiobOXhqcDE0r1bjd7OBpSGAa93NaXFObNQ4g==",
|
|
"type": "package",
|
|
"path": "simpleidserver.dpop/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.DPoP.dll",
|
|
"simpleidserver.dpop.6.0.4.nupkg.sha512",
|
|
"simpleidserver.dpop.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.IdServer/6.0.4": {
|
|
"sha512": "rVc29q9kOrKwOR9ss69fyjE/PlYDiXgCLom6JnPcabaCoIy8gohA4awpAuifWBYnVsH1pqaDZmFLQefXCzHhoA==",
|
|
"type": "package",
|
|
"path": "simpleidserver.idserver/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"content/Properties/launchSettings.json",
|
|
"contentFiles/any/net8.0/Properties/launchSettings.json",
|
|
"lib/net8.0/SimpleIdServer.IdServer.dll",
|
|
"lib/net8.0/SimpleIdServer.IdServer.xml",
|
|
"simpleidserver.idserver.6.0.4.nupkg.sha512",
|
|
"simpleidserver.idserver.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.IdServer.Domains/6.0.4": {
|
|
"sha512": "YP1eN3lrcQCA646ebvhCVPg+y2D2WsdPrv/QXT5bpOFCX4owp7WkIWv0h73pdabuiEmj+G7rpWLb0C7gh5EvAw==",
|
|
"type": "package",
|
|
"path": "simpleidserver.idserver.domains/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.IdServer.Domains.dll",
|
|
"simpleidserver.idserver.domains.6.0.4.nupkg.sha512",
|
|
"simpleidserver.idserver.domains.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.IdServer.Helpers/6.0.4": {
|
|
"sha512": "LXQ1mwrHe+BoF3ttsndwGYAXOUuHdhcz5pp8g+zN5JpxFLJxvKptJlRWul3g219KJmKFLIQs8ro2sx+h6vKbTg==",
|
|
"type": "package",
|
|
"path": "simpleidserver.idserver.helpers/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.IdServer.Helpers.dll",
|
|
"simpleidserver.idserver.helpers.6.0.4.nupkg.sha512",
|
|
"simpleidserver.idserver.helpers.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.IdServer.IntegrationEvents/6.0.4": {
|
|
"sha512": "C0zzroBw8P0HejCzPVoHo5CtDG8aIXD/FtmkCBdhY9E7SM8O0PhUPFn4EtcN+KQkrWlrzlOKe+XGPcaxY7Xtfg==",
|
|
"type": "package",
|
|
"path": "simpleidserver.idserver.integrationevents/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.IdServer.IntegrationEvents.dll",
|
|
"simpleidserver.idserver.integrationevents.6.0.4.nupkg.sha512",
|
|
"simpleidserver.idserver.integrationevents.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.IdServer.Pwd/6.0.4": {
|
|
"sha512": "8cXSJhHuVgj5YqchUMITFCDvnfEyS6l+AwpgQ7hR9TvaLEcCnR926rPEoZ3rBbFNTzFE3XrR3BI05KAAT3lnAg==",
|
|
"type": "package",
|
|
"path": "simpleidserver.idserver.pwd/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.IdServer.Pwd.dll",
|
|
"simpleidserver.idserver.pwd.6.0.4.nupkg.sha512",
|
|
"simpleidserver.idserver.pwd.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.Scim.Client/6.0.4": {
|
|
"sha512": "0jR+JUJMaXVvTlNj2ENh9TmjVRQ/tusuEDLtp4JydebOJ4C9VjWV6bmfecKZlC6/Iy4hSRQrJiBLBC4Uvhb8Og==",
|
|
"type": "package",
|
|
"path": "simpleidserver.scim.client/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.Scim.Client.dll",
|
|
"simpleidserver.scim.client.6.0.4.nupkg.sha512",
|
|
"simpleidserver.scim.client.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.Scim.Domains/6.0.4": {
|
|
"sha512": "PqRb0Vnm0u0DdaF3DwLobDE+iCV8MRLPH7HoAEcg92zdVSuQWRvPJxsS6N21aqg1w4ZoSZ5jMZ9nkIJqjdHU7A==",
|
|
"type": "package",
|
|
"path": "simpleidserver.scim.domains/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.Scim.Domains.dll",
|
|
"lib/net8.0/SimpleIdServer.Scim.Domains.xml",
|
|
"simpleidserver.scim.domains.6.0.4.nupkg.sha512",
|
|
"simpleidserver.scim.domains.nuspec"
|
|
]
|
|
},
|
|
"SimpleIdServer.Scim.Parser/6.0.4": {
|
|
"sha512": "FmiFWeLa6ZkEaLwg+QGthxHwxmmJkoCHsui6wKVHTytdgwDm/vg61Ev1WwM078aEUCoabOlS2VD18a1mtL51tw==",
|
|
"type": "package",
|
|
"path": "simpleidserver.scim.parser/6.0.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net8.0/SimpleIdServer.Scim.Parser.dll",
|
|
"lib/net8.0/SimpleIdServer.Scim.Parser.xml",
|
|
"simpleidserver.scim.parser.6.0.4.nupkg.sha512",
|
|
"simpleidserver.scim.parser.nuspec"
|
|
]
|
|
},
|
|
"SvgPathProperties/1.1.2": {
|
|
"sha512": "oqCX5+CxcLfC1lC6gfzOSM+WOmfwn4V7yzMHQfofi+QmYoY+Hq5oye6BgnqhHC+3BSsiadLSOnfYxpcv/enkcw==",
|
|
"type": "package",
|
|
"path": "svgpathproperties/1.1.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/netstandard2.0/SvgPathProperties.dll",
|
|
"svgpathproperties.1.1.2.nupkg.sha512",
|
|
"svgpathproperties.nuspec"
|
|
]
|
|
},
|
|
"System.Buffers/4.6.0": {
|
|
"sha512": "lN6tZi7Q46zFzAbRYXTIvfXcyvQQgxnY7Xm6C6xQ9784dEL1amjM6S6Iw4ZpsvesAKnRVsM4scrDQaDqSClkjA==",
|
|
"type": "package",
|
|
"path": "system.buffers/4.6.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"PACKAGE.md",
|
|
"buildTransitive/net461/System.Buffers.targets",
|
|
"buildTransitive/net462/_._",
|
|
"lib/net462/System.Buffers.dll",
|
|
"lib/net462/System.Buffers.xml",
|
|
"lib/netcoreapp2.1/_._",
|
|
"lib/netstandard2.0/System.Buffers.dll",
|
|
"lib/netstandard2.0/System.Buffers.xml",
|
|
"system.buffers.4.6.0.nupkg.sha512",
|
|
"system.buffers.nuspec"
|
|
]
|
|
},
|
|
"System.Collections.Immutable/5.0.0": {
|
|
"sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
|
|
"type": "package",
|
|
"path": "system.collections.immutable/5.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net461/System.Collections.Immutable.dll",
|
|
"lib/net461/System.Collections.Immutable.xml",
|
|
"lib/netstandard1.0/System.Collections.Immutable.dll",
|
|
"lib/netstandard1.0/System.Collections.Immutable.xml",
|
|
"lib/netstandard1.3/System.Collections.Immutable.dll",
|
|
"lib/netstandard1.3/System.Collections.Immutable.xml",
|
|
"lib/netstandard2.0/System.Collections.Immutable.dll",
|
|
"lib/netstandard2.0/System.Collections.Immutable.xml",
|
|
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
|
|
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
|
|
"system.collections.immutable.5.0.0.nupkg.sha512",
|
|
"system.collections.immutable.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.IdentityModel.Tokens.Jwt/8.10.0": {
|
|
"sha512": "UYIcKbMifWTg1CdljV3YSr7X4MKGSjUwLMKNLuSNKOsF65NvDPez0917YSDOr3tXF1GTZKCkfbZwYyPsW2owsQ==",
|
|
"type": "package",
|
|
"path": "system.identitymodel.tokens.jwt/8.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/System.IdentityModel.Tokens.Jwt.dll",
|
|
"lib/net462/System.IdentityModel.Tokens.Jwt.xml",
|
|
"lib/net472/System.IdentityModel.Tokens.Jwt.dll",
|
|
"lib/net472/System.IdentityModel.Tokens.Jwt.xml",
|
|
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll",
|
|
"lib/net6.0/System.IdentityModel.Tokens.Jwt.xml",
|
|
"lib/net8.0/System.IdentityModel.Tokens.Jwt.dll",
|
|
"lib/net8.0/System.IdentityModel.Tokens.Jwt.xml",
|
|
"lib/net9.0/System.IdentityModel.Tokens.Jwt.dll",
|
|
"lib/net9.0/System.IdentityModel.Tokens.Jwt.xml",
|
|
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
|
|
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
|
|
"system.identitymodel.tokens.jwt.8.10.0.nupkg.sha512",
|
|
"system.identitymodel.tokens.jwt.nuspec"
|
|
]
|
|
},
|
|
"System.IO/4.3.0": {
|
|
"sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
|
|
"type": "package",
|
|
"path": "system.io/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net45/_._",
|
|
"lib/net462/System.IO.dll",
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
"lib/win8/_._",
|
|
"lib/wp80/_._",
|
|
"lib/wpa81/_._",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net45/_._",
|
|
"ref/net462/System.IO.dll",
|
|
"ref/netcore50/System.IO.dll",
|
|
"ref/netcore50/System.IO.xml",
|
|
"ref/netcore50/de/System.IO.xml",
|
|
"ref/netcore50/es/System.IO.xml",
|
|
"ref/netcore50/fr/System.IO.xml",
|
|
"ref/netcore50/it/System.IO.xml",
|
|
"ref/netcore50/ja/System.IO.xml",
|
|
"ref/netcore50/ko/System.IO.xml",
|
|
"ref/netcore50/ru/System.IO.xml",
|
|
"ref/netcore50/zh-hans/System.IO.xml",
|
|
"ref/netcore50/zh-hant/System.IO.xml",
|
|
"ref/netstandard1.0/System.IO.dll",
|
|
"ref/netstandard1.0/System.IO.xml",
|
|
"ref/netstandard1.0/de/System.IO.xml",
|
|
"ref/netstandard1.0/es/System.IO.xml",
|
|
"ref/netstandard1.0/fr/System.IO.xml",
|
|
"ref/netstandard1.0/it/System.IO.xml",
|
|
"ref/netstandard1.0/ja/System.IO.xml",
|
|
"ref/netstandard1.0/ko/System.IO.xml",
|
|
"ref/netstandard1.0/ru/System.IO.xml",
|
|
"ref/netstandard1.0/zh-hans/System.IO.xml",
|
|
"ref/netstandard1.0/zh-hant/System.IO.xml",
|
|
"ref/netstandard1.3/System.IO.dll",
|
|
"ref/netstandard1.3/System.IO.xml",
|
|
"ref/netstandard1.3/de/System.IO.xml",
|
|
"ref/netstandard1.3/es/System.IO.xml",
|
|
"ref/netstandard1.3/fr/System.IO.xml",
|
|
"ref/netstandard1.3/it/System.IO.xml",
|
|
"ref/netstandard1.3/ja/System.IO.xml",
|
|
"ref/netstandard1.3/ko/System.IO.xml",
|
|
"ref/netstandard1.3/ru/System.IO.xml",
|
|
"ref/netstandard1.3/zh-hans/System.IO.xml",
|
|
"ref/netstandard1.3/zh-hant/System.IO.xml",
|
|
"ref/netstandard1.5/System.IO.dll",
|
|
"ref/netstandard1.5/System.IO.xml",
|
|
"ref/netstandard1.5/de/System.IO.xml",
|
|
"ref/netstandard1.5/es/System.IO.xml",
|
|
"ref/netstandard1.5/fr/System.IO.xml",
|
|
"ref/netstandard1.5/it/System.IO.xml",
|
|
"ref/netstandard1.5/ja/System.IO.xml",
|
|
"ref/netstandard1.5/ko/System.IO.xml",
|
|
"ref/netstandard1.5/ru/System.IO.xml",
|
|
"ref/netstandard1.5/zh-hans/System.IO.xml",
|
|
"ref/netstandard1.5/zh-hant/System.IO.xml",
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
"ref/win8/_._",
|
|
"ref/wp80/_._",
|
|
"ref/wpa81/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.io.4.3.0.nupkg.sha512",
|
|
"system.io.nuspec"
|
|
]
|
|
},
|
|
"System.IO.Pipelines/8.0.0": {
|
|
"sha512": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==",
|
|
"type": "package",
|
|
"path": "system.io.pipelines/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/System.IO.Pipelines.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets",
|
|
"lib/net462/System.IO.Pipelines.dll",
|
|
"lib/net462/System.IO.Pipelines.xml",
|
|
"lib/net6.0/System.IO.Pipelines.dll",
|
|
"lib/net6.0/System.IO.Pipelines.xml",
|
|
"lib/net7.0/System.IO.Pipelines.dll",
|
|
"lib/net7.0/System.IO.Pipelines.xml",
|
|
"lib/net8.0/System.IO.Pipelines.dll",
|
|
"lib/net8.0/System.IO.Pipelines.xml",
|
|
"lib/netstandard2.0/System.IO.Pipelines.dll",
|
|
"lib/netstandard2.0/System.IO.Pipelines.xml",
|
|
"system.io.pipelines.8.0.0.nupkg.sha512",
|
|
"system.io.pipelines.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"System.Linq.Dynamic.Core/1.3.7": {
|
|
"sha512": "7J9oS95JCcyOtnKCr0tYUOMAj67Ee3WKal6li20vEeuQFdD7C4XuAABysp3H5dx+wmHkXuUNoxW3+U+OEsx+JQ==",
|
|
"type": "package",
|
|
"path": "system.linq.dynamic.core/1.3.7",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"PackageReadme.md",
|
|
"lib/net35/System.Linq.Dynamic.Core.dll",
|
|
"lib/net35/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net35/System.Linq.Dynamic.Core.xml",
|
|
"lib/net40/System.Linq.Dynamic.Core.dll",
|
|
"lib/net40/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net40/System.Linq.Dynamic.Core.xml",
|
|
"lib/net45/System.Linq.Dynamic.Core.dll",
|
|
"lib/net45/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net45/System.Linq.Dynamic.Core.xml",
|
|
"lib/net452/System.Linq.Dynamic.Core.dll",
|
|
"lib/net452/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net452/System.Linq.Dynamic.Core.xml",
|
|
"lib/net46/System.Linq.Dynamic.Core.dll",
|
|
"lib/net46/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net46/System.Linq.Dynamic.Core.xml",
|
|
"lib/net5.0/System.Linq.Dynamic.Core.dll",
|
|
"lib/net5.0/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net5.0/System.Linq.Dynamic.Core.xml",
|
|
"lib/net6.0/System.Linq.Dynamic.Core.dll",
|
|
"lib/net6.0/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net6.0/System.Linq.Dynamic.Core.xml",
|
|
"lib/net7.0/System.Linq.Dynamic.Core.dll",
|
|
"lib/net7.0/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net7.0/System.Linq.Dynamic.Core.xml",
|
|
"lib/net8.0/System.Linq.Dynamic.Core.dll",
|
|
"lib/net8.0/System.Linq.Dynamic.Core.pdb",
|
|
"lib/net8.0/System.Linq.Dynamic.Core.xml",
|
|
"lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll",
|
|
"lib/netcoreapp2.1/System.Linq.Dynamic.Core.pdb",
|
|
"lib/netcoreapp2.1/System.Linq.Dynamic.Core.xml",
|
|
"lib/netcoreapp3.1/System.Linq.Dynamic.Core.dll",
|
|
"lib/netcoreapp3.1/System.Linq.Dynamic.Core.pdb",
|
|
"lib/netcoreapp3.1/System.Linq.Dynamic.Core.xml",
|
|
"lib/netstandard1.3/System.Linq.Dynamic.Core.dll",
|
|
"lib/netstandard1.3/System.Linq.Dynamic.Core.pdb",
|
|
"lib/netstandard1.3/System.Linq.Dynamic.Core.xml",
|
|
"lib/netstandard2.0/System.Linq.Dynamic.Core.dll",
|
|
"lib/netstandard2.0/System.Linq.Dynamic.Core.pdb",
|
|
"lib/netstandard2.0/System.Linq.Dynamic.Core.xml",
|
|
"lib/netstandard2.1/System.Linq.Dynamic.Core.dll",
|
|
"lib/netstandard2.1/System.Linq.Dynamic.Core.pdb",
|
|
"lib/netstandard2.1/System.Linq.Dynamic.Core.xml",
|
|
"lib/uap10.0.10240/System.Linq.Dynamic.Core.dll",
|
|
"lib/uap10.0.10240/System.Linq.Dynamic.Core.pdb",
|
|
"lib/uap10.0.10240/System.Linq.Dynamic.Core.pri",
|
|
"lib/uap10.0.10240/System.Linq.Dynamic.Core.xml",
|
|
"logo.png",
|
|
"system.linq.dynamic.core.1.3.7.nupkg.sha512",
|
|
"system.linq.dynamic.core.nuspec"
|
|
]
|
|
},
|
|
"System.Memory/4.5.4": {
|
|
"sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
|
|
"type": "package",
|
|
"path": "system.memory/4.5.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net461/System.Memory.dll",
|
|
"lib/net461/System.Memory.xml",
|
|
"lib/netcoreapp2.1/_._",
|
|
"lib/netstandard1.1/System.Memory.dll",
|
|
"lib/netstandard1.1/System.Memory.xml",
|
|
"lib/netstandard2.0/System.Memory.dll",
|
|
"lib/netstandard2.0/System.Memory.xml",
|
|
"ref/netcoreapp2.1/_._",
|
|
"system.memory.4.5.4.nupkg.sha512",
|
|
"system.memory.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.Reflection/4.3.0": {
|
|
"sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
|
|
"type": "package",
|
|
"path": "system.reflection/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net45/_._",
|
|
"lib/net462/System.Reflection.dll",
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
"lib/win8/_._",
|
|
"lib/wp80/_._",
|
|
"lib/wpa81/_._",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net45/_._",
|
|
"ref/net462/System.Reflection.dll",
|
|
"ref/netcore50/System.Reflection.dll",
|
|
"ref/netcore50/System.Reflection.xml",
|
|
"ref/netcore50/de/System.Reflection.xml",
|
|
"ref/netcore50/es/System.Reflection.xml",
|
|
"ref/netcore50/fr/System.Reflection.xml",
|
|
"ref/netcore50/it/System.Reflection.xml",
|
|
"ref/netcore50/ja/System.Reflection.xml",
|
|
"ref/netcore50/ko/System.Reflection.xml",
|
|
"ref/netcore50/ru/System.Reflection.xml",
|
|
"ref/netcore50/zh-hans/System.Reflection.xml",
|
|
"ref/netcore50/zh-hant/System.Reflection.xml",
|
|
"ref/netstandard1.0/System.Reflection.dll",
|
|
"ref/netstandard1.0/System.Reflection.xml",
|
|
"ref/netstandard1.0/de/System.Reflection.xml",
|
|
"ref/netstandard1.0/es/System.Reflection.xml",
|
|
"ref/netstandard1.0/fr/System.Reflection.xml",
|
|
"ref/netstandard1.0/it/System.Reflection.xml",
|
|
"ref/netstandard1.0/ja/System.Reflection.xml",
|
|
"ref/netstandard1.0/ko/System.Reflection.xml",
|
|
"ref/netstandard1.0/ru/System.Reflection.xml",
|
|
"ref/netstandard1.0/zh-hans/System.Reflection.xml",
|
|
"ref/netstandard1.0/zh-hant/System.Reflection.xml",
|
|
"ref/netstandard1.3/System.Reflection.dll",
|
|
"ref/netstandard1.3/System.Reflection.xml",
|
|
"ref/netstandard1.3/de/System.Reflection.xml",
|
|
"ref/netstandard1.3/es/System.Reflection.xml",
|
|
"ref/netstandard1.3/fr/System.Reflection.xml",
|
|
"ref/netstandard1.3/it/System.Reflection.xml",
|
|
"ref/netstandard1.3/ja/System.Reflection.xml",
|
|
"ref/netstandard1.3/ko/System.Reflection.xml",
|
|
"ref/netstandard1.3/ru/System.Reflection.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Reflection.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Reflection.xml",
|
|
"ref/netstandard1.5/System.Reflection.dll",
|
|
"ref/netstandard1.5/System.Reflection.xml",
|
|
"ref/netstandard1.5/de/System.Reflection.xml",
|
|
"ref/netstandard1.5/es/System.Reflection.xml",
|
|
"ref/netstandard1.5/fr/System.Reflection.xml",
|
|
"ref/netstandard1.5/it/System.Reflection.xml",
|
|
"ref/netstandard1.5/ja/System.Reflection.xml",
|
|
"ref/netstandard1.5/ko/System.Reflection.xml",
|
|
"ref/netstandard1.5/ru/System.Reflection.xml",
|
|
"ref/netstandard1.5/zh-hans/System.Reflection.xml",
|
|
"ref/netstandard1.5/zh-hant/System.Reflection.xml",
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
"ref/win8/_._",
|
|
"ref/wp80/_._",
|
|
"ref/wpa81/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.reflection.4.3.0.nupkg.sha512",
|
|
"system.reflection.nuspec"
|
|
]
|
|
},
|
|
"System.Reflection.Metadata/5.0.0": {
|
|
"sha512": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
|
|
"type": "package",
|
|
"path": "system.reflection.metadata/5.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net461/System.Reflection.Metadata.dll",
|
|
"lib/net461/System.Reflection.Metadata.xml",
|
|
"lib/netstandard1.1/System.Reflection.Metadata.dll",
|
|
"lib/netstandard1.1/System.Reflection.Metadata.xml",
|
|
"lib/netstandard2.0/System.Reflection.Metadata.dll",
|
|
"lib/netstandard2.0/System.Reflection.Metadata.xml",
|
|
"lib/portable-net45+win8/System.Reflection.Metadata.dll",
|
|
"lib/portable-net45+win8/System.Reflection.Metadata.xml",
|
|
"system.reflection.metadata.5.0.0.nupkg.sha512",
|
|
"system.reflection.metadata.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.Reflection.Primitives/4.3.0": {
|
|
"sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
|
|
"type": "package",
|
|
"path": "system.reflection.primitives/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net45/_._",
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
"lib/win8/_._",
|
|
"lib/wp80/_._",
|
|
"lib/wpa81/_._",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net45/_._",
|
|
"ref/netcore50/System.Reflection.Primitives.dll",
|
|
"ref/netcore50/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/de/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/es/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/fr/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/it/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/ja/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/ko/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/ru/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
|
|
"ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/System.Reflection.Primitives.dll",
|
|
"ref/netstandard1.0/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/de/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/es/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/it/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
|
|
"ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
"ref/win8/_._",
|
|
"ref/wp80/_._",
|
|
"ref/wpa81/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.reflection.primitives.4.3.0.nupkg.sha512",
|
|
"system.reflection.primitives.nuspec"
|
|
]
|
|
},
|
|
"System.Runtime/4.3.0": {
|
|
"sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
|
|
"type": "package",
|
|
"path": "system.runtime/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net45/_._",
|
|
"lib/net462/System.Runtime.dll",
|
|
"lib/portable-net45+win8+wp80+wpa81/_._",
|
|
"lib/win8/_._",
|
|
"lib/wp80/_._",
|
|
"lib/wpa81/_._",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net45/_._",
|
|
"ref/net462/System.Runtime.dll",
|
|
"ref/netcore50/System.Runtime.dll",
|
|
"ref/netcore50/System.Runtime.xml",
|
|
"ref/netcore50/de/System.Runtime.xml",
|
|
"ref/netcore50/es/System.Runtime.xml",
|
|
"ref/netcore50/fr/System.Runtime.xml",
|
|
"ref/netcore50/it/System.Runtime.xml",
|
|
"ref/netcore50/ja/System.Runtime.xml",
|
|
"ref/netcore50/ko/System.Runtime.xml",
|
|
"ref/netcore50/ru/System.Runtime.xml",
|
|
"ref/netcore50/zh-hans/System.Runtime.xml",
|
|
"ref/netcore50/zh-hant/System.Runtime.xml",
|
|
"ref/netstandard1.0/System.Runtime.dll",
|
|
"ref/netstandard1.0/System.Runtime.xml",
|
|
"ref/netstandard1.0/de/System.Runtime.xml",
|
|
"ref/netstandard1.0/es/System.Runtime.xml",
|
|
"ref/netstandard1.0/fr/System.Runtime.xml",
|
|
"ref/netstandard1.0/it/System.Runtime.xml",
|
|
"ref/netstandard1.0/ja/System.Runtime.xml",
|
|
"ref/netstandard1.0/ko/System.Runtime.xml",
|
|
"ref/netstandard1.0/ru/System.Runtime.xml",
|
|
"ref/netstandard1.0/zh-hans/System.Runtime.xml",
|
|
"ref/netstandard1.0/zh-hant/System.Runtime.xml",
|
|
"ref/netstandard1.2/System.Runtime.dll",
|
|
"ref/netstandard1.2/System.Runtime.xml",
|
|
"ref/netstandard1.2/de/System.Runtime.xml",
|
|
"ref/netstandard1.2/es/System.Runtime.xml",
|
|
"ref/netstandard1.2/fr/System.Runtime.xml",
|
|
"ref/netstandard1.2/it/System.Runtime.xml",
|
|
"ref/netstandard1.2/ja/System.Runtime.xml",
|
|
"ref/netstandard1.2/ko/System.Runtime.xml",
|
|
"ref/netstandard1.2/ru/System.Runtime.xml",
|
|
"ref/netstandard1.2/zh-hans/System.Runtime.xml",
|
|
"ref/netstandard1.2/zh-hant/System.Runtime.xml",
|
|
"ref/netstandard1.3/System.Runtime.dll",
|
|
"ref/netstandard1.3/System.Runtime.xml",
|
|
"ref/netstandard1.3/de/System.Runtime.xml",
|
|
"ref/netstandard1.3/es/System.Runtime.xml",
|
|
"ref/netstandard1.3/fr/System.Runtime.xml",
|
|
"ref/netstandard1.3/it/System.Runtime.xml",
|
|
"ref/netstandard1.3/ja/System.Runtime.xml",
|
|
"ref/netstandard1.3/ko/System.Runtime.xml",
|
|
"ref/netstandard1.3/ru/System.Runtime.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Runtime.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Runtime.xml",
|
|
"ref/netstandard1.5/System.Runtime.dll",
|
|
"ref/netstandard1.5/System.Runtime.xml",
|
|
"ref/netstandard1.5/de/System.Runtime.xml",
|
|
"ref/netstandard1.5/es/System.Runtime.xml",
|
|
"ref/netstandard1.5/fr/System.Runtime.xml",
|
|
"ref/netstandard1.5/it/System.Runtime.xml",
|
|
"ref/netstandard1.5/ja/System.Runtime.xml",
|
|
"ref/netstandard1.5/ko/System.Runtime.xml",
|
|
"ref/netstandard1.5/ru/System.Runtime.xml",
|
|
"ref/netstandard1.5/zh-hans/System.Runtime.xml",
|
|
"ref/netstandard1.5/zh-hant/System.Runtime.xml",
|
|
"ref/portable-net45+win8+wp80+wpa81/_._",
|
|
"ref/win8/_._",
|
|
"ref/wp80/_._",
|
|
"ref/wpa81/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.runtime.4.3.0.nupkg.sha512",
|
|
"system.runtime.nuspec"
|
|
]
|
|
},
|
|
"System.Runtime.CompilerServices.Unsafe/5.0.0": {
|
|
"sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
|
|
"type": "package",
|
|
"path": "system.runtime.compilerservices.unsafe/5.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net45/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"lib/net45/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"ref/net461/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"ref/net461/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll",
|
|
"ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml",
|
|
"system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
|
|
"system.runtime.compilerservices.unsafe.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.Runtime.Loader/4.3.0": {
|
|
"sha512": "DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
|
|
"type": "package",
|
|
"path": "system.runtime.loader/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net462/_._",
|
|
"lib/netstandard1.5/System.Runtime.Loader.dll",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/netstandard1.5/System.Runtime.Loader.dll",
|
|
"ref/netstandard1.5/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/de/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/es/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/fr/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/it/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/ja/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/ko/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/ru/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml",
|
|
"ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml",
|
|
"system.runtime.loader.4.3.0.nupkg.sha512",
|
|
"system.runtime.loader.nuspec"
|
|
]
|
|
},
|
|
"System.Security.AccessControl/4.5.0": {
|
|
"sha512": "vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
"type": "package",
|
|
"path": "system.security.accesscontrol/4.5.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net46/System.Security.AccessControl.dll",
|
|
"lib/net461/System.Security.AccessControl.dll",
|
|
"lib/netstandard1.3/System.Security.AccessControl.dll",
|
|
"lib/netstandard2.0/System.Security.AccessControl.dll",
|
|
"lib/uap10.0.16299/_._",
|
|
"ref/net46/System.Security.AccessControl.dll",
|
|
"ref/net461/System.Security.AccessControl.dll",
|
|
"ref/net461/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/System.Security.AccessControl.dll",
|
|
"ref/netstandard1.3/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/de/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/es/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/fr/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/it/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/ja/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/ko/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/ru/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
|
|
"ref/netstandard2.0/System.Security.AccessControl.dll",
|
|
"ref/netstandard2.0/System.Security.AccessControl.xml",
|
|
"ref/uap10.0.16299/_._",
|
|
"runtimes/win/lib/net46/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/uap10.0.16299/_._",
|
|
"system.security.accesscontrol.4.5.0.nupkg.sha512",
|
|
"system.security.accesscontrol.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.Security.Cryptography.Pkcs/8.0.1": {
|
|
"sha512": "CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
|
|
"type": "package",
|
|
"path": "system.security.cryptography.pkcs/8.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/System.Security.Cryptography.Pkcs.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets",
|
|
"lib/net462/System.Security.Cryptography.Pkcs.dll",
|
|
"lib/net462/System.Security.Cryptography.Pkcs.xml",
|
|
"lib/net6.0/System.Security.Cryptography.Pkcs.dll",
|
|
"lib/net6.0/System.Security.Cryptography.Pkcs.xml",
|
|
"lib/net7.0/System.Security.Cryptography.Pkcs.dll",
|
|
"lib/net7.0/System.Security.Cryptography.Pkcs.xml",
|
|
"lib/net8.0/System.Security.Cryptography.Pkcs.dll",
|
|
"lib/net8.0/System.Security.Cryptography.Pkcs.xml",
|
|
"lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
|
|
"lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
|
|
"lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
|
|
"lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
|
|
"runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll",
|
|
"runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml",
|
|
"runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll",
|
|
"runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml",
|
|
"runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll",
|
|
"runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml",
|
|
"system.security.cryptography.pkcs.8.0.1.nupkg.sha512",
|
|
"system.security.cryptography.pkcs.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"System.Security.Cryptography.Xml/8.0.2": {
|
|
"sha512": "aDM/wm0ZGEZ6ZYJLzgqjp2FZdHbDHh6/OmpGfb7AdZ105zYmPn/83JRU2xLIbwgoNz9U1SLUTJN0v5th3qmvjA==",
|
|
"type": "package",
|
|
"path": "system.security.cryptography.xml/8.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/System.Security.Cryptography.Xml.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets",
|
|
"lib/net462/System.Security.Cryptography.Xml.dll",
|
|
"lib/net462/System.Security.Cryptography.Xml.xml",
|
|
"lib/net6.0/System.Security.Cryptography.Xml.dll",
|
|
"lib/net6.0/System.Security.Cryptography.Xml.xml",
|
|
"lib/net7.0/System.Security.Cryptography.Xml.dll",
|
|
"lib/net7.0/System.Security.Cryptography.Xml.xml",
|
|
"lib/net8.0/System.Security.Cryptography.Xml.dll",
|
|
"lib/net8.0/System.Security.Cryptography.Xml.xml",
|
|
"lib/netstandard2.0/System.Security.Cryptography.Xml.dll",
|
|
"lib/netstandard2.0/System.Security.Cryptography.Xml.xml",
|
|
"system.security.cryptography.xml.8.0.2.nupkg.sha512",
|
|
"system.security.cryptography.xml.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"System.Security.Principal.Windows/5.0.0": {
|
|
"sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
|
|
"type": "package",
|
|
"path": "system.security.principal.windows/5.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net46/System.Security.Principal.Windows.dll",
|
|
"lib/net461/System.Security.Principal.Windows.dll",
|
|
"lib/net461/System.Security.Principal.Windows.xml",
|
|
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
|
|
"lib/netstandard2.0/System.Security.Principal.Windows.xml",
|
|
"lib/uap10.0.16299/_._",
|
|
"ref/net46/System.Security.Principal.Windows.dll",
|
|
"ref/net461/System.Security.Principal.Windows.dll",
|
|
"ref/net461/System.Security.Principal.Windows.xml",
|
|
"ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
|
|
"ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
"ref/netstandard1.3/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
|
|
"ref/netstandard2.0/System.Security.Principal.Windows.xml",
|
|
"ref/uap10.0.16299/_._",
|
|
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
|
|
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
|
|
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
|
|
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
|
|
"runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
|
|
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
|
|
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/uap10.0.16299/_._",
|
|
"system.security.principal.windows.5.0.0.nupkg.sha512",
|
|
"system.security.principal.windows.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.Text.Encoding/4.3.0": {
|
|
"sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
|
|
"type": "package",
|
|
"path": "system.text.encoding/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net45/_._",
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
"lib/win8/_._",
|
|
"lib/wp80/_._",
|
|
"lib/wpa81/_._",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net45/_._",
|
|
"ref/netcore50/System.Text.Encoding.dll",
|
|
"ref/netcore50/System.Text.Encoding.xml",
|
|
"ref/netcore50/de/System.Text.Encoding.xml",
|
|
"ref/netcore50/es/System.Text.Encoding.xml",
|
|
"ref/netcore50/fr/System.Text.Encoding.xml",
|
|
"ref/netcore50/it/System.Text.Encoding.xml",
|
|
"ref/netcore50/ja/System.Text.Encoding.xml",
|
|
"ref/netcore50/ko/System.Text.Encoding.xml",
|
|
"ref/netcore50/ru/System.Text.Encoding.xml",
|
|
"ref/netcore50/zh-hans/System.Text.Encoding.xml",
|
|
"ref/netcore50/zh-hant/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/System.Text.Encoding.dll",
|
|
"ref/netstandard1.0/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/de/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/es/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/fr/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/it/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/ja/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/ko/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/ru/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
|
|
"ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/System.Text.Encoding.dll",
|
|
"ref/netstandard1.3/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/de/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/es/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/fr/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/it/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/ja/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/ko/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/ru/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
"ref/win8/_._",
|
|
"ref/wp80/_._",
|
|
"ref/wpa81/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.text.encoding.4.3.0.nupkg.sha512",
|
|
"system.text.encoding.nuspec"
|
|
]
|
|
},
|
|
"System.Text.Encoding.CodePages/4.5.1": {
|
|
"sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==",
|
|
"type": "package",
|
|
"path": "system.text.encoding.codepages/4.5.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net46/System.Text.Encoding.CodePages.dll",
|
|
"lib/net461/System.Text.Encoding.CodePages.dll",
|
|
"lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
|
|
"lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
|
|
"runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
|
|
"runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
|
|
"runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
|
|
"system.text.encoding.codepages.4.5.1.nupkg.sha512",
|
|
"system.text.encoding.codepages.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.Text.Encodings.Web/8.0.0": {
|
|
"sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
|
|
"type": "package",
|
|
"path": "system.text.encodings.web/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/System.Text.Encodings.Web.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
|
|
"lib/net462/System.Text.Encodings.Web.dll",
|
|
"lib/net462/System.Text.Encodings.Web.xml",
|
|
"lib/net6.0/System.Text.Encodings.Web.dll",
|
|
"lib/net6.0/System.Text.Encodings.Web.xml",
|
|
"lib/net7.0/System.Text.Encodings.Web.dll",
|
|
"lib/net7.0/System.Text.Encodings.Web.xml",
|
|
"lib/net8.0/System.Text.Encodings.Web.dll",
|
|
"lib/net8.0/System.Text.Encodings.Web.xml",
|
|
"lib/netstandard2.0/System.Text.Encodings.Web.dll",
|
|
"lib/netstandard2.0/System.Text.Encodings.Web.xml",
|
|
"runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll",
|
|
"runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml",
|
|
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll",
|
|
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml",
|
|
"runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll",
|
|
"runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml",
|
|
"system.text.encodings.web.8.0.0.nupkg.sha512",
|
|
"system.text.encodings.web.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"System.Threading.Tasks/4.3.0": {
|
|
"sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
|
|
"type": "package",
|
|
"path": "system.threading.tasks/4.3.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"ThirdPartyNotices.txt",
|
|
"dotnet_library_license.txt",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net45/_._",
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
"lib/win8/_._",
|
|
"lib/wp80/_._",
|
|
"lib/wpa81/_._",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/net45/_._",
|
|
"ref/netcore50/System.Threading.Tasks.dll",
|
|
"ref/netcore50/System.Threading.Tasks.xml",
|
|
"ref/netcore50/de/System.Threading.Tasks.xml",
|
|
"ref/netcore50/es/System.Threading.Tasks.xml",
|
|
"ref/netcore50/fr/System.Threading.Tasks.xml",
|
|
"ref/netcore50/it/System.Threading.Tasks.xml",
|
|
"ref/netcore50/ja/System.Threading.Tasks.xml",
|
|
"ref/netcore50/ko/System.Threading.Tasks.xml",
|
|
"ref/netcore50/ru/System.Threading.Tasks.xml",
|
|
"ref/netcore50/zh-hans/System.Threading.Tasks.xml",
|
|
"ref/netcore50/zh-hant/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/System.Threading.Tasks.dll",
|
|
"ref/netstandard1.0/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/de/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/es/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/fr/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/it/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/ja/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/ko/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/ru/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/System.Threading.Tasks.dll",
|
|
"ref/netstandard1.3/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/de/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/es/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/fr/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/it/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/ja/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/ko/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/ru/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
"ref/win8/_._",
|
|
"ref/wp80/_._",
|
|
"ref/wpa81/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.threading.tasks.4.3.0.nupkg.sha512",
|
|
"system.threading.tasks.nuspec"
|
|
]
|
|
},
|
|
"System.Threading.Tasks.Extensions/4.5.4": {
|
|
"sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
|
|
"type": "package",
|
|
"path": "system.threading.tasks.extensions/4.5.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/MonoAndroid10/_._",
|
|
"lib/MonoTouch10/_._",
|
|
"lib/net461/System.Threading.Tasks.Extensions.dll",
|
|
"lib/net461/System.Threading.Tasks.Extensions.xml",
|
|
"lib/netcoreapp2.1/_._",
|
|
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
|
|
"lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
|
|
"lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
|
|
"lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
|
|
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
|
|
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
|
|
"lib/xamarinios10/_._",
|
|
"lib/xamarinmac20/_._",
|
|
"lib/xamarintvos10/_._",
|
|
"lib/xamarinwatchos10/_._",
|
|
"ref/MonoAndroid10/_._",
|
|
"ref/MonoTouch10/_._",
|
|
"ref/netcoreapp2.1/_._",
|
|
"ref/xamarinios10/_._",
|
|
"ref/xamarinmac20/_._",
|
|
"ref/xamarintvos10/_._",
|
|
"ref/xamarinwatchos10/_._",
|
|
"system.threading.tasks.extensions.4.5.4.nupkg.sha512",
|
|
"system.threading.tasks.extensions.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"Z.Blazor.Diagrams/3.0.3": {
|
|
"sha512": "lBkFQWuT1Pz3H4C0cSq8WJThszLr0CbwAS2c/fxjBN08DxDPMgKzXhEkmLP7dEvRGmNFsJ90IUHmgk3Dhujcnw==",
|
|
"type": "package",
|
|
"path": "z.blazor.diagrams/3.0.3",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"ZBD.png",
|
|
"build/Microsoft.AspNetCore.StaticWebAssetEndpoints.props",
|
|
"build/Microsoft.AspNetCore.StaticWebAssets.props",
|
|
"build/Z.Blazor.Diagrams.props",
|
|
"buildMultiTargeting/Z.Blazor.Diagrams.props",
|
|
"buildTransitive/Z.Blazor.Diagrams.props",
|
|
"lib/net6.0/Blazor.Diagrams.dll",
|
|
"lib/net7.0/Blazor.Diagrams.dll",
|
|
"lib/net8.0/Blazor.Diagrams.dll",
|
|
"lib/net9.0/Blazor.Diagrams.dll",
|
|
"staticwebassets/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css",
|
|
"staticwebassets/default.styles.css",
|
|
"staticwebassets/default.styles.min.css",
|
|
"staticwebassets/script.js",
|
|
"staticwebassets/script.min.js",
|
|
"staticwebassets/style.css",
|
|
"staticwebassets/style.min.css",
|
|
"z.blazor.diagrams.3.0.3.nupkg.sha512",
|
|
"z.blazor.diagrams.nuspec"
|
|
]
|
|
},
|
|
"Z.Blazor.Diagrams.Core/3.0.3": {
|
|
"sha512": "0nO3eoa1yuIk1eMcqho3iQjxrqIy7ZXKQm/MbSl2/RCwIbSh4XvCzWPKZGPWPujZqV2xtihljZkQdNoZX/7TZQ==",
|
|
"type": "package",
|
|
"path": "z.blazor.diagrams.core/3.0.3",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"ZBD.png",
|
|
"lib/net6.0/Blazor.Diagrams.Core.dll",
|
|
"lib/net7.0/Blazor.Diagrams.Core.dll",
|
|
"lib/net8.0/Blazor.Diagrams.Core.dll",
|
|
"lib/net9.0/Blazor.Diagrams.Core.dll",
|
|
"z.blazor.diagrams.core.3.0.3.nupkg.sha512",
|
|
"z.blazor.diagrams.core.nuspec"
|
|
]
|
|
}
|
|
},
|
|
"projectFileDependencyGroups": {
|
|
"net8.0": [
|
|
"Microsoft.AspNetCore.Authentication >= 2.3.0",
|
|
"Microsoft.Web.LibraryManager.Build >= 2.1.175",
|
|
"SimpleIdServer.IdServer >= 6.0.*-*",
|
|
"SimpleIdServer.IdServer.Pwd >= 6.0.*-*"
|
|
]
|
|
},
|
|
"packageFolders": {
|
|
"D:\\packages\\NuGet\\cache": {},
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
|
},
|
|
"project": {
|
|
"version": "1.0.0",
|
|
"restore": {
|
|
"projectUniqueName": "D:\\source\\SimpleIdp\\SimpleIdp.csproj",
|
|
"projectName": "SimpleIdp",
|
|
"projectPath": "D:\\source\\SimpleIdp\\SimpleIdp.csproj",
|
|
"packagesPath": "D:\\packages\\NuGet\\cache",
|
|
"outputPath": "D:\\source\\SimpleIdp\\obj\\",
|
|
"projectStyle": "PackageReference",
|
|
"fallbackFolders": [
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
],
|
|
"configFilePaths": [
|
|
"C:\\Users\\mlesk\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
],
|
|
"originalTargetFrameworks": [
|
|
"net8.0"
|
|
],
|
|
"sources": {
|
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
"https://api.nuget.org/v3/index.json": {}
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"projectReferences": {}
|
|
}
|
|
},
|
|
"warningProperties": {
|
|
"warnAsError": [
|
|
"NU1605"
|
|
]
|
|
},
|
|
"restoreAuditProperties": {
|
|
"enableAudit": "true",
|
|
"auditLevel": "low",
|
|
"auditMode": "direct"
|
|
},
|
|
"SdkAnalysisLevel": "9.0.300"
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Authentication": {
|
|
"target": "Package",
|
|
"version": "[2.3.0, )"
|
|
},
|
|
"Microsoft.Web.LibraryManager.Build": {
|
|
"target": "Package",
|
|
"version": "[2.1.175, )"
|
|
},
|
|
"SimpleIdServer.IdServer": {
|
|
"target": "Package",
|
|
"version": "[6.0.*-*, )"
|
|
},
|
|
"SimpleIdServer.IdServer.Pwd": {
|
|
"target": "Package",
|
|
"version": "[6.0.*-*, )"
|
|
}
|
|
},
|
|
"imports": [
|
|
"net461",
|
|
"net462",
|
|
"net47",
|
|
"net471",
|
|
"net472",
|
|
"net48",
|
|
"net481"
|
|
],
|
|
"assetTargetFallback": true,
|
|
"warn": true,
|
|
"frameworkReferences": {
|
|
"Microsoft.AspNetCore.App": {
|
|
"privateAssets": "none"
|
|
},
|
|
"Microsoft.NETCore.App": {
|
|
"privateAssets": "all"
|
|
}
|
|
},
|
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.304/PortableRuntimeIdentifierGraph.json"
|
|
}
|
|
}
|
|
}
|
|
} |