4070 lines
164 KiB
JSON
4070 lines
164 KiB
JSON
{
|
|
"version": 3,
|
|
"targets": {
|
|
"net9.0": {
|
|
"Microsoft.AspNetCore.Cryptography.Internal/9.0.1": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Cryptography.Internal": "9.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Relational": "9.0.1",
|
|
"Microsoft.Extensions.Identity.Stores": "9.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Abstractions": "9.0.10",
|
|
"Microsoft.EntityFrameworkCore.Analyzers": "9.0.10",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.10",
|
|
"Microsoft.Extensions.Logging": "9.0.10"
|
|
},
|
|
"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/9.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/9.0.10": {
|
|
"type": "package"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Relational/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "9.0.10",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.10",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Logging": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.AmbientMetadata.Application/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration": "9.0.10",
|
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.AmbientMetadata.Application.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.AmbientMetadata.Application.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Caching.Abstractions/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10",
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Compliance.Abstractions/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.ObjectPool": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Compliance.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Compliance.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Configuration/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Configuration.Binder/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.10": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.AutoActivation/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.AutoActivation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.AutoActivation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyModel/9.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Diagnostics/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration": "9.0.10",
|
|
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.Abstractions/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.ExceptionSummarization/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.FileProviders.Abstractions/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Hosting.Abstractions/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.FileProviders.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Http/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Diagnostics": "9.0.10",
|
|
"Microsoft.Extensions.Logging": "9.0.10",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Http.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Http.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Http.Diagnostics/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Http": "9.0.10",
|
|
"Microsoft.Extensions.Telemetry": "9.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Http.Diagnostics.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Http.Diagnostics.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Http.Polly/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Http": "9.0.10",
|
|
"Polly": "7.2.4",
|
|
"Polly.Extensions.Http": "3.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Polly.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Polly.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Http.Resilience/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Http.Diagnostics": "9.10.0",
|
|
"Microsoft.Extensions.ObjectPool": "9.0.10",
|
|
"Microsoft.Extensions.Resilience": "9.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Http.Resilience.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Http.Resilience.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Http.Resilience.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Identity.Core/9.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.1",
|
|
"Microsoft.Extensions.Logging": "9.0.1",
|
|
"Microsoft.Extensions.Options": "9.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Identity.Stores/9.0.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Abstractions": "9.0.1",
|
|
"Microsoft.Extensions.Identity.Core": "9.0.1",
|
|
"Microsoft.Extensions.Logging": "9.0.1"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Stores.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Stores.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection": "9.0.10",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging.Configuration/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration": "9.0.10",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Configuration.Binder": "9.0.10",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Logging": "9.0.10",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.ObjectPool/9.0.10": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.ObjectPool.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.ObjectPool.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Options/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Options.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Options.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Configuration.Binder": "9.0.10",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10",
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Primitives/9.0.10": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Primitives.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Primitives.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Resilience/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Diagnostics": "9.0.10",
|
|
"Microsoft.Extensions.Diagnostics.ExceptionSummarization": "9.10.0",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.10",
|
|
"Microsoft.Extensions.Telemetry.Abstractions": "9.10.0",
|
|
"Polly.Extensions": "8.4.2",
|
|
"Polly.RateLimiting": "8.4.2"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Resilience.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Resilience.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Telemetry/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.AmbientMetadata.Application": "9.10.0",
|
|
"Microsoft.Extensions.DependencyInjection.AutoActivation": "9.10.0",
|
|
"Microsoft.Extensions.Logging.Configuration": "9.0.10",
|
|
"Microsoft.Extensions.ObjectPool": "9.0.10",
|
|
"Microsoft.Extensions.Telemetry.Abstractions": "9.10.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Telemetry.Abstractions/9.10.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Compliance.Abstractions": "9.10.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.ObjectPool": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Telemetry.Abstractions.props": {},
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Telemetry.Abstractions.targets": {}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.14.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.14.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Logging/8.14.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Abstractions": "8.14.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Protocols/8.14.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.14.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Tokens/8.14.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
|
|
"Microsoft.IdentityModel.Logging": "8.14.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Net.Http.Headers/9.0.10": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "9.0.10"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Microsoft.Net.Http.Headers.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Net.Http.Headers.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Npgsql/9.0.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Npgsql.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Npgsql.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Npgsql.EntityFrameworkCore.PostgreSQL/9.0.3": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "[9.0.1, 10.0.0)",
|
|
"Microsoft.EntityFrameworkCore.Relational": "[9.0.1, 10.0.0)",
|
|
"Npgsql": "9.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Abstractions": "7.2.0",
|
|
"OpenIddict.Client": "7.2.0",
|
|
"OpenIddict.Client.SystemIntegration": "7.2.0",
|
|
"OpenIddict.Client.SystemNetHttp": "7.2.0",
|
|
"OpenIddict.Client.WebIntegration": "7.2.0",
|
|
"OpenIddict.Core": "7.2.0",
|
|
"OpenIddict.Server": "7.2.0",
|
|
"OpenIddict.Validation": "7.2.0",
|
|
"OpenIddict.Validation.ServerIntegration": "7.2.0",
|
|
"OpenIddict.Validation.SystemNetHttp": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/_._": {}
|
|
}
|
|
},
|
|
"OpenIddict.Abstractions/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.10",
|
|
"Microsoft.Extensions.Primitives": "9.0.10",
|
|
"Microsoft.IdentityModel.Tokens": "8.14.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Abstractions.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.AspNetCore/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict": "7.2.0",
|
|
"OpenIddict.Client.AspNetCore": "7.2.0",
|
|
"OpenIddict.Client.DataProtection": "7.2.0",
|
|
"OpenIddict.Server.AspNetCore": "7.2.0",
|
|
"OpenIddict.Server.DataProtection": "7.2.0",
|
|
"OpenIddict.Validation.AspNetCore": "7.2.0",
|
|
"OpenIddict.Validation.DataProtection": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/_._": {}
|
|
}
|
|
},
|
|
"OpenIddict.Client/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging": "9.0.10",
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0",
|
|
"Microsoft.IdentityModel.Protocols": "8.14.0",
|
|
"OpenIddict.Abstractions": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Client.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Client.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Client.AspNetCore/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Client": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Client.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Client.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"OpenIddict.Client.DataProtection/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Client": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Client.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Client.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"OpenIddict.Client.SystemIntegration/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.10",
|
|
"Microsoft.Net.Http.Headers": "9.0.10",
|
|
"OpenIddict.Client": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Client.SystemIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Client.SystemIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Client.SystemNetHttp/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Http.Polly": "9.0.10",
|
|
"Microsoft.Extensions.Http.Resilience": "9.10.0",
|
|
"OpenIddict.Client": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Client.SystemNetHttp.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Client.SystemNetHttp.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Client.WebIntegration/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Client": "7.2.0",
|
|
"OpenIddict.Client.SystemNetHttp": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Client.WebIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Client.WebIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Core/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.10",
|
|
"Microsoft.Extensions.Logging": "9.0.10",
|
|
"Microsoft.Extensions.Options": "9.0.10",
|
|
"OpenIddict.Abstractions": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Core.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.EntityFrameworkCore/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Relational": "9.0.10",
|
|
"OpenIddict.Core": "7.2.0",
|
|
"OpenIddict.EntityFrameworkCore.Models": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.EntityFrameworkCore.Models/7.2.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.Models.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.Models.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Server/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging": "9.0.10",
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0",
|
|
"OpenIddict.Abstractions": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Server.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Server.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Server.AspNetCore/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Server": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Server.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Server.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"OpenIddict.Server.DataProtection/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Server": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Server.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Server.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"OpenIddict.Validation/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging": "9.0.10",
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0",
|
|
"Microsoft.IdentityModel.Protocols": "8.14.0",
|
|
"OpenIddict.Abstractions": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Validation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Validation.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Validation.AspNetCore/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Validation": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Validation.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Validation.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"OpenIddict.Validation.DataProtection/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Validation": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Validation.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Validation.DataProtection.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"OpenIddict.Validation.ServerIntegration/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenIddict.Server": "7.2.0",
|
|
"OpenIddict.Validation": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Validation.ServerIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Validation.ServerIntegration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenIddict.Validation.SystemNetHttp/7.2.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Http.Polly": "9.0.10",
|
|
"Microsoft.Extensions.Http.Resilience": "9.10.0",
|
|
"OpenIddict.Validation": "7.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenIddict.Validation.SystemNetHttp.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenIddict.Validation.SystemNetHttp.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenTelemetry/1.11.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.Logging.Configuration": "9.0.0",
|
|
"OpenTelemetry.Api.ProviderBuilderExtensions": "1.11.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenTelemetry.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenTelemetry.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenTelemetry.Api/1.11.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Diagnostics.DiagnosticSource": "9.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenTelemetry.Api.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenTelemetry.Api.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenTelemetry.Api.ProviderBuilderExtensions/1.11.1": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
|
|
"OpenTelemetry.Api": "1.11.1"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol/1.11.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenTelemetry": "1.11.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenTelemetry.Extensions.Hosting/1.11.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.0",
|
|
"OpenTelemetry": "1.11.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/OpenTelemetry.Extensions.Hosting.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/OpenTelemetry.Extensions.Hosting.dll": {
|
|
"related": ".dll-keyless.pem;.dll-keyless.sig;.xml"
|
|
}
|
|
}
|
|
},
|
|
"OpenTelemetry.Instrumentation.AspNetCore/1.11.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"OpenTelemetry.Api.ProviderBuilderExtensions": "[1.11.1, 2.0.0)"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/OpenTelemetry.Instrumentation.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/OpenTelemetry.Instrumentation.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"Polly/7.2.4": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/Polly.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Polly.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
}
|
|
},
|
|
"Polly.Core/8.4.2": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/Polly.Core.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Polly.Core.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
}
|
|
},
|
|
"Polly.Extensions/8.4.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Options": "8.0.0",
|
|
"Polly.Core": "8.4.2"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Polly.Extensions.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Polly.Extensions.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
}
|
|
},
|
|
"Polly.Extensions.Http/3.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Polly": "7.1.0"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/Polly.Extensions.Http.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Polly.Extensions.Http.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Polly.RateLimiting/8.4.2": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Polly.Core": "8.4.2",
|
|
"System.Threading.RateLimiting": "8.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Polly.RateLimiting.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Polly.RateLimiting.dll": {
|
|
"related": ".pdb;.xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog/4.2.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/Serilog.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Serilog.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.AspNetCore/9.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Serilog": "4.2.0",
|
|
"Serilog.Extensions.Hosting": "9.0.0",
|
|
"Serilog.Formatting.Compact": "3.0.0",
|
|
"Serilog.Settings.Configuration": "9.0.0",
|
|
"Serilog.Sinks.Console": "6.0.0",
|
|
"Serilog.Sinks.Debug": "3.0.0",
|
|
"Serilog.Sinks.File": "6.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Serilog.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Serilog.AspNetCore.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"frameworkReferences": [
|
|
"Microsoft.AspNetCore.App"
|
|
]
|
|
},
|
|
"Serilog.Extensions.Hosting/9.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.Hosting.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.0",
|
|
"Serilog": "4.2.0",
|
|
"Serilog.Extensions.Logging": "9.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Serilog.Extensions.Hosting.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Serilog.Extensions.Hosting.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Extensions.Logging/9.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging": "9.0.0",
|
|
"Serilog": "4.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Serilog.Extensions.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Serilog.Extensions.Logging.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Formatting.Compact/3.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Serilog": "4.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Serilog.Formatting.Compact.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Serilog.Formatting.Compact.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Settings.Configuration/9.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Binder": "9.0.0",
|
|
"Microsoft.Extensions.DependencyModel": "9.0.0",
|
|
"Serilog": "4.2.0"
|
|
},
|
|
"compile": {
|
|
"lib/net9.0/Serilog.Settings.Configuration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Serilog.Settings.Configuration.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Sinks.Console/6.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Serilog": "4.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Serilog.Sinks.Console.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Serilog.Sinks.Console.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Sinks.Debug/3.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Serilog": "4.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Serilog.Sinks.Debug.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Serilog.Sinks.Debug.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Sinks.File/6.0.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Serilog": "4.0.0"
|
|
},
|
|
"compile": {
|
|
"lib/net8.0/Serilog.Sinks.File.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Serilog.Sinks.File.dll": {
|
|
"related": ".xml"
|
|
}
|
|
}
|
|
},
|
|
"System.Diagnostics.DiagnosticSource/9.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/System.Diagnostics.DiagnosticSource.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"contentFiles": {
|
|
"contentFiles/any/any/_._": {
|
|
"buildAction": "None",
|
|
"codeLanguage": "any",
|
|
"copyToOutput": false
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net8.0/_._": {}
|
|
}
|
|
},
|
|
"System.Threading.RateLimiting/8.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/net8.0/System.Threading.RateLimiting.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/System.Threading.RateLimiting.dll": {
|
|
"related": ".xml"
|
|
}
|
|
},
|
|
"build": {
|
|
"buildTransitive/net6.0/_._": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libraries": {
|
|
"Microsoft.AspNetCore.Cryptography.Internal/9.0.1": {
|
|
"sha512": "leaw8hC6wCKfAg2kAYT4plnaHI7o6bKB9IQy0yLWHmgV0GjE449pu0SEnnl7loEzdLgyQrKyVQvfz7wRErqmxQ==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.cryptography.internal/9.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.AspNetCore.Cryptography.Internal.dll",
|
|
"lib/net462/Microsoft.AspNetCore.Cryptography.Internal.xml",
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.dll",
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.Internal.xml",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml",
|
|
"microsoft.aspnetcore.cryptography.internal.9.0.1.nupkg.sha512",
|
|
"microsoft.aspnetcore.cryptography.internal.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.1": {
|
|
"sha512": "/ibWvFYnxjCfOmtQtLTFUN9L70CrQH0daom6tE8/hlxTllUDeXM95fE45dC4u2tBOrfDqB6TPAkUzd/vWaAusA==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.cryptography.keyderivation/9.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
|
|
"lib/net462/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml",
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
|
|
"lib/net9.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
|
|
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml",
|
|
"microsoft.aspnetcore.cryptography.keyderivation.9.0.1.nupkg.sha512",
|
|
"microsoft.aspnetcore.cryptography.keyderivation.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.1": {
|
|
"sha512": "yZyj/m7nBsrx6JDIv5KSYH44lJsQ4K5RLEWaYRFQVoIRvGXQxMZ/TUCa7PKFtR/o6nz1fmy6bVciV/eN/NmjUw==",
|
|
"type": "package",
|
|
"path": "microsoft.aspnetcore.identity.entityframeworkcore/9.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll",
|
|
"lib/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xml",
|
|
"microsoft.aspnetcore.identity.entityframeworkcore.9.0.1.nupkg.sha512",
|
|
"microsoft.aspnetcore.identity.entityframeworkcore.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore/9.0.10": {
|
|
"sha512": "WjjxVyOTVs85V7SUe+lZjtGOEeVzF4RO8amrqL4adgbyThNq7vGCFzPw8buZj44gHeQYD5V/uZ/6XuqG9Jq+kA==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore/9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Abstractions/9.0.10": {
|
|
"sha512": "I3TWAs5Lbzmzu8S0T6qXhzBiO3CznYLrfE59W0npkqNHfWGH8CgA66LrHMWxWOXVTD4145QwYqiWNCdLwpJ1Ew==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore.abstractions/9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Analyzers/9.0.10": {
|
|
"sha512": "mXNl0Gg3l3zGrClLCHepB+b7rYVuFfB9qQJwya0dUSHFuR1T0jMD8KxuNVyhQSfoWIepanhzjcG8TUNGXOcU0Q==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore.analyzers/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
|
|
"docs/PACKAGE.md",
|
|
"microsoft.entityframeworkcore.analyzers.9.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.analyzers.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Relational/9.0.10": {
|
|
"sha512": "IJNrG5vdmFUvHR8FLLFg9AWpuE8qW1DTEN+fNLGbNTu6cnpZzzqU6+aknAGtTSAEVWosJ3BZ3TOO9wpifUvv3A==",
|
|
"type": "package",
|
|
"path": "microsoft.entityframeworkcore.relational/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"PACKAGE.md",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll",
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml",
|
|
"microsoft.entityframeworkcore.relational.9.0.10.nupkg.sha512",
|
|
"microsoft.entityframeworkcore.relational.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.AmbientMetadata.Application/9.10.0": {
|
|
"sha512": "ndm/eoOzk61Csn+ojv5z3Kt7YWAdUNR8ruFaf1b69kSbeqDPoV96f1GR1OWTIrCN9bm83V8CSkhvnnG+LrLTvg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.ambientmetadata.application/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"buildTransitive/net462/Microsoft.Extensions.AmbientMetadata.Application.targets",
|
|
"buildTransitive/net8.0/_._",
|
|
"lib/net462/Microsoft.Extensions.AmbientMetadata.Application.dll",
|
|
"lib/net462/Microsoft.Extensions.AmbientMetadata.Application.xml",
|
|
"lib/net8.0/Microsoft.Extensions.AmbientMetadata.Application.dll",
|
|
"lib/net8.0/Microsoft.Extensions.AmbientMetadata.Application.xml",
|
|
"lib/net9.0/Microsoft.Extensions.AmbientMetadata.Application.dll",
|
|
"lib/net9.0/Microsoft.Extensions.AmbientMetadata.Application.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.AmbientMetadata.Application.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.AmbientMetadata.Application.xml",
|
|
"microsoft.extensions.ambientmetadata.application.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.ambientmetadata.application.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Caching.Abstractions/9.0.10": {
|
|
"sha512": "cL6iTxgJ4u5zP3eFOdBiDAtmE/B2WKTRhyJfEne7n6qvHpsMwwIDxljs210mWSO1ucBy7lR1Lo7/7kjeZeLcqQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.caching.abstractions/9.0.10",
|
|
"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/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Caching.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.caching.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/9.0.10": {
|
|
"sha512": "2iuzwIoCoqZJfH2VLk1xvlQS4PQDEuhj4dWiGb+Qpt1vHFHyffp497cTO6ucsV54W/h4JmM1vzDBv8pVAFazZg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.caching.memory/9.0.10",
|
|
"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/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets",
|
|
"lib/net462/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/net462/Microsoft.Extensions.Caching.Memory.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Caching.Memory.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Memory.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.caching.memory.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Compliance.Abstractions/9.10.0": {
|
|
"sha512": "Tgu40iIg2Kr8s+BoOhb8r8kQfcagwm1VnpnMZA9fd/sD8Hlj13cNpyCfLRrYEBP+VmfmaoficQvRNEUqH+F4mw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.compliance.abstractions/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"lib/net8.0/Microsoft.Extensions.Compliance.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Compliance.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Compliance.Abstractions.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Compliance.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Compliance.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Compliance.Abstractions.xml",
|
|
"microsoft.extensions.compliance.abstractions.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.compliance.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Configuration/9.0.10": {
|
|
"sha512": "UAm3SLGAMlJdowbN+/xnh2UGJkdJoXVm4MsdhZ60dAMS8jteoyCx5WfIab5DKv0TCYpdhVecLJVUjEO3abs9UQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.configuration/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
|
|
"lib/net462/Microsoft.Extensions.Configuration.dll",
|
|
"lib/net462/Microsoft.Extensions.Configuration.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
|
|
"microsoft.extensions.configuration.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.configuration.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/9.0.10": {
|
|
"sha512": "ad3JxmFj0uxuFa1CT6oxTCC1lQ0xeRuOvzBRFT/I/ofIXVOnNsH/v2GZkAJWhlpZqKUvSexQZzp3EEAB2CdtJg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.configuration.abstractions/9.0.10",
|
|
"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/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.configuration.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Configuration.Binder/9.0.10": {
|
|
"sha512": "D6Kng+9I+w1SQPxJybc6wzw9nnnyUQPutycjtI0svv1RHaWOpUk9PPlwIRfhhoQZ3yihejkEI2wNv/7VnVtkGA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.configuration.binder/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll",
|
|
"analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
|
|
"buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets",
|
|
"lib/net462/Microsoft.Extensions.Configuration.Binder.dll",
|
|
"lib/net462/Microsoft.Extensions.Configuration.Binder.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Configuration.Binder.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
|
|
"microsoft.extensions.configuration.binder.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.configuration.binder.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection/9.0.10": {
|
|
"sha512": "iEtXCkNd5XhjNJAOb/wO4IhDRdLIE2CsPxZggZQWJ/q2+sa8dmEPC393nnsiqdH8/4KV8Xn25IzgKPR1UEQ0og==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.dependencyinjection/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.xml",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.xml",
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.dependencyinjection.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.10": {
|
|
"sha512": "r9waLiOPe9ZF1PvzUT+RDoHvpMmY8MW+lb4lqjYGObwKpnyPMLI3odVvlmshwuZcdoHynsGWOrCPA0hxZ63lIA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.dependencyinjection.abstractions/9.0.10",
|
|
"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/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.AutoActivation/9.10.0": {
|
|
"sha512": "qk5+lY0MUl7Y77TjM6HzfQPOY4CqoTg281OddyDC5iU2hf+cIxhx0VbNuJH77vqB6qyCP1OsuQmCzvlpf9yxBQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.dependencyinjection.autoactivation/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"buildTransitive/net462/Microsoft.Extensions.DependencyInjection.AutoActivation.targets",
|
|
"buildTransitive/net8.0/_._",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.AutoActivation.dll",
|
|
"lib/net462/Microsoft.Extensions.DependencyInjection.AutoActivation.xml",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.AutoActivation.dll",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.AutoActivation.xml",
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.AutoActivation.dll",
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.AutoActivation.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.AutoActivation.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.AutoActivation.xml",
|
|
"microsoft.extensions.dependencyinjection.autoactivation.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.dependencyinjection.autoactivation.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.DependencyModel/9.0.0": {
|
|
"sha512": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.dependencymodel/9.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets",
|
|
"lib/net462/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/net462/Microsoft.Extensions.DependencyModel.xml",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/net8.0/Microsoft.Extensions.DependencyModel.xml",
|
|
"lib/net9.0/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/net9.0/Microsoft.Extensions.DependencyModel.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml",
|
|
"microsoft.extensions.dependencymodel.9.0.0.nupkg.sha512",
|
|
"microsoft.extensions.dependencymodel.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Diagnostics/9.0.10": {
|
|
"sha512": "01x2vz0AbIdfNUzEVYFq2HSeq1BmrSDpiG7nTmwjfd0d39sahQ8T7dhSXhH+YnZyaLWyMBudOq0vVa/voyNWjg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.diagnostics/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.dll",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.xml",
|
|
"microsoft.extensions.diagnostics.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.diagnostics.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.Abstractions/9.0.10": {
|
|
"sha512": "iwVnYi+gNKrr5riw8YFCoLCN4s0dmHtzfUmV99RIhrz8R4d6C/bsKzXhIhZWDIxJOhVzB+idSOQeRGj1/oMF+Q==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.diagnostics.abstractions/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.diagnostics.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.ExceptionSummarization/9.10.0": {
|
|
"sha512": "SRJgt408OA/+v2o47Kjx8Wf+rbCJMmTsbsnkuzVzeP9xfcn4dIoMJXLCKiRlDNzJ3pXLYrXmkyOSY81BehoVHw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.diagnostics.exceptionsummarization/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"buildTransitive/net462/Microsoft.Extensions.Diagnostics.ExceptionSummarization.targets",
|
|
"buildTransitive/net8.0/_._",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll",
|
|
"lib/net462/Microsoft.Extensions.Diagnostics.ExceptionSummarization.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.xml",
|
|
"microsoft.extensions.diagnostics.exceptionsummarization.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.diagnostics.exceptionsummarization.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.FileProviders.Abstractions/9.0.10": {
|
|
"sha512": "3+cLxZKUWBbpfIXLLuKcEok9C91PsV1h5xxfUsEnLSXXLNMiPDfrhpb1xajNFcejFPs9Ck/Fi3z71hYDqFBwYg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.fileproviders.abstractions/9.0.10",
|
|
"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/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.fileproviders.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Hosting.Abstractions/9.0.10": {
|
|
"sha512": "spfXydiEQENFwxdgr3Y57wwys/FRjfmq5VjHGPh6ct1FJK7X+qNEWYbnZJCMqq0B0oJTMvnItAReOv4mi2Idog==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.hosting.abstractions/9.0.10",
|
|
"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/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.hosting.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Http/9.0.10": {
|
|
"sha512": "Xg+P2o+fUyI38up8lpT2M/xNnSMc1M49nN42NcfJHGn5gUrpEHOg9XopcYMM6BOgglCcnYtT6PAb1aASPNA/4A==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.http/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Http.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Http.targets",
|
|
"lib/net462/Microsoft.Extensions.Http.dll",
|
|
"lib/net462/Microsoft.Extensions.Http.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Http.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Http.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Http.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Http.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.xml",
|
|
"microsoft.extensions.http.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.http.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Http.Diagnostics/9.10.0": {
|
|
"sha512": "3IJjOPm4CRmv7zzjPV+RCyvS4kWJ9BNr1k/MWgRTQds6LcIhAgwh+ToZ8O4fKMFlme0EGLvTm27ARKqp468pQw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.http.diagnostics/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"buildTransitive/net462/Microsoft.Extensions.Http.Diagnostics.targets",
|
|
"buildTransitive/net8.0/_._",
|
|
"lib/net462/Microsoft.Extensions.Http.Diagnostics.dll",
|
|
"lib/net462/Microsoft.Extensions.Http.Diagnostics.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Http.Diagnostics.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Http.Diagnostics.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Http.Diagnostics.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Http.Diagnostics.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Diagnostics.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Diagnostics.xml",
|
|
"microsoft.extensions.http.diagnostics.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.http.diagnostics.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Http.Polly/9.0.10": {
|
|
"sha512": "5wCmeUMoe/p0nRfDCJcUwkfhVoXeKmh9f2cx2zrWzqwLxfeBLT/xOSPtg0HwsYTCJYkN6oup6WmaLQg2aXme2Q==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.http.polly/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Polly.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Polly.xml",
|
|
"microsoft.extensions.http.polly.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.http.polly.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Http.Resilience/9.10.0": {
|
|
"sha512": "4Bt58q+Oqpj4VYm3T7hcmsb1zVhmUTNNggDkjlWBIv3bv6MVRPGqIokK2tRHsD8bM4i3GkJLRWe8lQwbsWS6PQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.http.resilience/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"buildTransitive/net462/Microsoft.Extensions.Http.Resilience.net462.targets",
|
|
"buildTransitive/net462/Microsoft.Extensions.Http.Resilience.targets",
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Http.Resilience.targets",
|
|
"lib/net462/Microsoft.Extensions.Http.Resilience.dll",
|
|
"lib/net462/Microsoft.Extensions.Http.Resilience.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Http.Resilience.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Http.Resilience.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Http.Resilience.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Http.Resilience.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Resilience.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Http.Resilience.xml",
|
|
"microsoft.extensions.http.resilience.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.http.resilience.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Identity.Core/9.0.1": {
|
|
"sha512": "dbvAQhwSyBbgB2BuVJ8PMVx7BK6WZHWhV/vsSnXl6sRLs9D7yXiIiRpgcPVvN5E/UkzRGW1EPXyc3t1EDxWSzg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.identity.core/9.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.Extensions.Identity.Core.dll",
|
|
"lib/net462/Microsoft.Extensions.Identity.Core.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Core.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Core.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Identity.Core.xml",
|
|
"microsoft.extensions.identity.core.9.0.1.nupkg.sha512",
|
|
"microsoft.extensions.identity.core.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Identity.Stores/9.0.1": {
|
|
"sha512": "lBErjDqd7i2RGpDr040lGm/HbMvxG/1Ta1aSFh91vYtSwEY2rtMI9o7xIDWgNmBKu8ko+XBxt0WcQh6TNFVe7g==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.identity.stores/9.0.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.Extensions.Identity.Stores.dll",
|
|
"lib/net462/Microsoft.Extensions.Identity.Stores.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Stores.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Identity.Stores.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.xml",
|
|
"microsoft.extensions.identity.stores.9.0.1.nupkg.sha512",
|
|
"microsoft.extensions.identity.stores.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Logging/9.0.10": {
|
|
"sha512": "UBXHqE9vyptVhaFnT1R7YJKCve7TqVI10yjjUZBNGMlW2lZ4c031Slt9hxsOzWCzlpPxxIFyf1Yk4a6Iubxx7w==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.logging/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Logging.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets",
|
|
"lib/net462/Microsoft.Extensions.Logging.dll",
|
|
"lib/net462/Microsoft.Extensions.Logging.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Logging.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.logging.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/9.0.10": {
|
|
"sha512": "MFUPv/nN1rAQ19w43smm6bbf0JDYN/1HEPHoiMYY50pvDMFpglzWAuoTavByDmZq7UuhjaxwrET3joU69ZHoHQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.logging.abstractions/9.0.10",
|
|
"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/net8.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/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.logging.abstractions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Logging.Configuration/9.0.10": {
|
|
"sha512": "qwTRpxrmLOXZrbgQHRZ9wS2AtVa/61DFIYk8k1rBCCgA5qW0MBxxQC4BjkaI0wSoHHOv/IUXBeFNK+Y59qe/Ug==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.logging.configuration/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets",
|
|
"lib/net462/Microsoft.Extensions.Logging.Configuration.dll",
|
|
"lib/net462/Microsoft.Extensions.Logging.Configuration.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Logging.Configuration.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml",
|
|
"microsoft.extensions.logging.configuration.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.logging.configuration.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.ObjectPool/9.0.10": {
|
|
"sha512": "tw0jYoEdRp2AQMBYTkdCy0OKWcNaazaFQgo4KzdayTkX2N00g2hAacGd9mls4nBz6clP+87eeD0ucWyDrz+VKg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.objectpool/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/Microsoft.Extensions.ObjectPool.dll",
|
|
"lib/net462/Microsoft.Extensions.ObjectPool.xml",
|
|
"lib/net9.0/Microsoft.Extensions.ObjectPool.dll",
|
|
"lib/net9.0/Microsoft.Extensions.ObjectPool.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml",
|
|
"microsoft.extensions.objectpool.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.objectpool.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Options/9.0.10": {
|
|
"sha512": "zMNABt8eBv0B0XrWjFy9nZNgddavaOeq3ZdaD5IlHhRH65MrU7HM+Hd8GjWE3e2VDGFPZFfSAc6XVXC17f9fOA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.options/9.0.10",
|
|
"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/net8.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/net8.0/Microsoft.Extensions.Options.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Options.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Options.dll",
|
|
"lib/net9.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.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.options.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions/9.0.10": {
|
|
"sha512": "wLsf2TyVFFxWQPv0PRJj365it1ngIt8utlHJWSZ9OJ2k+NDa/PtBIRsGlF/NkoLwm1m+1vOePNl2MiKfk6lYfQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.options.configurationextensions/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets",
|
|
"lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
|
|
"lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
|
|
"microsoft.extensions.options.configurationextensions.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.options.configurationextensions.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Primitives/9.0.10": {
|
|
"sha512": "3pl8D1O5ZwMpDkZAT2uXrhQ6NipkwEgDLMFuURiHTf72TvkoMP61QYH3Vk1yrzVHnHBdNZk3cQACz8Zc7YGNhQ==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.primitives/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"PACKAGE.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
|
|
"lib/net462/Microsoft.Extensions.Primitives.dll",
|
|
"lib/net462/Microsoft.Extensions.Primitives.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Primitives.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Primitives.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Primitives.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Primitives.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
|
|
"microsoft.extensions.primitives.9.0.10.nupkg.sha512",
|
|
"microsoft.extensions.primitives.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Resilience/9.10.0": {
|
|
"sha512": "tNptjYbHq73emZok4HBbpV41Afwoclga5LaKux8RV27lOA2lyQxeJFKNTWYQauJmWxxwXmwG7bgitbnIDh4eXA==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.resilience/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"buildTransitive/net462/Microsoft.Extensions.Resilience.targets",
|
|
"buildTransitive/net8.0/_._",
|
|
"lib/net462/Microsoft.Extensions.Resilience.dll",
|
|
"lib/net462/Microsoft.Extensions.Resilience.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Resilience.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Resilience.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Resilience.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Resilience.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Resilience.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Resilience.xml",
|
|
"microsoft.extensions.resilience.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.resilience.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Telemetry/9.10.0": {
|
|
"sha512": "FGEOTEjMB+1T69PLp5GrG4UOsIjcdNQcoiXpC+KV9NRejl6vSMLhVqQ6g6c+cxLXzx8xc2J90GAMhD1wPHjKHg==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.telemetry/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"buildTransitive/net462/Microsoft.Extensions.Telemetry.targets",
|
|
"buildTransitive/net8.0/_._",
|
|
"lib/net462/Microsoft.Extensions.Telemetry.dll",
|
|
"lib/net462/Microsoft.Extensions.Telemetry.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Telemetry.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Telemetry.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Telemetry.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Telemetry.xml",
|
|
"microsoft.extensions.telemetry.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.telemetry.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Extensions.Telemetry.Abstractions/9.10.0": {
|
|
"sha512": "hJflG5if8NqElmybxXDf38d4EPopOo9H+Qg6l5LKTsavqE4CFdA5DIPb9+jjAeL22FN+rs6KuuEIuBPS4PNXvw==",
|
|
"type": "package",
|
|
"path": "microsoft.extensions.telemetry.abstractions/9.10.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"README.md",
|
|
"analyzers/dotnet/cs/Microsoft.Gen.Logging.dll",
|
|
"analyzers/dotnet/cs/Microsoft.Gen.Metrics.dll",
|
|
"buildTransitive/net462/Microsoft.Extensions.Telemetry.Abstractions.targets",
|
|
"buildTransitive/net6.0/Microsoft.Extensions.Telemetry.Abstractions.props",
|
|
"buildTransitive/net6.0/Microsoft.Extensions.Telemetry.Abstractions.targets",
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Telemetry.Abstractions.props",
|
|
"buildTransitive/net8.0/Microsoft.Extensions.Telemetry.Abstractions.targets",
|
|
"lib/net462/Microsoft.Extensions.Telemetry.Abstractions.dll",
|
|
"lib/net462/Microsoft.Extensions.Telemetry.Abstractions.xml",
|
|
"lib/net8.0/Microsoft.Extensions.Telemetry.Abstractions.dll",
|
|
"lib/net8.0/Microsoft.Extensions.Telemetry.Abstractions.xml",
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.Abstractions.dll",
|
|
"lib/net9.0/Microsoft.Extensions.Telemetry.Abstractions.xml",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Telemetry.Abstractions.dll",
|
|
"lib/netstandard2.0/Microsoft.Extensions.Telemetry.Abstractions.xml",
|
|
"microsoft.extensions.telemetry.abstractions.9.10.0.nupkg.sha512",
|
|
"microsoft.extensions.telemetry.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Abstractions/8.14.0": {
|
|
"sha512": "iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.abstractions/8.14.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.14.0.nupkg.sha512",
|
|
"microsoft.identitymodel.abstractions.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.14.0": {
|
|
"sha512": "4jOpiA4THdtpLyMdAb24dtj7+6GmvhOhxf5XHLYWmPKF8ApEnApal1UnJsKO4HxUWRXDA6C4WQVfYyqsRhpNpQ==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.jsonwebtokens/8.14.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.14.0.nupkg.sha512",
|
|
"microsoft.identitymodel.jsonwebtokens.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Logging/8.14.0": {
|
|
"sha512": "eqqnemdW38CKZEHS6diA50BV94QICozDZEvSrsvN3SJXUFwVB9gy+/oz76gldP7nZliA16IglXjXTCTdmU/Ejg==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.logging/8.14.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.14.0.nupkg.sha512",
|
|
"microsoft.identitymodel.logging.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Protocols/8.14.0": {
|
|
"sha512": "rLr9HmibIpwkrOnsYyF3SGKx+6q2ewKDc3xzITngydqflG3TDVqAaby7yFRbP8du43If2S44fseoAkaL8A0Ivg==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.protocols/8.14.0",
|
|
"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.14.0.nupkg.sha512",
|
|
"microsoft.identitymodel.protocols.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.IdentityModel.Tokens/8.14.0": {
|
|
"sha512": "lKIZiBiGd36k02TCdMHp1KlNWisyIvQxcYJvIkz7P4gSQ9zi8dgh6S5Grj8NNG7HWYIPfQymGyoZ6JB5d1Lo1g==",
|
|
"type": "package",
|
|
"path": "microsoft.identitymodel.tokens/8.14.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.14.0.nupkg.sha512",
|
|
"microsoft.identitymodel.tokens.nuspec"
|
|
]
|
|
},
|
|
"Microsoft.Net.Http.Headers/9.0.10": {
|
|
"sha512": "5RXpDefQ1RXKxdXc3QutP9JywZgXXzLhyB7cYAOQ4Y7JdRczdYTvTZpXMPlKDKzMCQMH5MXIYigh3xW2CV7JQw==",
|
|
"type": "package",
|
|
"path": "microsoft.net.http.headers/9.0.10",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net9.0/Microsoft.Net.Http.Headers.dll",
|
|
"lib/net9.0/Microsoft.Net.Http.Headers.xml",
|
|
"microsoft.net.http.headers.9.0.10.nupkg.sha512",
|
|
"microsoft.net.http.headers.nuspec"
|
|
]
|
|
},
|
|
"Npgsql/9.0.2": {
|
|
"sha512": "hCbO8box7i/XXiTFqCJ3GoowyLqx3JXxyrbOJ6om7dr+eAknvBNhhUHeJVGAQo44sySZTfdVffp4BrtPeLZOAA==",
|
|
"type": "package",
|
|
"path": "npgsql/9.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net6.0/Npgsql.dll",
|
|
"lib/net6.0/Npgsql.xml",
|
|
"lib/net8.0/Npgsql.dll",
|
|
"lib/net8.0/Npgsql.xml",
|
|
"npgsql.9.0.2.nupkg.sha512",
|
|
"npgsql.nuspec",
|
|
"postgresql.png"
|
|
]
|
|
},
|
|
"Npgsql.EntityFrameworkCore.PostgreSQL/9.0.3": {
|
|
"sha512": "1A6HpMPbzK+quxdtug1aDHI4BSRTgpi7OaDt8WQh7SFJd2sSQ0nNTZ7sYrwyxVf4AdKdN7XJL9tpiiJjRUaa4g==",
|
|
"type": "package",
|
|
"path": "npgsql.entityframeworkcore.postgresql/9.0.3",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll",
|
|
"lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.xml",
|
|
"npgsql.entityframeworkcore.postgresql.9.0.3.nupkg.sha512",
|
|
"npgsql.entityframeworkcore.postgresql.nuspec",
|
|
"postgresql.png"
|
|
]
|
|
},
|
|
"OpenIddict/7.2.0": {
|
|
"sha512": "mZecydAF6cXoMMr2Ergk8y08+L6YHAtg5YfrjHSs/ETfTTT56oBY0GfK7ijc4ijrv6idmClcDtf3qUlAY35dGA==",
|
|
"type": "package",
|
|
"path": "openiddict/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0-android36.0/_._",
|
|
"lib/net10.0-ios26.0/_._",
|
|
"lib/net10.0-maccatalyst26.0/_._",
|
|
"lib/net10.0-macos26.0/_._",
|
|
"lib/net10.0-windows10.0.17763/_._",
|
|
"lib/net10.0-windows7.0/_._",
|
|
"lib/net10.0/_._",
|
|
"lib/net462/_._",
|
|
"lib/net472/_._",
|
|
"lib/net48/_._",
|
|
"lib/net8.0-windows10.0.17763/_._",
|
|
"lib/net8.0-windows7.0/_._",
|
|
"lib/net8.0/_._",
|
|
"lib/net9.0-android35.0/_._",
|
|
"lib/net9.0-ios18.0/_._",
|
|
"lib/net9.0-maccatalyst18.0/_._",
|
|
"lib/net9.0-macos15.0/_._",
|
|
"lib/net9.0-windows10.0.17763/_._",
|
|
"lib/net9.0-windows7.0/_._",
|
|
"lib/net9.0/_._",
|
|
"lib/netcore50/_._",
|
|
"lib/netstandard2.0/_._",
|
|
"lib/netstandard2.1/_._",
|
|
"openiddict.7.2.0.nupkg.sha512",
|
|
"openiddict.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Abstractions/7.2.0": {
|
|
"sha512": "E0HB2Eps8shrRx7n3/QkwusiCPcnzcMi2JF16GZqff9Jx2PS3t3VyiOaW54cxPDIESNH3/VcguT+VrQPQrnRtQ==",
|
|
"type": "package",
|
|
"path": "openiddict.abstractions/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Abstractions.dll",
|
|
"lib/net10.0/OpenIddict.Abstractions.xml",
|
|
"lib/net462/OpenIddict.Abstractions.dll",
|
|
"lib/net462/OpenIddict.Abstractions.xml",
|
|
"lib/net472/OpenIddict.Abstractions.dll",
|
|
"lib/net472/OpenIddict.Abstractions.xml",
|
|
"lib/net48/OpenIddict.Abstractions.dll",
|
|
"lib/net48/OpenIddict.Abstractions.xml",
|
|
"lib/net8.0/OpenIddict.Abstractions.dll",
|
|
"lib/net8.0/OpenIddict.Abstractions.xml",
|
|
"lib/net9.0/OpenIddict.Abstractions.dll",
|
|
"lib/net9.0/OpenIddict.Abstractions.xml",
|
|
"lib/netstandard2.0/OpenIddict.Abstractions.dll",
|
|
"lib/netstandard2.0/OpenIddict.Abstractions.xml",
|
|
"lib/netstandard2.1/OpenIddict.Abstractions.dll",
|
|
"lib/netstandard2.1/OpenIddict.Abstractions.xml",
|
|
"openiddict.abstractions.7.2.0.nupkg.sha512",
|
|
"openiddict.abstractions.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.AspNetCore/7.2.0": {
|
|
"sha512": "BY8MOSxdz1k5y2XfzEqeHRIE2jXvrrP0XINAEZJMRnvqbt3vQALO+8a6dkJQv/7TWYrhQVKc5GiLoVFi82q/yw==",
|
|
"type": "package",
|
|
"path": "openiddict.aspnetcore/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/_._",
|
|
"lib/net462/_._",
|
|
"lib/net472/_._",
|
|
"lib/net48/_._",
|
|
"lib/net8.0/_._",
|
|
"lib/net9.0/_._",
|
|
"openiddict.aspnetcore.7.2.0.nupkg.sha512",
|
|
"openiddict.aspnetcore.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Client/7.2.0": {
|
|
"sha512": "tpCHS8TKABHV+k+cA3jtgxEMdnLopQ2m/wZzSyhO+RTUF91cl99zHM1qedyEzYisQRNkgeHh42d7xmmcJCrL2g==",
|
|
"type": "package",
|
|
"path": "openiddict.client/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Client.dll",
|
|
"lib/net10.0/OpenIddict.Client.xml",
|
|
"lib/net462/OpenIddict.Client.dll",
|
|
"lib/net462/OpenIddict.Client.xml",
|
|
"lib/net472/OpenIddict.Client.dll",
|
|
"lib/net472/OpenIddict.Client.xml",
|
|
"lib/net48/OpenIddict.Client.dll",
|
|
"lib/net48/OpenIddict.Client.xml",
|
|
"lib/net8.0/OpenIddict.Client.dll",
|
|
"lib/net8.0/OpenIddict.Client.xml",
|
|
"lib/net9.0/OpenIddict.Client.dll",
|
|
"lib/net9.0/OpenIddict.Client.xml",
|
|
"lib/netstandard2.0/OpenIddict.Client.dll",
|
|
"lib/netstandard2.0/OpenIddict.Client.xml",
|
|
"lib/netstandard2.1/OpenIddict.Client.dll",
|
|
"lib/netstandard2.1/OpenIddict.Client.xml",
|
|
"openiddict.client.7.2.0.nupkg.sha512",
|
|
"openiddict.client.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Client.AspNetCore/7.2.0": {
|
|
"sha512": "+FdWuk/rWL9ZXS2nteR7c5qAu2YpXLgcQi0wAPO9HJtnd8R9oVQY3PKyoguAEFOHX/9Z9owsdinOzNs9ie4T4g==",
|
|
"type": "package",
|
|
"path": "openiddict.client.aspnetcore/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Client.AspNetCore.dll",
|
|
"lib/net10.0/OpenIddict.Client.AspNetCore.xml",
|
|
"lib/net462/OpenIddict.Client.AspNetCore.dll",
|
|
"lib/net462/OpenIddict.Client.AspNetCore.xml",
|
|
"lib/net472/OpenIddict.Client.AspNetCore.dll",
|
|
"lib/net472/OpenIddict.Client.AspNetCore.xml",
|
|
"lib/net48/OpenIddict.Client.AspNetCore.dll",
|
|
"lib/net48/OpenIddict.Client.AspNetCore.xml",
|
|
"lib/net8.0/OpenIddict.Client.AspNetCore.dll",
|
|
"lib/net8.0/OpenIddict.Client.AspNetCore.xml",
|
|
"lib/net9.0/OpenIddict.Client.AspNetCore.dll",
|
|
"lib/net9.0/OpenIddict.Client.AspNetCore.xml",
|
|
"openiddict.client.aspnetcore.7.2.0.nupkg.sha512",
|
|
"openiddict.client.aspnetcore.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Client.DataProtection/7.2.0": {
|
|
"sha512": "d5YlnFsa0R23oMaJBdyVraFtw1+GBlvmAHTE7HCb+t1cRpX3q6ljAfQEGQU4uxsEat7q1P3l2j02cAVBavUiWA==",
|
|
"type": "package",
|
|
"path": "openiddict.client.dataprotection/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Client.DataProtection.dll",
|
|
"lib/net10.0/OpenIddict.Client.DataProtection.xml",
|
|
"lib/net462/OpenIddict.Client.DataProtection.dll",
|
|
"lib/net462/OpenIddict.Client.DataProtection.xml",
|
|
"lib/net472/OpenIddict.Client.DataProtection.dll",
|
|
"lib/net472/OpenIddict.Client.DataProtection.xml",
|
|
"lib/net48/OpenIddict.Client.DataProtection.dll",
|
|
"lib/net48/OpenIddict.Client.DataProtection.xml",
|
|
"lib/net8.0/OpenIddict.Client.DataProtection.dll",
|
|
"lib/net8.0/OpenIddict.Client.DataProtection.xml",
|
|
"lib/net9.0/OpenIddict.Client.DataProtection.dll",
|
|
"lib/net9.0/OpenIddict.Client.DataProtection.xml",
|
|
"lib/netstandard2.0/OpenIddict.Client.DataProtection.dll",
|
|
"lib/netstandard2.0/OpenIddict.Client.DataProtection.xml",
|
|
"lib/netstandard2.1/OpenIddict.Client.DataProtection.dll",
|
|
"lib/netstandard2.1/OpenIddict.Client.DataProtection.xml",
|
|
"openiddict.client.dataprotection.7.2.0.nupkg.sha512",
|
|
"openiddict.client.dataprotection.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Client.SystemIntegration/7.2.0": {
|
|
"sha512": "ROHYcM0btCn4ti5iPVcWDQubqFghDHOhmA4PAfSZzPll9I1Y6uGioIg0x3vtcflMuuCWVBM51U7blKW5/4y01w==",
|
|
"type": "package",
|
|
"path": "openiddict.client.systemintegration/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0-android36.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net10.0-android36.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net10.0-ios26.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net10.0-ios26.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net10.0-maccatalyst26.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net10.0-maccatalyst26.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net10.0-macos26.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net10.0-macos26.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net10.0-windows10.0.17763/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net10.0-windows10.0.17763/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net10.0-windows7.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net10.0-windows7.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net10.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net10.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net462/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net462/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net472/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net472/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net48/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net48/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net8.0-windows10.0.17763/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net8.0-windows10.0.17763/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net8.0-windows7.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net8.0-windows7.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net8.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net8.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net9.0-android35.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net9.0-android35.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net9.0-ios18.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net9.0-ios18.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net9.0-maccatalyst18.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net9.0-maccatalyst18.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net9.0-macos15.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net9.0-macos15.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net9.0-windows10.0.17763/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net9.0-windows10.0.17763/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net9.0-windows7.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net9.0-windows7.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/net9.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/net9.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/netstandard2.0/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/netstandard2.0/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/netstandard2.1/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/netstandard2.1/OpenIddict.Client.SystemIntegration.xml",
|
|
"lib/uap10.0.17763/OpenIddict.Client.SystemIntegration.dll",
|
|
"lib/uap10.0.17763/OpenIddict.Client.SystemIntegration.xml",
|
|
"openiddict.client.systemintegration.7.2.0.nupkg.sha512",
|
|
"openiddict.client.systemintegration.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Client.SystemNetHttp/7.2.0": {
|
|
"sha512": "83oATOHQzA2FN4mi9dMpbsyPL7c++xvNeoHPKshDtSFxhoTw5+RL+1o1RZuDHcIkqAGvdiAxEO2L/vCrbjrzlw==",
|
|
"type": "package",
|
|
"path": "openiddict.client.systemnethttp/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/net10.0/OpenIddict.Client.SystemNetHttp.xml",
|
|
"lib/net462/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/net462/OpenIddict.Client.SystemNetHttp.xml",
|
|
"lib/net472/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/net472/OpenIddict.Client.SystemNetHttp.xml",
|
|
"lib/net48/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/net48/OpenIddict.Client.SystemNetHttp.xml",
|
|
"lib/net8.0/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/net8.0/OpenIddict.Client.SystemNetHttp.xml",
|
|
"lib/net9.0/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/net9.0/OpenIddict.Client.SystemNetHttp.xml",
|
|
"lib/netstandard2.0/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/netstandard2.0/OpenIddict.Client.SystemNetHttp.xml",
|
|
"lib/netstandard2.1/OpenIddict.Client.SystemNetHttp.dll",
|
|
"lib/netstandard2.1/OpenIddict.Client.SystemNetHttp.xml",
|
|
"openiddict.client.systemnethttp.7.2.0.nupkg.sha512",
|
|
"openiddict.client.systemnethttp.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Client.WebIntegration/7.2.0": {
|
|
"sha512": "vWGoJJc6nIJAQD4wkQO6+uiJTJUW5H6fpUbxUikUprkXMqseKpZRKYqJs97MhEisifRCBC8dNswmyDDbpzhC9g==",
|
|
"type": "package",
|
|
"path": "openiddict.client.webintegration/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/net10.0/OpenIddict.Client.WebIntegration.xml",
|
|
"lib/net462/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/net462/OpenIddict.Client.WebIntegration.xml",
|
|
"lib/net472/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/net472/OpenIddict.Client.WebIntegration.xml",
|
|
"lib/net48/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/net48/OpenIddict.Client.WebIntegration.xml",
|
|
"lib/net8.0/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/net8.0/OpenIddict.Client.WebIntegration.xml",
|
|
"lib/net9.0/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/net9.0/OpenIddict.Client.WebIntegration.xml",
|
|
"lib/netstandard2.0/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/netstandard2.0/OpenIddict.Client.WebIntegration.xml",
|
|
"lib/netstandard2.1/OpenIddict.Client.WebIntegration.dll",
|
|
"lib/netstandard2.1/OpenIddict.Client.WebIntegration.xml",
|
|
"openiddict.client.webintegration.7.2.0.nupkg.sha512",
|
|
"openiddict.client.webintegration.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Core/7.2.0": {
|
|
"sha512": "6TI7+8CRT5MXjK+Qp+8kOdiaKJ724/nmbpuEYSxg1CZsbKmR7doGeP/6KZkh2l0xeonFshSRQr0D0ZeoFFb0SA==",
|
|
"type": "package",
|
|
"path": "openiddict.core/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Core.dll",
|
|
"lib/net10.0/OpenIddict.Core.xml",
|
|
"lib/net462/OpenIddict.Core.dll",
|
|
"lib/net462/OpenIddict.Core.xml",
|
|
"lib/net472/OpenIddict.Core.dll",
|
|
"lib/net472/OpenIddict.Core.xml",
|
|
"lib/net48/OpenIddict.Core.dll",
|
|
"lib/net48/OpenIddict.Core.xml",
|
|
"lib/net8.0/OpenIddict.Core.dll",
|
|
"lib/net8.0/OpenIddict.Core.xml",
|
|
"lib/net9.0/OpenIddict.Core.dll",
|
|
"lib/net9.0/OpenIddict.Core.xml",
|
|
"lib/netstandard2.0/OpenIddict.Core.dll",
|
|
"lib/netstandard2.0/OpenIddict.Core.xml",
|
|
"lib/netstandard2.1/OpenIddict.Core.dll",
|
|
"lib/netstandard2.1/OpenIddict.Core.xml",
|
|
"openiddict.core.7.2.0.nupkg.sha512",
|
|
"openiddict.core.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.EntityFrameworkCore/7.2.0": {
|
|
"sha512": "dvahXEFDIYRPH3xy5ZqHklyLQNca4NG6YRPx8f1FWHs+mGCJ1FtM8gqJw3KzUkiRTtKUYzlM8NEcD3BqslEP7g==",
|
|
"type": "package",
|
|
"path": "openiddict.entityframeworkcore/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/net10.0/OpenIddict.EntityFrameworkCore.xml",
|
|
"lib/net462/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/net462/OpenIddict.EntityFrameworkCore.xml",
|
|
"lib/net472/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/net472/OpenIddict.EntityFrameworkCore.xml",
|
|
"lib/net48/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/net48/OpenIddict.EntityFrameworkCore.xml",
|
|
"lib/net8.0/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/net8.0/OpenIddict.EntityFrameworkCore.xml",
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.xml",
|
|
"lib/netstandard2.0/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/netstandard2.0/OpenIddict.EntityFrameworkCore.xml",
|
|
"lib/netstandard2.1/OpenIddict.EntityFrameworkCore.dll",
|
|
"lib/netstandard2.1/OpenIddict.EntityFrameworkCore.xml",
|
|
"openiddict.entityframeworkcore.7.2.0.nupkg.sha512",
|
|
"openiddict.entityframeworkcore.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.EntityFrameworkCore.Models/7.2.0": {
|
|
"sha512": "zZ/0T2fIHV2Yr0YjOj7VKDDUQ0NTlSNTkoSoBEph1Pb26wPolf/fsdCEbdxxXKvuBAmnwMiO5ivIe1Y8Cz8SPw==",
|
|
"type": "package",
|
|
"path": "openiddict.entityframeworkcore.models/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/net10.0/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"lib/net462/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/net462/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"lib/net472/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/net472/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"lib/net48/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/net48/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"lib/net8.0/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/net8.0/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/net9.0/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"lib/netstandard2.0/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/netstandard2.0/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"lib/netstandard2.1/OpenIddict.EntityFrameworkCore.Models.dll",
|
|
"lib/netstandard2.1/OpenIddict.EntityFrameworkCore.Models.xml",
|
|
"openiddict.entityframeworkcore.models.7.2.0.nupkg.sha512",
|
|
"openiddict.entityframeworkcore.models.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Server/7.2.0": {
|
|
"sha512": "g1YVuxZbmfT7bRB6734JqSMxjBW/MJQSkjeB5RGv3LrvFAU8qVtWu3sNY0OPus5wcSziz2uBW3qqSNdcYLwWog==",
|
|
"type": "package",
|
|
"path": "openiddict.server/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Server.dll",
|
|
"lib/net10.0/OpenIddict.Server.xml",
|
|
"lib/net462/OpenIddict.Server.dll",
|
|
"lib/net462/OpenIddict.Server.xml",
|
|
"lib/net472/OpenIddict.Server.dll",
|
|
"lib/net472/OpenIddict.Server.xml",
|
|
"lib/net48/OpenIddict.Server.dll",
|
|
"lib/net48/OpenIddict.Server.xml",
|
|
"lib/net8.0/OpenIddict.Server.dll",
|
|
"lib/net8.0/OpenIddict.Server.xml",
|
|
"lib/net9.0/OpenIddict.Server.dll",
|
|
"lib/net9.0/OpenIddict.Server.xml",
|
|
"lib/netstandard2.0/OpenIddict.Server.dll",
|
|
"lib/netstandard2.0/OpenIddict.Server.xml",
|
|
"lib/netstandard2.1/OpenIddict.Server.dll",
|
|
"lib/netstandard2.1/OpenIddict.Server.xml",
|
|
"openiddict.server.7.2.0.nupkg.sha512",
|
|
"openiddict.server.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Server.AspNetCore/7.2.0": {
|
|
"sha512": "eOstjA0C09+ujFMSFQ4Z+q6Aq+v7E9W2ZCuW7o0zP5cLz6A1CerT6mWLtnmtRQlR5iMJlRdBVNbVB1v+rkCwbg==",
|
|
"type": "package",
|
|
"path": "openiddict.server.aspnetcore/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Server.AspNetCore.dll",
|
|
"lib/net10.0/OpenIddict.Server.AspNetCore.xml",
|
|
"lib/net462/OpenIddict.Server.AspNetCore.dll",
|
|
"lib/net462/OpenIddict.Server.AspNetCore.xml",
|
|
"lib/net472/OpenIddict.Server.AspNetCore.dll",
|
|
"lib/net472/OpenIddict.Server.AspNetCore.xml",
|
|
"lib/net48/OpenIddict.Server.AspNetCore.dll",
|
|
"lib/net48/OpenIddict.Server.AspNetCore.xml",
|
|
"lib/net8.0/OpenIddict.Server.AspNetCore.dll",
|
|
"lib/net8.0/OpenIddict.Server.AspNetCore.xml",
|
|
"lib/net9.0/OpenIddict.Server.AspNetCore.dll",
|
|
"lib/net9.0/OpenIddict.Server.AspNetCore.xml",
|
|
"openiddict.server.aspnetcore.7.2.0.nupkg.sha512",
|
|
"openiddict.server.aspnetcore.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Server.DataProtection/7.2.0": {
|
|
"sha512": "1VrQ+hQwgfH0Kic6vvj21V/xYFFTE7PYDZmthrX7V6NhOU5BDsjKQBeJLITiAS3GKij2yI2jH/PXIV6UMGcYfQ==",
|
|
"type": "package",
|
|
"path": "openiddict.server.dataprotection/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Server.DataProtection.dll",
|
|
"lib/net10.0/OpenIddict.Server.DataProtection.xml",
|
|
"lib/net462/OpenIddict.Server.DataProtection.dll",
|
|
"lib/net462/OpenIddict.Server.DataProtection.xml",
|
|
"lib/net472/OpenIddict.Server.DataProtection.dll",
|
|
"lib/net472/OpenIddict.Server.DataProtection.xml",
|
|
"lib/net48/OpenIddict.Server.DataProtection.dll",
|
|
"lib/net48/OpenIddict.Server.DataProtection.xml",
|
|
"lib/net8.0/OpenIddict.Server.DataProtection.dll",
|
|
"lib/net8.0/OpenIddict.Server.DataProtection.xml",
|
|
"lib/net9.0/OpenIddict.Server.DataProtection.dll",
|
|
"lib/net9.0/OpenIddict.Server.DataProtection.xml",
|
|
"lib/netstandard2.0/OpenIddict.Server.DataProtection.dll",
|
|
"lib/netstandard2.0/OpenIddict.Server.DataProtection.xml",
|
|
"lib/netstandard2.1/OpenIddict.Server.DataProtection.dll",
|
|
"lib/netstandard2.1/OpenIddict.Server.DataProtection.xml",
|
|
"openiddict.server.dataprotection.7.2.0.nupkg.sha512",
|
|
"openiddict.server.dataprotection.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Validation/7.2.0": {
|
|
"sha512": "BoBRtCtVLoCXaEXRXRFCCUv4DYOmodqVOivzUEfF4CvRAQYoAeOjdJ3IDYAj3oGRzrir3FCwS/yzXgGjTqOv0w==",
|
|
"type": "package",
|
|
"path": "openiddict.validation/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Validation.dll",
|
|
"lib/net10.0/OpenIddict.Validation.xml",
|
|
"lib/net462/OpenIddict.Validation.dll",
|
|
"lib/net462/OpenIddict.Validation.xml",
|
|
"lib/net472/OpenIddict.Validation.dll",
|
|
"lib/net472/OpenIddict.Validation.xml",
|
|
"lib/net48/OpenIddict.Validation.dll",
|
|
"lib/net48/OpenIddict.Validation.xml",
|
|
"lib/net8.0/OpenIddict.Validation.dll",
|
|
"lib/net8.0/OpenIddict.Validation.xml",
|
|
"lib/net9.0/OpenIddict.Validation.dll",
|
|
"lib/net9.0/OpenIddict.Validation.xml",
|
|
"lib/netstandard2.0/OpenIddict.Validation.dll",
|
|
"lib/netstandard2.0/OpenIddict.Validation.xml",
|
|
"lib/netstandard2.1/OpenIddict.Validation.dll",
|
|
"lib/netstandard2.1/OpenIddict.Validation.xml",
|
|
"openiddict.validation.7.2.0.nupkg.sha512",
|
|
"openiddict.validation.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Validation.AspNetCore/7.2.0": {
|
|
"sha512": "416QEbweO7nQFQDVOR1ZScOTWvaPop00Awbi8zygw2axR9Bq6towXsOOjDxNBH4rsytUBJR8MALoKWeQS4TvqQ==",
|
|
"type": "package",
|
|
"path": "openiddict.validation.aspnetcore/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Validation.AspNetCore.dll",
|
|
"lib/net10.0/OpenIddict.Validation.AspNetCore.xml",
|
|
"lib/net462/OpenIddict.Validation.AspNetCore.dll",
|
|
"lib/net462/OpenIddict.Validation.AspNetCore.xml",
|
|
"lib/net472/OpenIddict.Validation.AspNetCore.dll",
|
|
"lib/net472/OpenIddict.Validation.AspNetCore.xml",
|
|
"lib/net48/OpenIddict.Validation.AspNetCore.dll",
|
|
"lib/net48/OpenIddict.Validation.AspNetCore.xml",
|
|
"lib/net8.0/OpenIddict.Validation.AspNetCore.dll",
|
|
"lib/net8.0/OpenIddict.Validation.AspNetCore.xml",
|
|
"lib/net9.0/OpenIddict.Validation.AspNetCore.dll",
|
|
"lib/net9.0/OpenIddict.Validation.AspNetCore.xml",
|
|
"openiddict.validation.aspnetcore.7.2.0.nupkg.sha512",
|
|
"openiddict.validation.aspnetcore.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Validation.DataProtection/7.2.0": {
|
|
"sha512": "grBOJRBlVi7tOWnzjjDE8kn258SriR4qzZqvnM2BW9etjTBDq8WmK+KJuhiX+x4gcid2GRJpLsGXjyT6SKKxWA==",
|
|
"type": "package",
|
|
"path": "openiddict.validation.dataprotection/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/net10.0/OpenIddict.Validation.DataProtection.xml",
|
|
"lib/net462/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/net462/OpenIddict.Validation.DataProtection.xml",
|
|
"lib/net472/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/net472/OpenIddict.Validation.DataProtection.xml",
|
|
"lib/net48/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/net48/OpenIddict.Validation.DataProtection.xml",
|
|
"lib/net8.0/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/net8.0/OpenIddict.Validation.DataProtection.xml",
|
|
"lib/net9.0/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/net9.0/OpenIddict.Validation.DataProtection.xml",
|
|
"lib/netstandard2.0/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/netstandard2.0/OpenIddict.Validation.DataProtection.xml",
|
|
"lib/netstandard2.1/OpenIddict.Validation.DataProtection.dll",
|
|
"lib/netstandard2.1/OpenIddict.Validation.DataProtection.xml",
|
|
"openiddict.validation.dataprotection.7.2.0.nupkg.sha512",
|
|
"openiddict.validation.dataprotection.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Validation.ServerIntegration/7.2.0": {
|
|
"sha512": "4i60PqI6vhK3+IVYk/kJCWcs40p1Avh1qiN/feSCz/kco95HC78DmIQSZ5UsjyxycQj9y+ZaJ1pQQJz2V51V8A==",
|
|
"type": "package",
|
|
"path": "openiddict.validation.serverintegration/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/net10.0/OpenIddict.Validation.ServerIntegration.xml",
|
|
"lib/net462/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/net462/OpenIddict.Validation.ServerIntegration.xml",
|
|
"lib/net472/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/net472/OpenIddict.Validation.ServerIntegration.xml",
|
|
"lib/net48/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/net48/OpenIddict.Validation.ServerIntegration.xml",
|
|
"lib/net8.0/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/net8.0/OpenIddict.Validation.ServerIntegration.xml",
|
|
"lib/net9.0/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/net9.0/OpenIddict.Validation.ServerIntegration.xml",
|
|
"lib/netstandard2.0/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/netstandard2.0/OpenIddict.Validation.ServerIntegration.xml",
|
|
"lib/netstandard2.1/OpenIddict.Validation.ServerIntegration.dll",
|
|
"lib/netstandard2.1/OpenIddict.Validation.ServerIntegration.xml",
|
|
"openiddict.validation.serverintegration.7.2.0.nupkg.sha512",
|
|
"openiddict.validation.serverintegration.nuspec"
|
|
]
|
|
},
|
|
"OpenIddict.Validation.SystemNetHttp/7.2.0": {
|
|
"sha512": "MEUoJt6kk4xpXeC+ZIbE4g3mSkc7utay9GUvCv9xjT+tX0ooPJGWp7GVm+j9HJtfCE3YZAAlWrxXbjwTj6J32A==",
|
|
"type": "package",
|
|
"path": "openiddict.validation.systemnethttp/7.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"lib/net10.0/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/net10.0/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"lib/net462/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/net462/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"lib/net472/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/net472/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"lib/net48/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/net48/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"lib/net8.0/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/net8.0/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"lib/net9.0/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/net9.0/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"lib/netstandard2.0/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/netstandard2.0/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"lib/netstandard2.1/OpenIddict.Validation.SystemNetHttp.dll",
|
|
"lib/netstandard2.1/OpenIddict.Validation.SystemNetHttp.xml",
|
|
"openiddict.validation.systemnethttp.7.2.0.nupkg.sha512",
|
|
"openiddict.validation.systemnethttp.nuspec"
|
|
]
|
|
},
|
|
"OpenTelemetry/1.11.0": {
|
|
"sha512": "WVdOobTllpePASPpuyraV1k+rozdGL6bYPujDpla4MZtRH71m4sfZPbo+3pgqYiskDaK+M2cpGMvCvL6OIPOoQ==",
|
|
"type": "package",
|
|
"path": "opentelemetry/1.11.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"README.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/OpenTelemetry.dll",
|
|
"lib/net462/OpenTelemetry.dll-keyless.pem",
|
|
"lib/net462/OpenTelemetry.dll-keyless.sig",
|
|
"lib/net462/OpenTelemetry.xml",
|
|
"lib/net8.0/OpenTelemetry.dll",
|
|
"lib/net8.0/OpenTelemetry.dll-keyless.pem",
|
|
"lib/net8.0/OpenTelemetry.dll-keyless.sig",
|
|
"lib/net8.0/OpenTelemetry.xml",
|
|
"lib/net9.0/OpenTelemetry.dll",
|
|
"lib/net9.0/OpenTelemetry.dll-keyless.pem",
|
|
"lib/net9.0/OpenTelemetry.dll-keyless.sig",
|
|
"lib/net9.0/OpenTelemetry.xml",
|
|
"lib/netstandard2.0/OpenTelemetry.dll",
|
|
"lib/netstandard2.0/OpenTelemetry.dll-keyless.pem",
|
|
"lib/netstandard2.0/OpenTelemetry.dll-keyless.sig",
|
|
"lib/netstandard2.0/OpenTelemetry.xml",
|
|
"lib/netstandard2.1/OpenTelemetry.dll",
|
|
"lib/netstandard2.1/OpenTelemetry.dll-keyless.pem",
|
|
"lib/netstandard2.1/OpenTelemetry.dll-keyless.sig",
|
|
"lib/netstandard2.1/OpenTelemetry.xml",
|
|
"opentelemetry-icon-color.png",
|
|
"opentelemetry.1.11.0.nupkg.sha512",
|
|
"opentelemetry.nuspec"
|
|
]
|
|
},
|
|
"OpenTelemetry.Api/1.11.1": {
|
|
"sha512": "KaBjGMqrqQv41mIkvPUvmAG7yxDlI6qchKhjXlOF3ZwsdcRRLrdrkiDLIJ90iZgUoKVdP8fE1fCri9nc+ug0Cg==",
|
|
"type": "package",
|
|
"path": "opentelemetry.api/1.11.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"README.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/OpenTelemetry.Api.dll",
|
|
"lib/net462/OpenTelemetry.Api.dll-keyless.pem",
|
|
"lib/net462/OpenTelemetry.Api.dll-keyless.sig",
|
|
"lib/net462/OpenTelemetry.Api.xml",
|
|
"lib/net8.0/OpenTelemetry.Api.dll",
|
|
"lib/net8.0/OpenTelemetry.Api.dll-keyless.pem",
|
|
"lib/net8.0/OpenTelemetry.Api.dll-keyless.sig",
|
|
"lib/net8.0/OpenTelemetry.Api.xml",
|
|
"lib/net9.0/OpenTelemetry.Api.dll",
|
|
"lib/net9.0/OpenTelemetry.Api.dll-keyless.pem",
|
|
"lib/net9.0/OpenTelemetry.Api.dll-keyless.sig",
|
|
"lib/net9.0/OpenTelemetry.Api.xml",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.dll",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.dll-keyless.pem",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.dll-keyless.sig",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.xml",
|
|
"opentelemetry-icon-color.png",
|
|
"opentelemetry.api.1.11.1.nupkg.sha512",
|
|
"opentelemetry.api.nuspec"
|
|
]
|
|
},
|
|
"OpenTelemetry.Api.ProviderBuilderExtensions/1.11.1": {
|
|
"sha512": "vMdNMQeW55jXIa/Kybec/br6jC+rWybniTi6DCW5lz1kGghKso+J+FC3uBgiq0/pTqusfeDbO5PEHGM/r5z8Ow==",
|
|
"type": "package",
|
|
"path": "opentelemetry.api.providerbuilderextensions/1.11.1",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"README.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/OpenTelemetry.Api.ProviderBuilderExtensions.dll",
|
|
"lib/net462/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.pem",
|
|
"lib/net462/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.sig",
|
|
"lib/net462/OpenTelemetry.Api.ProviderBuilderExtensions.xml",
|
|
"lib/net8.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll",
|
|
"lib/net8.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.pem",
|
|
"lib/net8.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.sig",
|
|
"lib/net8.0/OpenTelemetry.Api.ProviderBuilderExtensions.xml",
|
|
"lib/net9.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll",
|
|
"lib/net9.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.pem",
|
|
"lib/net9.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.sig",
|
|
"lib/net9.0/OpenTelemetry.Api.ProviderBuilderExtensions.xml",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.pem",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll-keyless.sig",
|
|
"lib/netstandard2.0/OpenTelemetry.Api.ProviderBuilderExtensions.xml",
|
|
"opentelemetry-icon-color.png",
|
|
"opentelemetry.api.providerbuilderextensions.1.11.1.nupkg.sha512",
|
|
"opentelemetry.api.providerbuilderextensions.nuspec"
|
|
]
|
|
},
|
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol/1.11.0": {
|
|
"sha512": "owMYXg0WwbRKXgAZSQ7yoKwiOaz6j2bDozvm+p632fyUcIPr02yRqiRilO5uzTBvb2V6sUQppZ4I7mDRspwoYQ==",
|
|
"type": "package",
|
|
"path": "opentelemetry.exporter.opentelemetryprotocol/1.11.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"README.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll",
|
|
"lib/net462/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.pem",
|
|
"lib/net462/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.sig",
|
|
"lib/net462/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml",
|
|
"lib/net8.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll",
|
|
"lib/net8.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.pem",
|
|
"lib/net8.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.sig",
|
|
"lib/net8.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml",
|
|
"lib/net9.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll",
|
|
"lib/net9.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.pem",
|
|
"lib/net9.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.sig",
|
|
"lib/net9.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml",
|
|
"lib/netstandard2.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll",
|
|
"lib/netstandard2.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.pem",
|
|
"lib/netstandard2.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.sig",
|
|
"lib/netstandard2.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml",
|
|
"lib/netstandard2.1/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll",
|
|
"lib/netstandard2.1/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.pem",
|
|
"lib/netstandard2.1/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll-keyless.sig",
|
|
"lib/netstandard2.1/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml",
|
|
"opentelemetry-icon-color.png",
|
|
"opentelemetry.exporter.opentelemetryprotocol.1.11.0.nupkg.sha512",
|
|
"opentelemetry.exporter.opentelemetryprotocol.nuspec"
|
|
]
|
|
},
|
|
"OpenTelemetry.Extensions.Hosting/1.11.0": {
|
|
"sha512": "OuMjhxgIHPNvfZS44XXgNF3g6h460YR5c13duGgBHpsVknxV7d/rHyNi7E0C4sPzadBG6LaIxkVeAYRdqWjNvA==",
|
|
"type": "package",
|
|
"path": "opentelemetry.extensions.hosting/1.11.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"README.md",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net462/OpenTelemetry.Extensions.Hosting.dll",
|
|
"lib/net462/OpenTelemetry.Extensions.Hosting.dll-keyless.pem",
|
|
"lib/net462/OpenTelemetry.Extensions.Hosting.dll-keyless.sig",
|
|
"lib/net462/OpenTelemetry.Extensions.Hosting.xml",
|
|
"lib/net8.0/OpenTelemetry.Extensions.Hosting.dll",
|
|
"lib/net8.0/OpenTelemetry.Extensions.Hosting.dll-keyless.pem",
|
|
"lib/net8.0/OpenTelemetry.Extensions.Hosting.dll-keyless.sig",
|
|
"lib/net8.0/OpenTelemetry.Extensions.Hosting.xml",
|
|
"lib/net9.0/OpenTelemetry.Extensions.Hosting.dll",
|
|
"lib/net9.0/OpenTelemetry.Extensions.Hosting.dll-keyless.pem",
|
|
"lib/net9.0/OpenTelemetry.Extensions.Hosting.dll-keyless.sig",
|
|
"lib/net9.0/OpenTelemetry.Extensions.Hosting.xml",
|
|
"lib/netstandard2.0/OpenTelemetry.Extensions.Hosting.dll",
|
|
"lib/netstandard2.0/OpenTelemetry.Extensions.Hosting.dll-keyless.pem",
|
|
"lib/netstandard2.0/OpenTelemetry.Extensions.Hosting.dll-keyless.sig",
|
|
"lib/netstandard2.0/OpenTelemetry.Extensions.Hosting.xml",
|
|
"opentelemetry-icon-color.png",
|
|
"opentelemetry.extensions.hosting.1.11.0.nupkg.sha512",
|
|
"opentelemetry.extensions.hosting.nuspec"
|
|
]
|
|
},
|
|
"OpenTelemetry.Instrumentation.AspNetCore/1.11.0": {
|
|
"sha512": "pBTdlyIGZVfYyB9yizO393RyQgJk+4ViGt+vQb9JI3Qwk9LW6mXreL1oUfVqHCbbSJp2vyMacYxXVBSvtZiBXg==",
|
|
"type": "package",
|
|
"path": "opentelemetry.instrumentation.aspnetcore/1.11.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"lib/net8.0/OpenTelemetry.Instrumentation.AspNetCore.dll",
|
|
"lib/net8.0/OpenTelemetry.Instrumentation.AspNetCore.xml",
|
|
"lib/netstandard2.0/OpenTelemetry.Instrumentation.AspNetCore.dll",
|
|
"lib/netstandard2.0/OpenTelemetry.Instrumentation.AspNetCore.xml",
|
|
"opentelemetry-icon-color.png",
|
|
"opentelemetry.instrumentation.aspnetcore.1.11.0.nupkg.sha512",
|
|
"opentelemetry.instrumentation.aspnetcore.nuspec"
|
|
]
|
|
},
|
|
"Polly/7.2.4": {
|
|
"sha512": "bw00Ck5sh6ekduDE3mnCo1ohzuad946uslCDEENu3091+6UKnBuKLo4e+yaNcCzXxOZCXWY2gV4a35+K1d4LDA==",
|
|
"type": "package",
|
|
"path": "polly/7.2.4",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net461/Polly.dll",
|
|
"lib/net461/Polly.pdb",
|
|
"lib/net461/Polly.xml",
|
|
"lib/net472/Polly.dll",
|
|
"lib/net472/Polly.pdb",
|
|
"lib/net472/Polly.xml",
|
|
"lib/netstandard1.1/Polly.dll",
|
|
"lib/netstandard1.1/Polly.pdb",
|
|
"lib/netstandard1.1/Polly.xml",
|
|
"lib/netstandard2.0/Polly.dll",
|
|
"lib/netstandard2.0/Polly.pdb",
|
|
"lib/netstandard2.0/Polly.xml",
|
|
"package-icon.png",
|
|
"polly.7.2.4.nupkg.sha512",
|
|
"polly.nuspec"
|
|
]
|
|
},
|
|
"Polly.Core/8.4.2": {
|
|
"sha512": "BpE2I6HBYYA5tF0Vn4eoQOGYTYIK1BlF5EXVgkWGn3mqUUjbXAr13J6fZVbp7Q3epRR8yshacBMlsHMhpOiV3g==",
|
|
"type": "package",
|
|
"path": "polly.core/8.4.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net462/Polly.Core.dll",
|
|
"lib/net462/Polly.Core.pdb",
|
|
"lib/net462/Polly.Core.xml",
|
|
"lib/net472/Polly.Core.dll",
|
|
"lib/net472/Polly.Core.pdb",
|
|
"lib/net472/Polly.Core.xml",
|
|
"lib/net6.0/Polly.Core.dll",
|
|
"lib/net6.0/Polly.Core.pdb",
|
|
"lib/net6.0/Polly.Core.xml",
|
|
"lib/net8.0/Polly.Core.dll",
|
|
"lib/net8.0/Polly.Core.pdb",
|
|
"lib/net8.0/Polly.Core.xml",
|
|
"lib/netstandard2.0/Polly.Core.dll",
|
|
"lib/netstandard2.0/Polly.Core.pdb",
|
|
"lib/netstandard2.0/Polly.Core.xml",
|
|
"package-icon.png",
|
|
"package-readme.md",
|
|
"polly.core.8.4.2.nupkg.sha512",
|
|
"polly.core.nuspec"
|
|
]
|
|
},
|
|
"Polly.Extensions/8.4.2": {
|
|
"sha512": "GZ9vRVmR0jV2JtZavt+pGUsQ1O1cuRKG7R7VOZI6ZDy9y6RNPvRvXK1tuS4ffUrv8L0FTea59oEuQzgS0R7zSA==",
|
|
"type": "package",
|
|
"path": "polly.extensions/8.4.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net462/Polly.Extensions.dll",
|
|
"lib/net462/Polly.Extensions.pdb",
|
|
"lib/net462/Polly.Extensions.xml",
|
|
"lib/net472/Polly.Extensions.dll",
|
|
"lib/net472/Polly.Extensions.pdb",
|
|
"lib/net472/Polly.Extensions.xml",
|
|
"lib/net6.0/Polly.Extensions.dll",
|
|
"lib/net6.0/Polly.Extensions.pdb",
|
|
"lib/net6.0/Polly.Extensions.xml",
|
|
"lib/net8.0/Polly.Extensions.dll",
|
|
"lib/net8.0/Polly.Extensions.pdb",
|
|
"lib/net8.0/Polly.Extensions.xml",
|
|
"lib/netstandard2.0/Polly.Extensions.dll",
|
|
"lib/netstandard2.0/Polly.Extensions.pdb",
|
|
"lib/netstandard2.0/Polly.Extensions.xml",
|
|
"package-icon.png",
|
|
"package-readme.md",
|
|
"polly.extensions.8.4.2.nupkg.sha512",
|
|
"polly.extensions.nuspec"
|
|
]
|
|
},
|
|
"Polly.Extensions.Http/3.0.0": {
|
|
"sha512": "drrG+hB3pYFY7w1c3BD+lSGYvH2oIclH8GRSehgfyP5kjnFnHKQuuBhuHLv+PWyFuaTDyk/vfRpnxOzd11+J8g==",
|
|
"type": "package",
|
|
"path": "polly.extensions.http/3.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/netstandard1.1/Polly.Extensions.Http.dll",
|
|
"lib/netstandard1.1/Polly.Extensions.Http.xml",
|
|
"lib/netstandard2.0/Polly.Extensions.Http.dll",
|
|
"lib/netstandard2.0/Polly.Extensions.Http.xml",
|
|
"polly.extensions.http.3.0.0.nupkg.sha512",
|
|
"polly.extensions.http.nuspec"
|
|
]
|
|
},
|
|
"Polly.RateLimiting/8.4.2": {
|
|
"sha512": "ehTImQ/eUyO07VYW2WvwSmU9rRH200SKJ/3jku9rOkyWE0A2JxNFmAVms8dSn49QLSjmjFRRSgfNyOgr/2PSmA==",
|
|
"type": "package",
|
|
"path": "polly.ratelimiting/8.4.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"lib/net462/Polly.RateLimiting.dll",
|
|
"lib/net462/Polly.RateLimiting.pdb",
|
|
"lib/net462/Polly.RateLimiting.xml",
|
|
"lib/net472/Polly.RateLimiting.dll",
|
|
"lib/net472/Polly.RateLimiting.pdb",
|
|
"lib/net472/Polly.RateLimiting.xml",
|
|
"lib/net6.0/Polly.RateLimiting.dll",
|
|
"lib/net6.0/Polly.RateLimiting.pdb",
|
|
"lib/net6.0/Polly.RateLimiting.xml",
|
|
"lib/net8.0/Polly.RateLimiting.dll",
|
|
"lib/net8.0/Polly.RateLimiting.pdb",
|
|
"lib/net8.0/Polly.RateLimiting.xml",
|
|
"lib/netstandard2.0/Polly.RateLimiting.dll",
|
|
"lib/netstandard2.0/Polly.RateLimiting.pdb",
|
|
"lib/netstandard2.0/Polly.RateLimiting.xml",
|
|
"package-icon.png",
|
|
"package-readme.md",
|
|
"polly.ratelimiting.8.4.2.nupkg.sha512",
|
|
"polly.ratelimiting.nuspec"
|
|
]
|
|
},
|
|
"Serilog/4.2.0": {
|
|
"sha512": "gmoWVOvKgbME8TYR+gwMf7osROiWAURterc6Rt2dQyX7wtjZYpqFiA/pY6ztjGQKKV62GGCyOcmtP1UKMHgSmA==",
|
|
"type": "package",
|
|
"path": "serilog/4.2.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"icon.png",
|
|
"lib/net462/Serilog.dll",
|
|
"lib/net462/Serilog.xml",
|
|
"lib/net471/Serilog.dll",
|
|
"lib/net471/Serilog.xml",
|
|
"lib/net6.0/Serilog.dll",
|
|
"lib/net6.0/Serilog.xml",
|
|
"lib/net8.0/Serilog.dll",
|
|
"lib/net8.0/Serilog.xml",
|
|
"lib/net9.0/Serilog.dll",
|
|
"lib/net9.0/Serilog.xml",
|
|
"lib/netstandard2.0/Serilog.dll",
|
|
"lib/netstandard2.0/Serilog.xml",
|
|
"serilog.4.2.0.nupkg.sha512",
|
|
"serilog.nuspec"
|
|
]
|
|
},
|
|
"Serilog.AspNetCore/9.0.0": {
|
|
"sha512": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==",
|
|
"type": "package",
|
|
"path": "serilog.aspnetcore/9.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"icon.png",
|
|
"lib/net462/Serilog.AspNetCore.dll",
|
|
"lib/net462/Serilog.AspNetCore.xml",
|
|
"lib/net8.0/Serilog.AspNetCore.dll",
|
|
"lib/net8.0/Serilog.AspNetCore.xml",
|
|
"lib/net9.0/Serilog.AspNetCore.dll",
|
|
"lib/net9.0/Serilog.AspNetCore.xml",
|
|
"lib/netstandard2.0/Serilog.AspNetCore.dll",
|
|
"lib/netstandard2.0/Serilog.AspNetCore.xml",
|
|
"lib/netstandard2.1/Serilog.AspNetCore.dll",
|
|
"lib/netstandard2.1/Serilog.AspNetCore.xml",
|
|
"serilog.aspnetcore.9.0.0.nupkg.sha512",
|
|
"serilog.aspnetcore.nuspec"
|
|
]
|
|
},
|
|
"Serilog.Extensions.Hosting/9.0.0": {
|
|
"sha512": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==",
|
|
"type": "package",
|
|
"path": "serilog.extensions.hosting/9.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"icon.png",
|
|
"lib/net462/Serilog.Extensions.Hosting.dll",
|
|
"lib/net462/Serilog.Extensions.Hosting.xml",
|
|
"lib/net8.0/Serilog.Extensions.Hosting.dll",
|
|
"lib/net8.0/Serilog.Extensions.Hosting.xml",
|
|
"lib/net9.0/Serilog.Extensions.Hosting.dll",
|
|
"lib/net9.0/Serilog.Extensions.Hosting.xml",
|
|
"lib/netstandard2.0/Serilog.Extensions.Hosting.dll",
|
|
"lib/netstandard2.0/Serilog.Extensions.Hosting.xml",
|
|
"lib/netstandard2.1/Serilog.Extensions.Hosting.dll",
|
|
"lib/netstandard2.1/Serilog.Extensions.Hosting.xml",
|
|
"serilog.extensions.hosting.9.0.0.nupkg.sha512",
|
|
"serilog.extensions.hosting.nuspec"
|
|
]
|
|
},
|
|
"Serilog.Extensions.Logging/9.0.0": {
|
|
"sha512": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==",
|
|
"type": "package",
|
|
"path": "serilog.extensions.logging/9.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Serilog.Extensions.Logging.dll",
|
|
"lib/net462/Serilog.Extensions.Logging.xml",
|
|
"lib/net8.0/Serilog.Extensions.Logging.dll",
|
|
"lib/net8.0/Serilog.Extensions.Logging.xml",
|
|
"lib/net9.0/Serilog.Extensions.Logging.dll",
|
|
"lib/net9.0/Serilog.Extensions.Logging.xml",
|
|
"lib/netstandard2.0/Serilog.Extensions.Logging.dll",
|
|
"lib/netstandard2.0/Serilog.Extensions.Logging.xml",
|
|
"lib/netstandard2.1/Serilog.Extensions.Logging.dll",
|
|
"lib/netstandard2.1/Serilog.Extensions.Logging.xml",
|
|
"serilog-extension-nuget.png",
|
|
"serilog.extensions.logging.9.0.0.nupkg.sha512",
|
|
"serilog.extensions.logging.nuspec"
|
|
]
|
|
},
|
|
"Serilog.Formatting.Compact/3.0.0": {
|
|
"sha512": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==",
|
|
"type": "package",
|
|
"path": "serilog.formatting.compact/3.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Serilog.Formatting.Compact.dll",
|
|
"lib/net462/Serilog.Formatting.Compact.xml",
|
|
"lib/net471/Serilog.Formatting.Compact.dll",
|
|
"lib/net471/Serilog.Formatting.Compact.xml",
|
|
"lib/net6.0/Serilog.Formatting.Compact.dll",
|
|
"lib/net6.0/Serilog.Formatting.Compact.xml",
|
|
"lib/net8.0/Serilog.Formatting.Compact.dll",
|
|
"lib/net8.0/Serilog.Formatting.Compact.xml",
|
|
"lib/netstandard2.0/Serilog.Formatting.Compact.dll",
|
|
"lib/netstandard2.0/Serilog.Formatting.Compact.xml",
|
|
"serilog-extension-nuget.png",
|
|
"serilog.formatting.compact.3.0.0.nupkg.sha512",
|
|
"serilog.formatting.compact.nuspec"
|
|
]
|
|
},
|
|
"Serilog.Settings.Configuration/9.0.0": {
|
|
"sha512": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==",
|
|
"type": "package",
|
|
"path": "serilog.settings.configuration/9.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"icon.png",
|
|
"lib/net462/Serilog.Settings.Configuration.dll",
|
|
"lib/net462/Serilog.Settings.Configuration.xml",
|
|
"lib/net8.0/Serilog.Settings.Configuration.dll",
|
|
"lib/net8.0/Serilog.Settings.Configuration.xml",
|
|
"lib/net9.0/Serilog.Settings.Configuration.dll",
|
|
"lib/net9.0/Serilog.Settings.Configuration.xml",
|
|
"lib/netstandard2.0/Serilog.Settings.Configuration.dll",
|
|
"lib/netstandard2.0/Serilog.Settings.Configuration.xml",
|
|
"serilog.settings.configuration.9.0.0.nupkg.sha512",
|
|
"serilog.settings.configuration.nuspec"
|
|
]
|
|
},
|
|
"Serilog.Sinks.Console/6.0.0": {
|
|
"sha512": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
|
|
"type": "package",
|
|
"path": "serilog.sinks.console/6.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"icon.png",
|
|
"lib/net462/Serilog.Sinks.Console.dll",
|
|
"lib/net462/Serilog.Sinks.Console.xml",
|
|
"lib/net471/Serilog.Sinks.Console.dll",
|
|
"lib/net471/Serilog.Sinks.Console.xml",
|
|
"lib/net6.0/Serilog.Sinks.Console.dll",
|
|
"lib/net6.0/Serilog.Sinks.Console.xml",
|
|
"lib/net8.0/Serilog.Sinks.Console.dll",
|
|
"lib/net8.0/Serilog.Sinks.Console.xml",
|
|
"lib/netstandard2.0/Serilog.Sinks.Console.dll",
|
|
"lib/netstandard2.0/Serilog.Sinks.Console.xml",
|
|
"serilog.sinks.console.6.0.0.nupkg.sha512",
|
|
"serilog.sinks.console.nuspec"
|
|
]
|
|
},
|
|
"Serilog.Sinks.Debug/3.0.0": {
|
|
"sha512": "4BzXcdrgRX7wde9PmHuYd9U6YqycCC28hhpKonK7hx0wb19eiuRj16fPcPSVp0o/Y1ipJuNLYQ00R3q2Zs8FDA==",
|
|
"type": "package",
|
|
"path": "serilog.sinks.debug/3.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"icon.png",
|
|
"lib/net462/Serilog.Sinks.Debug.dll",
|
|
"lib/net462/Serilog.Sinks.Debug.xml",
|
|
"lib/net471/Serilog.Sinks.Debug.dll",
|
|
"lib/net471/Serilog.Sinks.Debug.xml",
|
|
"lib/net6.0/Serilog.Sinks.Debug.dll",
|
|
"lib/net6.0/Serilog.Sinks.Debug.xml",
|
|
"lib/net8.0/Serilog.Sinks.Debug.dll",
|
|
"lib/net8.0/Serilog.Sinks.Debug.xml",
|
|
"lib/netstandard2.0/Serilog.Sinks.Debug.dll",
|
|
"lib/netstandard2.0/Serilog.Sinks.Debug.xml",
|
|
"serilog.sinks.debug.3.0.0.nupkg.sha512",
|
|
"serilog.sinks.debug.nuspec"
|
|
]
|
|
},
|
|
"Serilog.Sinks.File/6.0.0": {
|
|
"sha512": "lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==",
|
|
"type": "package",
|
|
"path": "serilog.sinks.file/6.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"README.md",
|
|
"lib/net462/Serilog.Sinks.File.dll",
|
|
"lib/net462/Serilog.Sinks.File.xml",
|
|
"lib/net471/Serilog.Sinks.File.dll",
|
|
"lib/net471/Serilog.Sinks.File.xml",
|
|
"lib/net6.0/Serilog.Sinks.File.dll",
|
|
"lib/net6.0/Serilog.Sinks.File.xml",
|
|
"lib/net8.0/Serilog.Sinks.File.dll",
|
|
"lib/net8.0/Serilog.Sinks.File.xml",
|
|
"lib/netstandard2.0/Serilog.Sinks.File.dll",
|
|
"lib/netstandard2.0/Serilog.Sinks.File.xml",
|
|
"serilog-sink-nuget.png",
|
|
"serilog.sinks.file.6.0.0.nupkg.sha512",
|
|
"serilog.sinks.file.nuspec"
|
|
]
|
|
},
|
|
"System.Diagnostics.DiagnosticSource/9.0.0": {
|
|
"sha512": "ddppcFpnbohLWdYKr/ZeLZHmmI+DXFgZ3Snq+/E7SwcdW4UnvxmaugkwGywvGVWkHPGCSZjCP+MLzu23AL5SDw==",
|
|
"type": "package",
|
|
"path": "system.diagnostics.diagnosticsource/9.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net8.0/_._",
|
|
"buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
|
|
"content/ILLink/ILLink.Descriptors.LibraryBuild.xml",
|
|
"contentFiles/any/net462/ILLink/ILLink.Descriptors.LibraryBuild.xml",
|
|
"contentFiles/any/net8.0/ILLink/ILLink.Descriptors.LibraryBuild.xml",
|
|
"contentFiles/any/net9.0/ILLink/ILLink.Descriptors.LibraryBuild.xml",
|
|
"contentFiles/any/netstandard2.0/ILLink/ILLink.Descriptors.LibraryBuild.xml",
|
|
"lib/net462/System.Diagnostics.DiagnosticSource.dll",
|
|
"lib/net462/System.Diagnostics.DiagnosticSource.xml",
|
|
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll",
|
|
"lib/net8.0/System.Diagnostics.DiagnosticSource.xml",
|
|
"lib/net9.0/System.Diagnostics.DiagnosticSource.dll",
|
|
"lib/net9.0/System.Diagnostics.DiagnosticSource.xml",
|
|
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
|
|
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
|
|
"system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512",
|
|
"system.diagnostics.diagnosticsource.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
},
|
|
"System.Threading.RateLimiting/8.0.0": {
|
|
"sha512": "7mu9v0QDv66ar3DpGSZHg9NuNcxDaaAcnMULuZlaTpP9+hwXhrxNGsF5GmLkSHxFdb5bBc1TzeujsRgTrPWi+Q==",
|
|
"type": "package",
|
|
"path": "system.threading.ratelimiting/8.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"Icon.png",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"buildTransitive/net461/System.Threading.RateLimiting.targets",
|
|
"buildTransitive/net462/_._",
|
|
"buildTransitive/net6.0/_._",
|
|
"buildTransitive/netcoreapp2.0/System.Threading.RateLimiting.targets",
|
|
"lib/net462/System.Threading.RateLimiting.dll",
|
|
"lib/net462/System.Threading.RateLimiting.xml",
|
|
"lib/net6.0/System.Threading.RateLimiting.dll",
|
|
"lib/net6.0/System.Threading.RateLimiting.xml",
|
|
"lib/net7.0/System.Threading.RateLimiting.dll",
|
|
"lib/net7.0/System.Threading.RateLimiting.xml",
|
|
"lib/net8.0/System.Threading.RateLimiting.dll",
|
|
"lib/net8.0/System.Threading.RateLimiting.xml",
|
|
"lib/netstandard2.0/System.Threading.RateLimiting.dll",
|
|
"lib/netstandard2.0/System.Threading.RateLimiting.xml",
|
|
"system.threading.ratelimiting.8.0.0.nupkg.sha512",
|
|
"system.threading.ratelimiting.nuspec",
|
|
"useSharedDesignerContext.txt"
|
|
]
|
|
}
|
|
},
|
|
"projectFileDependencyGroups": {
|
|
"net9.0": [
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore >= 9.0.1",
|
|
"Npgsql.EntityFrameworkCore.PostgreSQL >= 9.0.3",
|
|
"OpenIddict.AspNetCore >= 7.2.0",
|
|
"OpenIddict.EntityFrameworkCore >= 7.2.0",
|
|
"OpenTelemetry >= 1.11.0",
|
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol >= 1.11.0",
|
|
"OpenTelemetry.Extensions.Hosting >= 1.11.0",
|
|
"OpenTelemetry.Instrumentation.AspNetCore >= 1.11.0",
|
|
"Serilog.AspNetCore >= 9.0.0",
|
|
"Serilog.Sinks.Console >= 6.0.0"
|
|
]
|
|
},
|
|
"packageFolders": {
|
|
"/Users/movingsam/.nuget/packages/": {}
|
|
},
|
|
"project": {
|
|
"version": "1.0.0",
|
|
"restore": {
|
|
"projectUniqueName": "/Users/movingsam/Fengling.Refactory.Buiding/src/Fengling.AuthService/Fengling.AuthService.csproj",
|
|
"projectName": "Fengling.AuthService",
|
|
"projectPath": "/Users/movingsam/Fengling.Refactory.Buiding/src/Fengling.AuthService/Fengling.AuthService.csproj",
|
|
"packagesPath": "/Users/movingsam/.nuget/packages/",
|
|
"outputPath": "/Users/movingsam/Fengling.Refactory.Buiding/src/Fengling.AuthService/obj/",
|
|
"projectStyle": "PackageReference",
|
|
"configFilePaths": [
|
|
"/Users/movingsam/.nuget/NuGet/NuGet.Config"
|
|
],
|
|
"originalTargetFrameworks": [
|
|
"net9.0"
|
|
],
|
|
"sources": {
|
|
"/usr/local/share/dotnet/library-packs": {},
|
|
"https://api.nuget.org/v3/index.json": {}
|
|
},
|
|
"frameworks": {
|
|
"net9.0": {
|
|
"targetAlias": "net9.0",
|
|
"projectReferences": {}
|
|
}
|
|
},
|
|
"warningProperties": {
|
|
"warnAsError": [
|
|
"NU1605"
|
|
]
|
|
},
|
|
"restoreAuditProperties": {
|
|
"enableAudit": "true",
|
|
"auditLevel": "low",
|
|
"auditMode": "direct"
|
|
},
|
|
"SdkAnalysisLevel": "10.0.100"
|
|
},
|
|
"frameworks": {
|
|
"net9.0": {
|
|
"targetAlias": "net9.0",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": {
|
|
"target": "Package",
|
|
"version": "[9.0.1, )"
|
|
},
|
|
"Npgsql.EntityFrameworkCore.PostgreSQL": {
|
|
"target": "Package",
|
|
"version": "[9.0.3, )"
|
|
},
|
|
"OpenIddict.AspNetCore": {
|
|
"target": "Package",
|
|
"version": "[7.2.0, )"
|
|
},
|
|
"OpenIddict.EntityFrameworkCore": {
|
|
"target": "Package",
|
|
"version": "[7.2.0, )"
|
|
},
|
|
"OpenTelemetry": {
|
|
"target": "Package",
|
|
"version": "[1.11.0, )"
|
|
},
|
|
"OpenTelemetry.Exporter.OpenTelemetryProtocol": {
|
|
"target": "Package",
|
|
"version": "[1.11.0, )"
|
|
},
|
|
"OpenTelemetry.Extensions.Hosting": {
|
|
"target": "Package",
|
|
"version": "[1.11.0, )"
|
|
},
|
|
"OpenTelemetry.Instrumentation.AspNetCore": {
|
|
"target": "Package",
|
|
"version": "[1.11.0, )"
|
|
},
|
|
"Serilog.AspNetCore": {
|
|
"target": "Package",
|
|
"version": "[9.0.0, )"
|
|
},
|
|
"Serilog.Sinks.Console": {
|
|
"target": "Package",
|
|
"version": "[6.0.0, )"
|
|
}
|
|
},
|
|
"imports": [
|
|
"net461",
|
|
"net462",
|
|
"net47",
|
|
"net471",
|
|
"net472",
|
|
"net48",
|
|
"net481"
|
|
],
|
|
"assetTargetFallback": true,
|
|
"warn": true,
|
|
"downloadDependencies": [
|
|
{
|
|
"name": "Microsoft.AspNetCore.App.Ref",
|
|
"version": "[9.0.11, 9.0.11]"
|
|
},
|
|
{
|
|
"name": "Microsoft.NETCore.App.Host.osx-arm64",
|
|
"version": "[9.0.11, 9.0.11]"
|
|
},
|
|
{
|
|
"name": "Microsoft.NETCore.App.Ref",
|
|
"version": "[9.0.11, 9.0.11]"
|
|
}
|
|
],
|
|
"frameworkReferences": {
|
|
"Microsoft.AspNetCore.App": {
|
|
"privateAssets": "none"
|
|
},
|
|
"Microsoft.NETCore.App": {
|
|
"privateAssets": "all"
|
|
}
|
|
},
|
|
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.101/PortableRuntimeIdentifierGraph.json"
|
|
}
|
|
}
|
|
}
|
|
} |