From 0bcbc7f4721830a1a65fbd2e30fbb69f803884c2 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 15 Sep 2022 16:52:16 -0500 Subject: AƱadir base de datos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/Debug/net6.0/Humanizer.dll | Bin 0 -> 256952 bytes bin/Debug/net6.0/LibraryAPI | Bin 0 -> 77192 bytes bin/Debug/net6.0/LibraryAPI.deps.json | 404 +++++++++++++++++++++ bin/Debug/net6.0/LibraryAPI.dll | Bin 0 -> 16896 bytes bin/Debug/net6.0/LibraryAPI.pdb | Bin 0 -> 22276 bytes bin/Debug/net6.0/LibraryAPI.runtimeconfig.json | 20 + .../Microsoft.EntityFrameworkCore.Abstractions.dll | Bin 0 -> 31648 bytes .../Microsoft.EntityFrameworkCore.Design.dll | Bin 0 -> 391584 bytes .../Microsoft.EntityFrameworkCore.Relational.dll | Bin 0 -> 1500576 bytes bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll | Bin 0 -> 2100128 bytes .../net6.0/Microsoft.Extensions.Caching.Memory.dll | Bin 0 -> 38504 bytes bin/Debug/net6.0/Microsoft.OpenApi.dll | Bin 0 -> 173960 bytes .../Npgsql.EntityFrameworkCore.PostgreSQL.dll | Bin 0 -> 534528 bytes bin/Debug/net6.0/Npgsql.dll | Bin 0 -> 1146368 bytes .../net6.0/Swashbuckle.AspNetCore.Swagger.dll | Bin 0 -> 14848 bytes .../net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll | Bin 0 -> 86016 bytes .../net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll | Bin 0 -> 3724800 bytes bin/Debug/net6.0/appsettings.Development.json | 8 + bin/Debug/net6.0/appsettings.json | 12 + bin/Debug/net6.0/ref/LibraryAPI.dll | Bin 0 -> 8192 bytes 20 files changed, 444 insertions(+) create mode 100755 bin/Debug/net6.0/Humanizer.dll create mode 100755 bin/Debug/net6.0/LibraryAPI create mode 100644 bin/Debug/net6.0/LibraryAPI.deps.json create mode 100644 bin/Debug/net6.0/LibraryAPI.dll create mode 100644 bin/Debug/net6.0/LibraryAPI.pdb create mode 100644 bin/Debug/net6.0/LibraryAPI.runtimeconfig.json create mode 100755 bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll create mode 100755 bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Design.dll create mode 100755 bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll create mode 100755 bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll create mode 100755 bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll create mode 100755 bin/Debug/net6.0/Microsoft.OpenApi.dll create mode 100755 bin/Debug/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll create mode 100755 bin/Debug/net6.0/Npgsql.dll create mode 100755 bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll create mode 100755 bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll create mode 100755 bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll create mode 100644 bin/Debug/net6.0/appsettings.Development.json create mode 100644 bin/Debug/net6.0/appsettings.json create mode 100644 bin/Debug/net6.0/ref/LibraryAPI.dll (limited to 'bin/Debug') diff --git a/bin/Debug/net6.0/Humanizer.dll b/bin/Debug/net6.0/Humanizer.dll new file mode 100755 index 0000000..df62d3f Binary files /dev/null and b/bin/Debug/net6.0/Humanizer.dll differ diff --git a/bin/Debug/net6.0/LibraryAPI b/bin/Debug/net6.0/LibraryAPI new file mode 100755 index 0000000..7ddc1e8 Binary files /dev/null and b/bin/Debug/net6.0/LibraryAPI differ diff --git a/bin/Debug/net6.0/LibraryAPI.deps.json b/bin/Debug/net6.0/LibraryAPI.deps.json new file mode 100644 index 0000000..09cc15e --- /dev/null +++ b/bin/Debug/net6.0/LibraryAPI.deps.json @@ -0,0 +1,404 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "LibraryAPI/1.0.0": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Design": "6.0.9", + "Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.6", + "Swashbuckle.AspNetCore": "6.2.3" + }, + "runtime": { + "LibraryAPI.dll": {} + } + }, + "Humanizer.Core/2.8.26": { + "runtime": { + "lib/netstandard2.0/Humanizer.dll": { + "assemblyVersion": "2.8.0.0", + "fileVersion": "2.8.26.1919" + } + } + }, + "Microsoft.EntityFrameworkCore/6.0.9": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.9", + "Microsoft.EntityFrameworkCore.Analyzers": "6.0.9", + "Microsoft.Extensions.Caching.Memory": "6.0.1", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.Logging": "6.0.0", + "System.Collections.Immutable": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "assemblyVersion": "6.0.9.0", + "fileVersion": "6.0.922.41505" + } + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/6.0.9": { + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "assemblyVersion": "6.0.9.0", + "fileVersion": "6.0.922.41505" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/6.0.9": {}, + "Microsoft.EntityFrameworkCore.Design/6.0.9": { + "dependencies": { + "Humanizer.Core": "2.8.26", + "Microsoft.EntityFrameworkCore.Relational": "6.0.9" + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": { + "assemblyVersion": "6.0.9.0", + "fileVersion": "6.0.922.41505" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/6.0.9": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "6.0.9", + "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "6.0.9.0", + "fileVersion": "6.0.922.41505" + } + } + }, + "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, + "Microsoft.Extensions.Caching.Abstractions/6.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "6.0.0" + } + }, + "Microsoft.Extensions.Caching.Memory/6.0.1": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "Microsoft.Extensions.Primitives": "6.0.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "6.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection/6.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, + "Microsoft.Extensions.Logging/6.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" + } + }, + "Microsoft.Extensions.Logging.Abstractions/6.0.0": {}, + "Microsoft.Extensions.Options/6.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Primitives": "6.0.0" + } + }, + "Microsoft.Extensions.Primitives/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "Microsoft.OpenApi/1.2.3": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.2.3.0", + "fileVersion": "1.2.3.0" + } + } + }, + "Npgsql/6.0.6": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "runtime": { + "lib/net6.0/Npgsql.dll": { + "assemblyVersion": "6.0.6.0", + "fileVersion": "6.0.6.0" + } + } + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/6.0.6": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "6.0.9", + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.9", + "Microsoft.EntityFrameworkCore.Relational": "6.0.9", + "Npgsql": "6.0.6" + }, + "runtime": { + "lib/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { + "assemblyVersion": "6.0.6.0", + "fileVersion": "6.0.6.0" + } + } + }, + "Swashbuckle.AspNetCore/6.2.3": { + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "3.0.0", + "Swashbuckle.AspNetCore.Swagger": "6.2.3", + "Swashbuckle.AspNetCore.SwaggerGen": "6.2.3", + "Swashbuckle.AspNetCore.SwaggerUI": "6.2.3" + } + }, + "Swashbuckle.AspNetCore.Swagger/6.2.3": { + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "runtime": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "6.2.3.0", + "fileVersion": "6.2.3.0" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.2.3" + }, + "runtime": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "6.2.3.0", + "fileVersion": "6.2.3.0" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { + "runtime": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "6.2.3.0", + "fileVersion": "6.2.3.0" + } + } + }, + "System.Collections.Immutable/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Diagnostics.DiagnosticSource/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {} + } + }, + "libraries": { + "LibraryAPI/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Humanizer.Core/2.8.26": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==", + "path": "humanizer.core/2.8.26", + "hashPath": "humanizer.core.2.8.26.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3QxYF6TR14O3cSZitdzM10Smsw+hweLXyB45PN4ZVjrX4GqzUoGZ0ZC06r0ST7O7SgYxNjxw34ay5XXbBTX86A==", + "path": "microsoft.entityframeworkcore/6.0.9", + "hashPath": "microsoft.entityframeworkcore.6.0.9.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Abstractions/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XglcSAr6EtjqJpI0DjMMDWkq3l5zG45hRHgrodZFMxNxE7KettJ+X8Em39Aaa0XQwH2P+NHVyK+xhtPX8ogdEA==", + "path": "microsoft.entityframeworkcore.abstractions/6.0.9", + "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.9.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Analyzers/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rNIx4fr7KWH4ypghhI+78PhCUYBHdjVbQ3yKvj/KmUIe4d9pysHXT3lF9TuReVdMDsn5mEx+3Yez8s80J4/JLA==", + "path": "microsoft.entityframeworkcore.analyzers/6.0.9", + "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.9.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Design/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F+1dYjaxMG181+seb2xK4uLU1UoTR0UZRcfYzSQFfVFwAyWtCp3uooNorWYE3BnJAHNEVJgsGmlfYAEGsrewqg==", + "path": "microsoft.entityframeworkcore.design/6.0.9", + "hashPath": "microsoft.entityframeworkcore.design.6.0.9.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Relational/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LAZHEvlgSg6OUzLUH3BoVneYrQj7cQqwwFnzSfwVGNjQvj5RRh7Vz0eSXLKfQD4xv5QuSm3l+MzFMZC1NBPQHw==", + "path": "microsoft.entityframeworkcore.relational/6.0.9", + "hashPath": "microsoft.entityframeworkcore.relational.6.0.9.nupkg.sha512" + }, + "Microsoft.Extensions.ApiDescription.Server/3.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", + "path": "microsoft.extensions.apidescription.server/3.0.0", + "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Abstractions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", + "path": "microsoft.extensions.caching.abstractions/6.0.0", + "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Memory/6.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==", + "path": "microsoft.extensions.caching.memory/6.0.1", + "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", + "path": "microsoft.extensions.configuration.abstractions/6.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", + "path": "microsoft.extensions.dependencyinjection/6.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", + "path": "microsoft.extensions.logging/6.0.0", + "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", + "path": "microsoft.extensions.logging.abstractions/6.0.0", + "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Options/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", + "path": "microsoft.extensions.options/6.0.0", + "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", + "path": "microsoft.extensions.primitives/6.0.0", + "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "path": "microsoft.openapi/1.2.3", + "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" + }, + "Npgsql/6.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IIwnoJp0sFkhAydT/KKe/0NhlJKhYPIrXSE95AuU/2dqHNI9alxvjClJSGL+QE8NGqq1SFn+NenxVtm/JYsrJg==", + "path": "npgsql/6.0.6", + "hashPath": "npgsql.6.0.6.nupkg.sha512" + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/6.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-e1RVE6xtKDsWcCvBpXnbbHfY2p2/9l6cO/FpXvP3QqvRSCcWoabC22sr8wdWPRxex0a128Pq678Jo5XiIMcrxw==", + "path": "npgsql.entityframeworkcore.postgresql/6.0.6", + "hashPath": "npgsql.entityframeworkcore.postgresql.6.0.6.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/6.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==", + "path": "swashbuckle.aspnetcore/6.2.3", + "hashPath": "swashbuckle.aspnetcore.6.2.3.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/6.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==", + "path": "swashbuckle.aspnetcore.swagger/6.2.3", + "hashPath": "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==", + "path": "swashbuckle.aspnetcore.swaggergen/6.2.3", + "hashPath": "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==", + "path": "swashbuckle.aspnetcore.swaggerui/6.2.3", + "hashPath": "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512" + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "path": "system.collections.immutable/6.0.0", + "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", + "path": "system.diagnostics.diagnosticsource/6.0.0", + "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net6.0/LibraryAPI.dll b/bin/Debug/net6.0/LibraryAPI.dll new file mode 100644 index 0000000..2b906cc Binary files /dev/null and b/bin/Debug/net6.0/LibraryAPI.dll differ diff --git a/bin/Debug/net6.0/LibraryAPI.pdb b/bin/Debug/net6.0/LibraryAPI.pdb new file mode 100644 index 0000000..9ecb8a2 Binary files /dev/null and b/bin/Debug/net6.0/LibraryAPI.pdb differ diff --git a/bin/Debug/net6.0/LibraryAPI.runtimeconfig.json b/bin/Debug/net6.0/LibraryAPI.runtimeconfig.json new file mode 100644 index 0000000..a9cb483 --- /dev/null +++ b/bin/Debug/net6.0/LibraryAPI.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Reflection.NullabilityInfoContext.IsSupported": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll new file mode 100755 index 0000000..c059500 Binary files /dev/null and b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll differ diff --git a/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Design.dll b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Design.dll new file mode 100755 index 0000000..de0b55e Binary files /dev/null and b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Design.dll differ diff --git a/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll new file mode 100755 index 0000000..7c6cb83 Binary files /dev/null and b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll differ diff --git a/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll new file mode 100755 index 0000000..dc330f7 Binary files /dev/null and b/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll differ diff --git a/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll b/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll new file mode 100755 index 0000000..42eb85f Binary files /dev/null and b/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/bin/Debug/net6.0/Microsoft.OpenApi.dll b/bin/Debug/net6.0/Microsoft.OpenApi.dll new file mode 100755 index 0000000..14f3ded Binary files /dev/null and b/bin/Debug/net6.0/Microsoft.OpenApi.dll differ diff --git a/bin/Debug/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll b/bin/Debug/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll new file mode 100755 index 0000000..621785d Binary files /dev/null and b/bin/Debug/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll differ diff --git a/bin/Debug/net6.0/Npgsql.dll b/bin/Debug/net6.0/Npgsql.dll new file mode 100755 index 0000000..45a9f3b Binary files /dev/null and b/bin/Debug/net6.0/Npgsql.dll differ diff --git a/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll new file mode 100755 index 0000000..a30e6cc Binary files /dev/null and b/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll differ diff --git a/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll new file mode 100755 index 0000000..ae35663 Binary files /dev/null and b/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll differ diff --git a/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll new file mode 100755 index 0000000..a26f458 Binary files /dev/null and b/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll differ diff --git a/bin/Debug/net6.0/appsettings.Development.json b/bin/Debug/net6.0/appsettings.Development.json new file mode 100644 index 0000000..0c208ae --- /dev/null +++ b/bin/Debug/net6.0/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/bin/Debug/net6.0/appsettings.json b/bin/Debug/net6.0/appsettings.json new file mode 100644 index 0000000..86b5b3a --- /dev/null +++ b/bin/Debug/net6.0/appsettings.json @@ -0,0 +1,12 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "ConnectionStrings": { + "LibraryContext": "Host=127.0.0.1;Database=library;Username=luis" + }, + "AllowedHosts": "*" +} diff --git a/bin/Debug/net6.0/ref/LibraryAPI.dll b/bin/Debug/net6.0/ref/LibraryAPI.dll new file mode 100644 index 0000000..e410956 Binary files /dev/null and b/bin/Debug/net6.0/ref/LibraryAPI.dll differ -- cgit v1.2.3