|
|
@@ -0,0 +1,629 @@
|
|
|
+{
|
|
|
+ "runtimeTarget": {
|
|
|
+ "name": ".NETCoreApp,Version=v8.0/linux-x64",
|
|
|
+ "signature": ""
|
|
|
+ },
|
|
|
+ "compilationOptions": {},
|
|
|
+ "targets": {
|
|
|
+ ".NETCoreApp,Version=v8.0": {},
|
|
|
+ ".NETCoreApp,Version=v8.0/linux-x64": {
|
|
|
+ "Recepie/1.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.EntityFrameworkCore": "9.0.9",
|
|
|
+ "Microsoft.EntityFrameworkCore.Tools": "9.0.9",
|
|
|
+ "Pomelo.EntityFrameworkCore.MySql": "9.0.0"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "Recepie.dll": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Humanizer.Core/2.14.1": {},
|
|
|
+ "Microsoft.Bcl.AsyncInterfaces/7.0.0": {},
|
|
|
+ "Microsoft.Build.Framework/17.8.3": {},
|
|
|
+ "Microsoft.Build.Locator/1.7.8": {},
|
|
|
+ "Microsoft.CodeAnalysis.Analyzers/3.3.4": {},
|
|
|
+ "Microsoft.CodeAnalysis.Common/4.8.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.CodeAnalysis.Analyzers": "3.3.4",
|
|
|
+ "System.Collections.Immutable": "7.0.0",
|
|
|
+ "System.Reflection.Metadata": "7.0.0",
|
|
|
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.CSharp/4.8.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.CodeAnalysis.Common": "4.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Humanizer.Core": "2.14.1",
|
|
|
+ "Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
|
+ "Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
|
+ "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Humanizer.Core": "2.14.1",
|
|
|
+ "Microsoft.Bcl.AsyncInterfaces": "7.0.0",
|
|
|
+ "Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
|
+ "System.Composition": "7.0.0",
|
|
|
+ "System.IO.Pipelines": "9.0.9",
|
|
|
+ "System.Threading.Channels": "7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Build.Framework": "17.8.3",
|
|
|
+ "Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
|
+ "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0",
|
|
|
+ "System.Text.Json": "9.0.9"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.EntityFrameworkCore.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.EntityFrameworkCore.Analyzers": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Caching.Memory": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Logging": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
|
|
|
+ "assemblyVersion": "9.0.9.0",
|
|
|
+ "fileVersion": "9.0.925.41909"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.9": {
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
|
|
|
+ "assemblyVersion": "9.0.9.0",
|
|
|
+ "fileVersion": "9.0.925.41909"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.9": {},
|
|
|
+ "Microsoft.EntityFrameworkCore.Design/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Humanizer.Core": "2.14.1",
|
|
|
+ "Microsoft.Build.Framework": "17.8.3",
|
|
|
+ "Microsoft.Build.Locator": "1.7.8",
|
|
|
+ "Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
|
+ "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
|
+ "Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0",
|
|
|
+ "Microsoft.EntityFrameworkCore.Relational": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Caching.Memory": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.DependencyModel": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Logging": "9.0.9",
|
|
|
+ "Mono.TextTemplating": "3.0.0",
|
|
|
+ "System.Text.Json": "9.0.9"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Relational/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.EntityFrameworkCore": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Caching.Memory": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Logging": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
|
|
|
+ "assemblyVersion": "9.0.9.0",
|
|
|
+ "fileVersion": "9.0.925.41909"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Tools/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.EntityFrameworkCore.Design": "9.0.9"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Caching.Abstractions/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.Primitives": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Caching.Memory/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.Caching.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Options": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Primitives": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.Primitives": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.DependencyInjection/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.9": {
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.DependencyModel/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.Text.Encodings.Web": "9.0.9",
|
|
|
+ "System.Text.Json": "9.0.9"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Logging/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.DependencyInjection": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Options": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Logging.Abstractions/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
|
|
|
+ "System.Diagnostics.DiagnosticSource": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Options/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Primitives": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Primitives/9.0.9": {
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Mono.TextTemplating/3.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.CodeDom": "6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "MySqlConnector/2.4.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
|
|
|
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.9"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/MySqlConnector.dll": {
|
|
|
+ "assemblyVersion": "2.0.0.0",
|
|
|
+ "fileVersion": "2.4.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Pomelo.EntityFrameworkCore.MySql/9.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "Microsoft.EntityFrameworkCore.Relational": "9.0.9",
|
|
|
+ "MySqlConnector": "2.4.0"
|
|
|
+ },
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/Pomelo.EntityFrameworkCore.MySql.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.CodeDom/6.0.0": {},
|
|
|
+ "System.Collections.Immutable/7.0.0": {},
|
|
|
+ "System.Composition/7.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.Composition.AttributedModel": "7.0.0",
|
|
|
+ "System.Composition.Convention": "7.0.0",
|
|
|
+ "System.Composition.Hosting": "7.0.0",
|
|
|
+ "System.Composition.Runtime": "7.0.0",
|
|
|
+ "System.Composition.TypedParts": "7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Composition.AttributedModel/7.0.0": {},
|
|
|
+ "System.Composition.Convention/7.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.Composition.AttributedModel": "7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Composition.Hosting/7.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.Composition.Runtime": "7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Composition.Runtime/7.0.0": {},
|
|
|
+ "System.Composition.TypedParts/7.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.Composition.AttributedModel": "7.0.0",
|
|
|
+ "System.Composition.Hosting": "7.0.0",
|
|
|
+ "System.Composition.Runtime": "7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Diagnostics.DiagnosticSource/9.0.9": {
|
|
|
+ "runtime": {
|
|
|
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
|
|
|
+ "assemblyVersion": "9.0.0.0",
|
|
|
+ "fileVersion": "9.0.925.41916"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.IO.Pipelines/9.0.9": {},
|
|
|
+ "System.Reflection.Metadata/7.0.0": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.Collections.Immutable": "7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
|
|
|
+ "System.Text.Encodings.Web/9.0.9": {},
|
|
|
+ "System.Text.Json/9.0.9": {
|
|
|
+ "dependencies": {
|
|
|
+ "System.IO.Pipelines": "9.0.9",
|
|
|
+ "System.Text.Encodings.Web": "9.0.9"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "System.Threading.Channels/7.0.0": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "libraries": {
|
|
|
+ "Recepie/1.0.0": {
|
|
|
+ "type": "project",
|
|
|
+ "serviceable": false,
|
|
|
+ "sha512": ""
|
|
|
+ },
|
|
|
+ "Humanizer.Core/2.14.1": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
|
|
|
+ "path": "humanizer.core/2.14.1",
|
|
|
+ "hashPath": "humanizer.core.2.14.1.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
|
|
|
+ "path": "microsoft.bcl.asyncinterfaces/7.0.0",
|
|
|
+ "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Build.Framework/17.8.3": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-NrQZJW8TlKVPx72yltGb8SVz3P5mNRk9fNiD/ao8jRSk48WqIIdCn99q4IjlVmPcruuQ+yLdjNQLL8Rb4c916g==",
|
|
|
+ "path": "microsoft.build.framework/17.8.3",
|
|
|
+ "hashPath": "microsoft.build.framework.17.8.3.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Build.Locator/1.7.8": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==",
|
|
|
+ "path": "microsoft.build.locator/1.7.8",
|
|
|
+ "hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.Analyzers/3.3.4": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==",
|
|
|
+ "path": "microsoft.codeanalysis.analyzers/3.3.4",
|
|
|
+ "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.Common/4.8.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==",
|
|
|
+ "path": "microsoft.codeanalysis.common/4.8.0",
|
|
|
+ "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.CSharp/4.8.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==",
|
|
|
+ "path": "microsoft.codeanalysis.csharp/4.8.0",
|
|
|
+ "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==",
|
|
|
+ "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0",
|
|
|
+ "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==",
|
|
|
+ "path": "microsoft.codeanalysis.workspaces.common/4.8.0",
|
|
|
+ "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==",
|
|
|
+ "path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0",
|
|
|
+ "hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-zkt5yQgnpWKX3rOxn+ZcV23Aj0296XCTqg4lx1hKY+wMXBgkn377UhBrY/A4H6kLpNT7wqZN98xCV0YHXu9VRA==",
|
|
|
+ "path": "microsoft.entityframeworkcore/9.0.9",
|
|
|
+ "hashPath": "microsoft.entityframeworkcore.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-QdM2k3Mnip2QsaxJbCI95dc2SajRMENdmaMhVKj4jPC5dmkoRcu3eEdvZAgDbd4bFVV1jtPGdHtXewtoBMlZqA==",
|
|
|
+ "path": "microsoft.entityframeworkcore.abstractions/9.0.9",
|
|
|
+ "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-uiKeU/qR0YpaDUa4+g0rAjKCuwfq8YWZGcpPptnFWIr1K7dXQTm/15D2HDwwU4ln3Uf66krYybymuY58ua4hhw==",
|
|
|
+ "path": "microsoft.entityframeworkcore.analyzers/9.0.9",
|
|
|
+ "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Design/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-cFxH70tohWe3ugCjLhZB01mR7WHpg5dEK6zHsbkDFfpLxWT+HoZQKgchTJgF4bPWBPTyrlYlqfPY212fFtmJjg==",
|
|
|
+ "path": "microsoft.entityframeworkcore.design/9.0.9",
|
|
|
+ "hashPath": "microsoft.entityframeworkcore.design.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Relational/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-SonFU9a8x4jZIhIBtCw1hIE3QKjd4c7Y3mjptoh682dfQe7K9pUPGcEV/sk4n8AJdq4fkyJPCaOdYaObhae/Iw==",
|
|
|
+ "path": "microsoft.entityframeworkcore.relational/9.0.9",
|
|
|
+ "hashPath": "microsoft.entityframeworkcore.relational.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.EntityFrameworkCore.Tools/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-Q8n1PXXJApa1qX8HI3r/YuHoJ1HuLwjI2hLqaCV9K9pqQhGpi6Z38laOYwL2ElUOTWCxTKMDEMMYWfPlw6rwgg==",
|
|
|
+ "path": "microsoft.entityframeworkcore.tools/9.0.9",
|
|
|
+ "hashPath": "microsoft.entityframeworkcore.tools.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Caching.Abstractions/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-NgtRHOdPrAEacfjXLSrH/SRrSqGf6Vaa6d16mW2yoyJdg7AJr0BnBvxkv7PkCm/CHVyzojTK7Y+oUDEulqY1Qw==",
|
|
|
+ "path": "microsoft.extensions.caching.abstractions/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.caching.abstractions.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Caching.Memory/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-ln31BtsDsBQxykJgxuCtiUXWRET9FmqeEq0BpPIghkYtGpDDVs8ZcLHAjCCzbw6aGoLek4Z7JaDjSO/CjOD0iw==",
|
|
|
+ "path": "microsoft.extensions.caching.memory/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.caching.memory.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-p5RKAY9POvs3axwA/AQRuJeM8AHuE8h4qbP1NxQeGm0ep46aXz1oCLAp/oOYxX1GsjStgdhHrN3XXLLXr0+b3w==",
|
|
|
+ "path": "microsoft.extensions.configuration.abstractions/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.DependencyInjection/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-zQV2WOSP+3z1EuK91ULxfGgo2Y75bTRnmJHp08+w/YXAyekZutX/qCd88/HOMNh35MDW9mJJJxPpMPS+1Rww8A==",
|
|
|
+ "path": "microsoft.extensions.dependencyinjection/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.dependencyinjection.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-/hymojfWbE9AlDOa0mczR44m00Jj+T3+HZO0ZnVTI032fVycI0ZbNOVFP6kqZMcXiLSYXzR2ilcwaRi6dzeGyA==",
|
|
|
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.DependencyModel/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-fNGvKct2De8ghm0Bpfq0iWthtzIWabgOTi+gJhNOPhNJIowXNEUE2eZNW/zNCzrHVA3PXg2yZ+3cWZndC2IqYA==",
|
|
|
+ "path": "microsoft.extensions.dependencymodel/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.dependencymodel.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Logging/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-MaCB0Y9hNDs4YLu3HCJbo199WnJT8xSgajG1JYGANz9FkseQ5f3v/llu3HxLI6mjDlu7pa7ps9BLPWjKzsAAzQ==",
|
|
|
+ "path": "microsoft.extensions.logging/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.logging.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Logging.Abstractions/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-FEgpSF+Z9StMvrsSViaybOBwR0f0ZZxDm8xV5cSOFiXN/t+ys+rwAlTd/6yG7Ld1gfppgvLcMasZry3GsI9lGA==",
|
|
|
+ "path": "microsoft.extensions.logging.abstractions/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.logging.abstractions.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Options/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-loxGGHE1FC2AefwPHzrjPq7X92LQm64qnU/whKfo6oWaceewPUVYQJBJs3S3E2qlWwnCpeZ+dGCPTX+5dgVAuQ==",
|
|
|
+ "path": "microsoft.extensions.options/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.options.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Microsoft.Extensions.Primitives/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-z4pyMePOrl733ltTowbN565PxBw1oAr8IHmIXNDiDqd22nFpYltX9KhrNC/qBWAG1/Zx5MHX+cOYhWJQYCO/iw==",
|
|
|
+ "path": "microsoft.extensions.primitives/9.0.9",
|
|
|
+ "hashPath": "microsoft.extensions.primitives.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Mono.TextTemplating/3.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==",
|
|
|
+ "path": "mono.texttemplating/3.0.0",
|
|
|
+ "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "MySqlConnector/2.4.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-78M+gVOjbdZEDIyXQqcA7EYlCGS3tpbUELHvn6638A2w0pkPI625ixnzsa5staAd3N9/xFmPJtkKDYwsXpFi/w==",
|
|
|
+ "path": "mysqlconnector/2.4.0",
|
|
|
+ "hashPath": "mysqlconnector.2.4.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "Pomelo.EntityFrameworkCore.MySql/9.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-cl7S4s6CbJno0LjNxrBHNc2xxmCliR5i40ATPZk/eTywVaAbHCbdc9vbGc3QThvwGjHqrDHT8vY9m1VF/47o0g==",
|
|
|
+ "path": "pomelo.entityframeworkcore.mysql/9.0.0",
|
|
|
+ "hashPath": "pomelo.entityframeworkcore.mysql.9.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.CodeDom/6.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
|
|
|
+ "path": "system.codedom/6.0.0",
|
|
|
+ "hashPath": "system.codedom.6.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Collections.Immutable/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
|
|
|
+ "path": "system.collections.immutable/7.0.0",
|
|
|
+ "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Composition/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==",
|
|
|
+ "path": "system.composition/7.0.0",
|
|
|
+ "hashPath": "system.composition.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Composition.AttributedModel/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==",
|
|
|
+ "path": "system.composition.attributedmodel/7.0.0",
|
|
|
+ "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Composition.Convention/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==",
|
|
|
+ "path": "system.composition.convention/7.0.0",
|
|
|
+ "hashPath": "system.composition.convention.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Composition.Hosting/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==",
|
|
|
+ "path": "system.composition.hosting/7.0.0",
|
|
|
+ "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Composition.Runtime/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==",
|
|
|
+ "path": "system.composition.runtime/7.0.0",
|
|
|
+ "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Composition.TypedParts/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==",
|
|
|
+ "path": "system.composition.typedparts/7.0.0",
|
|
|
+ "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Diagnostics.DiagnosticSource/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-8hy61dsFYYSDjT9iTAfygGMU3A0EAnG69x5FUXeKsCjMhBmtTBt4UMUEW3ipprFoorOW6Jw/7hDMjXtlrsOvVQ==",
|
|
|
+ "path": "system.diagnostics.diagnosticsource/9.0.9",
|
|
|
+ "hashPath": "system.diagnostics.diagnosticsource.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.IO.Pipelines/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-VySjpsCLprojvat550Flrm3NQB982CPuDzILajqjQihFmrQXZPdQyktIbcpVPJyaExFYtAfY1DpwMdWQuS0kbw==",
|
|
|
+ "path": "system.io.pipelines/9.0.9",
|
|
|
+ "hashPath": "system.io.pipelines.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Reflection.Metadata/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
|
|
|
+ "path": "system.reflection.metadata/7.0.0",
|
|
|
+ "hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
|
|
|
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
|
|
|
+ "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Text.Encodings.Web/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-bzYTmAcmfelUOCBxvbgsfSr2tq94ydA2gJZAxZRcuNa0LlmlVz8JNHst6RG1qsDujyVYT4vjv06y8sCLbvCXdg==",
|
|
|
+ "path": "system.text.encodings.web/9.0.9",
|
|
|
+ "hashPath": "system.text.encodings.web.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Text.Json/9.0.9": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-NEnpppwq67fRz/OvQRxsEMgetDJsxlxpEsAFO/4PZYbAyAMd4Ol6KS7phc8uDoKPsnbdzRLKobpX303uQwCqdg==",
|
|
|
+ "path": "system.text.json/9.0.9",
|
|
|
+ "hashPath": "system.text.json.9.0.9.nupkg.sha512"
|
|
|
+ },
|
|
|
+ "System.Threading.Channels/7.0.0": {
|
|
|
+ "type": "package",
|
|
|
+ "serviceable": true,
|
|
|
+ "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
|
|
|
+ "path": "system.threading.channels/7.0.0",
|
|
|
+ "hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|