From 8b40d27710e532a43aaf1eb198be64af1a2e576e Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 6 Nov 2022 17:04:29 -0600 Subject: AƱadidos DTOs y Automapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obj/LibraryAPI.csproj.nuget.dgspec.json | 34 ++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'obj/LibraryAPI.csproj.nuget.dgspec.json') diff --git a/obj/LibraryAPI.csproj.nuget.dgspec.json b/obj/LibraryAPI.csproj.nuget.dgspec.json index 8ed51eb..1a1194c 100644 --- a/obj/LibraryAPI.csproj.nuget.dgspec.json +++ b/obj/LibraryAPI.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "/home/luis/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj": {} + "/mnt/Personal/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj": {} }, "projects": { - "/home/luis/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj": { + "/mnt/Personal/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "/home/luis/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj", + "projectUniqueName": "/mnt/Personal/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj", "projectName": "LibraryAPI", - "projectPath": "/home/luis/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj", + "projectPath": "/mnt/Personal/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/LibraryAPI.csproj", "packagesPath": "/home/luis/.nuget/packages/", - "outputPath": "/home/luis/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/obj/", + "outputPath": "/mnt/Personal/Documentos/LCC/7mo Semestre/BackEnd/LibraryAPI/obj/", "projectStyle": "PackageReference", "configFilePaths": [ "/home/luis/.nuget/NuGet/NuGet.Config" @@ -38,6 +38,22 @@ "net6.0": { "targetAlias": "net6.0", "dependencies": { + "AutoMapper.Extensions.Microsoft.DependencyInjection": { + "target": "Package", + "version": "[12.0.0, )" + }, + "Microsoft.AspNetCore.Authentication": { + "target": "Package", + "version": "[2.2.0, )" + }, + "Microsoft.AspNetCore.Authentication.JwtBearer": { + "target": "Package", + "version": "[6.0.10, )" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation": { + "target": "Package", + "version": "[6.0.10, )" + }, "Microsoft.EntityFrameworkCore.Design": { "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", "suppressParent": "All", @@ -48,6 +64,10 @@ "target": "Package", "version": "[6.0.9, )" }, + "Microsoft.Extensions.Hosting": { + "target": "Package", + "version": "[6.0.1, )" + }, "Microsoft.VisualStudio.Web.CodeGeneration.Design": { "target": "Package", "version": "[6.0.8, )" @@ -74,7 +94,7 @@ "downloadDependencies": [ { "name": "Microsoft.AspNetCore.App.Ref", - "version": "[6.0.9, 6.0.9]" + "version": "[6.0.10, 6.0.10]" } ], "frameworkReferences": { @@ -85,7 +105,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.109/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.110/RuntimeIdentifierGraph.json" } } } -- cgit v1.2.3